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:
authorXhmikosR <xhmikosr@gmail.com>2020-05-13 21:53:43 +0300
committerGitHub <noreply@github.com>2020-05-13 21:53:43 +0300
commitde7af5ee0738d08ef2d6702654834beb5bfce35e (patch)
tree371b751a7f96f96399e53d1767b8f0c4610cb268 /dist/css/bootstrap-utilities.css
parent53eb7d38830f1e7c593069c8f5b40f4127563317 (diff)
Dist (#30694)
Diffstat (limited to 'dist/css/bootstrap-utilities.css')
-rw-r--r--dist/css/bootstrap-utilities.css1085
1 files changed, 474 insertions, 611 deletions
diff --git a/dist/css/bootstrap-utilities.css b/dist/css/bootstrap-utilities.css
index 613a386fa2..6fcf1d7bca 100644
--- a/dist/css/bootstrap-utilities.css
+++ b/dist/css/bootstrap-utilities.css
@@ -639,156 +639,6 @@
margin-left: auto !important;
}
-.m-n1 {
- margin: -0.25rem !important;
-}
-
-.m-n2 {
- margin: -0.5rem !important;
-}
-
-.m-n3 {
- margin: -1rem !important;
-}
-
-.m-n4 {
- margin: -1.5rem !important;
-}
-
-.m-n5 {
- margin: -3rem !important;
-}
-
-.mx-n1 {
- margin-right: -0.25rem !important;
- margin-left: -0.25rem !important;
-}
-
-.mx-n2 {
- margin-right: -0.5rem !important;
- margin-left: -0.5rem !important;
-}
-
-.mx-n3 {
- margin-right: -1rem !important;
- margin-left: -1rem !important;
-}
-
-.mx-n4 {
- margin-right: -1.5rem !important;
- margin-left: -1.5rem !important;
-}
-
-.mx-n5 {
- margin-right: -3rem !important;
- margin-left: -3rem !important;
-}
-
-.my-n1 {
- margin-top: -0.25rem !important;
- margin-bottom: -0.25rem !important;
-}
-
-.my-n2 {
- margin-top: -0.5rem !important;
- margin-bottom: -0.5rem !important;
-}
-
-.my-n3 {
- margin-top: -1rem !important;
- margin-bottom: -1rem !important;
-}
-
-.my-n4 {
- margin-top: -1.5rem !important;
- margin-bottom: -1.5rem !important;
-}
-
-.my-n5 {
- margin-top: -3rem !important;
- margin-bottom: -3rem !important;
-}
-
-.mt-n1 {
- margin-top: -0.25rem !important;
-}
-
-.mt-n2 {
- margin-top: -0.5rem !important;
-}
-
-.mt-n3 {
- margin-top: -1rem !important;
-}
-
-.mt-n4 {
- margin-top: -1.5rem !important;
-}
-
-.mt-n5 {
- margin-top: -3rem !important;
-}
-
-.mr-n1 {
- margin-right: -0.25rem !important;
-}
-
-.mr-n2 {
- margin-right: -0.5rem !important;
-}
-
-.mr-n3 {
- margin-right: -1rem !important;
-}
-
-.mr-n4 {
- margin-right: -1.5rem !important;
-}
-
-.mr-n5 {
- margin-right: -3rem !important;
-}
-
-.mb-n1 {
- margin-bottom: -0.25rem !important;
-}
-
-.mb-n2 {
- margin-bottom: -0.5rem !important;
-}
-
-.mb-n3 {
- margin-bottom: -1rem !important;
-}
-
-.mb-n4 {
- margin-bottom: -1.5rem !important;
-}
-
-.mb-n5 {
- margin-bottom: -3rem !important;
-}
-
-.ml-n1 {
- margin-left: -0.25rem !important;
-}
-
-.ml-n2 {
- margin-left: -0.5rem !important;
-}
-
-.ml-n3 {
- margin-left: -1rem !important;
-}
-
-.ml-n4 {
- margin-left: -1.5rem !important;
-}
-
-.ml-n5 {
- margin-left: -3rem !important;
-}
-
.p-0 {
padding: 0 !important;
}
@@ -1162,7 +1012,7 @@
}
.font-monospace {
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
+ font-family: var(--bs-font-monospace) !important;
}
.user-select-all {
@@ -1570,121 +1420,6 @@
.ml-sm-auto {
margin-left: auto !important;
}
- .m-sm-n1 {
- margin: -0.25rem !important;
- }
- .m-sm-n2 {
- margin: -0.5rem !important;
- }
- .m-sm-n3 {
- margin: -1rem !important;
- }
- .m-sm-n4 {
- margin: -1.5rem !important;
- }
- .m-sm-n5 {
- margin: -3rem !important;
- }
- .mx-sm-n1 {
- margin-right: -0.25rem !important;
- margin-left: -0.25rem !important;
- }
- .mx-sm-n2 {
- margin-right: -0.5rem !important;
- margin-left: -0.5rem !important;
- }
- .mx-sm-n3 {
- margin-right: -1rem !important;
- margin-left: -1rem !important;
- }
- .mx-sm-n4 {
- margin-right: -1.5rem !important;
- margin-left: -1.5rem !important;
- }
- .mx-sm-n5 {
- margin-right: -3rem !important;
- margin-left: -3rem !important;
- }
- .my-sm-n1 {
- margin-top: -0.25rem !important;
- margin-bottom: -0.25rem !important;
- }
- .my-sm-n2 {
- margin-top: -0.5rem !important;
- margin-bottom: -0.5rem !important;
- }
- .my-sm-n3 {
- margin-top: -1rem !important;
- margin-bottom: -1rem !important;
- }
- .my-sm-n4 {
- margin-top: -1.5rem !important;
- margin-bottom: -1.5rem !important;
- }
- .my-sm-n5 {
- margin-top: -3rem !important;
- margin-bottom: -3rem !important;
- }
- .mt-sm-n1 {
- margin-top: -0.25rem !important;
- }
- .mt-sm-n2 {
- margin-top: -0.5rem !important;
- }
- .mt-sm-n3 {
- margin-top: -1rem !important;
- }
- .mt-sm-n4 {
- margin-top: -1.5rem !important;
- }
- .mt-sm-n5 {
- margin-top: -3rem !important;
- }
- .mr-sm-n1 {
- margin-right: -0.25rem !important;
- }
- .mr-sm-n2 {
- margin-right: -0.5rem !important;
- }
- .mr-sm-n3 {
- margin-right: -1rem !important;
- }
- .mr-sm-n4 {
- margin-right: -1.5rem !important;
- }
- .mr-sm-n5 {
- margin-right: -3rem !important;
- }
- .mb-sm-n1 {
- margin-bottom: -0.25rem !important;
- }
- .mb-sm-n2 {
- margin-bottom: -0.5rem !important;
- }
- .mb-sm-n3 {
- margin-bottom: -1rem !important;
- }
- .mb-sm-n4 {
- margin-bottom: -1.5rem !important;
- }
- .mb-sm-n5 {
- margin-bottom: -3rem !important;
- }
- .ml-sm-n1 {
- margin-left: -0.25rem !important;
- }
- .ml-sm-n2 {
- margin-left: -0.5rem !important;
- }
- .ml-sm-n3 {
- margin-left: -1rem !important;
- }
- .ml-sm-n4 {
- margin-left: -1.5rem !important;
- }
- .ml-sm-n5 {
- margin-left: -3rem !important;
- }
.p-sm-0 {
padding: 0 !important;
}
@@ -2158,121 +1893,6 @@
.ml-md-auto {
margin-left: auto !important;
}
- .m-md-n1 {
- margin: -0.25rem !important;
- }
- .m-md-n2 {
- margin: -0.5rem !important;
- }
- .m-md-n3 {
- margin: -1rem !important;
- }
- .m-md-n4 {
- margin: -1.5rem !important;
- }
- .m-md-n5 {
- margin: -3rem !important;
- }
- .mx-md-n1 {
- margin-right: -0.25rem !important;
- margin-left: -0.25rem !important;
- }
- .mx-md-n2 {
- margin-right: -0.5rem !important;
- margin-left: -0.5rem !important;
- }
- .mx-md-n3 {
- margin-right: -1rem !important;
- margin-left: -1rem !important;
- }
- .mx-md-n4 {
- margin-right: -1.5rem !important;
- margin-left: -1.5rem !important;
- }
- .mx-md-n5 {
- margin-right: -3rem !important;
- margin-left: -3rem !important;
- }
- .my-md-n1 {
- margin-top: -0.25rem !important;
- margin-bottom: -0.25rem !important;
- }
- .my-md-n2 {
- margin-top: -0.5rem !important;
- margin-bottom: -0.5rem !important;
- }
- .my-md-n3 {
- margin-top: -1rem !important;
- margin-bottom: -1rem !important;
- }
- .my-md-n4 {
- margin-top: -1.5rem !important;
- margin-bottom: -1.5rem !important;
- }
- .my-md-n5 {
- margin-top: -3rem !important;
- margin-bottom: -3rem !important;
- }
- .mt-md-n1 {
- margin-top: -0.25rem !important;
- }
- .mt-md-n2 {
- margin-top: -0.5rem !important;
- }
- .mt-md-n3 {
- margin-top: -1rem !important;
- }
- .mt-md-n4 {
- margin-top: -1.5rem !important;
- }
- .mt-md-n5 {
- margin-top: -3rem !important;
- }
- .mr-md-n1 {
- margin-right: -0.25rem !important;
- }
- .mr-md-n2 {
- margin-right: -0.5rem !important;
- }
- .mr-md-n3 {
- margin-right: -1rem !important;
- }
- .mr-md-n4 {
- margin-right: -1.5rem !important;
- }
- .mr-md-n5 {
- margin-right: -3rem !important;
- }
- .mb-md-n1 {
- margin-bottom: -0.25rem !important;
- }
- .mb-md-n2 {
- margin-bottom: -0.5rem !important;
- }
- .mb-md-n3 {
- margin-bottom: -1rem !important;
- }
- .mb-md-n4 {
- margin-bottom: -1.5rem !important;
- }
- .mb-md-n5 {
- margin-bottom: -3rem !important;
- }
- .ml-md-n1 {
- margin-left: -0.25rem !important;
- }
- .ml-md-n2 {
- margin-left: -0.5rem !important;
- }
- .ml-md-n3 {
- margin-left: -1rem !important;
- }
- .ml-md-n4 {
- margin-left: -1.5rem !important;
- }
- .ml-md-n5 {
- margin-left: -3rem !important;
- }
.p-md-0 {
padding: 0 !important;
}
@@ -2746,121 +2366,6 @@
.ml-lg-auto {
margin-left: auto !important;
}
- .m-lg-n1 {
- margin: -0.25rem !important;
- }
- .m-lg-n2 {
- margin: -0.5rem !important;
- }
- .m-lg-n3 {
- margin: -1rem !important;
- }
- .m-lg-n4 {
- margin: -1.5rem !important;
- }
- .m-lg-n5 {
- margin: -3rem !important;
- }
- .mx-lg-n1 {
- margin-right: -0.25rem !important;
- margin-left: -0.25rem !important;
- }
- .mx-lg-n2 {
- margin-right: -0.5rem !important;
- margin-left: -0.5rem !important;
- }
- .mx-lg-n3 {
- margin-right: -1rem !important;
- margin-left: -1rem !important;
- }
- .mx-lg-n4 {
- margin-right: -1.5rem !important;
- margin-left: -1.5rem !important;
- }
- .mx-lg-n5 {
- margin-right: -3rem !important;
- margin-left: -3rem !important;
- }
- .my-lg-n1 {
- margin-top: -0.25rem !important;
- margin-bottom: -0.25rem !important;
- }
- .my-lg-n2 {
- margin-top: -0.5rem !important;
- margin-bottom: -0.5rem !important;
- }
- .my-lg-n3 {
- margin-top: -1rem !important;
- margin-bottom: -1rem !important;
- }
- .my-lg-n4 {
- margin-top: -1.5rem !important;
- margin-bottom: -1.5rem !important;
- }
- .my-lg-n5 {
- margin-top: -3rem !important;
- margin-bottom: -3rem !important;
- }
- .mt-lg-n1 {
- margin-top: -0.25rem !important;
- }
- .mt-lg-n2 {
- margin-top: -0.5rem !important;
- }
- .mt-lg-n3 {
- margin-top: -1rem !important;
- }
- .mt-lg-n4 {
- margin-top: -1.5rem !important;
- }
- .mt-lg-n5 {
- margin-top: -3rem !important;
- }
- .mr-lg-n1 {
- margin-right: -0.25rem !important;
- }
- .mr-lg-n2 {
- margin-right: -0.5rem !important;
- }
- .mr-lg-n3 {
- margin-right: -1rem !important;
- }
- .mr-lg-n4 {
- margin-right: -1.5rem !important;
- }
- .mr-lg-n5 {
- margin-right: -3rem !important;
- }
- .mb-lg-n1 {
- margin-bottom: -0.25rem !important;
- }
- .mb-lg-n2 {
- margin-bottom: -0.5rem !important;
- }
- .mb-lg-n3 {
- margin-bottom: -1rem !important;
- }
- .mb-lg-n4 {
- margin-bottom: -1.5rem !important;
- }
- .mb-lg-n5 {
- margin-bottom: -3rem !important;
- }
- .ml-lg-n1 {
- margin-left: -0.25rem !important;
- }
- .ml-lg-n2 {
- margin-left: -0.5rem !important;
- }
- .ml-lg-n3 {
- margin-left: -1rem !important;
- }
- .ml-lg-n4 {
- margin-left: -1.5rem !important;
- }
- .ml-lg-n5 {
- margin-left: -3rem !important;
- }
.p-lg-0 {
padding: 0 !important;
}
@@ -3334,121 +2839,6 @@
.ml-xl-auto {
margin-left: auto !important;
}
- .m-xl-n1 {
- margin: -0.25rem !important;
- }
- .m-xl-n2 {
- margin: -0.5rem !important;
- }
- .m-xl-n3 {
- margin: -1rem !important;
- }
- .m-xl-n4 {
- margin: -1.5rem !important;
- }
- .m-xl-n5 {
- margin: -3rem !important;
- }
- .mx-xl-n1 {
- margin-right: -0.25rem !important;
- margin-left: -0.25rem !important;
- }
- .mx-xl-n2 {
- margin-right: -0.5rem !important;
- margin-left: -0.5rem !important;
- }
- .mx-xl-n3 {
- margin-right: -1rem !important;
- margin-left: -1rem !important;
- }
- .mx-xl-n4 {
- margin-right: -1.5rem !important;
- margin-left: -1.5rem !important;
- }
- .mx-xl-n5 {
- margin-right: -3rem !important;
- margin-left: -3rem !important;
- }
- .my-xl-n1 {
- margin-top: -0.25rem !important;
- margin-bottom: -0.25rem !important;
- }
- .my-xl-n2 {
- margin-top: -0.5rem !important;
- margin-bottom: -0.5rem !important;
- }
- .my-xl-n3 {
- margin-top: -1rem !important;
- margin-bottom: -1rem !important;
- }
- .my-xl-n4 {
- margin-top: -1.5rem !important;
- margin-bottom: -1.5rem !important;
- }
- .my-xl-n5 {
- margin-top: -3rem !important;
- margin-bottom: -3rem !important;
- }
- .mt-xl-n1 {
- margin-top: -0.25rem !important;
- }
- .mt-xl-n2 {
- margin-top: -0.5rem !important;
- }
- .mt-xl-n3 {
- margin-top: -1rem !important;
- }
- .mt-xl-n4 {
- margin-top: -1.5rem !important;
- }
- .mt-xl-n5 {
- margin-top: -3rem !important;
- }
- .mr-xl-n1 {
- margin-right: -0.25rem !important;
- }
- .mr-xl-n2 {
- margin-right: -0.5rem !important;
- }
- .mr-xl-n3 {
- margin-right: -1rem !important;
- }
- .mr-xl-n4 {
- margin-right: -1.5rem !important;
- }
- .mr-xl-n5 {
- margin-right: -3rem !important;
- }
- .mb-xl-n1 {
- margin-bottom: -0.25rem !important;
- }
- .mb-xl-n2 {
- margin-bottom: -0.5rem !important;
- }
- .mb-xl-n3 {
- margin-bottom: -1rem !important;
- }
- .mb-xl-n4 {
- margin-bottom: -1.5rem !important;
- }
- .mb-xl-n5 {
- margin-bottom: -3rem !important;
- }
- .ml-xl-n1 {
- margin-left: -0.25rem !important;
- }
- .ml-xl-n2 {
- margin-left: -0.5rem !important;
- }
- .ml-xl-n3 {
- margin-left: -1rem !important;
- }
- .ml-xl-n4 {
- margin-left: -1.5rem !important;
- }
- .ml-xl-n5 {
- margin-left: -3rem !important;
- }
.p-xl-0 {
padding: 0 !important;
}
@@ -3598,6 +2988,479 @@
}
}
+@media (min-width: 1400px) {
+ .float-xxl-left {
+ float: left !important;
+ }
+ .float-xxl-right {
+ float: right !important;
+ }
+ .float-xxl-none {
+ float: none !important;
+ }
+ .d-xxl-none {
+ display: none !important;
+ }
+ .d-xxl-inline {
+ display: inline !important;
+ }
+ .d-xxl-inline-block {
+ display: inline-block !important;
+ }
+ .d-xxl-block {
+ display: block !important;
+ }
+ .d-xxl-table {
+ display: table !important;
+ }
+ .d-xxl-table-row {
+ display: table-row !important;
+ }
+ .d-xxl-table-cell {
+ display: table-cell !important;
+ }
+ .d-xxl-flex {
+ display: flex !important;
+ }
+ .d-xxl-inline-flex {
+ display: inline-flex !important;
+ }
+ .flex-xxl-fill {
+ flex: 1 1 auto !important;
+ }
+ .flex-xxl-row {
+ flex-direction: row !important;
+ }
+ .flex-xxl-column {
+ flex-direction: column !important;
+ }
+ .flex-xxl-row-reverse {
+ flex-direction: row-reverse !important;
+ }
+ .flex-xxl-column-reverse {
+ flex-direction: column-reverse !important;
+ }
+ .flex-xxl-grow-0 {
+ flex-grow: 0 !important;
+ }
+ .flex-xxl-grow-1 {
+ flex-grow: 1 !important;
+ }
+ .flex-xxl-shrink-0 {
+ flex-shrink: 0 !important;
+ }
+ .flex-xxl-shrink-1 {
+ flex-shrink: 1 !important;
+ }
+ .flex-xxl-wrap {
+ flex-wrap: wrap !important;
+ }
+ .flex-xxl-nowrap {
+ flex-wrap: nowrap !important;
+ }
+ .flex-xxl-wrap-reverse {
+ flex-wrap: wrap-reverse !important;
+ }
+ .justify-content-xxl-start {
+ justify-content: flex-start !important;
+ }
+ .justify-content-xxl-end {
+ justify-content: flex-end !important;
+ }
+ .justify-content-xxl-center {
+ justify-content: center !important;
+ }
+ .justify-content-xxl-between {
+ justify-content: space-between !important;
+ }
+ .justify-content-xxl-around {
+ justify-content: space-around !important;
+ }
+ .align-items-xxl-start {
+ align-items: flex-start !important;
+ }
+ .align-items-xxl-end {
+ align-items: flex-end !important;
+ }
+ .align-items-xxl-center {
+ align-items: center !important;
+ }
+ .align-items-xxl-baseline {
+ align-items: baseline !important;
+ }
+ .align-items-xxl-stretch {
+ align-items: stretch !important;
+ }
+ .align-content-xxl-start {
+ align-content: flex-start !important;
+ }
+ .align-content-xxl-end {
+ align-content: flex-end !important;
+ }
+ .align-content-xxl-center {
+ align-content: center !important;
+ }
+ .align-content-xxl-between {
+ align-content: space-between !important;
+ }
+ .align-content-xxl-around {
+ align-content: space-around !important;
+ }
+ .align-content-xxl-stretch {
+ align-content: stretch !important;
+ }
+ .align-self-xxl-auto {
+ align-self: auto !important;
+ }
+ .align-self-xxl-start {
+ align-self: flex-start !important;
+ }
+ .align-self-xxl-end {
+ align-self: flex-end !important;
+ }
+ .align-self-xxl-center {
+ align-self: center !important;
+ }
+ .align-self-xxl-baseline {
+ align-self: baseline !important;
+ }
+ .align-self-xxl-stretch {
+ align-self: stretch !important;
+ }
+ .order-xxl-first {
+ order: -1 !important;
+ }
+ .order-xxl-0 {
+ order: 0 !important;
+ }
+ .order-xxl-1 {
+ order: 1 !important;
+ }
+ .order-xxl-2 {
+ order: 2 !important;
+ }
+ .order-xxl-3 {
+ order: 3 !important;
+ }
+ .order-xxl-4 {
+ order: 4 !important;
+ }
+ .order-xxl-5 {
+ order: 5 !important;
+ }
+ .order-xxl-last {
+ order: 6 !important;
+ }
+ .m-xxl-0 {
+ margin: 0 !important;
+ }
+ .m-xxl-1 {
+ margin: 0.25rem !important;
+ }
+ .m-xxl-2 {
+ margin: 0.5rem !important;
+ }
+ .m-xxl-3 {
+ margin: 1rem !important;
+ }
+ .m-xxl-4 {
+ margin: 1.5rem !important;
+ }
+ .m-xxl-5 {
+ margin: 3rem !important;
+ }
+ .m-xxl-auto {
+ margin: auto !important;
+ }
+ .mx-xxl-0 {
+ margin-right: 0 !important;
+ margin-left: 0 !important;
+ }
+ .mx-xxl-1 {
+ margin-right: 0.25rem !important;
+ margin-left: 0.25rem !important;
+ }
+ .mx-xxl-2 {
+ margin-right: 0.5rem !important;
+ margin-left: 0.5rem !important;
+ }
+ .mx-xxl-3 {
+ margin-right: 1rem !important;
+ margin-left: 1rem !important;
+ }
+ .mx-xxl-4 {
+ margin-right: 1.5rem !important;
+ margin-left: 1.5rem !important;
+ }
+ .mx-xxl-5 {
+ margin-right: 3rem !important;
+ margin-left: 3rem !important;
+ }
+ .mx-xxl-auto {
+ margin-right: auto !important;
+ margin-left: auto !important;
+ }
+ .my-xxl-0 {
+ margin-top: 0 !important;
+ margin-bottom: 0 !important;
+ }
+ .my-xxl-1 {
+ margin-top: 0.25rem !important;
+ margin-bottom: 0.25rem !important;
+ }
+ .my-xxl-2 {
+ margin-top: 0.5rem !important;
+ margin-bottom: 0.5rem !important;
+ }
+ .my-xxl-3 {
+ margin-top: 1rem !important;
+ margin-bottom: 1rem !important;
+ }
+ .my-xxl-4 {
+ margin-top: 1.5rem !important;
+ margin-bottom: 1.5rem !important;
+ }
+ .my-xxl-5 {
+ margin-top: 3rem !important;
+ margin-bottom: 3rem !important;
+ }
+ .my-xxl-auto {
+ margin-top: auto !important;
+ margin-bottom: auto !important;
+ }
+ .mt-xxl-0 {
+ margin-top: 0 !important;
+ }
+ .mt-xxl-1 {
+ margin-top: 0.25rem !important;
+ }
+ .mt-xxl-2 {
+ margin-top: 0.5rem !important;
+ }
+ .mt-xxl-3 {
+ margin-top: 1rem !important;
+ }
+ .mt-xxl-4 {
+ margin-top: 1.5rem !important;
+ }
+ .mt-xxl-5 {
+ margin-top: 3rem !important;
+ }
+ .mt-xxl-auto {
+ margin-top: auto !important;
+ }
+ .mr-xxl-0 {
+ margin-right: 0 !important;
+ }
+ .mr-xxl-1 {
+ margin-right: 0.25rem !important;
+ }
+ .mr-xxl-2 {
+ margin-right: 0.5rem !important;
+ }
+ .mr-xxl-3 {
+ margin-right: 1rem !important;
+ }
+ .mr-xxl-4 {
+ margin-right: 1.5rem !important;
+ }
+ .mr-xxl-5 {
+ margin-right: 3rem !important;
+ }
+ .mr-xxl-auto {
+ margin-right: auto !important;
+ }
+ .mb-xxl-0 {
+ margin-bottom: 0 !important;
+ }
+ .mb-xxl-1 {
+ margin-bottom: 0.25rem !important;
+ }
+ .mb-xxl-2 {
+ margin-bottom: 0.5rem !important;
+ }
+ .mb-xxl-3 {
+ margin-bottom: 1rem !important;
+ }
+ .mb-xxl-4 {
+ margin-bottom: 1.5rem !important;
+ }
+ .mb-xxl-5 {
+ margin-bottom: 3rem !important;
+ }
+ .mb-xxl-auto {
+ margin-bottom: auto !important;
+ }
+ .ml-xxl-0 {
+ margin-left: 0 !important;
+ }
+ .ml-xxl-1 {
+ margin-left: 0.25rem !important;
+ }
+ .ml-xxl-2 {
+ margin-left: 0.5rem !important;
+ }
+ .ml-xxl-3 {
+ margin-left: 1rem !important;
+ }
+ .ml-xxl-4 {
+ margin-left: 1.5rem !important;
+ }
+ .ml-xxl-5 {
+ margin-left: 3rem !important;
+ }
+ .ml-xxl-auto {
+ margin-left: auto !important;
+ }
+ .p-xxl-0 {
+ padding: 0 !important;
+ }
+ .p-xxl-1 {
+ padding: 0.25rem !important;
+ }
+ .p-xxl-2 {
+ padding: 0.5rem !important;
+ }
+ .p-xxl-3 {
+ padding: 1rem !important;
+ }
+ .p-xxl-4 {
+ padding: 1.5rem !important;
+ }
+ .p-xxl-5 {
+ padding: 3rem !important;
+ }
+ .px-xxl-0 {
+ padding-right: 0 !important;
+ padding-left: 0 !important;
+ }
+ .px-xxl-1 {
+ padding-right: 0.25rem !important;
+ padding-left: 0.25rem !important;
+ }
+ .px-xxl-2 {
+ padding-right: 0.5rem !important;
+ padding-left: 0.5rem !important;
+ }
+ .px-xxl-3 {
+ padding-right: 1rem !important;
+ padding-left: 1rem !important;
+ }
+ .px-xxl-4 {
+ padding-right: 1.5rem !important;
+ padding-left: 1.5rem !important;
+ }
+ .px-xxl-5 {
+ padding-right: 3rem !important;
+ padding-left: 3rem !important;
+ }
+ .py-xxl-0 {
+ padding-top: 0 !important;
+ padding-bottom: 0 !important;
+ }
+ .py-xxl-1 {
+ padding-top: 0.25rem !important;
+ padding-bottom: 0.25rem !important;
+ }
+ .py-xxl-2 {
+ padding-top: 0.5rem !important;
+ padding-bottom: 0.5rem !important;
+ }
+ .py-xxl-3 {
+ padding-top: 1rem !important;
+ padding-bottom: 1rem !important;
+ }
+ .py-xxl-4 {
+ padding-top: 1.5rem !important;
+ padding-bottom: 1.5rem !important;
+ }
+ .py-xxl-5 {
+ padding-top: 3rem !important;
+ padding-bottom: 3rem !important;
+ }
+ .pt-xxl-0 {
+ padding-top: 0 !important;
+ }
+ .pt-xxl-1 {
+ padding-top: 0.25rem !important;
+ }
+ .pt-xxl-2 {
+ padding-top: 0.5rem !important;
+ }
+ .pt-xxl-3 {
+ padding-top: 1rem !important;
+ }
+ .pt-xxl-4 {
+ padding-top: 1.5rem !important;
+ }
+ .pt-xxl-5 {
+ padding-top: 3rem !important;
+ }
+ .pr-xxl-0 {
+ padding-right: 0 !important;
+ }
+ .pr-xxl-1 {
+ padding-right: 0.25rem !important;
+ }
+ .pr-xxl-2 {
+ padding-right: 0.5rem !important;
+ }
+ .pr-xxl-3 {
+ padding-right: 1rem !important;
+ }
+ .pr-xxl-4 {
+ padding-right: 1.5rem !important;
+ }
+ .pr-xxl-5 {
+ padding-right: 3rem !important;
+ }
+ .pb-xxl-0 {
+ padding-bottom: 0 !important;
+ }
+ .pb-xxl-1 {
+ padding-bottom: 0.25rem !important;
+ }
+ .pb-xxl-2 {
+ padding-bottom: 0.5rem !important;
+ }
+ .pb-xxl-3 {
+ padding-bottom: 1rem !important;
+ }
+ .pb-xxl-4 {
+ padding-bottom: 1.5rem !important;
+ }
+ .pb-xxl-5 {
+ padding-bottom: 3rem !important;
+ }
+ .pl-xxl-0 {
+ padding-left: 0 !important;
+ }
+ .pl-xxl-1 {
+ padding-left: 0.25rem !important;
+ }
+ .pl-xxl-2 {
+ padding-left: 0.5rem !important;
+ }
+ .pl-xxl-3 {
+ padding-left: 1rem !important;
+ }
+ .pl-xxl-4 {
+ padding-left: 1.5rem !important;
+ }
+ .pl-xxl-5 {
+ padding-left: 3rem !important;
+ }
+ .text-xxl-left {
+ text-align: left !important;
+ }
+ .text-xxl-right {
+ text-align: right !important;
+ }
+ .text-xxl-center {
+ text-align: center !important;
+ }
+}
+
@media print {
.d-print-none {
display: none !important;