mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Restore .text-muted
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user