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