mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 16:00:23 +00:00
Restore .text-muted
This commit is contained in:
parent
2bf4de0698
commit
3603088454
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Reference in a new issue