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.rtl.css')
-rw-r--r--dist/css/bootstrap-utilities.rtl.css90
1 files changed, 45 insertions, 45 deletions
diff --git a/dist/css/bootstrap-utilities.rtl.css b/dist/css/bootstrap-utilities.rtl.css
index c8e17ce182..4be32e2b32 100644
--- a/dist/css/bootstrap-utilities.rtl.css
+++ b/dist/css/bootstrap-utilities.rtl.css
@@ -1130,10 +1130,6 @@
padding-right: 3rem !important;
}
-.font-monospace {
- font-family: var(--bs-font-monospace) !important;
-}
-
.fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}
@@ -1186,20 +1182,16 @@
font-weight: bolder !important;
}
-.lh-1 {
- line-height: 1 !important;
-}
-
-.lh-sm {
- line-height: 1.25 !important;
+.text-lowercase {
+ text-transform: lowercase !important;
}
-.lh-base {
- line-height: 1.5 !important;
+.text-uppercase {
+ text-transform: uppercase !important;
}
-.lh-lg {
- line-height: 2 !important;
+.text-capitalize {
+ text-transform: capitalize !important;
}
.text-start {
@@ -1214,37 +1206,6 @@
text-align: center !important;
}
-.text-decoration-none {
- text-decoration: none !important;
-}
-
-.text-decoration-underline {
- text-decoration: underline !important;
-}
-
-.text-decoration-line-through {
- text-decoration: line-through !important;
-}
-
-.text-lowercase {
- text-transform: lowercase !important;
-}
-
-.text-uppercase {
- text-transform: uppercase !important;
-}
-
-.text-capitalize {
- text-transform: capitalize !important;
-}
-
-.text-wrap {
- white-space: normal !important;
-}
-
-.text-nowrap {
- white-space: nowrap !important;
-}
.text-primary {
color: #0d6efd !important;
}
@@ -1301,6 +1262,22 @@
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: #0d6efd !important;
}
@@ -1349,6 +1326,29 @@
background-image: var(--bs-gradient) !important;
}
+.text-wrap {
+ white-space: normal !important;
+}
+
+.text-nowrap {
+ white-space: nowrap !important;
+}
+
+.text-decoration-none {
+ text-decoration: none !important;
+}
+
+.text-decoration-underline {
+ text-decoration: underline !important;
+}
+
+.text-decoration-line-through {
+ text-decoration: line-through !important;
+}
+.font-monospace {
+ font-family: var(--bs-font-monospace) !important;
+}
+
.user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;