aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.rtl.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2021-02-11 07:22:18 -0800
committerGitHub <[email protected]>2021-02-11 17:22:18 +0200
commit037b5df737c9100d77aaef2facfc1a1290435752 (patch)
treeecc4c0736855fd445b70559a9a1c5b695b6fdcc7 /dist/css/bootstrap.rtl.css
parent812585627239f4dd77c8cd97309138945c85ae91 (diff)
downloadbootstrap-037b5df737c9100d77aaef2facfc1a1290435752.tar.xz
bootstrap-037b5df737c9100d77aaef2facfc1a1290435752.zip
Revert dist changes from #32747 (#33050)
Diffstat (limited to 'dist/css/bootstrap.rtl.css')
-rw-r--r--dist/css/bootstrap.rtl.css90
1 files changed, 45 insertions, 45 deletions
diff --git a/dist/css/bootstrap.rtl.css b/dist/css/bootstrap.rtl.css
index 14b0929bf..f30e3351f 100644
--- a/dist/css/bootstrap.rtl.css
+++ b/dist/css/bootstrap.rtl.css
@@ -7083,10 +7083,6 @@ textarea.form-control-lg {
padding-right: 3rem !important;
}
-.font-monospace {
- font-family: var(--bs-font-monospace) !important;
-}
-
.fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}
@@ -7139,20 +7135,16 @@ textarea.form-control-lg {
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 {
@@ -7167,37 +7159,6 @@ textarea.form-control-lg {
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;
}
@@ -7254,6 +7215,22 @@ textarea.form-control-lg {
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;
}
@@ -7302,6 +7279,29 @@ textarea.form-control-lg {
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;