Files
BoostrapPageGenerator4/scss/mixins/_text-emphasis.scss
Francesco Malagrino 3c9cb0fe3c Release
Release
2017-03-26 20:32:45 +02:00

13 lines
212 B
SCSS

// Typography
@mixin text-emphasis-variant($parent, $color) {
#{$parent} {
color: $color !important;
}
a#{$parent} {
@include hover-focus {
color: darken($color, 10%) !important;
}
}
}