mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Dist
This commit is contained in:
Vendored
+24
-6
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2021 The Bootstrap Authors
|
||||
* Copyright 2011-2021 Twitter, Inc.
|
||||
* Bootstrap Grid v5.2.0-beta1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2022 The Bootstrap Authors
|
||||
* Copyright 2011-2022 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
*/
|
||||
:root {
|
||||
@@ -15,6 +15,7 @@
|
||||
--bs-green: #198754;
|
||||
--bs-teal: #20c997;
|
||||
--bs-cyan: #0dcaf0;
|
||||
--bs-black: #000;
|
||||
--bs-white: #fff;
|
||||
--bs-gray: #6c757d;
|
||||
--bs-gray-dark: #343a40;
|
||||
@@ -47,7 +48,7 @@
|
||||
--bs-black-rgb: 0, 0, 0;
|
||||
--bs-body-color-rgb: 33, 37, 41;
|
||||
--bs-body-bg-rgb: 255, 255, 255;
|
||||
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
||||
--bs-body-font-family: var(--bs-font-sans-serif);
|
||||
@@ -56,6 +57,21 @@
|
||||
--bs-body-line-height: 1.5;
|
||||
--bs-body-color: #212529;
|
||||
--bs-body-bg: #fff;
|
||||
--bs-border-width: 1px;
|
||||
--bs-border-style: solid;
|
||||
--bs-border-color: #dee2e6;
|
||||
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
|
||||
--bs-border-radius: 0.375rem;
|
||||
--bs-border-radius-sm: 0.25rem;
|
||||
--bs-border-radius-lg: 0.5rem;
|
||||
--bs-border-radius-xl: 1rem;
|
||||
--bs-border-radius-2xl: 2rem;
|
||||
--bs-border-radius-pill: 50rem;
|
||||
--bs-heading-color: ;
|
||||
--bs-link-color: #0d6efd;
|
||||
--bs-link-hover-color: #0a58ca;
|
||||
--bs-code-color: #d63384;
|
||||
--bs-highlight-bg: #fff3cd;
|
||||
}
|
||||
|
||||
.container,
|
||||
@@ -65,9 +81,11 @@
|
||||
.container-lg,
|
||||
.container-md,
|
||||
.container-sm {
|
||||
--bs-gutter-x: 1.5rem;
|
||||
--bs-gutter-y: 0;
|
||||
width: 100%;
|
||||
padding-right: var(--bs-gutter-x, 0.75rem);
|
||||
padding-left: var(--bs-gutter-x, 0.75rem);
|
||||
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
||||
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-4
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+24
-6
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2021 The Bootstrap Authors
|
||||
* Copyright 2011-2021 Twitter, Inc.
|
||||
* Bootstrap Grid v5.2.0-beta1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2022 The Bootstrap Authors
|
||||
* Copyright 2011-2022 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
*/
|
||||
:root {
|
||||
@@ -15,6 +15,7 @@
|
||||
--bs-green: #198754;
|
||||
--bs-teal: #20c997;
|
||||
--bs-cyan: #0dcaf0;
|
||||
--bs-black: #000;
|
||||
--bs-white: #fff;
|
||||
--bs-gray: #6c757d;
|
||||
--bs-gray-dark: #343a40;
|
||||
@@ -47,7 +48,7 @@
|
||||
--bs-black-rgb: 0, 0, 0;
|
||||
--bs-body-color-rgb: 33, 37, 41;
|
||||
--bs-body-bg-rgb: 255, 255, 255;
|
||||
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
||||
--bs-body-font-family: var(--bs-font-sans-serif);
|
||||
@@ -56,6 +57,21 @@
|
||||
--bs-body-line-height: 1.5;
|
||||
--bs-body-color: #212529;
|
||||
--bs-body-bg: #fff;
|
||||
--bs-border-width: 1px;
|
||||
--bs-border-style: solid;
|
||||
--bs-border-color: #dee2e6;
|
||||
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
|
||||
--bs-border-radius: 0.375rem;
|
||||
--bs-border-radius-sm: 0.25rem;
|
||||
--bs-border-radius-lg: 0.5rem;
|
||||
--bs-border-radius-xl: 1rem;
|
||||
--bs-border-radius-2xl: 2rem;
|
||||
--bs-border-radius-pill: 50rem;
|
||||
--bs-heading-color: ;
|
||||
--bs-link-color: #0d6efd;
|
||||
--bs-link-hover-color: #0a58ca;
|
||||
--bs-code-color: #d63384;
|
||||
--bs-highlight-bg: #fff3cd;
|
||||
}
|
||||
|
||||
.container,
|
||||
@@ -65,9 +81,11 @@
|
||||
.container-lg,
|
||||
.container-md,
|
||||
.container-sm {
|
||||
--bs-gutter-x: 1.5rem;
|
||||
--bs-gutter-y: 0;
|
||||
width: 100%;
|
||||
padding-left: var(--bs-gutter-x, 0.75rem);
|
||||
padding-right: var(--bs-gutter-x, 0.75rem);
|
||||
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
||||
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-4
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+36
-30
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2021 The Bootstrap Authors
|
||||
* Copyright 2011-2021 Twitter, Inc.
|
||||
* Bootstrap Reboot v5.2.0-beta1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2022 The Bootstrap Authors
|
||||
* Copyright 2011-2022 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
|
||||
*/
|
||||
@@ -16,6 +16,7 @@
|
||||
--bs-green: #198754;
|
||||
--bs-teal: #20c997;
|
||||
--bs-cyan: #0dcaf0;
|
||||
--bs-black: #000;
|
||||
--bs-white: #fff;
|
||||
--bs-gray: #6c757d;
|
||||
--bs-gray-dark: #343a40;
|
||||
@@ -48,7 +49,7 @@
|
||||
--bs-black-rgb: 0, 0, 0;
|
||||
--bs-body-color-rgb: 33, 37, 41;
|
||||
--bs-body-bg-rgb: 255, 255, 255;
|
||||
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
||||
--bs-body-font-family: var(--bs-font-sans-serif);
|
||||
@@ -57,6 +58,21 @@
|
||||
--bs-body-line-height: 1.5;
|
||||
--bs-body-color: #212529;
|
||||
--bs-body-bg: #fff;
|
||||
--bs-border-width: 1px;
|
||||
--bs-border-style: solid;
|
||||
--bs-border-color: #dee2e6;
|
||||
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
|
||||
--bs-border-radius: 0.375rem;
|
||||
--bs-border-radius-sm: 0.25rem;
|
||||
--bs-border-radius-lg: 0.5rem;
|
||||
--bs-border-radius-xl: 1rem;
|
||||
--bs-border-radius-2xl: 2rem;
|
||||
--bs-border-radius-pill: 50rem;
|
||||
--bs-heading-color: ;
|
||||
--bs-link-color: #0d6efd;
|
||||
--bs-link-hover-color: #0a58ca;
|
||||
--bs-code-color: #d63384;
|
||||
--bs-highlight-bg: #fff3cd;
|
||||
}
|
||||
|
||||
*,
|
||||
@@ -87,20 +103,17 @@ body {
|
||||
hr {
|
||||
margin: 1rem 0;
|
||||
color: inherit;
|
||||
background-color: currentColor;
|
||||
border: 0;
|
||||
border-top: 1px solid;
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
hr:not([size]) {
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
h6, h5, h4, h3, h2, h1 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0.5rem;
|
||||
font-weight: 500;
|
||||
line-height: 1.2;
|
||||
color: var(--bs-heading-color);
|
||||
}
|
||||
|
||||
h1 {
|
||||
@@ -152,8 +165,7 @@ p {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
abbr[title],
|
||||
abbr[data-bs-original-title] {
|
||||
abbr[title] {
|
||||
-webkit-text-decoration: underline dotted;
|
||||
text-decoration: underline dotted;
|
||||
cursor: help;
|
||||
@@ -209,8 +221,8 @@ small {
|
||||
}
|
||||
|
||||
mark {
|
||||
padding: 0.2em;
|
||||
background-color: #fcf8e3;
|
||||
padding: 0.1875em;
|
||||
background-color: var(--bs-highlight-bg);
|
||||
}
|
||||
|
||||
sub,
|
||||
@@ -230,11 +242,11 @@ sup {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0d6efd;
|
||||
color: var(--bs-link-color);
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover {
|
||||
color: #0a58ca;
|
||||
color: var(--bs-link-hover-color);
|
||||
}
|
||||
|
||||
a:not([href]):not([class]), a:not([href]):not([class]):hover {
|
||||
@@ -248,8 +260,6 @@ kbd,
|
||||
samp {
|
||||
font-family: var(--bs-font-monospace);
|
||||
font-size: 1em;
|
||||
direction: ltr /* rtl:ignore */;
|
||||
unicode-bidi: bidi-override;
|
||||
}
|
||||
|
||||
pre {
|
||||
@@ -267,7 +277,7 @@ pre code {
|
||||
|
||||
code {
|
||||
font-size: 0.875em;
|
||||
color: #d63384;
|
||||
color: var(--bs-code-color);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
a > code {
|
||||
@@ -275,16 +285,15 @@ a > code {
|
||||
}
|
||||
|
||||
kbd {
|
||||
padding: 0.2rem 0.4rem;
|
||||
padding: 0.1875rem 0.375rem;
|
||||
font-size: 0.875em;
|
||||
color: #fff;
|
||||
background-color: #212529;
|
||||
border-radius: 0.2rem;
|
||||
color: var(--bs-body-bg);
|
||||
background-color: var(--bs-body-color);
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
kbd kbd {
|
||||
padding: 0;
|
||||
font-size: 1em;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
figure {
|
||||
@@ -304,7 +313,7 @@ table {
|
||||
caption {
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
color: #6c757d;
|
||||
color: rgba(var(--bs-body-color-rgb), 0.75);
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@@ -363,8 +372,8 @@ select:disabled {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
[list]::-webkit-calendar-picker-indicator {
|
||||
display: none;
|
||||
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
button,
|
||||
@@ -450,14 +459,11 @@ legend + * {
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
font: inherit;
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
::file-selector-button {
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
font: inherit;
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-4
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+36
-30
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2021 The Bootstrap Authors
|
||||
* Copyright 2011-2021 Twitter, Inc.
|
||||
* Bootstrap Reboot v5.2.0-beta1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2022 The Bootstrap Authors
|
||||
* Copyright 2011-2022 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
|
||||
*/
|
||||
@@ -16,6 +16,7 @@
|
||||
--bs-green: #198754;
|
||||
--bs-teal: #20c997;
|
||||
--bs-cyan: #0dcaf0;
|
||||
--bs-black: #000;
|
||||
--bs-white: #fff;
|
||||
--bs-gray: #6c757d;
|
||||
--bs-gray-dark: #343a40;
|
||||
@@ -48,7 +49,7 @@
|
||||
--bs-black-rgb: 0, 0, 0;
|
||||
--bs-body-color-rgb: 33, 37, 41;
|
||||
--bs-body-bg-rgb: 255, 255, 255;
|
||||
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
||||
--bs-body-font-family: var(--bs-font-sans-serif);
|
||||
@@ -57,6 +58,21 @@
|
||||
--bs-body-line-height: 1.5;
|
||||
--bs-body-color: #212529;
|
||||
--bs-body-bg: #fff;
|
||||
--bs-border-width: 1px;
|
||||
--bs-border-style: solid;
|
||||
--bs-border-color: #dee2e6;
|
||||
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
|
||||
--bs-border-radius: 0.375rem;
|
||||
--bs-border-radius-sm: 0.25rem;
|
||||
--bs-border-radius-lg: 0.5rem;
|
||||
--bs-border-radius-xl: 1rem;
|
||||
--bs-border-radius-2xl: 2rem;
|
||||
--bs-border-radius-pill: 50rem;
|
||||
--bs-heading-color: ;
|
||||
--bs-link-color: #0d6efd;
|
||||
--bs-link-hover-color: #0a58ca;
|
||||
--bs-code-color: #d63384;
|
||||
--bs-highlight-bg: #fff3cd;
|
||||
}
|
||||
|
||||
*,
|
||||
@@ -87,20 +103,17 @@ body {
|
||||
hr {
|
||||
margin: 1rem 0;
|
||||
color: inherit;
|
||||
background-color: currentColor;
|
||||
border: 0;
|
||||
border-top: 1px solid;
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
hr:not([size]) {
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
h6, h5, h4, h3, h2, h1 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0.5rem;
|
||||
font-weight: 500;
|
||||
line-height: 1.2;
|
||||
color: var(--bs-heading-color);
|
||||
}
|
||||
|
||||
h1 {
|
||||
@@ -152,8 +165,7 @@ p {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
abbr[title],
|
||||
abbr[data-bs-original-title] {
|
||||
abbr[title] {
|
||||
-webkit-text-decoration: underline dotted;
|
||||
text-decoration: underline dotted;
|
||||
cursor: help;
|
||||
@@ -209,8 +221,8 @@ small {
|
||||
}
|
||||
|
||||
mark {
|
||||
padding: 0.2em;
|
||||
background-color: #fcf8e3;
|
||||
padding: 0.1875em;
|
||||
background-color: var(--bs-highlight-bg);
|
||||
}
|
||||
|
||||
sub,
|
||||
@@ -230,11 +242,11 @@ sup {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0d6efd;
|
||||
color: var(--bs-link-color);
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover {
|
||||
color: #0a58ca;
|
||||
color: var(--bs-link-hover-color);
|
||||
}
|
||||
|
||||
a:not([href]):not([class]), a:not([href]):not([class]):hover {
|
||||
@@ -248,8 +260,6 @@ kbd,
|
||||
samp {
|
||||
font-family: var(--bs-font-monospace);
|
||||
font-size: 1em;
|
||||
direction: ltr ;
|
||||
unicode-bidi: bidi-override;
|
||||
}
|
||||
|
||||
pre {
|
||||
@@ -267,7 +277,7 @@ pre code {
|
||||
|
||||
code {
|
||||
font-size: 0.875em;
|
||||
color: #d63384;
|
||||
color: var(--bs-code-color);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
a > code {
|
||||
@@ -275,16 +285,15 @@ a > code {
|
||||
}
|
||||
|
||||
kbd {
|
||||
padding: 0.2rem 0.4rem;
|
||||
padding: 0.1875rem 0.375rem;
|
||||
font-size: 0.875em;
|
||||
color: #fff;
|
||||
background-color: #212529;
|
||||
border-radius: 0.2rem;
|
||||
color: var(--bs-body-bg);
|
||||
background-color: var(--bs-body-color);
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
kbd kbd {
|
||||
padding: 0;
|
||||
font-size: 1em;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
figure {
|
||||
@@ -304,7 +313,7 @@ table {
|
||||
caption {
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
color: #6c757d;
|
||||
color: rgba(var(--bs-body-color-rgb), 0.75);
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@@ -363,8 +372,8 @@ select:disabled {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
[list]::-webkit-calendar-picker-indicator {
|
||||
display: none;
|
||||
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
button,
|
||||
@@ -448,14 +457,11 @@ legend + * {
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
font: inherit;
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
::file-selector-button {
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
font: inherit;
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+4
-4
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+320
-197
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2021 The Bootstrap Authors
|
||||
* Copyright 2011-2021 Twitter, Inc.
|
||||
* Bootstrap Utilities v5.2.0-beta1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2022 The Bootstrap Authors
|
||||
* Copyright 2011-2022 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
*/
|
||||
.clearfix::after {
|
||||
@@ -10,60 +10,100 @@
|
||||
content: "";
|
||||
}
|
||||
|
||||
.text-bg-primary {
|
||||
color: #fff !important;
|
||||
background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
|
||||
}
|
||||
|
||||
.text-bg-secondary {
|
||||
color: #fff !important;
|
||||
background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
|
||||
}
|
||||
|
||||
.text-bg-success {
|
||||
color: #fff !important;
|
||||
background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
|
||||
}
|
||||
|
||||
.text-bg-info {
|
||||
color: #000 !important;
|
||||
background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
|
||||
}
|
||||
|
||||
.text-bg-warning {
|
||||
color: #000 !important;
|
||||
background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
|
||||
}
|
||||
|
||||
.text-bg-danger {
|
||||
color: #fff !important;
|
||||
background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
|
||||
}
|
||||
|
||||
.text-bg-light {
|
||||
color: #000 !important;
|
||||
background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
|
||||
}
|
||||
|
||||
.text-bg-dark {
|
||||
color: #fff !important;
|
||||
background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
|
||||
}
|
||||
|
||||
.link-primary {
|
||||
color: #0d6efd;
|
||||
color: #0d6efd !important;
|
||||
}
|
||||
.link-primary:hover, .link-primary:focus {
|
||||
color: #0a58ca;
|
||||
color: #0a58ca !important;
|
||||
}
|
||||
|
||||
.link-secondary {
|
||||
color: #6c757d;
|
||||
color: #6c757d !important;
|
||||
}
|
||||
.link-secondary:hover, .link-secondary:focus {
|
||||
color: #565e64;
|
||||
color: #565e64 !important;
|
||||
}
|
||||
|
||||
.link-success {
|
||||
color: #198754;
|
||||
color: #198754 !important;
|
||||
}
|
||||
.link-success:hover, .link-success:focus {
|
||||
color: #146c43;
|
||||
color: #146c43 !important;
|
||||
}
|
||||
|
||||
.link-info {
|
||||
color: #0dcaf0;
|
||||
color: #0dcaf0 !important;
|
||||
}
|
||||
.link-info:hover, .link-info:focus {
|
||||
color: #3dd5f3;
|
||||
color: #3dd5f3 !important;
|
||||
}
|
||||
|
||||
.link-warning {
|
||||
color: #ffc107;
|
||||
color: #ffc107 !important;
|
||||
}
|
||||
.link-warning:hover, .link-warning:focus {
|
||||
color: #ffcd39;
|
||||
color: #ffcd39 !important;
|
||||
}
|
||||
|
||||
.link-danger {
|
||||
color: #dc3545;
|
||||
color: #dc3545 !important;
|
||||
}
|
||||
.link-danger:hover, .link-danger:focus {
|
||||
color: #b02a37;
|
||||
color: #b02a37 !important;
|
||||
}
|
||||
|
||||
.link-light {
|
||||
color: #f8f9fa;
|
||||
color: #f8f9fa !important;
|
||||
}
|
||||
.link-light:hover, .link-light:focus {
|
||||
color: #f9fafb;
|
||||
color: #f9fafb !important;
|
||||
}
|
||||
|
||||
.link-dark {
|
||||
color: #212529;
|
||||
color: #212529 !important;
|
||||
}
|
||||
.link-dark:hover, .link-dark:focus {
|
||||
color: #1a1e21;
|
||||
color: #1a1e21 !important;
|
||||
}
|
||||
|
||||
.ratio {
|
||||
@@ -122,6 +162,13 @@
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
.sticky-bottom {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.sticky-sm-top {
|
||||
position: -webkit-sticky;
|
||||
@@ -129,6 +176,13 @@
|
||||
top: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
.sticky-sm-bottom {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.sticky-md-top {
|
||||
@@ -137,6 +191,13 @@
|
||||
top: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
.sticky-md-bottom {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.sticky-lg-top {
|
||||
@@ -145,6 +206,13 @@
|
||||
top: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
.sticky-lg-bottom {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.sticky-xl-top {
|
||||
@@ -153,6 +221,13 @@
|
||||
top: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
.sticky-xl-bottom {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1400px) {
|
||||
.sticky-xxl-top {
|
||||
@@ -161,6 +236,13 @@
|
||||
top: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
.sticky-xxl-bottom {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
}
|
||||
.hstack {
|
||||
display: flex;
|
||||
@@ -210,7 +292,7 @@
|
||||
align-self: stretch;
|
||||
width: 1px;
|
||||
min-height: 1em;
|
||||
background-color: currentColor;
|
||||
background-color: currentcolor;
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
@@ -424,7 +506,7 @@
|
||||
}
|
||||
|
||||
.border {
|
||||
border: 1px solid #dee2e6 !important;
|
||||
border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
|
||||
}
|
||||
|
||||
.border-0 {
|
||||
@@ -432,7 +514,7 @@
|
||||
}
|
||||
|
||||
.border-top {
|
||||
border-top: 1px solid #dee2e6 !important;
|
||||
border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
|
||||
}
|
||||
|
||||
.border-top-0 {
|
||||
@@ -440,7 +522,7 @@
|
||||
}
|
||||
|
||||
.border-end {
|
||||
border-right: 1px solid #dee2e6 !important;
|
||||
border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
|
||||
}
|
||||
|
||||
.border-end-0 {
|
||||
@@ -448,7 +530,7 @@
|
||||
}
|
||||
|
||||
.border-bottom {
|
||||
border-bottom: 1px solid #dee2e6 !important;
|
||||
border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
|
||||
}
|
||||
|
||||
.border-bottom-0 {
|
||||
@@ -456,7 +538,7 @@
|
||||
}
|
||||
|
||||
.border-start {
|
||||
border-left: 1px solid #dee2e6 !important;
|
||||
border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
|
||||
}
|
||||
|
||||
.border-start-0 {
|
||||
@@ -464,59 +546,88 @@
|
||||
}
|
||||
|
||||
.border-primary {
|
||||
border-color: #0d6efd !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-secondary {
|
||||
border-color: #6c757d !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-success {
|
||||
border-color: #198754 !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-info {
|
||||
border-color: #0dcaf0 !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-warning {
|
||||
border-color: #ffc107 !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-danger {
|
||||
border-color: #dc3545 !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-light {
|
||||
border-color: #f8f9fa !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-dark {
|
||||
border-color: #212529 !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-white {
|
||||
border-color: #fff !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-1 {
|
||||
border-width: 1px !important;
|
||||
--bs-border-width: 1px;
|
||||
}
|
||||
|
||||
.border-2 {
|
||||
border-width: 2px !important;
|
||||
--bs-border-width: 2px;
|
||||
}
|
||||
|
||||
.border-3 {
|
||||
border-width: 3px !important;
|
||||
--bs-border-width: 3px;
|
||||
}
|
||||
|
||||
.border-4 {
|
||||
border-width: 4px !important;
|
||||
--bs-border-width: 4px;
|
||||
}
|
||||
|
||||
.border-5 {
|
||||
border-width: 5px !important;
|
||||
--bs-border-width: 5px;
|
||||
}
|
||||
|
||||
.border-opacity-10 {
|
||||
--bs-border-opacity: 0.1;
|
||||
}
|
||||
|
||||
.border-opacity-25 {
|
||||
--bs-border-opacity: 0.25;
|
||||
}
|
||||
|
||||
.border-opacity-50 {
|
||||
--bs-border-opacity: 0.5;
|
||||
}
|
||||
|
||||
.border-opacity-75 {
|
||||
--bs-border-opacity: 0.75;
|
||||
}
|
||||
|
||||
.border-opacity-100 {
|
||||
--bs-border-opacity: 1;
|
||||
}
|
||||
|
||||
.w-25 {
|
||||
@@ -631,30 +742,6 @@
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
|
||||
.gap-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.justify-content-start {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
@@ -1169,6 +1256,30 @@
|
||||
padding-left: 3rem !important;
|
||||
}
|
||||
|
||||
.gap-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.font-monospace {
|
||||
font-family: var(--bs-font-monospace) !important;
|
||||
}
|
||||
@@ -1221,6 +1332,10 @@
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
.fw-semibold {
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
|
||||
.fw-bolder {
|
||||
font-weight: bolder !important;
|
||||
}
|
||||
@@ -1349,7 +1464,7 @@
|
||||
|
||||
.text-muted {
|
||||
--bs-text-opacity: 1;
|
||||
color: #6c757d !important;
|
||||
color: rgba(var(--bs-body-color-rgb), 0.75) !important;
|
||||
}
|
||||
|
||||
.text-black-50 {
|
||||
@@ -1494,7 +1609,7 @@
|
||||
}
|
||||
|
||||
.rounded {
|
||||
border-radius: 0.25rem !important;
|
||||
border-radius: var(--bs-border-radius) !important;
|
||||
}
|
||||
|
||||
.rounded-0 {
|
||||
@@ -1502,15 +1617,23 @@
|
||||
}
|
||||
|
||||
.rounded-1 {
|
||||
border-radius: 0.2rem !important;
|
||||
border-radius: var(--bs-border-radius-sm) !important;
|
||||
}
|
||||
|
||||
.rounded-2 {
|
||||
border-radius: 0.25rem !important;
|
||||
border-radius: var(--bs-border-radius) !important;
|
||||
}
|
||||
|
||||
.rounded-3 {
|
||||
border-radius: 0.3rem !important;
|
||||
border-radius: var(--bs-border-radius-lg) !important;
|
||||
}
|
||||
|
||||
.rounded-4 {
|
||||
border-radius: var(--bs-border-radius-xl) !important;
|
||||
}
|
||||
|
||||
.rounded-5 {
|
||||
border-radius: var(--bs-border-radius-2xl) !important;
|
||||
}
|
||||
|
||||
.rounded-circle {
|
||||
@@ -1518,27 +1641,27 @@
|
||||
}
|
||||
|
||||
.rounded-pill {
|
||||
border-radius: 50rem !important;
|
||||
border-radius: var(--bs-border-radius-pill) !important;
|
||||
}
|
||||
|
||||
.rounded-top {
|
||||
border-top-left-radius: 0.25rem !important;
|
||||
border-top-right-radius: 0.25rem !important;
|
||||
border-top-left-radius: var(--bs-border-radius) !important;
|
||||
border-top-right-radius: var(--bs-border-radius) !important;
|
||||
}
|
||||
|
||||
.rounded-end {
|
||||
border-top-right-radius: 0.25rem !important;
|
||||
border-bottom-right-radius: 0.25rem !important;
|
||||
border-top-right-radius: var(--bs-border-radius) !important;
|
||||
border-bottom-right-radius: var(--bs-border-radius) !important;
|
||||
}
|
||||
|
||||
.rounded-bottom {
|
||||
border-bottom-right-radius: 0.25rem !important;
|
||||
border-bottom-left-radius: 0.25rem !important;
|
||||
border-bottom-right-radius: var(--bs-border-radius) !important;
|
||||
border-bottom-left-radius: var(--bs-border-radius) !important;
|
||||
}
|
||||
|
||||
.rounded-start {
|
||||
border-bottom-left-radius: 0.25rem !important;
|
||||
border-top-left-radius: 0.25rem !important;
|
||||
border-bottom-left-radius: var(--bs-border-radius) !important;
|
||||
border-top-left-radius: var(--bs-border-radius) !important;
|
||||
}
|
||||
|
||||
.visible {
|
||||
@@ -1650,30 +1773,6 @@
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
|
||||
.gap-sm-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-sm-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.justify-content-sm-start {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
@@ -2188,6 +2287,30 @@
|
||||
padding-left: 3rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-sm-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.text-sm-start {
|
||||
text-align: left !important;
|
||||
}
|
||||
@@ -2301,30 +2424,6 @@
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
|
||||
.gap-md-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-md-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-md-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-md-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-md-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-md-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.justify-content-md-start {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
@@ -2839,6 +2938,30 @@
|
||||
padding-left: 3rem !important;
|
||||
}
|
||||
|
||||
.gap-md-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-md-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-md-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-md-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-md-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-md-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.text-md-start {
|
||||
text-align: left !important;
|
||||
}
|
||||
@@ -2952,30 +3075,6 @@
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
|
||||
.gap-lg-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-lg-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.justify-content-lg-start {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
@@ -3490,6 +3589,30 @@
|
||||
padding-left: 3rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-lg-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.text-lg-start {
|
||||
text-align: left !important;
|
||||
}
|
||||
@@ -3603,30 +3726,6 @@
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
|
||||
.gap-xl-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-xl-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.justify-content-xl-start {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
@@ -4141,6 +4240,30 @@
|
||||
padding-left: 3rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-xl-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.text-xl-start {
|
||||
text-align: left !important;
|
||||
}
|
||||
@@ -4254,30 +4377,6 @@
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
|
||||
.gap-xxl-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-xxl-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.justify-content-xxl-start {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
@@ -4792,6 +4891,30 @@
|
||||
padding-left: 3rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-xxl-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.text-xxl-start {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-4
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+320
-197
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2021 The Bootstrap Authors
|
||||
* Copyright 2011-2021 Twitter, Inc.
|
||||
* Bootstrap Utilities v5.2.0-beta1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2022 The Bootstrap Authors
|
||||
* Copyright 2011-2022 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
*/
|
||||
.clearfix::after {
|
||||
@@ -10,60 +10,100 @@
|
||||
content: "";
|
||||
}
|
||||
|
||||
.text-bg-primary {
|
||||
color: #fff !important;
|
||||
background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
|
||||
}
|
||||
|
||||
.text-bg-secondary {
|
||||
color: #fff !important;
|
||||
background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
|
||||
}
|
||||
|
||||
.text-bg-success {
|
||||
color: #fff !important;
|
||||
background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
|
||||
}
|
||||
|
||||
.text-bg-info {
|
||||
color: #000 !important;
|
||||
background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
|
||||
}
|
||||
|
||||
.text-bg-warning {
|
||||
color: #000 !important;
|
||||
background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
|
||||
}
|
||||
|
||||
.text-bg-danger {
|
||||
color: #fff !important;
|
||||
background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
|
||||
}
|
||||
|
||||
.text-bg-light {
|
||||
color: #000 !important;
|
||||
background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
|
||||
}
|
||||
|
||||
.text-bg-dark {
|
||||
color: #fff !important;
|
||||
background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
|
||||
}
|
||||
|
||||
.link-primary {
|
||||
color: #0d6efd;
|
||||
color: #0d6efd !important;
|
||||
}
|
||||
.link-primary:hover, .link-primary:focus {
|
||||
color: #0a58ca;
|
||||
color: #0a58ca !important;
|
||||
}
|
||||
|
||||
.link-secondary {
|
||||
color: #6c757d;
|
||||
color: #6c757d !important;
|
||||
}
|
||||
.link-secondary:hover, .link-secondary:focus {
|
||||
color: #565e64;
|
||||
color: #565e64 !important;
|
||||
}
|
||||
|
||||
.link-success {
|
||||
color: #198754;
|
||||
color: #198754 !important;
|
||||
}
|
||||
.link-success:hover, .link-success:focus {
|
||||
color: #146c43;
|
||||
color: #146c43 !important;
|
||||
}
|
||||
|
||||
.link-info {
|
||||
color: #0dcaf0;
|
||||
color: #0dcaf0 !important;
|
||||
}
|
||||
.link-info:hover, .link-info:focus {
|
||||
color: #3dd5f3;
|
||||
color: #3dd5f3 !important;
|
||||
}
|
||||
|
||||
.link-warning {
|
||||
color: #ffc107;
|
||||
color: #ffc107 !important;
|
||||
}
|
||||
.link-warning:hover, .link-warning:focus {
|
||||
color: #ffcd39;
|
||||
color: #ffcd39 !important;
|
||||
}
|
||||
|
||||
.link-danger {
|
||||
color: #dc3545;
|
||||
color: #dc3545 !important;
|
||||
}
|
||||
.link-danger:hover, .link-danger:focus {
|
||||
color: #b02a37;
|
||||
color: #b02a37 !important;
|
||||
}
|
||||
|
||||
.link-light {
|
||||
color: #f8f9fa;
|
||||
color: #f8f9fa !important;
|
||||
}
|
||||
.link-light:hover, .link-light:focus {
|
||||
color: #f9fafb;
|
||||
color: #f9fafb !important;
|
||||
}
|
||||
|
||||
.link-dark {
|
||||
color: #212529;
|
||||
color: #212529 !important;
|
||||
}
|
||||
.link-dark:hover, .link-dark:focus {
|
||||
color: #1a1e21;
|
||||
color: #1a1e21 !important;
|
||||
}
|
||||
|
||||
.ratio {
|
||||
@@ -122,6 +162,13 @@
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
.sticky-bottom {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.sticky-sm-top {
|
||||
position: -webkit-sticky;
|
||||
@@ -129,6 +176,13 @@
|
||||
top: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
.sticky-sm-bottom {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.sticky-md-top {
|
||||
@@ -137,6 +191,13 @@
|
||||
top: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
.sticky-md-bottom {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.sticky-lg-top {
|
||||
@@ -145,6 +206,13 @@
|
||||
top: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
.sticky-lg-bottom {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.sticky-xl-top {
|
||||
@@ -153,6 +221,13 @@
|
||||
top: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
.sticky-xl-bottom {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1400px) {
|
||||
.sticky-xxl-top {
|
||||
@@ -161,6 +236,13 @@
|
||||
top: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
.sticky-xxl-bottom {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
}
|
||||
.hstack {
|
||||
display: flex;
|
||||
@@ -210,7 +292,7 @@
|
||||
align-self: stretch;
|
||||
width: 1px;
|
||||
min-height: 1em;
|
||||
background-color: currentColor;
|
||||
background-color: currentcolor;
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
@@ -424,7 +506,7 @@
|
||||
}
|
||||
|
||||
.border {
|
||||
border: 1px solid #dee2e6 !important;
|
||||
border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
|
||||
}
|
||||
|
||||
.border-0 {
|
||||
@@ -432,7 +514,7 @@
|
||||
}
|
||||
|
||||
.border-top {
|
||||
border-top: 1px solid #dee2e6 !important;
|
||||
border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
|
||||
}
|
||||
|
||||
.border-top-0 {
|
||||
@@ -440,7 +522,7 @@
|
||||
}
|
||||
|
||||
.border-end {
|
||||
border-left: 1px solid #dee2e6 !important;
|
||||
border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
|
||||
}
|
||||
|
||||
.border-end-0 {
|
||||
@@ -448,7 +530,7 @@
|
||||
}
|
||||
|
||||
.border-bottom {
|
||||
border-bottom: 1px solid #dee2e6 !important;
|
||||
border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
|
||||
}
|
||||
|
||||
.border-bottom-0 {
|
||||
@@ -456,7 +538,7 @@
|
||||
}
|
||||
|
||||
.border-start {
|
||||
border-right: 1px solid #dee2e6 !important;
|
||||
border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
|
||||
}
|
||||
|
||||
.border-start-0 {
|
||||
@@ -464,59 +546,88 @@
|
||||
}
|
||||
|
||||
.border-primary {
|
||||
border-color: #0d6efd !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-secondary {
|
||||
border-color: #6c757d !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-success {
|
||||
border-color: #198754 !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-info {
|
||||
border-color: #0dcaf0 !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-warning {
|
||||
border-color: #ffc107 !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-danger {
|
||||
border-color: #dc3545 !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-light {
|
||||
border-color: #f8f9fa !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-dark {
|
||||
border-color: #212529 !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-white {
|
||||
border-color: #fff !important;
|
||||
--bs-border-opacity: 1;
|
||||
border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
|
||||
}
|
||||
|
||||
.border-1 {
|
||||
border-width: 1px !important;
|
||||
--bs-border-width: 1px;
|
||||
}
|
||||
|
||||
.border-2 {
|
||||
border-width: 2px !important;
|
||||
--bs-border-width: 2px;
|
||||
}
|
||||
|
||||
.border-3 {
|
||||
border-width: 3px !important;
|
||||
--bs-border-width: 3px;
|
||||
}
|
||||
|
||||
.border-4 {
|
||||
border-width: 4px !important;
|
||||
--bs-border-width: 4px;
|
||||
}
|
||||
|
||||
.border-5 {
|
||||
border-width: 5px !important;
|
||||
--bs-border-width: 5px;
|
||||
}
|
||||
|
||||
.border-opacity-10 {
|
||||
--bs-border-opacity: 0.1;
|
||||
}
|
||||
|
||||
.border-opacity-25 {
|
||||
--bs-border-opacity: 0.25;
|
||||
}
|
||||
|
||||
.border-opacity-50 {
|
||||
--bs-border-opacity: 0.5;
|
||||
}
|
||||
|
||||
.border-opacity-75 {
|
||||
--bs-border-opacity: 0.75;
|
||||
}
|
||||
|
||||
.border-opacity-100 {
|
||||
--bs-border-opacity: 1;
|
||||
}
|
||||
|
||||
.w-25 {
|
||||
@@ -631,30 +742,6 @@
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
|
||||
.gap-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.justify-content-start {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
@@ -1169,6 +1256,30 @@
|
||||
padding-right: 3rem !important;
|
||||
}
|
||||
|
||||
.gap-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.font-monospace {
|
||||
font-family: var(--bs-font-monospace) !important;
|
||||
}
|
||||
@@ -1221,6 +1332,10 @@
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
.fw-semibold {
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
|
||||
.fw-bolder {
|
||||
font-weight: bolder !important;
|
||||
}
|
||||
@@ -1341,7 +1456,7 @@
|
||||
|
||||
.text-muted {
|
||||
--bs-text-opacity: 1;
|
||||
color: #6c757d !important;
|
||||
color: rgba(var(--bs-body-color-rgb), 0.75) !important;
|
||||
}
|
||||
|
||||
.text-black-50 {
|
||||
@@ -1486,7 +1601,7 @@
|
||||
}
|
||||
|
||||
.rounded {
|
||||
border-radius: 0.25rem !important;
|
||||
border-radius: var(--bs-border-radius) !important;
|
||||
}
|
||||
|
||||
.rounded-0 {
|
||||
@@ -1494,15 +1609,23 @@
|
||||
}
|
||||
|
||||
.rounded-1 {
|
||||
border-radius: 0.2rem !important;
|
||||
border-radius: var(--bs-border-radius-sm) !important;
|
||||
}
|
||||
|
||||
.rounded-2 {
|
||||
border-radius: 0.25rem !important;
|
||||
border-radius: var(--bs-border-radius) !important;
|
||||
}
|
||||
|
||||
.rounded-3 {
|
||||
border-radius: 0.3rem !important;
|
||||
border-radius: var(--bs-border-radius-lg) !important;
|
||||
}
|
||||
|
||||
.rounded-4 {
|
||||
border-radius: var(--bs-border-radius-xl) !important;
|
||||
}
|
||||
|
||||
.rounded-5 {
|
||||
border-radius: var(--bs-border-radius-2xl) !important;
|
||||
}
|
||||
|
||||
.rounded-circle {
|
||||
@@ -1510,27 +1633,27 @@
|
||||
}
|
||||
|
||||
.rounded-pill {
|
||||
border-radius: 50rem !important;
|
||||
border-radius: var(--bs-border-radius-pill) !important;
|
||||
}
|
||||
|
||||
.rounded-top {
|
||||
border-top-right-radius: 0.25rem !important;
|
||||
border-top-left-radius: 0.25rem !important;
|
||||
border-top-right-radius: var(--bs-border-radius) !important;
|
||||
border-top-left-radius: var(--bs-border-radius) !important;
|
||||
}
|
||||
|
||||
.rounded-end {
|
||||
border-top-left-radius: 0.25rem !important;
|
||||
border-bottom-left-radius: 0.25rem !important;
|
||||
border-top-left-radius: var(--bs-border-radius) !important;
|
||||
border-bottom-left-radius: var(--bs-border-radius) !important;
|
||||
}
|
||||
|
||||
.rounded-bottom {
|
||||
border-bottom-left-radius: 0.25rem !important;
|
||||
border-bottom-right-radius: 0.25rem !important;
|
||||
border-bottom-left-radius: var(--bs-border-radius) !important;
|
||||
border-bottom-right-radius: var(--bs-border-radius) !important;
|
||||
}
|
||||
|
||||
.rounded-start {
|
||||
border-bottom-right-radius: 0.25rem !important;
|
||||
border-top-right-radius: 0.25rem !important;
|
||||
border-bottom-right-radius: var(--bs-border-radius) !important;
|
||||
border-top-right-radius: var(--bs-border-radius) !important;
|
||||
}
|
||||
|
||||
.visible {
|
||||
@@ -1642,30 +1765,6 @@
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
|
||||
.gap-sm-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-sm-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.justify-content-sm-start {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
@@ -2180,6 +2279,30 @@
|
||||
padding-right: 3rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-sm-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-sm-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.text-sm-start {
|
||||
text-align: right !important;
|
||||
}
|
||||
@@ -2293,30 +2416,6 @@
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
|
||||
.gap-md-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-md-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-md-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-md-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-md-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-md-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.justify-content-md-start {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
@@ -2831,6 +2930,30 @@
|
||||
padding-right: 3rem !important;
|
||||
}
|
||||
|
||||
.gap-md-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-md-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-md-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-md-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-md-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-md-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.text-md-start {
|
||||
text-align: right !important;
|
||||
}
|
||||
@@ -2944,30 +3067,6 @@
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
|
||||
.gap-lg-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-lg-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.justify-content-lg-start {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
@@ -3482,6 +3581,30 @@
|
||||
padding-right: 3rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-lg-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-lg-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.text-lg-start {
|
||||
text-align: right !important;
|
||||
}
|
||||
@@ -3595,30 +3718,6 @@
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
|
||||
.gap-xl-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-xl-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.justify-content-xl-start {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
@@ -4133,6 +4232,30 @@
|
||||
padding-right: 3rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-xl-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-xl-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.text-xl-start {
|
||||
text-align: right !important;
|
||||
}
|
||||
@@ -4246,30 +4369,6 @@
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
|
||||
.gap-xxl-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-xxl-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.justify-content-xxl-start {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
@@ -4784,6 +4883,30 @@
|
||||
padding-right: 3rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-0 {
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.gap-xxl-1 {
|
||||
gap: 0.25rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-2 {
|
||||
gap: 0.5rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-3 {
|
||||
gap: 1rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-4 {
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.gap-xxl-5 {
|
||||
gap: 3rem !important;
|
||||
}
|
||||
|
||||
.text-xxl-start {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+4
-4
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+2087
-1463
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-4
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2085
-1477
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-4
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user