Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/utilities/_text.scss')
-rw-r--r--assets/stylesheets/bootstrap/utilities/_text.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/assets/stylesheets/bootstrap/utilities/_text.scss b/assets/stylesheets/bootstrap/utilities/_text.scss
index f4b6e65..4f6eba5 100644
--- a/assets/stylesheets/bootstrap/utilities/_text.scss
+++ b/assets/stylesheets/bootstrap/utilities/_text.scss
@@ -4,6 +4,8 @@
// Text
//
+.text-monospace { font-family: $font-family-monospace; }
+
// Alignment
.text-justify { text-align: justify !important; }
@@ -37,14 +39,18 @@
// Contextual colors
-.text-white { color: #fff !important; }
+.text-white { color: $white !important; }
@each $color, $value in $theme-colors {
@include text-emphasis-variant(".text-#{$color}", $value);
}
+.text-body { color: $body-color !important; }
.text-muted { color: $text-muted !important; }
+.text-black-50 { color: rgba($black, .5) !important; }
+.text-white-50 { color: rgba($white, .5) !important; }
+
// Misc
.text-hide {