Rebuilding with CalibreDB.
This commit is contained in:
12
sass/bootstrap/mixins/_text-emphasis.scss
Executable file
12
sass/bootstrap/mixins/_text-emphasis.scss
Executable file
@ -0,0 +1,12 @@
|
||||
// Typography
|
||||
|
||||
// [converter] $parent hack
|
||||
@mixin text-emphasis-variant($parent, $color) {
|
||||
#{$parent} {
|
||||
color: $color;
|
||||
}
|
||||
a#{$parent}:hover,
|
||||
a#{$parent}:focus {
|
||||
color: darken($color, 10%);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user