osem-fcy/_sass/bootstrap/mixins/_text-emphasis.scss

12 lines
189 B
SCSS
Raw Normal View History

2014-12-16 17:20:19 +01:00
// Typography
// [converter] $parent hack
@mixin text-emphasis-variant($parent, $color) {
#{$parent} {
color: $color;
}
a#{$parent}:hover {
color: darken($color, 10%);
}
}