Files
SqiyAIExpress/src/public/css/lib/bootstrap/mixins/_text-emphasis.scss
T
shangqiyuan 122d373804 init
2026-05-10 01:07:20 +08:00

13 lines
210 B
SCSS

// Typography
// [converter] $parent hack
@mixin text-emphasis-variant($parent, $color) {
#{$parent} {
color: $color;
}
a#{$parent}:hover,
a#{$parent}:focus {
color: darken($color, 10%);
}
}