mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Restore .text-muted
This commit is contained in:
parent
2bf4de0698
commit
3603088454
@ -34,14 +34,14 @@
|
||||
|
||||
// Contextual colors
|
||||
|
||||
.text-white {
|
||||
color: #fff !important;
|
||||
}
|
||||
.text-white { color: #fff !important; }
|
||||
|
||||
@each $color, $value in $theme-colors {
|
||||
@include text-emphasis-variant('.text-#{$color}', $value);
|
||||
}
|
||||
|
||||
.text-muted { color: $gray-400 !important; }
|
||||
|
||||
// Misc
|
||||
|
||||
.text-hide {
|
||||
|
Loading…
x
Reference in New Issue
Block a user