@import "../bootstrap/scss/functions";
@import "../base/functions";
@import "../base/variables";
@import "../bootstrap/scss/variables";


// Base
.rights {
	font-size: 15px;
}

.rights-link {
	color: $dark;

	&:hover {
		color: $primary;
	}
}


// Contexts
.context-dark {
	.rights-link {
		color: $white;

		&:hover {
			color: rgba( $white, .5 );
		}
	}
}
