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.css386
1 files changed, 194 insertions, 192 deletions
diff --git a/dist/css/bootstrap-utilities.css b/dist/css/bootstrap-utilities.css
index 472e1368e7..70120ee2ec 100644
--- a/dist/css/bootstrap-utilities.css
+++ b/dist/css/bootstrap-utilities.css
@@ -28,11 +28,11 @@
vertical-align: text-top !important;
}
-.float-left {
+.float-start {
float: left !important;
}
-.float-right {
+.float-end {
float: right !important;
}
@@ -157,27 +157,27 @@
bottom: 100% !important;
}
-.left-0 {
+.start-0 {
left: 0 !important;
}
-.left-50 {
+.start-50 {
left: 50% !important;
}
-.left-100 {
+.start-100 {
left: 100% !important;
}
-.right-0 {
+.end-0 {
right: 0 !important;
}
-.right-50 {
+.end-50 {
right: 50% !important;
}
-.right-100 {
+.end-100 {
right: 100% !important;
}
@@ -201,11 +201,11 @@
border-top: 0 !important;
}
-.border-right {
+.border-end {
border-right: 1px solid #dee2e6 !important;
}
-.border-right-0 {
+.border-end-0 {
border-right: 0 !important;
}
@@ -217,11 +217,11 @@
border-bottom: 0 !important;
}
-.border-left {
+.border-start {
border-left: 1px solid #dee2e6 !important;
}
-.border-left-0 {
+.border-start-0 {
border-left: 0 !important;
}
@@ -671,31 +671,31 @@
margin-top: auto !important;
}
-.mr-0 {
+.me-0 {
margin-right: 0 !important;
}
-.mr-1 {
+.me-1 {
margin-right: 0.25rem !important;
}
-.mr-2 {
+.me-2 {
margin-right: 0.5rem !important;
}
-.mr-3 {
+.me-3 {
margin-right: 1rem !important;
}
-.mr-4 {
+.me-4 {
margin-right: 1.5rem !important;
}
-.mr-5 {
+.me-5 {
margin-right: 3rem !important;
}
-.mr-auto {
+.me-auto {
margin-right: auto !important;
}
@@ -727,31 +727,31 @@
margin-bottom: auto !important;
}
-.ml-0 {
+.ms-0 {
margin-left: 0 !important;
}
-.ml-1 {
+.ms-1 {
margin-left: 0.25rem !important;
}
-.ml-2 {
+.ms-2 {
margin-left: 0.5rem !important;
}
-.ml-3 {
+.ms-3 {
margin-left: 1rem !important;
}
-.ml-4 {
+.ms-4 {
margin-left: 1.5rem !important;
}
-.ml-5 {
+.ms-5 {
margin-left: 3rem !important;
}
-.ml-auto {
+.ms-auto {
margin-left: auto !important;
}
@@ -863,27 +863,27 @@
padding-top: 3rem !important;
}
-.pr-0 {
+.pe-0 {
padding-right: 0 !important;
}
-.pr-1 {
+.pe-1 {
padding-right: 0.25rem !important;
}
-.pr-2 {
+.pe-2 {
padding-right: 0.5rem !important;
}
-.pr-3 {
+.pe-3 {
padding-right: 1rem !important;
}
-.pr-4 {
+.pe-4 {
padding-right: 1.5rem !important;
}
-.pr-5 {
+.pe-5 {
padding-right: 3rem !important;
}
@@ -911,27 +911,27 @@
padding-bottom: 3rem !important;
}
-.pl-0 {
+.ps-0 {
padding-left: 0 !important;
}
-.pl-1 {
+.ps-1 {
padding-left: 0.25rem !important;
}
-.pl-2 {
+.ps-2 {
padding-left: 0.5rem !important;
}
-.pl-3 {
+.ps-3 {
padding-left: 1rem !important;
}
-.pl-4 {
+.ps-4 {
padding-left: 1.5rem !important;
}
-.pl-5 {
+.ps-5 {
padding-left: 3rem !important;
}
@@ -999,11 +999,11 @@
text-transform: capitalize !important;
}
-.text-left {
+.text-start {
text-align: left !important;
}
-.text-right {
+.text-end {
text-align: right !important;
}
@@ -1151,11 +1151,13 @@
text-decoration: line-through !important;
}
+/* rtl:begin:remove */
.text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
+/* rtl:end:remove */
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
@@ -1219,7 +1221,7 @@
border-top-right-radius: 0.25rem !important;
}
-.rounded-right {
+.rounded-end {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
@@ -1229,7 +1231,7 @@
border-bottom-left-radius: 0.25rem !important;
}
-.rounded-left {
+.rounded-start {
border-bottom-left-radius: 0.25rem !important;
border-top-left-radius: 0.25rem !important;
}
@@ -1243,11 +1245,11 @@
}
@media (min-width: 576px) {
- .float-sm-left {
+ .float-sm-start {
float: left !important;
}
- .float-sm-right {
+ .float-sm-end {
float: right !important;
}
@@ -1617,31 +1619,31 @@
margin-top: auto !important;
}
- .mr-sm-0 {
+ .me-sm-0 {
margin-right: 0 !important;
}
- .mr-sm-1 {
+ .me-sm-1 {
margin-right: 0.25rem !important;
}
- .mr-sm-2 {
+ .me-sm-2 {
margin-right: 0.5rem !important;
}
- .mr-sm-3 {
+ .me-sm-3 {
margin-right: 1rem !important;
}
- .mr-sm-4 {
+ .me-sm-4 {
margin-right: 1.5rem !important;
}
- .mr-sm-5 {
+ .me-sm-5 {
margin-right: 3rem !important;
}
- .mr-sm-auto {
+ .me-sm-auto {
margin-right: auto !important;
}
@@ -1673,31 +1675,31 @@
margin-bottom: auto !important;
}
- .ml-sm-0 {
+ .ms-sm-0 {
margin-left: 0 !important;
}
- .ml-sm-1 {
+ .ms-sm-1 {
margin-left: 0.25rem !important;
}
- .ml-sm-2 {
+ .ms-sm-2 {
margin-left: 0.5rem !important;
}
- .ml-sm-3 {
+ .ms-sm-3 {
margin-left: 1rem !important;
}
- .ml-sm-4 {
+ .ms-sm-4 {
margin-left: 1.5rem !important;
}
- .ml-sm-5 {
+ .ms-sm-5 {
margin-left: 3rem !important;
}
- .ml-sm-auto {
+ .ms-sm-auto {
margin-left: auto !important;
}
@@ -1809,27 +1811,27 @@
padding-top: 3rem !important;
}
- .pr-sm-0 {
+ .pe-sm-0 {
padding-right: 0 !important;
}
- .pr-sm-1 {
+ .pe-sm-1 {
padding-right: 0.25rem !important;
}
- .pr-sm-2 {
+ .pe-sm-2 {
padding-right: 0.5rem !important;
}
- .pr-sm-3 {
+ .pe-sm-3 {
padding-right: 1rem !important;
}
- .pr-sm-4 {
+ .pe-sm-4 {
padding-right: 1.5rem !important;
}
- .pr-sm-5 {
+ .pe-sm-5 {
padding-right: 3rem !important;
}
@@ -1857,35 +1859,35 @@
padding-bottom: 3rem !important;
}
- .pl-sm-0 {
+ .ps-sm-0 {
padding-left: 0 !important;
}
- .pl-sm-1 {
+ .ps-sm-1 {
padding-left: 0.25rem !important;
}
- .pl-sm-2 {
+ .ps-sm-2 {
padding-left: 0.5rem !important;
}
- .pl-sm-3 {
+ .ps-sm-3 {
padding-left: 1rem !important;
}
- .pl-sm-4 {
+ .ps-sm-4 {
padding-left: 1.5rem !important;
}
- .pl-sm-5 {
+ .ps-sm-5 {
padding-left: 3rem !important;
}
- .text-sm-left {
+ .text-sm-start {
text-align: left !important;
}
- .text-sm-right {
+ .text-sm-end {
text-align: right !important;
}
@@ -1894,11 +1896,11 @@
}
}
@media (min-width: 768px) {
- .float-md-left {
+ .float-md-start {
float: left !important;
}
- .float-md-right {
+ .float-md-end {
float: right !important;
}
@@ -2268,31 +2270,31 @@
margin-top: auto !important;
}
- .mr-md-0 {
+ .me-md-0 {
margin-right: 0 !important;
}
- .mr-md-1 {
+ .me-md-1 {
margin-right: 0.25rem !important;
}
- .mr-md-2 {
+ .me-md-2 {
margin-right: 0.5rem !important;
}
- .mr-md-3 {
+ .me-md-3 {
margin-right: 1rem !important;
}
- .mr-md-4 {
+ .me-md-4 {
margin-right: 1.5rem !important;
}
- .mr-md-5 {
+ .me-md-5 {
margin-right: 3rem !important;
}
- .mr-md-auto {
+ .me-md-auto {
margin-right: auto !important;
}
@@ -2324,31 +2326,31 @@
margin-bottom: auto !important;
}
- .ml-md-0 {
+ .ms-md-0 {
margin-left: 0 !important;
}
- .ml-md-1 {
+ .ms-md-1 {
margin-left: 0.25rem !important;
}
- .ml-md-2 {
+ .ms-md-2 {
margin-left: 0.5rem !important;
}
- .ml-md-3 {
+ .ms-md-3 {
margin-left: 1rem !important;
}
- .ml-md-4 {
+ .ms-md-4 {
margin-left: 1.5rem !important;
}
- .ml-md-5 {
+ .ms-md-5 {
margin-left: 3rem !important;
}
- .ml-md-auto {
+ .ms-md-auto {
margin-left: auto !important;
}
@@ -2460,27 +2462,27 @@
padding-top: 3rem !important;
}
- .pr-md-0 {
+ .pe-md-0 {
padding-right: 0 !important;
}
- .pr-md-1 {
+ .pe-md-1 {
padding-right: 0.25rem !important;
}
- .pr-md-2 {
+ .pe-md-2 {
padding-right: 0.5rem !important;
}
- .pr-md-3 {
+ .pe-md-3 {
padding-right: 1rem !important;
}
- .pr-md-4 {
+ .pe-md-4 {
padding-right: 1.5rem !important;
}
- .pr-md-5 {
+ .pe-md-5 {
padding-right: 3rem !important;
}
@@ -2508,35 +2510,35 @@
padding-bottom: 3rem !important;
}
- .pl-md-0 {
+ .ps-md-0 {
padding-left: 0 !important;
}
- .pl-md-1 {
+ .ps-md-1 {
padding-left: 0.25rem !important;
}
- .pl-md-2 {
+ .ps-md-2 {
padding-left: 0.5rem !important;
}
- .pl-md-3 {
+ .ps-md-3 {
padding-left: 1rem !important;
}
- .pl-md-4 {
+ .ps-md-4 {
padding-left: 1.5rem !important;
}
- .pl-md-5 {
+ .ps-md-5 {
padding-left: 3rem !important;
}
- .text-md-left {
+ .text-md-start {
text-align: left !important;
}
- .text-md-right {
+ .text-md-end {
text-align: right !important;
}
@@ -2545,11 +2547,11 @@
}
}
@media (min-width: 992px) {
- .float-lg-left {
+ .float-lg-start {
float: left !important;
}
- .float-lg-right {
+ .float-lg-end {
float: right !important;
}
@@ -2919,31 +2921,31 @@
margin-top: auto !important;
}
- .mr-lg-0 {
+ .me-lg-0 {
margin-right: 0 !important;
}
- .mr-lg-1 {
+ .me-lg-1 {
margin-right: 0.25rem !important;
}
- .mr-lg-2 {
+ .me-lg-2 {
margin-right: 0.5rem !important;
}
- .mr-lg-3 {
+ .me-lg-3 {
margin-right: 1rem !important;
}
- .mr-lg-4 {
+ .me-lg-4 {
margin-right: 1.5rem !important;
}
- .mr-lg-5 {
+ .me-lg-5 {
margin-right: 3rem !important;
}
- .mr-lg-auto {
+ .me-lg-auto {
margin-right: auto !important;
}
@@ -2975,31 +2977,31 @@
margin-bottom: auto !important;
}
- .ml-lg-0 {
+ .ms-lg-0 {
margin-left: 0 !important;
}
- .ml-lg-1 {
+ .ms-lg-1 {
margin-left: 0.25rem !important;
}
- .ml-lg-2 {
+ .ms-lg-2 {
margin-left: 0.5rem !important;
}
- .ml-lg-3 {
+ .ms-lg-3 {
margin-left: 1rem !important;
}
- .ml-lg-4 {
+ .ms-lg-4 {
margin-left: 1.5rem !important;
}
- .ml-lg-5 {
+ .ms-lg-5 {
margin-left: 3rem !important;
}
- .ml-lg-auto {
+ .ms-lg-auto {
margin-left: auto !important;
}
@@ -3111,27 +3113,27 @@
padding-top: 3rem !important;
}
- .pr-lg-0 {
+ .pe-lg-0 {
padding-right: 0 !important;
}
- .pr-lg-1 {
+ .pe-lg-1 {
padding-right: 0.25rem !important;
}
- .pr-lg-2 {
+ .pe-lg-2 {
padding-right: 0.5rem !important;
}
- .pr-lg-3 {
+ .pe-lg-3 {
padding-right: 1rem !important;
}
- .pr-lg-4 {
+ .pe-lg-4 {
padding-right: 1.5rem !important;
}
- .pr-lg-5 {
+ .pe-lg-5 {
padding-right: 3rem !important;
}
@@ -3159,35 +3161,35 @@
padding-bottom: 3rem !important;
}
- .pl-lg-0 {
+ .ps-lg-0 {
padding-left: 0 !important;
}
- .pl-lg-1 {
+ .ps-lg-1 {
padding-left: 0.25rem !important;
}
- .pl-lg-2 {
+ .ps-lg-2 {
padding-left: 0.5rem !important;
}
- .pl-lg-3 {
+ .ps-lg-3 {
padding-left: 1rem !important;
}
- .pl-lg-4 {
+ .ps-lg-4 {
padding-left: 1.5rem !important;
}
- .pl-lg-5 {
+ .ps-lg-5 {
padding-left: 3rem !important;
}
- .text-lg-left {
+ .text-lg-start {
text-align: left !important;
}
- .text-lg-right {
+ .text-lg-end {
text-align: right !important;
}
@@ -3196,11 +3198,11 @@
}
}
@media (min-width: 1200px) {
- .float-xl-left {
+ .float-xl-start {
float: left !important;
}
- .float-xl-right {
+ .float-xl-end {
float: right !important;
}
@@ -3570,31 +3572,31 @@
margin-top: auto !important;
}
- .mr-xl-0 {
+ .me-xl-0 {
margin-right: 0 !important;
}
- .mr-xl-1 {
+ .me-xl-1 {
margin-right: 0.25rem !important;
}
- .mr-xl-2 {
+ .me-xl-2 {
margin-right: 0.5rem !important;
}
- .mr-xl-3 {
+ .me-xl-3 {
margin-right: 1rem !important;
}
- .mr-xl-4 {
+ .me-xl-4 {
margin-right: 1.5rem !important;
}
- .mr-xl-5 {
+ .me-xl-5 {
margin-right: 3rem !important;
}
- .mr-xl-auto {
+ .me-xl-auto {
margin-right: auto !important;
}
@@ -3626,31 +3628,31 @@
margin-bottom: auto !important;
}
- .ml-xl-0 {
+ .ms-xl-0 {
margin-left: 0 !important;
}
- .ml-xl-1 {
+ .ms-xl-1 {
margin-left: 0.25rem !important;
}
- .ml-xl-2 {
+ .ms-xl-2 {
margin-left: 0.5rem !important;
}
- .ml-xl-3 {
+ .ms-xl-3 {
margin-left: 1rem !important;
}
- .ml-xl-4 {
+ .ms-xl-4 {
margin-left: 1.5rem !important;
}
- .ml-xl-5 {
+ .ms-xl-5 {
margin-left: 3rem !important;
}
- .ml-xl-auto {
+ .ms-xl-auto {
margin-left: auto !important;
}
@@ -3762,27 +3764,27 @@
padding-top: 3rem !important;
}
- .pr-xl-0 {
+ .pe-xl-0 {
padding-right: 0 !important;
}
- .pr-xl-1 {
+ .pe-xl-1 {
padding-right: 0.25rem !important;
}
- .pr-xl-2 {
+ .pe-xl-2 {
padding-right: 0.5rem !important;
}
- .pr-xl-3 {
+ .pe-xl-3 {
padding-right: 1rem !important;
}
- .pr-xl-4 {
+ .pe-xl-4 {
padding-right: 1.5rem !important;
}
- .pr-xl-5 {
+ .pe-xl-5 {
padding-right: 3rem !important;
}
@@ -3810,35 +3812,35 @@
padding-bottom: 3rem !important;
}
- .pl-xl-0 {
+ .ps-xl-0 {
padding-left: 0 !important;
}
- .pl-xl-1 {
+ .ps-xl-1 {
padding-left: 0.25rem !important;
}
- .pl-xl-2 {
+ .ps-xl-2 {
padding-left: 0.5rem !important;
}
- .pl-xl-3 {
+ .ps-xl-3 {
padding-left: 1rem !important;
}
- .pl-xl-4 {
+ .ps-xl-4 {
padding-left: 1.5rem !important;
}
- .pl-xl-5 {
+ .ps-xl-5 {
padding-left: 3rem !important;
}
- .text-xl-left {
+ .text-xl-start {
text-align: left !important;
}
- .text-xl-right {
+ .text-xl-end {
text-align: right !important;
}
@@ -3847,11 +3849,11 @@
}
}
@media (min-width: 1400px) {
- .float-xxl-left {
+ .float-xxl-start {
float: left !important;
}
- .float-xxl-right {
+ .float-xxl-end {
float: right !important;
}
@@ -4221,31 +4223,31 @@
margin-top: auto !important;
}
- .mr-xxl-0 {
+ .me-xxl-0 {
margin-right: 0 !important;
}
- .mr-xxl-1 {
+ .me-xxl-1 {
margin-right: 0.25rem !important;
}
- .mr-xxl-2 {
+ .me-xxl-2 {
margin-right: 0.5rem !important;
}
- .mr-xxl-3 {
+ .me-xxl-3 {
margin-right: 1rem !important;
}
- .mr-xxl-4 {
+ .me-xxl-4 {
margin-right: 1.5rem !important;
}
- .mr-xxl-5 {
+ .me-xxl-5 {
margin-right: 3rem !important;
}
- .mr-xxl-auto {
+ .me-xxl-auto {
margin-right: auto !important;
}
@@ -4277,31 +4279,31 @@
margin-bottom: auto !important;
}
- .ml-xxl-0 {
+ .ms-xxl-0 {
margin-left: 0 !important;
}
- .ml-xxl-1 {
+ .ms-xxl-1 {
margin-left: 0.25rem !important;
}
- .ml-xxl-2 {
+ .ms-xxl-2 {
margin-left: 0.5rem !important;
}
- .ml-xxl-3 {
+ .ms-xxl-3 {
margin-left: 1rem !important;
}
- .ml-xxl-4 {
+ .ms-xxl-4 {
margin-left: 1.5rem !important;
}
- .ml-xxl-5 {
+ .ms-xxl-5 {
margin-left: 3rem !important;
}
- .ml-xxl-auto {
+ .ms-xxl-auto {
margin-left: auto !important;
}
@@ -4413,27 +4415,27 @@
padding-top: 3rem !important;
}
- .pr-xxl-0 {
+ .pe-xxl-0 {
padding-right: 0 !important;
}
- .pr-xxl-1 {
+ .pe-xxl-1 {
padding-right: 0.25rem !important;
}
- .pr-xxl-2 {
+ .pe-xxl-2 {
padding-right: 0.5rem !important;
}
- .pr-xxl-3 {
+ .pe-xxl-3 {
padding-right: 1rem !important;
}
- .pr-xxl-4 {
+ .pe-xxl-4 {
padding-right: 1.5rem !important;
}
- .pr-xxl-5 {
+ .pe-xxl-5 {
padding-right: 3rem !important;
}
@@ -4461,35 +4463,35 @@
padding-bottom: 3rem !important;
}
- .pl-xxl-0 {
+ .ps-xxl-0 {
padding-left: 0 !important;
}
- .pl-xxl-1 {
+ .ps-xxl-1 {
padding-left: 0.25rem !important;
}
- .pl-xxl-2 {
+ .ps-xxl-2 {
padding-left: 0.5rem !important;
}
- .pl-xxl-3 {
+ .ps-xxl-3 {
padding-left: 1rem !important;
}
- .pl-xxl-4 {
+ .ps-xxl-4 {
padding-left: 1.5rem !important;
}
- .pl-xxl-5 {
+ .ps-xxl-5 {
padding-left: 3rem !important;
}
- .text-xxl-left {
+ .text-xxl-start {
text-align: left !important;
}
- .text-xxl-right {
+ .text-xxl-end {
text-align: right !important;
}