menu
This commit is contained in:
16
resources/admin_theme/scss/bootstrap/mixins/_text-emphasis.scss
Executable file
16
resources/admin_theme/scss/bootstrap/mixins/_text-emphasis.scss
Executable file
@ -0,0 +1,16 @@
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
// Typography
|
||||
|
||||
@mixin text-emphasis-variant($parent, $color) {
|
||||
#{$parent} {
|
||||
color: $color !important;
|
||||
}
|
||||
@if $emphasized-link-hover-darken-percentage != 0 {
|
||||
a#{$parent} {
|
||||
@include hover-focus {
|
||||
color: darken($color, $emphasized-link-hover-darken-percentage) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user