bootstrap 4 beta 2
Bootstrap 4 beta 2
This commit is contained in:
12
bootstap 4 alpha 6/scss/mixins/_text-emphasis.scss
Normal file
12
bootstap 4 alpha 6/scss/mixins/_text-emphasis.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
// 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