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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dist/css/bootstrap-utilities.css')
-rw-r--r--dist/css/bootstrap-utilities.css22
1 files changed, 19 insertions, 3 deletions
diff --git a/dist/css/bootstrap-utilities.css b/dist/css/bootstrap-utilities.css
index 1726ddcde2..4fdce775bd 100644
--- a/dist/css/bootstrap-utilities.css
+++ b/dist/css/bootstrap-utilities.css
@@ -162,7 +162,7 @@
}
.border-primary {
- border-color: #007bff !important;
+ border-color: #0d6efd !important;
}
.border-secondary {
@@ -1018,7 +1018,7 @@
}
.text-primary {
- color: #007bff !important;
+ color: #0d6efd !important;
}
.text-secondary {
@@ -1073,8 +1073,24 @@
color: inherit !important;
}
+.lh-1 {
+ line-height: 1 !important;
+}
+
+.lh-sm {
+ line-height: 1.25 !important;
+}
+
+.lh-base {
+ line-height: 1.5 !important;
+}
+
+.lh-lg {
+ line-height: 2 !important;
+}
+
.bg-primary {
- background-color: #007bff !important;
+ background-color: #0d6efd !important;
}
.bg-secondary {