mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 13:10:09 +02:00
initial commit
This commit is contained in:
14
app/node_modules/bootstrap/scss/mixins/_text-emphasis.scss
generated
vendored
Normal file
14
app/node_modules/bootstrap/scss/mixins/_text-emphasis.scss
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
// Typography
|
||||
|
||||
@mixin text-emphasis-variant($parent, $color) {
|
||||
#{$parent} {
|
||||
color: $color !important;
|
||||
}
|
||||
a#{$parent} {
|
||||
@include hover-focus {
|
||||
color: darken($color, 10%) !important;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user