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.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/dist/css/bootstrap-utilities.css b/dist/css/bootstrap-utilities.css
index c81c9f0941..7ce446327e 100644
--- a/dist/css/bootstrap-utilities.css
+++ b/dist/css/bootstrap-utilities.css
@@ -329,6 +329,10 @@
justify-content: space-around !important;
}
+.justify-content-evenly {
+ justify-content: space-evenly !important;
+}
+
.align-items-start {
align-items: flex-start !important;
}
@@ -979,6 +983,10 @@
background-color: transparent !important;
}
+.bg-gradient {
+ background-image: var(--bs-gradient) !important;
+}
+
.text-wrap {
white-space: normal !important;
}
@@ -1009,6 +1017,7 @@
.text-break {
word-wrap: break-word !important;
+ word-break: break-word !important;
}
.font-monospace {
@@ -1184,6 +1193,9 @@
.justify-content-sm-around {
justify-content: space-around !important;
}
+ .justify-content-sm-evenly {
+ justify-content: space-evenly !important;
+ }
.align-items-sm-start {
align-items: flex-start !important;
}
@@ -1657,6 +1669,9 @@
.justify-content-md-around {
justify-content: space-around !important;
}
+ .justify-content-md-evenly {
+ justify-content: space-evenly !important;
+ }
.align-items-md-start {
align-items: flex-start !important;
}
@@ -2130,6 +2145,9 @@
.justify-content-lg-around {
justify-content: space-around !important;
}
+ .justify-content-lg-evenly {
+ justify-content: space-evenly !important;
+ }
.align-items-lg-start {
align-items: flex-start !important;
}
@@ -2603,6 +2621,9 @@
.justify-content-xl-around {
justify-content: space-around !important;
}
+ .justify-content-xl-evenly {
+ justify-content: space-evenly !important;
+ }
.align-items-xl-start {
align-items: flex-start !important;
}
@@ -3076,6 +3097,9 @@
.justify-content-xxl-around {
justify-content: space-around !important;
}
+ .justify-content-xxl-evenly {
+ justify-content: space-evenly !important;
+ }
.align-items-xxl-start {
align-items: flex-start !important;
}