@coreui/coreui 5.0.0-alpha.0 → 5.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +5 -5
- package/README.md +2 -2
- package/dist/css/coreui-grid.css +34 -192
- package/dist/css/coreui-grid.css.map +1 -1
- package/dist/css/coreui-grid.min.css +3 -3
- package/dist/css/coreui-grid.min.css.map +1 -1
- package/dist/css/coreui-grid.rtl.css +118 -275
- package/dist/css/coreui-grid.rtl.css.map +1 -1
- package/dist/css/coreui-grid.rtl.min.css +3 -3
- package/dist/css/coreui-grid.rtl.min.css.map +1 -1
- package/dist/css/coreui-reboot.css +166 -148
- package/dist/css/coreui-reboot.css.map +1 -1
- package/dist/css/coreui-reboot.min.css +3 -3
- package/dist/css/coreui-reboot.min.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.css +170 -156
- package/dist/css/coreui-reboot.rtl.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.min.css +3 -3
- package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
- package/dist/css/coreui-utilities.css +653 -427
- package/dist/css/coreui-utilities.css.map +1 -1
- package/dist/css/coreui-utilities.min.css +3 -3
- package/dist/css/coreui-utilities.min.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.css +824 -703
- package/dist/css/coreui-utilities.rtl.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.min.css +3 -3
- package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
- package/dist/css/coreui.css +2082 -1790
- package/dist/css/coreui.css.map +1 -1
- package/dist/css/coreui.min.css +3 -3
- package/dist/css/coreui.min.css.map +1 -1
- package/dist/css/coreui.rtl.css +2333 -2213
- package/dist/css/coreui.rtl.css.map +1 -1
- package/dist/css/coreui.rtl.min.css +3 -3
- package/dist/css/coreui.rtl.min.css.map +1 -1
- package/dist/js/coreui.bundle.js +313 -292
- package/dist/js/coreui.bundle.js.map +1 -1
- package/dist/js/coreui.bundle.min.js +2 -2
- package/dist/js/coreui.bundle.min.js.map +1 -1
- package/dist/js/coreui.esm.js +273 -246
- package/dist/js/coreui.esm.js.map +1 -1
- package/dist/js/coreui.esm.min.js +2 -2
- package/dist/js/coreui.esm.min.js.map +1 -1
- package/dist/js/coreui.js +276 -248
- package/dist/js/coreui.js.map +1 -1
- package/dist/js/coreui.min.js +2 -2
- package/dist/js/coreui.min.js.map +1 -1
- package/js/dist/alert.js +7 -6
- package/js/dist/alert.js.map +1 -1
- package/js/dist/base-component.js +8 -7
- package/js/dist/base-component.js.map +1 -1
- package/js/dist/button.js +7 -6
- package/js/dist/button.js.map +1 -1
- package/js/dist/carousel.js +8 -7
- package/js/dist/carousel.js.map +1 -1
- package/js/dist/collapse.js +7 -6
- package/js/dist/collapse.js.map +1 -1
- package/js/dist/dom/data.js +3 -3
- package/js/dist/dom/data.js.map +1 -1
- package/js/dist/dom/event-handler.js +7 -7
- package/js/dist/dom/event-handler.js.map +1 -1
- package/js/dist/dom/manipulator.js +4 -4
- package/js/dist/dom/manipulator.js.map +1 -1
- package/js/dist/dom/selector-engine.js +4 -3
- package/js/dist/dom/selector-engine.js.map +1 -1
- package/js/dist/dropdown.js +10 -9
- package/js/dist/dropdown.js.map +1 -1
- package/js/dist/modal.js +9 -10
- package/js/dist/modal.js.map +1 -1
- package/js/dist/navigation.js +7 -6
- package/js/dist/navigation.js.map +1 -1
- package/js/dist/offcanvas.js +11 -10
- package/js/dist/offcanvas.js.map +1 -1
- package/js/dist/popover.js +7 -6
- package/js/dist/popover.js.map +1 -1
- package/js/dist/scrollspy.js +9 -8
- package/js/dist/scrollspy.js.map +1 -1
- package/js/dist/sidebar.js +7 -6
- package/js/dist/sidebar.js.map +1 -1
- package/js/dist/tab.js +21 -12
- package/js/dist/tab.js.map +1 -1
- package/js/dist/toast.js +7 -6
- package/js/dist/toast.js.map +1 -1
- package/js/dist/tooltip.js +12 -11
- package/js/dist/tooltip.js.map +1 -1
- package/js/dist/util/backdrop.js +8 -7
- package/js/dist/util/backdrop.js.map +1 -1
- package/js/dist/util/component-functions.js +8 -7
- package/js/dist/util/component-functions.js.map +1 -1
- package/js/dist/util/config.js +8 -7
- package/js/dist/util/config.js.map +1 -1
- package/js/dist/util/focustrap.js +4 -3
- package/js/dist/util/focustrap.js.map +1 -1
- package/js/dist/util/index.js +3 -3
- package/js/dist/util/index.js.map +1 -1
- package/js/dist/util/sanitizer.js +28 -30
- package/js/dist/util/sanitizer.js.map +1 -1
- package/js/dist/util/scrollbar.js +8 -7
- package/js/dist/util/scrollbar.js.map +1 -1
- package/js/dist/util/swipe.js +8 -7
- package/js/dist/util/swipe.js.map +1 -1
- package/js/dist/util/template-factory.js +8 -7
- package/js/dist/util/template-factory.js.map +1 -1
- package/js/index.esm.js +21 -0
- package/js/index.umd.js +38 -0
- package/js/src/alert.js +3 -3
- package/js/src/base-component.js +3 -3
- package/js/src/button.js +4 -3
- package/js/src/carousel.js +6 -6
- package/js/src/collapse.js +4 -4
- package/js/src/dom/data.js +2 -2
- package/js/src/dom/event-handler.js +4 -5
- package/js/src/dom/manipulator.js +3 -3
- package/js/src/dom/selector-engine.js +2 -2
- package/js/src/dropdown.js +8 -8
- package/js/src/modal.js +8 -9
- package/js/src/navigation.js +3 -3
- package/js/src/offcanvas.js +11 -11
- package/js/src/popover.js +2 -2
- package/js/src/scrollspy.js +5 -5
- package/js/src/sidebar.js +4 -4
- package/js/src/tab.js +19 -9
- package/js/src/toast.js +3 -3
- package/js/src/tooltip.js +9 -9
- package/js/src/util/backdrop.js +3 -3
- package/js/src/util/component-functions.js +3 -3
- package/js/src/util/config.js +3 -3
- package/js/src/util/focustrap.js +2 -2
- package/js/src/util/index.js +2 -2
- package/js/src/util/sanitizer.js +40 -43
- package/js/src/util/scrollbar.js +3 -3
- package/js/src/util/swipe.js +3 -3
- package/js/src/util/template-factory.js +4 -5
- package/package.json +51 -45
- package/scss/_alert.scss +5 -5
- package/scss/_avatar.scss +4 -4
- package/scss/_badge.scss +11 -1
- package/scss/_breadcrumb.scss +9 -4
- package/scss/_button-group.scss +4 -4
- package/scss/_buttons.scss +38 -71
- package/scss/_callout.scss +2 -2
- package/scss/_card.scss +4 -3
- package/scss/_carousel.scss +9 -3
- package/scss/_close.scss +3 -0
- package/scss/_dropdown.scss +14 -14
- package/scss/_functions.scss +59 -0
- package/scss/_grid.scss +8 -0
- package/scss/_header.scss +186 -0
- package/scss/_helpers.scss +2 -0
- package/scss/_images.scss +3 -3
- package/scss/_list-group.scss +12 -19
- package/scss/_maps.scss +75 -21
- package/scss/_mixins.scss +6 -4
- package/scss/_modal.scss +2 -2
- package/scss/_nav.scss +8 -20
- package/scss/_navbar.scss +11 -8
- package/scss/_offcanvas.scss +8 -8
- package/scss/_pagination.scss +2 -2
- package/scss/_progress.scss +43 -0
- package/scss/_reboot.scss +23 -25
- package/scss/_root.scss +70 -63
- package/scss/_sidebar.scss +0 -11
- package/scss/_tables.scss +18 -11
- package/scss/_toasts.scss +2 -2
- package/scss/_tooltip.scss +14 -15
- package/scss/_type.scss +1 -1
- package/scss/_utilities.scss +117 -65
- package/scss/_variables-dark.scss +112 -61
- package/scss/_variables.scss +401 -268
- package/scss/coreui-grid.rtl.scss +4 -0
- package/scss/coreui-grid.scss +2 -5
- package/scss/coreui-reboot.rtl.scss +4 -0
- package/scss/coreui-reboot.scss +1 -1
- package/scss/coreui-utilities.rtl.scss +4 -0
- package/scss/coreui-utilities.scss +1 -1
- package/scss/coreui.rtl.scss +4 -0
- package/scss/coreui.scss +3 -3
- package/scss/forms/_floating-labels.scss +21 -16
- package/scss/forms/_form-check.scss +41 -20
- package/scss/forms/_form-control.scss +18 -5
- package/scss/forms/_form-range.scss +3 -3
- package/scss/forms/_form-select.scss +7 -8
- package/scss/forms/_input-group.scss +5 -5
- package/scss/helpers/_color-bg.scss +13 -4
- package/scss/helpers/_colored-links.scss +20 -2
- package/scss/helpers/_focus-ring.scss +5 -0
- package/scss/helpers/_icon-link.scss +25 -0
- package/scss/helpers/_ratio.scss +1 -1
- package/scss/helpers/_vr.scss +2 -1
- package/scss/mixins/_alert.scss +1 -1
- package/scss/mixins/_banner.scss +3 -3
- package/scss/mixins/_border-radius.scss +7 -7
- package/scss/mixins/_buttons.scss +53 -49
- package/scss/mixins/_caret.scss +3 -3
- package/scss/mixins/_forms.scss +7 -7
- package/scss/mixins/_grid.scss +1 -1
- package/scss/mixins/_list-group.scss +12 -20
- package/scss/mixins/_lists.scss +1 -1
- package/scss/mixins/_ltr-rtl.scss +87 -0
- package/scss/mixins/_utilities.scss +6 -1
- package/scss/mixins/_visually-hidden.scss +5 -1
- package/scss/sidebar/_sidebar-narrow.scss +37 -17
- package/scss/sidebar/_sidebar-nav.scss +115 -20
- package/scss/sidebar/_sidebar.scss +98 -139
- package/scss/vendor/_rfs.scss +24 -30
- package/scss/tests/mixins/_color-modes.test.scss +0 -69
- package/scss/tests/mixins/_utilities.test.scss +0 -393
- package/scss/tests/utilities/_api.test.scss +0 -75
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* CoreUI Utilities v5.0.0-alpha.
|
|
4
|
-
* Copyright (c)
|
|
3
|
+
* CoreUI Utilities v5.0.0-alpha.2 (https://coreui.io)
|
|
4
|
+
* Copyright (c) 2023 creativeLabs Łukasz Holeczek
|
|
5
5
|
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
|
|
6
6
|
*/
|
|
7
7
|
:root,
|
|
@@ -16,63 +16,61 @@
|
|
|
16
16
|
--cui-green: #198754;
|
|
17
17
|
--cui-teal: #20c997;
|
|
18
18
|
--cui-cyan: #0dcaf0;
|
|
19
|
-
--cui-black: #
|
|
19
|
+
--cui-black: #080a0c;
|
|
20
20
|
--cui-white: #fff;
|
|
21
|
-
--cui-gray: #
|
|
22
|
-
--cui-gray-dark: #
|
|
23
|
-
--cui-gray-100: #
|
|
24
|
-
--cui-gray-200: #
|
|
25
|
-
--cui-gray-300: #
|
|
26
|
-
--cui-gray-400: #
|
|
27
|
-
--cui-gray-500: #
|
|
28
|
-
--cui-gray-600: #
|
|
29
|
-
--cui-gray-700: #
|
|
30
|
-
--cui-gray-800: #
|
|
31
|
-
--cui-gray-900: #
|
|
32
|
-
--cui-primary: #
|
|
21
|
+
--cui-gray: #6d7d9c;
|
|
22
|
+
--cui-gray-dark: #323a49;
|
|
23
|
+
--cui-gray-100: #f3f4f7;
|
|
24
|
+
--cui-gray-200: #e7eaee;
|
|
25
|
+
--cui-gray-300: #dbdfe6;
|
|
26
|
+
--cui-gray-400: #cfd4de;
|
|
27
|
+
--cui-gray-500: #aab3c5;
|
|
28
|
+
--cui-gray-600: #6d7d9c;
|
|
29
|
+
--cui-gray-700: #4a566d;
|
|
30
|
+
--cui-gray-800: #323a49;
|
|
31
|
+
--cui-gray-900: #212631;
|
|
32
|
+
--cui-primary: #5856d6;
|
|
33
33
|
--cui-secondary: #9da5b1;
|
|
34
34
|
--cui-success: #2eb85c;
|
|
35
35
|
--cui-info: #39f;
|
|
36
36
|
--cui-warning: #f9b115;
|
|
37
37
|
--cui-danger: #e55353;
|
|
38
|
-
--cui-light: #
|
|
39
|
-
--cui-dark: #
|
|
40
|
-
--cui-primary-rgb:
|
|
38
|
+
--cui-light: #f3f4f7;
|
|
39
|
+
--cui-dark: #212631;
|
|
40
|
+
--cui-primary-rgb: 88, 86, 214;
|
|
41
41
|
--cui-secondary-rgb: 157, 165, 177;
|
|
42
42
|
--cui-success-rgb: 46, 184, 92;
|
|
43
43
|
--cui-info-rgb: 51, 153, 255;
|
|
44
44
|
--cui-warning-rgb: 249, 177, 21;
|
|
45
45
|
--cui-danger-rgb: 229, 83, 83;
|
|
46
|
-
--cui-light-rgb:
|
|
47
|
-
--cui-dark-rgb:
|
|
48
|
-
--cui-primary-text: #
|
|
49
|
-
--cui-secondary-text: #212233;
|
|
50
|
-
--cui-success-text: #
|
|
51
|
-
--cui-info-text: #
|
|
52
|
-
--cui-warning-text: #
|
|
53
|
-
--cui-danger-text: #
|
|
54
|
-
--cui-light-text: #
|
|
55
|
-
--cui-dark-text: #
|
|
56
|
-
--cui-primary-bg-subtle: #
|
|
46
|
+
--cui-light-rgb: 243, 244, 247;
|
|
47
|
+
--cui-dark-rgb: 33, 38, 49;
|
|
48
|
+
--cui-primary-text-emphasis: #3634a3;
|
|
49
|
+
--cui-secondary-text-emphasis: #212233;
|
|
50
|
+
--cui-success-text-emphasis: #0f5722;
|
|
51
|
+
--cui-info-text-emphasis: #184c77;
|
|
52
|
+
--cui-warning-text-emphasis: #764705;
|
|
53
|
+
--cui-danger-text-emphasis: #671414;
|
|
54
|
+
--cui-light-text-emphasis: #4a566d;
|
|
55
|
+
--cui-dark-text-emphasis: #323a49;
|
|
56
|
+
--cui-primary-bg-subtle: #cfc7f3;
|
|
57
57
|
--cui-secondary-bg-subtle: #ced2d8;
|
|
58
58
|
--cui-success-bg-subtle: #cbedd6;
|
|
59
59
|
--cui-info-bg-subtle: #c0e6ff;
|
|
60
60
|
--cui-warning-bg-subtle: #feecc5;
|
|
61
61
|
--cui-danger-bg-subtle: #f9d4d4;
|
|
62
|
-
--cui-light-bg-subtle: #
|
|
63
|
-
--cui-dark-bg-subtle: #
|
|
64
|
-
--cui-primary-border-subtle: #
|
|
62
|
+
--cui-light-bg-subtle: #f9fafb;
|
|
63
|
+
--cui-dark-bg-subtle: #cfd4de;
|
|
64
|
+
--cui-primary-border-subtle: #9d92e6;
|
|
65
65
|
--cui-secondary-border-subtle: #9da5b1;
|
|
66
66
|
--cui-success-border-subtle: #96dbad;
|
|
67
67
|
--cui-info-border-subtle: #80c6ff;
|
|
68
68
|
--cui-warning-border-subtle: #fcd88a;
|
|
69
69
|
--cui-danger-border-subtle: #f2a9a9;
|
|
70
|
-
--cui-light-border-subtle: #
|
|
71
|
-
--cui-dark-border-subtle: #
|
|
70
|
+
--cui-light-border-subtle: #e7eaee;
|
|
71
|
+
--cui-dark-border-subtle: #aab3c5;
|
|
72
72
|
--cui-white-rgb: 255, 255, 255;
|
|
73
|
-
--cui-black-rgb:
|
|
74
|
-
--cui-body-color-rgb: 60, 75, 100;
|
|
75
|
-
--cui-body-bg-rgb: 255, 255, 255;
|
|
73
|
+
--cui-black-rgb: 8, 10, 12;
|
|
76
74
|
--cui-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";
|
|
77
75
|
--cui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
78
76
|
--cui-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
|
@@ -80,118 +78,143 @@
|
|
|
80
78
|
--cui-body-font-size: 1rem;
|
|
81
79
|
--cui-body-font-weight: 400;
|
|
82
80
|
--cui-body-line-height: 1.5;
|
|
83
|
-
--cui-body-color:
|
|
84
|
-
--cui-
|
|
85
|
-
--cui-emphasis-color-rgb: 0, 0, 0;
|
|
86
|
-
--cui-secondary-color: rgba(60, 75, 100, 0.75);
|
|
87
|
-
--cui-secondary-color-rgb: 60, 75, 100;
|
|
88
|
-
--cui-secondary-bg: #d8dbe0;
|
|
89
|
-
--cui-secondary-bg-rgb: 216, 219, 224;
|
|
90
|
-
--cui-tertiary-color: rgba(60, 75, 100, 0.5);
|
|
91
|
-
--cui-tertiary-color-rgb: 60, 75, 100;
|
|
92
|
-
--cui-tertiary-bg: #ebedef;
|
|
93
|
-
--cui-tertiary-bg-rgb: 235, 237, 239;
|
|
81
|
+
--cui-body-color: rgba(37, 43, 54, 0.95);
|
|
82
|
+
--cui-body-color-rgb: 37, 43, 54;
|
|
94
83
|
--cui-body-bg: #fff;
|
|
95
84
|
--cui-body-bg-rgb: 255, 255, 255;
|
|
96
|
-
--cui-
|
|
97
|
-
--cui-
|
|
85
|
+
--cui-emphasis-color: #080a0c;
|
|
86
|
+
--cui-emphasis-color-rgb: 8, 10, 12;
|
|
87
|
+
--cui-secondary-color: rgba(37, 43, 54, 0.681);
|
|
88
|
+
--cui-secondary-color-rgb: 37, 43, 54;
|
|
89
|
+
--cui-secondary-bg: #e7eaee;
|
|
90
|
+
--cui-secondary-bg-rgb: 231, 234, 238;
|
|
91
|
+
--cui-tertiary-color: rgba(37, 43, 54, 0.38);
|
|
92
|
+
--cui-tertiary-color-rgb: 37, 43, 54;
|
|
93
|
+
--cui-tertiary-bg: #f3f4f7;
|
|
94
|
+
--cui-tertiary-bg-rgb: 243, 244, 247;
|
|
95
|
+
--cui-body-color-dark: rgba(255, 255, 255, 0.87);
|
|
96
|
+
--cui-body-color-rgb-dark: 255, 255, 255;
|
|
97
|
+
--cui-body-bg-dark: #212631;
|
|
98
|
+
--cui-body-bg-rgb-dark: 33, 38, 49;
|
|
99
|
+
--cui-emphasis-color-dark: #fff;
|
|
100
|
+
--cui-emphasis-color-rgb-dark: 255, 255, 255;
|
|
101
|
+
--cui-secondary-color-dark: rgba(255, 255, 255, 0.6);
|
|
102
|
+
--cui-secondary-color-rgb-dark: 255, 255, 255;
|
|
103
|
+
--cui-secondary-bg-dark: #323a49;
|
|
104
|
+
--cui-secondary-bg-rgb-dark: 50, 58, 73;
|
|
105
|
+
--cui-tertiary-color-dark: rgba(255, 255, 255, 0.38);
|
|
106
|
+
--cui-tertiary-color-rgb-dark: 255, 255, 255;
|
|
107
|
+
--cui-tertiary-bg-dark: #2a303d;
|
|
108
|
+
--cui-tertiary-bg-rgb-dark: 42, 48, 61;
|
|
109
|
+
--cui-heading-color: inherit;
|
|
110
|
+
--cui-link-color: #5856d6;
|
|
111
|
+
--cui-link-color-rgb: 88, 86, 214;
|
|
98
112
|
--cui-link-decoration: underline;
|
|
99
|
-
--cui-link-hover-color: #
|
|
100
|
-
--cui-link-hover-color-rgb:
|
|
113
|
+
--cui-link-hover-color: #4645ab;
|
|
114
|
+
--cui-link-hover-color-rgb: 70, 69, 171;
|
|
101
115
|
--cui-code-color: #d63384;
|
|
102
116
|
--cui-highlight-bg: #fff3cd;
|
|
103
117
|
--cui-border-width: 1px;
|
|
104
118
|
--cui-border-style: solid;
|
|
105
|
-
--cui-border-color: #
|
|
106
|
-
--cui-border-color-translucent: rgba(
|
|
119
|
+
--cui-border-color: #dbdfe6;
|
|
120
|
+
--cui-border-color-translucent: rgba(8, 10, 12, 0.175);
|
|
107
121
|
--cui-border-radius: 0.375rem;
|
|
108
122
|
--cui-border-radius-sm: 0.25rem;
|
|
109
123
|
--cui-border-radius-lg: 0.5rem;
|
|
110
124
|
--cui-border-radius-xl: 1rem;
|
|
111
|
-
--cui-border-radius-
|
|
125
|
+
--cui-border-radius-xxl: 2rem;
|
|
126
|
+
--cui-border-radius-2xl: var(--cui-border-radius-xxl);
|
|
112
127
|
--cui-border-radius-pill: 50rem;
|
|
113
|
-
--cui-box-shadow: 0 0.5rem 1rem rgba(
|
|
114
|
-
--cui-box-shadow-sm: 0 0.125rem 0.25rem rgba(
|
|
115
|
-
--cui-box-shadow-lg: 0 1rem 3rem rgba(
|
|
116
|
-
--cui-box-shadow-inset: inset 0 1px 2px rgba(
|
|
117
|
-
--cui-
|
|
118
|
-
--cui-
|
|
119
|
-
--cui-
|
|
120
|
-
--cui-
|
|
121
|
-
--cui-
|
|
122
|
-
--cui-
|
|
123
|
-
--cui-
|
|
124
|
-
--cui-breakpoint-lg: 992px;
|
|
125
|
-
--cui-breakpoint-xl: 1200px;
|
|
126
|
-
--cui-breakpoint-xxl: 1400px;
|
|
127
|
-
--cui-mobile-breakpoint: md;
|
|
128
|
+
--cui-box-shadow: 0 0.5rem 1rem rgba(8, 10, 12, 0.15);
|
|
129
|
+
--cui-box-shadow-sm: 0 0.125rem 0.25rem rgba(8, 10, 12, 0.075);
|
|
130
|
+
--cui-box-shadow-lg: 0 1rem 3rem rgba(8, 10, 12, 0.175);
|
|
131
|
+
--cui-box-shadow-inset: inset 0 1px 2px rgba(8, 10, 12, 0.075);
|
|
132
|
+
--cui-focus-ring-width: 0.25rem;
|
|
133
|
+
--cui-focus-ring-opacity: 0.25;
|
|
134
|
+
--cui-focus-ring-color: rgba(88, 86, 214, 0.25);
|
|
135
|
+
--cui-form-valid-color: #2eb85c;
|
|
136
|
+
--cui-form-valid-border-color: #2eb85c;
|
|
137
|
+
--cui-form-invalid-color: #e55353;
|
|
138
|
+
--cui-form-invalid-border-color: #e55353;
|
|
128
139
|
}
|
|
129
140
|
|
|
130
141
|
[data-coreui-theme=dark] {
|
|
131
142
|
color-scheme: dark;
|
|
132
|
-
--cui-
|
|
133
|
-
--cui-
|
|
134
|
-
--cui-
|
|
135
|
-
--cui-
|
|
136
|
-
--cui-warning: #d5a439;
|
|
137
|
-
--cui-danger: #c77171;
|
|
138
|
-
--cui-light: rgba(255, 255, 255, 0.1);
|
|
139
|
-
--cui-dark: rgba(0, 0, 0, 0.1);
|
|
140
|
-
--cui-primary-rgb: 133, 125, 204;
|
|
141
|
-
--cui-secondary-rgb: 167, 167, 167;
|
|
142
|
-
--cui-success-rgb: 81, 150, 104;
|
|
143
|
-
--cui-info-rgb: 82, 153, 224;
|
|
144
|
-
--cui-warning-rgb: 213, 164, 57;
|
|
145
|
-
--cui-danger-rgb: 199, 113, 113;
|
|
146
|
-
--cui-light-rgb: 255, 255, 255;
|
|
147
|
-
--cui-dark-rgb: 0, 0, 0;
|
|
148
|
-
--cui-body-color: #adb5bd;
|
|
149
|
-
--cui-body-color-rgb: 173, 181, 189;
|
|
150
|
-
--cui-body-bg: #212529;
|
|
151
|
-
--cui-body-bg-rgb: 33, 37, 41;
|
|
152
|
-
--cui-emphasis-color: #f8f9fa;
|
|
153
|
-
--cui-emphasis-color-rgb: 248, 249, 250;
|
|
154
|
-
--cui-secondary-color: rgba(173, 181, 189, 0.75);
|
|
155
|
-
--cui-secondary-color-rgb: 173, 181, 189;
|
|
156
|
-
--cui-secondary-bg: #343a40;
|
|
157
|
-
--cui-secondary-bg-rgb: 52, 58, 64;
|
|
158
|
-
--cui-tertiary-color: rgba(173, 181, 189, 0.5);
|
|
159
|
-
--cui-tertiary-color-rgb: 173, 181, 189;
|
|
160
|
-
--cui-tertiary-bg: #2b3035;
|
|
161
|
-
--cui-tertiary-bg-rgb: 43, 48, 53;
|
|
143
|
+
--cui-body-color: rgba(255, 255, 255, 0.87);
|
|
144
|
+
--cui-body-color-rgb: 255, 255, 255;
|
|
145
|
+
--cui-body-bg: #212631;
|
|
146
|
+
--cui-body-bg-rgb: 33, 38, 49;
|
|
162
147
|
--cui-emphasis-color: #fff;
|
|
163
|
-
--cui-
|
|
164
|
-
--cui-secondary-
|
|
165
|
-
--cui-
|
|
166
|
-
--cui-
|
|
167
|
-
--cui-
|
|
168
|
-
--cui-
|
|
169
|
-
--cui-
|
|
170
|
-
--cui-
|
|
171
|
-
--cui-
|
|
172
|
-
--cui-
|
|
173
|
-
--cui-
|
|
174
|
-
--cui-
|
|
175
|
-
--cui-
|
|
176
|
-
--cui-
|
|
177
|
-
--cui-
|
|
178
|
-
--cui-
|
|
179
|
-
--cui-
|
|
180
|
-
--cui-
|
|
181
|
-
--cui-
|
|
182
|
-
--cui-
|
|
183
|
-
--cui-
|
|
184
|
-
--cui-
|
|
185
|
-
--cui-
|
|
186
|
-
--cui-
|
|
187
|
-
--cui-
|
|
188
|
-
--cui-
|
|
189
|
-
--cui-
|
|
190
|
-
--cui-
|
|
191
|
-
--cui-
|
|
148
|
+
--cui-emphasis-color-rgb: 255, 255, 255;
|
|
149
|
+
--cui-secondary-color: rgba(255, 255, 255, 0.6);
|
|
150
|
+
--cui-secondary-color-rgb: 255, 255, 255;
|
|
151
|
+
--cui-secondary-bg: #323a49;
|
|
152
|
+
--cui-secondary-bg-rgb: 50, 58, 73;
|
|
153
|
+
--cui-tertiary-color: rgba(255, 255, 255, 0.38);
|
|
154
|
+
--cui-tertiary-color-rgb: 255, 255, 255;
|
|
155
|
+
--cui-tertiary-bg: #2a303d;
|
|
156
|
+
--cui-tertiary-bg-rgb: 42, 48, 61;
|
|
157
|
+
--cui-primary: #6261cc;
|
|
158
|
+
--cui-secondary: #a6a7a8;
|
|
159
|
+
--cui-success: #3aad60;
|
|
160
|
+
--cui-info: #3d99f5;
|
|
161
|
+
--cui-warning: #edad21;
|
|
162
|
+
--cui-danger: #db5d5d;
|
|
163
|
+
--cui-light: #f4f5f6;
|
|
164
|
+
--cui-dark: #25282d;
|
|
165
|
+
--cui-gray-100: #f3f4f7;
|
|
166
|
+
--cui-gray-200: #e7eaee;
|
|
167
|
+
--cui-gray-300: #dbdfe6;
|
|
168
|
+
--cui-gray-400: #cfd4de;
|
|
169
|
+
--cui-gray-500: #aab3c5;
|
|
170
|
+
--cui-gray-600: #6d7d9c;
|
|
171
|
+
--cui-gray-700: #4a566d;
|
|
172
|
+
--cui-gray-800: #323a49;
|
|
173
|
+
--cui-gray-900: #212631;
|
|
174
|
+
--cui-primary-rgb: 98, 97, 204;
|
|
175
|
+
--cui-secondary-rgb: 166, 167, 168;
|
|
176
|
+
--cui-success-rgb: 58, 173, 96;
|
|
177
|
+
--cui-info-rgb: 61, 153, 245;
|
|
178
|
+
--cui-warning-rgb: 237, 173, 33;
|
|
179
|
+
--cui-danger-rgb: 219, 93, 93;
|
|
180
|
+
--cui-light-rgb: 244, 245, 246;
|
|
181
|
+
--cui-dark-rgb: 37, 40, 45;
|
|
182
|
+
--cui-primary-text-emphasis: #3634a3;
|
|
183
|
+
--cui-secondary-text-emphasis: #212233;
|
|
184
|
+
--cui-success-text-emphasis: #0f5722;
|
|
185
|
+
--cui-info-text-emphasis: #184c77;
|
|
186
|
+
--cui-warning-text-emphasis: #764705;
|
|
187
|
+
--cui-danger-text-emphasis: #671414;
|
|
188
|
+
--cui-light-text-emphasis: #f3f4f7;
|
|
189
|
+
--cui-dark-text-emphasis: #dbdfe6;
|
|
190
|
+
--cui-primary-bg-subtle: #cfc7f3;
|
|
191
|
+
--cui-secondary-bg-subtle: #ced2d8;
|
|
192
|
+
--cui-success-bg-subtle: #cbedd6;
|
|
193
|
+
--cui-info-bg-subtle: #c0e6ff;
|
|
194
|
+
--cui-warning-bg-subtle: #feecc5;
|
|
195
|
+
--cui-danger-bg-subtle: #f9d4d4;
|
|
196
|
+
--cui-light-bg-subtle: #323a49;
|
|
197
|
+
--cui-dark-bg-subtle: #1d222b;
|
|
198
|
+
--cui-primary-border-subtle: #9d92e6;
|
|
199
|
+
--cui-secondary-border-subtle: #9da5b1;
|
|
200
|
+
--cui-success-border-subtle: #96dbad;
|
|
201
|
+
--cui-info-border-subtle: #80c6ff;
|
|
202
|
+
--cui-warning-border-subtle: #fcd88a;
|
|
203
|
+
--cui-danger-border-subtle: #f2a9a9;
|
|
204
|
+
--cui-light-border-subtle: #4a566d;
|
|
205
|
+
--cui-dark-border-subtle: #323a49;
|
|
206
|
+
--cui-heading-color: inherit;
|
|
207
|
+
--cui-link-color: #6261cc;
|
|
208
|
+
--cui-link-hover-color: #8181d6;
|
|
209
|
+
--cui-link-color-rgb: 98, 97, 204;
|
|
210
|
+
--cui-link-hover-color-rgb: 129, 129, 214;
|
|
192
211
|
--cui-code-color: #e685b5;
|
|
193
|
-
--cui-border-color: #
|
|
194
|
-
--cui-border-color-translucent: rgba(255, 255, 255, 0.
|
|
212
|
+
--cui-border-color: #323a49;
|
|
213
|
+
--cui-border-color-translucent: rgba(255, 255, 255, 0.1);
|
|
214
|
+
--cui-form-valid-color: #75b798;
|
|
215
|
+
--cui-form-valid-border-color: #75b798;
|
|
216
|
+
--cui-form-invalid-color: #ea868f;
|
|
217
|
+
--cui-form-invalid-border-color: #ea868f;
|
|
195
218
|
}
|
|
196
219
|
|
|
197
220
|
.clearfix::after {
|
|
@@ -202,98 +225,186 @@
|
|
|
202
225
|
|
|
203
226
|
.text-bg-primary {
|
|
204
227
|
color: #fff !important;
|
|
205
|
-
background-color: RGBA(
|
|
228
|
+
background-color: RGBA(var(--cui-primary-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
206
229
|
}
|
|
207
230
|
|
|
208
231
|
.text-bg-secondary {
|
|
209
|
-
color: #
|
|
210
|
-
background-color: RGBA(
|
|
232
|
+
color: #080a0c !important;
|
|
233
|
+
background-color: RGBA(var(--cui-secondary-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
211
234
|
}
|
|
212
235
|
|
|
213
236
|
.text-bg-success {
|
|
214
|
-
color: #
|
|
215
|
-
background-color: RGBA(
|
|
237
|
+
color: #080a0c !important;
|
|
238
|
+
background-color: RGBA(var(--cui-success-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
216
239
|
}
|
|
217
240
|
|
|
218
241
|
.text-bg-info {
|
|
219
|
-
color: #
|
|
220
|
-
background-color: RGBA(
|
|
242
|
+
color: #080a0c !important;
|
|
243
|
+
background-color: RGBA(var(--cui-info-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
221
244
|
}
|
|
222
245
|
|
|
223
246
|
.text-bg-warning {
|
|
224
|
-
color: #
|
|
225
|
-
background-color: RGBA(
|
|
247
|
+
color: #080a0c !important;
|
|
248
|
+
background-color: RGBA(var(--cui-warning-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
226
249
|
}
|
|
227
250
|
|
|
228
251
|
.text-bg-danger {
|
|
229
|
-
color: #
|
|
230
|
-
background-color: RGBA(
|
|
252
|
+
color: #080a0c !important;
|
|
253
|
+
background-color: RGBA(var(--cui-danger-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
231
254
|
}
|
|
232
255
|
|
|
233
256
|
.text-bg-light {
|
|
234
|
-
color: #
|
|
235
|
-
background-color: RGBA(
|
|
257
|
+
color: #080a0c !important;
|
|
258
|
+
background-color: RGBA(var(--cui-light-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
236
259
|
}
|
|
237
260
|
|
|
238
261
|
.text-bg-dark {
|
|
239
262
|
color: #fff !important;
|
|
240
|
-
background-color: RGBA(
|
|
263
|
+
background-color: RGBA(var(--cui-dark-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
[data-coreui-theme=dark] .text-bg-primary {
|
|
267
|
+
color: #fff !important;
|
|
268
|
+
background-color: RGBA(98, 97, 204, var(--cui-bg-opacity, 1)) !important;
|
|
269
|
+
}
|
|
270
|
+
[data-coreui-theme=dark] .text-bg-secondary {
|
|
271
|
+
color: #080a0c !important;
|
|
272
|
+
background-color: RGBA(166, 167, 168, var(--cui-bg-opacity, 1)) !important;
|
|
273
|
+
}
|
|
274
|
+
[data-coreui-theme=dark] .text-bg-success {
|
|
275
|
+
color: #080a0c !important;
|
|
276
|
+
background-color: RGBA(58, 173, 96, var(--cui-bg-opacity, 1)) !important;
|
|
277
|
+
}
|
|
278
|
+
[data-coreui-theme=dark] .text-bg-info {
|
|
279
|
+
color: #080a0c !important;
|
|
280
|
+
background-color: RGBA(61, 153, 245, var(--cui-bg-opacity, 1)) !important;
|
|
281
|
+
}
|
|
282
|
+
[data-coreui-theme=dark] .text-bg-warning {
|
|
283
|
+
color: #080a0c !important;
|
|
284
|
+
background-color: RGBA(237, 173, 33, var(--cui-bg-opacity, 1)) !important;
|
|
285
|
+
}
|
|
286
|
+
[data-coreui-theme=dark] .text-bg-danger {
|
|
287
|
+
color: #080a0c !important;
|
|
288
|
+
background-color: RGBA(219, 93, 93, var(--cui-bg-opacity, 1)) !important;
|
|
289
|
+
}
|
|
290
|
+
[data-coreui-theme=dark] .text-bg-light {
|
|
291
|
+
color: #080a0c !important;
|
|
292
|
+
background-color: RGBA(244, 245, 246, var(--cui-bg-opacity, 1)) !important;
|
|
293
|
+
}
|
|
294
|
+
[data-coreui-theme=dark] .text-bg-dark {
|
|
295
|
+
color: #fff !important;
|
|
296
|
+
background-color: RGBA(37, 40, 45, var(--cui-bg-opacity, 1)) !important;
|
|
241
297
|
}
|
|
242
298
|
|
|
243
299
|
.link-primary {
|
|
244
|
-
color:
|
|
300
|
+
color: RGBA(var(--cui-primary-rgb), var(--cui-link-opacity, 1)) !important;
|
|
301
|
+
text-decoration-color: RGBA(var(--cui-primary-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
245
302
|
}
|
|
246
303
|
.link-primary:hover, .link-primary:focus {
|
|
247
|
-
color:
|
|
304
|
+
color: RGBA(70, 69, 171, var(--cui-link-opacity, 1)) !important;
|
|
305
|
+
text-decoration-color: RGBA(70, 69, 171, var(--cui-link-underline-opacity, 1)) !important;
|
|
248
306
|
}
|
|
249
307
|
|
|
250
308
|
.link-secondary {
|
|
251
|
-
color:
|
|
309
|
+
color: RGBA(var(--cui-secondary-rgb), var(--cui-link-opacity, 1)) !important;
|
|
310
|
+
text-decoration-color: RGBA(var(--cui-secondary-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
252
311
|
}
|
|
253
312
|
.link-secondary:hover, .link-secondary:focus {
|
|
254
|
-
color:
|
|
313
|
+
color: RGBA(177, 183, 193, var(--cui-link-opacity, 1)) !important;
|
|
314
|
+
text-decoration-color: RGBA(177, 183, 193, var(--cui-link-underline-opacity, 1)) !important;
|
|
255
315
|
}
|
|
256
316
|
|
|
257
317
|
.link-success {
|
|
258
|
-
color:
|
|
318
|
+
color: RGBA(var(--cui-success-rgb), var(--cui-link-opacity, 1)) !important;
|
|
319
|
+
text-decoration-color: RGBA(var(--cui-success-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
259
320
|
}
|
|
260
321
|
.link-success:hover, .link-success:focus {
|
|
261
|
-
color:
|
|
322
|
+
color: RGBA(88, 198, 125, var(--cui-link-opacity, 1)) !important;
|
|
323
|
+
text-decoration-color: RGBA(88, 198, 125, var(--cui-link-underline-opacity, 1)) !important;
|
|
262
324
|
}
|
|
263
325
|
|
|
264
326
|
.link-info {
|
|
265
|
-
color:
|
|
327
|
+
color: RGBA(var(--cui-info-rgb), var(--cui-link-opacity, 1)) !important;
|
|
328
|
+
text-decoration-color: RGBA(var(--cui-info-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
266
329
|
}
|
|
267
330
|
.link-info:hover, .link-info:focus {
|
|
268
|
-
color:
|
|
331
|
+
color: RGBA(92, 173, 255, var(--cui-link-opacity, 1)) !important;
|
|
332
|
+
text-decoration-color: RGBA(92, 173, 255, var(--cui-link-underline-opacity, 1)) !important;
|
|
269
333
|
}
|
|
270
334
|
|
|
271
335
|
.link-warning {
|
|
272
|
-
color:
|
|
336
|
+
color: RGBA(var(--cui-warning-rgb), var(--cui-link-opacity, 1)) !important;
|
|
337
|
+
text-decoration-color: RGBA(var(--cui-warning-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
273
338
|
}
|
|
274
339
|
.link-warning:hover, .link-warning:focus {
|
|
275
|
-
color:
|
|
340
|
+
color: RGBA(250, 193, 68, var(--cui-link-opacity, 1)) !important;
|
|
341
|
+
text-decoration-color: RGBA(250, 193, 68, var(--cui-link-underline-opacity, 1)) !important;
|
|
276
342
|
}
|
|
277
343
|
|
|
278
344
|
.link-danger {
|
|
279
|
-
color:
|
|
345
|
+
color: RGBA(var(--cui-danger-rgb), var(--cui-link-opacity, 1)) !important;
|
|
346
|
+
text-decoration-color: RGBA(var(--cui-danger-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
280
347
|
}
|
|
281
348
|
.link-danger:hover, .link-danger:focus {
|
|
282
|
-
color:
|
|
349
|
+
color: RGBA(234, 117, 117, var(--cui-link-opacity, 1)) !important;
|
|
350
|
+
text-decoration-color: RGBA(234, 117, 117, var(--cui-link-underline-opacity, 1)) !important;
|
|
283
351
|
}
|
|
284
352
|
|
|
285
353
|
.link-light {
|
|
286
|
-
color:
|
|
354
|
+
color: RGBA(var(--cui-light-rgb), var(--cui-link-opacity, 1)) !important;
|
|
355
|
+
text-decoration-color: RGBA(var(--cui-light-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
287
356
|
}
|
|
288
357
|
.link-light:hover, .link-light:focus {
|
|
289
|
-
color:
|
|
358
|
+
color: RGBA(245, 246, 249, var(--cui-link-opacity, 1)) !important;
|
|
359
|
+
text-decoration-color: RGBA(245, 246, 249, var(--cui-link-underline-opacity, 1)) !important;
|
|
290
360
|
}
|
|
291
361
|
|
|
292
362
|
.link-dark {
|
|
293
|
-
color:
|
|
363
|
+
color: RGBA(var(--cui-dark-rgb), var(--cui-link-opacity, 1)) !important;
|
|
364
|
+
text-decoration-color: RGBA(var(--cui-dark-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
294
365
|
}
|
|
295
366
|
.link-dark:hover, .link-dark:focus {
|
|
296
|
-
color:
|
|
367
|
+
color: RGBA(26, 30, 39, var(--cui-link-opacity, 1)) !important;
|
|
368
|
+
text-decoration-color: RGBA(26, 30, 39, var(--cui-link-underline-opacity, 1)) !important;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.link-body-emphasis {
|
|
372
|
+
color: RGBA(var(--cui-emphasis-color-rgb), var(--cui-link-opacity, 1)) !important;
|
|
373
|
+
text-decoration-color: RGBA(var(--cui-emphasis-color-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
374
|
+
}
|
|
375
|
+
.link-body-emphasis:hover, .link-body-emphasis:focus {
|
|
376
|
+
color: RGBA(var(--cui-emphasis-color-rgb), var(--cui-link-opacity, 0.75)) !important;
|
|
377
|
+
text-decoration-color: RGBA(var(--cui-emphasis-color-rgb), var(--cui-link-underline-opacity, 0.75)) !important;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.focus-ring:focus {
|
|
381
|
+
outline: 0;
|
|
382
|
+
box-shadow: var(--cui-focus-ring-x, 0) var(--cui-focus-ring-y, 0) var(--cui-focus-ring-blur, 0) var(--cui-focus-ring-width) var(--cui-focus-ring-color);
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
.icon-link {
|
|
386
|
+
display: inline-flex;
|
|
387
|
+
gap: 0.375rem;
|
|
388
|
+
align-items: center;
|
|
389
|
+
text-decoration-color: rgba(var(--cui-link-color-rgb), var(--cui-link-opacity, 0.5));
|
|
390
|
+
text-underline-offset: 0.25em;
|
|
391
|
+
backface-visibility: hidden;
|
|
392
|
+
}
|
|
393
|
+
.icon-link > .bi {
|
|
394
|
+
flex-shrink: 0;
|
|
395
|
+
width: 1em;
|
|
396
|
+
height: 1em;
|
|
397
|
+
fill: currentcolor;
|
|
398
|
+
transition: 0.2s ease-in-out transform;
|
|
399
|
+
}
|
|
400
|
+
@media (prefers-reduced-motion: reduce) {
|
|
401
|
+
.icon-link > .bi {
|
|
402
|
+
transition: none;
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
|
|
407
|
+
transform: var(--cui-icon-link-transform, translate3d(0.25em, 0, 0));
|
|
297
408
|
}
|
|
298
409
|
|
|
299
410
|
.ratio {
|
|
@@ -332,28 +443,26 @@
|
|
|
332
443
|
.fixed-top {
|
|
333
444
|
position: fixed;
|
|
334
445
|
top: 0;
|
|
335
|
-
left: 0;
|
|
336
446
|
right: 0;
|
|
447
|
+
left: 0;
|
|
337
448
|
z-index: 1030;
|
|
338
449
|
}
|
|
339
450
|
|
|
340
451
|
.fixed-bottom {
|
|
341
452
|
position: fixed;
|
|
342
|
-
left: 0;
|
|
343
|
-
bottom: 0;
|
|
344
453
|
right: 0;
|
|
454
|
+
bottom: 0;
|
|
455
|
+
left: 0;
|
|
345
456
|
z-index: 1030;
|
|
346
457
|
}
|
|
347
458
|
|
|
348
459
|
.sticky-top {
|
|
349
|
-
position: -webkit-sticky;
|
|
350
460
|
position: sticky;
|
|
351
461
|
top: 0;
|
|
352
462
|
z-index: 1020;
|
|
353
463
|
}
|
|
354
464
|
|
|
355
465
|
.sticky-bottom {
|
|
356
|
-
position: -webkit-sticky;
|
|
357
466
|
position: sticky;
|
|
358
467
|
bottom: 0;
|
|
359
468
|
z-index: 1020;
|
|
@@ -361,13 +470,11 @@
|
|
|
361
470
|
|
|
362
471
|
@media (min-width: 576px) {
|
|
363
472
|
.sticky-sm-top {
|
|
364
|
-
position: -webkit-sticky;
|
|
365
473
|
position: sticky;
|
|
366
474
|
top: 0;
|
|
367
475
|
z-index: 1020;
|
|
368
476
|
}
|
|
369
477
|
.sticky-sm-bottom {
|
|
370
|
-
position: -webkit-sticky;
|
|
371
478
|
position: sticky;
|
|
372
479
|
bottom: 0;
|
|
373
480
|
z-index: 1020;
|
|
@@ -375,13 +482,11 @@
|
|
|
375
482
|
}
|
|
376
483
|
@media (min-width: 768px) {
|
|
377
484
|
.sticky-md-top {
|
|
378
|
-
position: -webkit-sticky;
|
|
379
485
|
position: sticky;
|
|
380
486
|
top: 0;
|
|
381
487
|
z-index: 1020;
|
|
382
488
|
}
|
|
383
489
|
.sticky-md-bottom {
|
|
384
|
-
position: -webkit-sticky;
|
|
385
490
|
position: sticky;
|
|
386
491
|
bottom: 0;
|
|
387
492
|
z-index: 1020;
|
|
@@ -389,13 +494,11 @@
|
|
|
389
494
|
}
|
|
390
495
|
@media (min-width: 992px) {
|
|
391
496
|
.sticky-lg-top {
|
|
392
|
-
position: -webkit-sticky;
|
|
393
497
|
position: sticky;
|
|
394
498
|
top: 0;
|
|
395
499
|
z-index: 1020;
|
|
396
500
|
}
|
|
397
501
|
.sticky-lg-bottom {
|
|
398
|
-
position: -webkit-sticky;
|
|
399
502
|
position: sticky;
|
|
400
503
|
bottom: 0;
|
|
401
504
|
z-index: 1020;
|
|
@@ -403,13 +506,11 @@
|
|
|
403
506
|
}
|
|
404
507
|
@media (min-width: 1200px) {
|
|
405
508
|
.sticky-xl-top {
|
|
406
|
-
position: -webkit-sticky;
|
|
407
509
|
position: sticky;
|
|
408
510
|
top: 0;
|
|
409
511
|
z-index: 1020;
|
|
410
512
|
}
|
|
411
513
|
.sticky-xl-bottom {
|
|
412
|
-
position: -webkit-sticky;
|
|
413
514
|
position: sticky;
|
|
414
515
|
bottom: 0;
|
|
415
516
|
z-index: 1020;
|
|
@@ -417,13 +518,11 @@
|
|
|
417
518
|
}
|
|
418
519
|
@media (min-width: 1400px) {
|
|
419
520
|
.sticky-xxl-top {
|
|
420
|
-
position: -webkit-sticky;
|
|
421
521
|
position: sticky;
|
|
422
522
|
top: 0;
|
|
423
523
|
z-index: 1020;
|
|
424
524
|
}
|
|
425
525
|
.sticky-xxl-bottom {
|
|
426
|
-
position: -webkit-sticky;
|
|
427
526
|
position: sticky;
|
|
428
527
|
bottom: 0;
|
|
429
528
|
z-index: 1020;
|
|
@@ -445,7 +544,6 @@
|
|
|
445
544
|
|
|
446
545
|
.visually-hidden,
|
|
447
546
|
.visually-hidden-focusable:not(:focus):not(:focus-within) {
|
|
448
|
-
position: absolute !important;
|
|
449
547
|
width: 1px !important;
|
|
450
548
|
height: 1px !important;
|
|
451
549
|
padding: 0 !important;
|
|
@@ -455,13 +553,17 @@
|
|
|
455
553
|
white-space: nowrap !important;
|
|
456
554
|
border: 0 !important;
|
|
457
555
|
}
|
|
556
|
+
.visually-hidden:not(caption),
|
|
557
|
+
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
|
|
558
|
+
position: absolute !important;
|
|
559
|
+
}
|
|
458
560
|
|
|
459
561
|
.stretched-link::after {
|
|
460
562
|
position: absolute;
|
|
461
563
|
top: 0;
|
|
462
|
-
left: 0;
|
|
463
|
-
bottom: 0;
|
|
464
564
|
right: 0;
|
|
565
|
+
bottom: 0;
|
|
566
|
+
left: 0;
|
|
465
567
|
z-index: 1;
|
|
466
568
|
content: "";
|
|
467
569
|
}
|
|
@@ -475,8 +577,9 @@
|
|
|
475
577
|
.vr {
|
|
476
578
|
display: inline-block;
|
|
477
579
|
align-self: stretch;
|
|
478
|
-
width:
|
|
580
|
+
width: var(--cui-border-width);
|
|
479
581
|
min-height: 1em;
|
|
582
|
+
padding: 0;
|
|
480
583
|
background-color: currentcolor;
|
|
481
584
|
opacity: 0.25;
|
|
482
585
|
}
|
|
@@ -518,27 +621,22 @@
|
|
|
518
621
|
}
|
|
519
622
|
|
|
520
623
|
.object-fit-contain {
|
|
521
|
-
-o-object-fit: contain !important;
|
|
522
624
|
object-fit: contain !important;
|
|
523
625
|
}
|
|
524
626
|
|
|
525
627
|
.object-fit-cover {
|
|
526
|
-
-o-object-fit: cover !important;
|
|
527
628
|
object-fit: cover !important;
|
|
528
629
|
}
|
|
529
630
|
|
|
530
631
|
.object-fit-fill {
|
|
531
|
-
-o-object-fit: fill !important;
|
|
532
632
|
object-fit: fill !important;
|
|
533
633
|
}
|
|
534
634
|
|
|
535
635
|
.object-fit-scale {
|
|
536
|
-
-o-object-fit: scale-down !important;
|
|
537
636
|
object-fit: scale-down !important;
|
|
538
637
|
}
|
|
539
638
|
|
|
540
639
|
.object-fit-none {
|
|
541
|
-
-o-object-fit: none !important;
|
|
542
640
|
object-fit: none !important;
|
|
543
641
|
}
|
|
544
642
|
|
|
@@ -626,6 +724,10 @@
|
|
|
626
724
|
display: grid !important;
|
|
627
725
|
}
|
|
628
726
|
|
|
727
|
+
.d-inline-grid {
|
|
728
|
+
display: inline-grid !important;
|
|
729
|
+
}
|
|
730
|
+
|
|
629
731
|
.d-table {
|
|
630
732
|
display: table !important;
|
|
631
733
|
}
|
|
@@ -651,21 +753,53 @@
|
|
|
651
753
|
}
|
|
652
754
|
|
|
653
755
|
.shadow {
|
|
654
|
-
box-shadow: 0 0.5rem 1rem rgba(
|
|
756
|
+
box-shadow: 0 0.5rem 1rem rgba(8, 10, 12, 0.15) !important;
|
|
655
757
|
}
|
|
656
758
|
|
|
657
759
|
.shadow-sm {
|
|
658
|
-
box-shadow: 0 0.125rem 0.25rem rgba(
|
|
760
|
+
box-shadow: 0 0.125rem 0.25rem rgba(8, 10, 12, 0.075) !important;
|
|
659
761
|
}
|
|
660
762
|
|
|
661
763
|
.shadow-lg {
|
|
662
|
-
box-shadow: 0 1rem 3rem rgba(
|
|
764
|
+
box-shadow: 0 1rem 3rem rgba(8, 10, 12, 0.175) !important;
|
|
663
765
|
}
|
|
664
766
|
|
|
665
767
|
.shadow-none {
|
|
666
768
|
box-shadow: none !important;
|
|
667
769
|
}
|
|
668
770
|
|
|
771
|
+
.focus-ring-primary {
|
|
772
|
+
--cui-focus-ring-color: rgba(var(--cui-primary-rgb), var(--cui-focus-ring-opacity));
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
.focus-ring-secondary {
|
|
776
|
+
--cui-focus-ring-color: rgba(var(--cui-secondary-rgb), var(--cui-focus-ring-opacity));
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
.focus-ring-success {
|
|
780
|
+
--cui-focus-ring-color: rgba(var(--cui-success-rgb), var(--cui-focus-ring-opacity));
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
.focus-ring-info {
|
|
784
|
+
--cui-focus-ring-color: rgba(var(--cui-info-rgb), var(--cui-focus-ring-opacity));
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.focus-ring-warning {
|
|
788
|
+
--cui-focus-ring-color: rgba(var(--cui-warning-rgb), var(--cui-focus-ring-opacity));
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
.focus-ring-danger {
|
|
792
|
+
--cui-focus-ring-color: rgba(var(--cui-danger-rgb), var(--cui-focus-ring-opacity));
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
.focus-ring-light {
|
|
796
|
+
--cui-focus-ring-color: rgba(var(--cui-light-rgb), var(--cui-focus-ring-opacity));
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
.focus-ring-dark {
|
|
800
|
+
--cui-focus-ring-color: rgba(var(--cui-dark-rgb), var(--cui-focus-ring-opacity));
|
|
801
|
+
}
|
|
802
|
+
|
|
669
803
|
.position-static {
|
|
670
804
|
position: static !important;
|
|
671
805
|
}
|
|
@@ -683,7 +817,6 @@
|
|
|
683
817
|
}
|
|
684
818
|
|
|
685
819
|
.position-sticky {
|
|
686
|
-
position: -webkit-sticky !important;
|
|
687
820
|
position: sticky !important;
|
|
688
821
|
}
|
|
689
822
|
|
|
@@ -712,35 +845,35 @@
|
|
|
712
845
|
}
|
|
713
846
|
|
|
714
847
|
.start-0 {
|
|
715
|
-
|
|
848
|
+
left: 0 !important;
|
|
716
849
|
}
|
|
717
850
|
|
|
718
851
|
.start-50 {
|
|
719
|
-
|
|
852
|
+
left: 50% !important;
|
|
720
853
|
}
|
|
721
854
|
|
|
722
855
|
.start-100 {
|
|
723
|
-
|
|
856
|
+
left: 100% !important;
|
|
724
857
|
}
|
|
725
858
|
|
|
726
859
|
.end-0 {
|
|
727
|
-
|
|
860
|
+
right: 0 !important;
|
|
728
861
|
}
|
|
729
862
|
|
|
730
863
|
.end-50 {
|
|
731
|
-
|
|
864
|
+
right: 50% !important;
|
|
732
865
|
}
|
|
733
866
|
|
|
734
867
|
.end-100 {
|
|
735
|
-
|
|
868
|
+
right: 100% !important;
|
|
736
869
|
}
|
|
737
870
|
|
|
738
871
|
.translate-middle {
|
|
739
|
-
transform: translate(50%, -50%) !important;
|
|
872
|
+
transform: translate(-50%, -50%) !important;
|
|
740
873
|
}
|
|
741
874
|
|
|
742
875
|
.translate-middle-x {
|
|
743
|
-
transform: translateX(50%) !important;
|
|
876
|
+
transform: translateX(-50%) !important;
|
|
744
877
|
}
|
|
745
878
|
|
|
746
879
|
.translate-middle-y {
|
|
@@ -827,369 +960,178 @@
|
|
|
827
960
|
border-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
|
|
828
961
|
}
|
|
829
962
|
|
|
963
|
+
.border-black {
|
|
964
|
+
--cui-border-opacity: 1;
|
|
965
|
+
border-color: rgba(var(--cui-black-rgb), var(--cui-border-opacity)) !important;
|
|
966
|
+
}
|
|
967
|
+
|
|
830
968
|
.border-white {
|
|
831
969
|
--cui-border-opacity: 1;
|
|
832
970
|
border-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
|
|
833
971
|
}
|
|
834
972
|
|
|
835
973
|
.border-top-primary {
|
|
836
|
-
|
|
837
|
-
border-top-color: rgba(var(--cui-primary-rgb), var(--cui-border-opacity)) !important;
|
|
974
|
+
border-top-color: #5856d6 !important;
|
|
838
975
|
}
|
|
839
976
|
|
|
840
977
|
.border-top-secondary {
|
|
841
|
-
|
|
842
|
-
border-top-color: rgba(var(--cui-secondary-rgb), var(--cui-border-opacity)) !important;
|
|
978
|
+
border-top-color: #9da5b1 !important;
|
|
843
979
|
}
|
|
844
980
|
|
|
845
981
|
.border-top-success {
|
|
846
|
-
|
|
847
|
-
border-top-color: rgba(var(--cui-success-rgb), var(--cui-border-opacity)) !important;
|
|
982
|
+
border-top-color: #2eb85c !important;
|
|
848
983
|
}
|
|
849
984
|
|
|
850
985
|
.border-top-info {
|
|
851
|
-
|
|
852
|
-
border-top-color: rgba(var(--cui-info-rgb), var(--cui-border-opacity)) !important;
|
|
986
|
+
border-top-color: #39f !important;
|
|
853
987
|
}
|
|
854
988
|
|
|
855
989
|
.border-top-warning {
|
|
856
|
-
|
|
857
|
-
border-top-color: rgba(var(--cui-warning-rgb), var(--cui-border-opacity)) !important;
|
|
990
|
+
border-top-color: #f9b115 !important;
|
|
858
991
|
}
|
|
859
992
|
|
|
860
993
|
.border-top-danger {
|
|
861
|
-
|
|
862
|
-
border-top-color: rgba(var(--cui-danger-rgb), var(--cui-border-opacity)) !important;
|
|
994
|
+
border-top-color: #e55353 !important;
|
|
863
995
|
}
|
|
864
996
|
|
|
865
997
|
.border-top-light {
|
|
866
|
-
|
|
867
|
-
border-top-color: rgba(var(--cui-light-rgb), var(--cui-border-opacity)) !important;
|
|
998
|
+
border-top-color: #f3f4f7 !important;
|
|
868
999
|
}
|
|
869
1000
|
|
|
870
1001
|
.border-top-dark {
|
|
871
|
-
|
|
872
|
-
border-top-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
|
|
1002
|
+
border-top-color: #212631 !important;
|
|
873
1003
|
}
|
|
874
1004
|
|
|
875
1005
|
.border-top-white {
|
|
876
|
-
|
|
877
|
-
border-top-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
|
|
1006
|
+
border-top-color: #fff !important;
|
|
878
1007
|
}
|
|
879
1008
|
|
|
880
1009
|
.border-end-primary {
|
|
881
|
-
|
|
882
|
-
border-left-color: rgba(var(--cui-primary-rgb), var(--cui-border-opacity)) !important;
|
|
1010
|
+
border-left-color: #5856d6 !important;
|
|
883
1011
|
}
|
|
884
1012
|
|
|
885
1013
|
.border-end-secondary {
|
|
886
|
-
|
|
887
|
-
border-left-color: rgba(var(--cui-secondary-rgb), var(--cui-border-opacity)) !important;
|
|
1014
|
+
border-left-color: #9da5b1 !important;
|
|
888
1015
|
}
|
|
889
1016
|
|
|
890
1017
|
.border-end-success {
|
|
891
|
-
|
|
892
|
-
border-left-color: rgba(var(--cui-success-rgb), var(--cui-border-opacity)) !important;
|
|
1018
|
+
border-left-color: #2eb85c !important;
|
|
893
1019
|
}
|
|
894
1020
|
|
|
895
1021
|
.border-end-info {
|
|
896
|
-
|
|
897
|
-
border-left-color: rgba(var(--cui-info-rgb), var(--cui-border-opacity)) !important;
|
|
1022
|
+
border-left-color: #39f !important;
|
|
898
1023
|
}
|
|
899
1024
|
|
|
900
1025
|
.border-end-warning {
|
|
901
|
-
|
|
902
|
-
border-left-color: rgba(var(--cui-warning-rgb), var(--cui-border-opacity)) !important;
|
|
1026
|
+
border-left-color: #f9b115 !important;
|
|
903
1027
|
}
|
|
904
1028
|
|
|
905
1029
|
.border-end-danger {
|
|
906
|
-
|
|
907
|
-
border-left-color: rgba(var(--cui-danger-rgb), var(--cui-border-opacity)) !important;
|
|
1030
|
+
border-left-color: #e55353 !important;
|
|
908
1031
|
}
|
|
909
1032
|
|
|
910
1033
|
.border-end-light {
|
|
911
|
-
|
|
912
|
-
border-left-color: rgba(var(--cui-light-rgb), var(--cui-border-opacity)) !important;
|
|
1034
|
+
border-left-color: #f3f4f7 !important;
|
|
913
1035
|
}
|
|
914
1036
|
|
|
915
1037
|
.border-end-dark {
|
|
916
|
-
|
|
917
|
-
border-left-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
|
|
1038
|
+
border-left-color: #212631 !important;
|
|
918
1039
|
}
|
|
919
1040
|
|
|
920
1041
|
.border-end-white {
|
|
921
|
-
|
|
922
|
-
border-left-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
|
|
1042
|
+
border-left-color: #fff !important;
|
|
923
1043
|
}
|
|
924
1044
|
|
|
925
1045
|
.border-bottom-primary {
|
|
926
|
-
|
|
927
|
-
border-bottom-color: rgba(var(--cui-primary-rgb), var(--cui-border-opacity)) !important;
|
|
1046
|
+
border-bottom-color: #5856d6 !important;
|
|
928
1047
|
}
|
|
929
1048
|
|
|
930
1049
|
.border-bottom-secondary {
|
|
931
|
-
|
|
932
|
-
border-bottom-color: rgba(var(--cui-secondary-rgb), var(--cui-border-opacity)) !important;
|
|
1050
|
+
border-bottom-color: #9da5b1 !important;
|
|
933
1051
|
}
|
|
934
1052
|
|
|
935
1053
|
.border-bottom-success {
|
|
936
|
-
|
|
937
|
-
border-bottom-color: rgba(var(--cui-success-rgb), var(--cui-border-opacity)) !important;
|
|
1054
|
+
border-bottom-color: #2eb85c !important;
|
|
938
1055
|
}
|
|
939
1056
|
|
|
940
1057
|
.border-bottom-info {
|
|
941
|
-
|
|
942
|
-
border-bottom-color: rgba(var(--cui-info-rgb), var(--cui-border-opacity)) !important;
|
|
1058
|
+
border-bottom-color: #39f !important;
|
|
943
1059
|
}
|
|
944
1060
|
|
|
945
1061
|
.border-bottom-warning {
|
|
946
|
-
|
|
947
|
-
border-bottom-color: rgba(var(--cui-warning-rgb), var(--cui-border-opacity)) !important;
|
|
1062
|
+
border-bottom-color: #f9b115 !important;
|
|
948
1063
|
}
|
|
949
1064
|
|
|
950
1065
|
.border-bottom-danger {
|
|
951
|
-
|
|
952
|
-
border-bottom-color: rgba(var(--cui-danger-rgb), var(--cui-border-opacity)) !important;
|
|
1066
|
+
border-bottom-color: #e55353 !important;
|
|
953
1067
|
}
|
|
954
1068
|
|
|
955
1069
|
.border-bottom-light {
|
|
956
|
-
|
|
957
|
-
border-bottom-color: rgba(var(--cui-light-rgb), var(--cui-border-opacity)) !important;
|
|
1070
|
+
border-bottom-color: #f3f4f7 !important;
|
|
958
1071
|
}
|
|
959
1072
|
|
|
960
1073
|
.border-bottom-dark {
|
|
961
|
-
|
|
962
|
-
border-bottom-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
|
|
1074
|
+
border-bottom-color: #212631 !important;
|
|
963
1075
|
}
|
|
964
1076
|
|
|
965
1077
|
.border-bottom-white {
|
|
966
|
-
|
|
967
|
-
border-bottom-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
|
|
1078
|
+
border-bottom-color: #fff !important;
|
|
968
1079
|
}
|
|
969
1080
|
|
|
970
1081
|
.border-start-primary {
|
|
971
|
-
|
|
972
|
-
border-right-color: rgba(var(--cui-primary-rgb), var(--cui-border-opacity)) !important;
|
|
1082
|
+
border-right-color: #5856d6 !important;
|
|
973
1083
|
}
|
|
974
1084
|
|
|
975
1085
|
.border-start-secondary {
|
|
976
|
-
|
|
977
|
-
border-right-color: rgba(var(--cui-secondary-rgb), var(--cui-border-opacity)) !important;
|
|
1086
|
+
border-right-color: #9da5b1 !important;
|
|
978
1087
|
}
|
|
979
1088
|
|
|
980
1089
|
.border-start-success {
|
|
981
|
-
|
|
982
|
-
border-right-color: rgba(var(--cui-success-rgb), var(--cui-border-opacity)) !important;
|
|
1090
|
+
border-right-color: #2eb85c !important;
|
|
983
1091
|
}
|
|
984
1092
|
|
|
985
1093
|
.border-start-info {
|
|
986
|
-
|
|
987
|
-
border-right-color: rgba(var(--cui-info-rgb), var(--cui-border-opacity)) !important;
|
|
1094
|
+
border-right-color: #39f !important;
|
|
988
1095
|
}
|
|
989
1096
|
|
|
990
1097
|
.border-start-warning {
|
|
991
|
-
|
|
992
|
-
border-right-color: rgba(var(--cui-warning-rgb), var(--cui-border-opacity)) !important;
|
|
1098
|
+
border-right-color: #f9b115 !important;
|
|
993
1099
|
}
|
|
994
1100
|
|
|
995
1101
|
.border-start-danger {
|
|
996
|
-
|
|
997
|
-
border-right-color: rgba(var(--cui-danger-rgb), var(--cui-border-opacity)) !important;
|
|
1102
|
+
border-right-color: #e55353 !important;
|
|
998
1103
|
}
|
|
999
1104
|
|
|
1000
1105
|
.border-start-light {
|
|
1001
|
-
|
|
1002
|
-
border-right-color: rgba(var(--cui-light-rgb), var(--cui-border-opacity)) !important;
|
|
1106
|
+
border-right-color: #f3f4f7 !important;
|
|
1003
1107
|
}
|
|
1004
1108
|
|
|
1005
1109
|
.border-start-dark {
|
|
1006
|
-
|
|
1007
|
-
border-right-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
|
|
1110
|
+
border-right-color: #212631 !important;
|
|
1008
1111
|
}
|
|
1009
1112
|
|
|
1010
1113
|
.border-start-white {
|
|
1011
|
-
|
|
1012
|
-
border-right-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
.border-primary-subtle {
|
|
1016
|
-
border-color: var(--cui-primary-border-subtle) !important;
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
.border-secondary-subtle {
|
|
1020
|
-
border-color: var(--cui-secondary-border-subtle) !important;
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
|
-
.border-success-subtle {
|
|
1024
|
-
border-color: var(--cui-success-border-subtle) !important;
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
.border-info-subtle {
|
|
1028
|
-
border-color: var(--cui-info-border-subtle) !important;
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
.border-warning-subtle {
|
|
1032
|
-
border-color: var(--cui-warning-border-subtle) !important;
|
|
1033
|
-
}
|
|
1034
|
-
|
|
1035
|
-
.border-danger-subtle {
|
|
1036
|
-
border-color: var(--cui-danger-border-subtle) !important;
|
|
1037
|
-
}
|
|
1038
|
-
|
|
1039
|
-
.border-light-subtle {
|
|
1040
|
-
border-color: var(--cui-light-border-subtle) !important;
|
|
1041
|
-
}
|
|
1042
|
-
|
|
1043
|
-
.border-dark-subtle {
|
|
1044
|
-
border-color: var(--cui-dark-border-subtle) !important;
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
.border-top-primary-subtle {
|
|
1048
|
-
border-top-color: var(--cui-primary-border-subtle) !important;
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
|
-
.border-top-secondary-subtle {
|
|
1052
|
-
border-top-color: var(--cui-secondary-border-subtle) !important;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
.border-top-success-subtle {
|
|
1056
|
-
border-top-color: var(--cui-success-border-subtle) !important;
|
|
1057
|
-
}
|
|
1058
|
-
|
|
1059
|
-
.border-top-info-subtle {
|
|
1060
|
-
border-top-color: var(--cui-info-border-subtle) !important;
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
.border-top-warning-subtle {
|
|
1064
|
-
border-top-color: var(--cui-warning-border-subtle) !important;
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
.border-top-danger-subtle {
|
|
1068
|
-
border-top-color: var(--cui-danger-border-subtle) !important;
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
.border-top-light-subtle {
|
|
1072
|
-
border-top-color: var(--cui-light-border-subtle) !important;
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
.border-top-dark-subtle {
|
|
1076
|
-
border-top-color: var(--cui-dark-border-subtle) !important;
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
.border-end-primary-subtle {
|
|
1080
|
-
border-left-color: var(--cui-primary-border-subtle) !important;
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
.border-end-secondary-subtle {
|
|
1084
|
-
border-left-color: var(--cui-secondary-border-subtle) !important;
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
.border-end-success-subtle {
|
|
1088
|
-
border-left-color: var(--cui-success-border-subtle) !important;
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
.border-end-info-subtle {
|
|
1092
|
-
border-left-color: var(--cui-info-border-subtle) !important;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
.border-end-warning-subtle {
|
|
1096
|
-
border-left-color: var(--cui-warning-border-subtle) !important;
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
.border-end-danger-subtle {
|
|
1100
|
-
border-left-color: var(--cui-danger-border-subtle) !important;
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
.border-end-light-subtle {
|
|
1104
|
-
border-left-color: var(--cui-light-border-subtle) !important;
|
|
1105
|
-
}
|
|
1106
|
-
|
|
1107
|
-
.border-end-dark-subtle {
|
|
1108
|
-
border-left-color: var(--cui-dark-border-subtle) !important;
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
.border-bottom-primary-subtle {
|
|
1112
|
-
border-bottom-color: var(--cui-primary-border-subtle) !important;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
.border-bottom-secondary-subtle {
|
|
1116
|
-
border-bottom-color: var(--cui-secondary-border-subtle) !important;
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
.border-bottom-success-subtle {
|
|
1120
|
-
border-bottom-color: var(--cui-success-border-subtle) !important;
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
.border-bottom-info-subtle {
|
|
1124
|
-
border-bottom-color: var(--cui-info-border-subtle) !important;
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
.border-bottom-warning-subtle {
|
|
1128
|
-
border-bottom-color: var(--cui-warning-border-subtle) !important;
|
|
1129
|
-
}
|
|
1130
|
-
|
|
1131
|
-
.border-bottom-danger-subtle {
|
|
1132
|
-
border-bottom-color: var(--cui-danger-border-subtle) !important;
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
.border-bottom-light-subtle {
|
|
1136
|
-
border-bottom-color: var(--cui-light-border-subtle) !important;
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
.border-bottom-dark-subtle {
|
|
1140
|
-
border-bottom-color: var(--cui-dark-border-subtle) !important;
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
.border-start-primary-subtle {
|
|
1144
|
-
border-right-color: var(--cui-primary-border-subtle) !important;
|
|
1145
|
-
}
|
|
1146
|
-
|
|
1147
|
-
.border-start-secondary-subtle {
|
|
1148
|
-
border-right-color: var(--cui-secondary-border-subtle) !important;
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
|
-
.border-start-success-subtle {
|
|
1152
|
-
border-right-color: var(--cui-success-border-subtle) !important;
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
.border-start-info-subtle {
|
|
1156
|
-
border-right-color: var(--cui-info-border-subtle) !important;
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
.border-start-warning-subtle {
|
|
1160
|
-
border-right-color: var(--cui-warning-border-subtle) !important;
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
.border-start-danger-subtle {
|
|
1164
|
-
border-right-color: var(--cui-danger-border-subtle) !important;
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
.border-start-light-subtle {
|
|
1168
|
-
border-right-color: var(--cui-light-border-subtle) !important;
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
.border-start-dark-subtle {
|
|
1172
|
-
border-right-color: var(--cui-dark-border-subtle) !important;
|
|
1114
|
+
border-right-color: #fff !important;
|
|
1173
1115
|
}
|
|
1174
1116
|
|
|
1175
1117
|
.border-1 {
|
|
1176
|
-
|
|
1118
|
+
border-width: 1px !important;
|
|
1177
1119
|
}
|
|
1178
1120
|
|
|
1179
1121
|
.border-2 {
|
|
1180
|
-
|
|
1122
|
+
border-width: 2px !important;
|
|
1181
1123
|
}
|
|
1182
1124
|
|
|
1183
1125
|
.border-3 {
|
|
1184
|
-
|
|
1126
|
+
border-width: 3px !important;
|
|
1185
1127
|
}
|
|
1186
1128
|
|
|
1187
1129
|
.border-4 {
|
|
1188
|
-
|
|
1130
|
+
border-width: 4px !important;
|
|
1189
1131
|
}
|
|
1190
1132
|
|
|
1191
1133
|
.border-5 {
|
|
1192
|
-
|
|
1134
|
+
border-width: 5px !important;
|
|
1193
1135
|
}
|
|
1194
1136
|
|
|
1195
1137
|
.border-top-1 {
|
|
@@ -1272,6 +1214,38 @@
|
|
|
1272
1214
|
border-right-width: 5px !important;
|
|
1273
1215
|
}
|
|
1274
1216
|
|
|
1217
|
+
.border-primary-subtle {
|
|
1218
|
+
border-color: var(--cui-primary-border-subtle) !important;
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
.border-secondary-subtle {
|
|
1222
|
+
border-color: var(--cui-secondary-border-subtle) !important;
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
.border-success-subtle {
|
|
1226
|
+
border-color: var(--cui-success-border-subtle) !important;
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
.border-info-subtle {
|
|
1230
|
+
border-color: var(--cui-info-border-subtle) !important;
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1233
|
+
.border-warning-subtle {
|
|
1234
|
+
border-color: var(--cui-warning-border-subtle) !important;
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
.border-danger-subtle {
|
|
1238
|
+
border-color: var(--cui-danger-border-subtle) !important;
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
.border-light-subtle {
|
|
1242
|
+
border-color: var(--cui-light-border-subtle) !important;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
.border-dark-subtle {
|
|
1246
|
+
border-color: var(--cui-dark-border-subtle) !important;
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1275
1249
|
.border-opacity-10 {
|
|
1276
1250
|
--cui-border-opacity: 0.1;
|
|
1277
1251
|
}
|
|
@@ -1557,38 +1531,38 @@
|
|
|
1557
1531
|
}
|
|
1558
1532
|
|
|
1559
1533
|
.mx-0 {
|
|
1560
|
-
margin-left: 0 !important;
|
|
1561
1534
|
margin-right: 0 !important;
|
|
1535
|
+
margin-left: 0 !important;
|
|
1562
1536
|
}
|
|
1563
1537
|
|
|
1564
1538
|
.mx-1 {
|
|
1565
|
-
margin-left: 0.25rem !important;
|
|
1566
1539
|
margin-right: 0.25rem !important;
|
|
1540
|
+
margin-left: 0.25rem !important;
|
|
1567
1541
|
}
|
|
1568
1542
|
|
|
1569
1543
|
.mx-2 {
|
|
1570
|
-
margin-left: 0.5rem !important;
|
|
1571
1544
|
margin-right: 0.5rem !important;
|
|
1545
|
+
margin-left: 0.5rem !important;
|
|
1572
1546
|
}
|
|
1573
1547
|
|
|
1574
1548
|
.mx-3 {
|
|
1575
|
-
margin-left: 1rem !important;
|
|
1576
1549
|
margin-right: 1rem !important;
|
|
1550
|
+
margin-left: 1rem !important;
|
|
1577
1551
|
}
|
|
1578
1552
|
|
|
1579
1553
|
.mx-4 {
|
|
1580
|
-
margin-left: 1.5rem !important;
|
|
1581
1554
|
margin-right: 1.5rem !important;
|
|
1555
|
+
margin-left: 1.5rem !important;
|
|
1582
1556
|
}
|
|
1583
1557
|
|
|
1584
1558
|
.mx-5 {
|
|
1585
|
-
margin-left: 3rem !important;
|
|
1586
1559
|
margin-right: 3rem !important;
|
|
1560
|
+
margin-left: 3rem !important;
|
|
1587
1561
|
}
|
|
1588
1562
|
|
|
1589
1563
|
.mx-auto {
|
|
1590
|
-
margin-left: auto !important;
|
|
1591
1564
|
margin-right: auto !important;
|
|
1565
|
+
margin-left: auto !important;
|
|
1592
1566
|
}
|
|
1593
1567
|
|
|
1594
1568
|
.my-0 {
|
|
@@ -1763,33 +1737,33 @@
|
|
|
1763
1737
|
}
|
|
1764
1738
|
|
|
1765
1739
|
.px-0 {
|
|
1766
|
-
padding-left: 0 !important;
|
|
1767
1740
|
padding-right: 0 !important;
|
|
1741
|
+
padding-left: 0 !important;
|
|
1768
1742
|
}
|
|
1769
1743
|
|
|
1770
1744
|
.px-1 {
|
|
1771
|
-
padding-left: 0.25rem !important;
|
|
1772
1745
|
padding-right: 0.25rem !important;
|
|
1746
|
+
padding-left: 0.25rem !important;
|
|
1773
1747
|
}
|
|
1774
1748
|
|
|
1775
1749
|
.px-2 {
|
|
1776
|
-
padding-left: 0.5rem !important;
|
|
1777
1750
|
padding-right: 0.5rem !important;
|
|
1751
|
+
padding-left: 0.5rem !important;
|
|
1778
1752
|
}
|
|
1779
1753
|
|
|
1780
1754
|
.px-3 {
|
|
1781
|
-
padding-left: 1rem !important;
|
|
1782
1755
|
padding-right: 1rem !important;
|
|
1756
|
+
padding-left: 1rem !important;
|
|
1783
1757
|
}
|
|
1784
1758
|
|
|
1785
1759
|
.px-4 {
|
|
1786
|
-
padding-left: 1.5rem !important;
|
|
1787
1760
|
padding-right: 1.5rem !important;
|
|
1761
|
+
padding-left: 1.5rem !important;
|
|
1788
1762
|
}
|
|
1789
1763
|
|
|
1790
1764
|
.px-5 {
|
|
1791
|
-
padding-left: 3rem !important;
|
|
1792
1765
|
padding-right: 3rem !important;
|
|
1766
|
+
padding-left: 3rem !important;
|
|
1793
1767
|
}
|
|
1794
1768
|
|
|
1795
1769
|
.py-0 {
|
|
@@ -1967,32 +1941,26 @@
|
|
|
1967
1941
|
}
|
|
1968
1942
|
|
|
1969
1943
|
.column-gap-0 {
|
|
1970
|
-
-moz-column-gap: 0 !important;
|
|
1971
1944
|
column-gap: 0 !important;
|
|
1972
1945
|
}
|
|
1973
1946
|
|
|
1974
1947
|
.column-gap-1 {
|
|
1975
|
-
-moz-column-gap: 0.25rem !important;
|
|
1976
1948
|
column-gap: 0.25rem !important;
|
|
1977
1949
|
}
|
|
1978
1950
|
|
|
1979
1951
|
.column-gap-2 {
|
|
1980
|
-
-moz-column-gap: 0.5rem !important;
|
|
1981
1952
|
column-gap: 0.5rem !important;
|
|
1982
1953
|
}
|
|
1983
1954
|
|
|
1984
1955
|
.column-gap-3 {
|
|
1985
|
-
-moz-column-gap: 1rem !important;
|
|
1986
1956
|
column-gap: 1rem !important;
|
|
1987
1957
|
}
|
|
1988
1958
|
|
|
1989
1959
|
.column-gap-4 {
|
|
1990
|
-
-moz-column-gap: 1.5rem !important;
|
|
1991
1960
|
column-gap: 1.5rem !important;
|
|
1992
1961
|
}
|
|
1993
1962
|
|
|
1994
1963
|
.column-gap-5 {
|
|
1995
|
-
-moz-column-gap: 3rem !important;
|
|
1996
1964
|
column-gap: 3rem !important;
|
|
1997
1965
|
}
|
|
1998
1966
|
|
|
@@ -2119,160 +2087,361 @@
|
|
|
2119
2087
|
.text-nowrap {
|
|
2120
2088
|
white-space: nowrap !important;
|
|
2121
2089
|
}
|
|
2090
|
+
|
|
2091
|
+
/* rtl:begin:remove */
|
|
2092
|
+
.text-break {
|
|
2093
|
+
word-wrap: break-word !important;
|
|
2094
|
+
word-break: break-word !important;
|
|
2095
|
+
}
|
|
2096
|
+
|
|
2097
|
+
/* rtl:end:remove */
|
|
2122
2098
|
[data-coreui-theme=dark] .dark\:text-primary, [data-coreui-theme=dark] .dark\:text-primary:not([class*="dark:"]),
|
|
2123
2099
|
.text-primary {
|
|
2124
2100
|
--cui-text-opacity: 1;
|
|
2125
2101
|
color: rgba(var(--cui-primary-rgb), var(--cui-text-opacity)) !important;
|
|
2126
2102
|
}
|
|
2127
2103
|
|
|
2128
|
-
[data-coreui-theme=dark] .dark\:text-secondary, [data-coreui-theme=dark] .dark\:text-secondary:not([class*="dark:"]),
|
|
2129
|
-
.text-secondary {
|
|
2130
|
-
--cui-text-opacity: 1;
|
|
2131
|
-
color: rgba(var(--cui-secondary-rgb), var(--cui-text-opacity)) !important;
|
|
2104
|
+
[data-coreui-theme=dark] .dark\:text-secondary, [data-coreui-theme=dark] .dark\:text-secondary:not([class*="dark:"]),
|
|
2105
|
+
.text-secondary {
|
|
2106
|
+
--cui-text-opacity: 1;
|
|
2107
|
+
color: rgba(var(--cui-secondary-rgb), var(--cui-text-opacity)) !important;
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
[data-coreui-theme=dark] .dark\:text-success, [data-coreui-theme=dark] .dark\:text-success:not([class*="dark:"]),
|
|
2111
|
+
.text-success {
|
|
2112
|
+
--cui-text-opacity: 1;
|
|
2113
|
+
color: rgba(var(--cui-success-rgb), var(--cui-text-opacity)) !important;
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2116
|
+
[data-coreui-theme=dark] .dark\:text-info, [data-coreui-theme=dark] .dark\:text-info:not([class*="dark:"]),
|
|
2117
|
+
.text-info {
|
|
2118
|
+
--cui-text-opacity: 1;
|
|
2119
|
+
color: rgba(var(--cui-info-rgb), var(--cui-text-opacity)) !important;
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2122
|
+
[data-coreui-theme=dark] .dark\:text-warning, [data-coreui-theme=dark] .dark\:text-warning:not([class*="dark:"]),
|
|
2123
|
+
.text-warning {
|
|
2124
|
+
--cui-text-opacity: 1;
|
|
2125
|
+
color: rgba(var(--cui-warning-rgb), var(--cui-text-opacity)) !important;
|
|
2126
|
+
}
|
|
2127
|
+
|
|
2128
|
+
[data-coreui-theme=dark] .dark\:text-danger, [data-coreui-theme=dark] .dark\:text-danger:not([class*="dark:"]),
|
|
2129
|
+
.text-danger {
|
|
2130
|
+
--cui-text-opacity: 1;
|
|
2131
|
+
color: rgba(var(--cui-danger-rgb), var(--cui-text-opacity)) !important;
|
|
2132
|
+
}
|
|
2133
|
+
|
|
2134
|
+
[data-coreui-theme=dark] .dark\:text-light, [data-coreui-theme=dark] .dark\:text-light:not([class*="dark:"]),
|
|
2135
|
+
.text-light {
|
|
2136
|
+
--cui-text-opacity: 1;
|
|
2137
|
+
color: rgba(var(--cui-light-rgb), var(--cui-text-opacity)) !important;
|
|
2138
|
+
}
|
|
2139
|
+
|
|
2140
|
+
[data-coreui-theme=dark] .dark\:text-dark, [data-coreui-theme=dark] .dark\:text-dark:not([class*="dark:"]),
|
|
2141
|
+
.text-dark {
|
|
2142
|
+
--cui-text-opacity: 1;
|
|
2143
|
+
color: rgba(var(--cui-dark-rgb), var(--cui-text-opacity)) !important;
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2146
|
+
[data-coreui-theme=dark] .dark\:text-black, [data-coreui-theme=dark] .dark\:text-black:not([class*="dark:"]),
|
|
2147
|
+
.text-black {
|
|
2148
|
+
--cui-text-opacity: 1;
|
|
2149
|
+
color: rgba(var(--cui-black-rgb), var(--cui-text-opacity)) !important;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
[data-coreui-theme=dark] .dark\:text-white, [data-coreui-theme=dark] .dark\:text-white:not([class*="dark:"]),
|
|
2153
|
+
.text-white {
|
|
2154
|
+
--cui-text-opacity: 1;
|
|
2155
|
+
color: rgba(var(--cui-white-rgb), var(--cui-text-opacity)) !important;
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2158
|
+
[data-coreui-theme=dark] .dark\:text-body, [data-coreui-theme=dark] .dark\:text-body:not([class*="dark:"]),
|
|
2159
|
+
.text-body {
|
|
2160
|
+
--cui-text-opacity: 1;
|
|
2161
|
+
color: rgba(var(--cui-body-color-rgb), var(--cui-text-opacity)) !important;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
[data-coreui-theme=dark] .dark\:text-muted, [data-coreui-theme=dark] .dark\:text-muted:not([class*="dark:"]),
|
|
2165
|
+
.text-muted {
|
|
2166
|
+
--cui-text-opacity: 1;
|
|
2167
|
+
color: var(--cui-secondary-color) !important;
|
|
2168
|
+
}
|
|
2169
|
+
|
|
2170
|
+
[data-coreui-theme=dark] .dark\:text-black-50, [data-coreui-theme=dark] .dark\:text-black-50:not([class*="dark:"]),
|
|
2171
|
+
.text-black-50 {
|
|
2172
|
+
--cui-text-opacity: 1;
|
|
2173
|
+
color: rgba(8, 10, 12, 0.5) !important;
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2176
|
+
[data-coreui-theme=dark] .dark\:text-white-50, [data-coreui-theme=dark] .dark\:text-white-50:not([class*="dark:"]),
|
|
2177
|
+
.text-white-50 {
|
|
2178
|
+
--cui-text-opacity: 1;
|
|
2179
|
+
color: rgba(255, 255, 255, 0.5) !important;
|
|
2180
|
+
}
|
|
2181
|
+
|
|
2182
|
+
[data-coreui-theme=dark] .dark\:text-body-secondary, [data-coreui-theme=dark] .dark\:text-body-secondary:not([class*="dark:"]),
|
|
2183
|
+
.text-body-secondary {
|
|
2184
|
+
--cui-text-opacity: 1;
|
|
2185
|
+
color: var(--cui-secondary-color) !important;
|
|
2186
|
+
}
|
|
2187
|
+
|
|
2188
|
+
[data-coreui-theme=dark] .dark\:text-body-tertiary, [data-coreui-theme=dark] .dark\:text-body-tertiary:not([class*="dark:"]),
|
|
2189
|
+
.text-body-tertiary {
|
|
2190
|
+
--cui-text-opacity: 1;
|
|
2191
|
+
color: var(--cui-tertiary-color) !important;
|
|
2192
|
+
}
|
|
2193
|
+
|
|
2194
|
+
[data-coreui-theme=dark] .dark\:text-body-emphasis, [data-coreui-theme=dark] .dark\:text-body-emphasis:not([class*="dark:"]),
|
|
2195
|
+
.text-body-emphasis {
|
|
2196
|
+
--cui-text-opacity: 1;
|
|
2197
|
+
color: var(--cui-emphasis-color) !important;
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
[data-coreui-theme=dark] .dark\:text-reset, [data-coreui-theme=dark] .dark\:text-reset:not([class*="dark:"]),
|
|
2201
|
+
.text-reset {
|
|
2202
|
+
--cui-text-opacity: 1;
|
|
2203
|
+
color: inherit !important;
|
|
2204
|
+
}
|
|
2205
|
+
|
|
2206
|
+
[data-coreui-theme=dark] .dark\:text-high-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-high-emphasis-inverse:not([class*="dark:"]),
|
|
2207
|
+
.text-high-emphasis-inverse {
|
|
2208
|
+
--cui-text-opacity: 1;
|
|
2209
|
+
color: var(--cui-high-emphasis-inverse) !important;
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
[data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse:not([class*="dark:"]),
|
|
2213
|
+
.text-medium-emphasis-inverse {
|
|
2214
|
+
--cui-text-opacity: 1;
|
|
2215
|
+
color: var(--cui-medium-emphasis-inverse) !important;
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
[data-coreui-theme=dark] .dark\:text-disabled-inverse, [data-coreui-theme=dark] .dark\:text-disabled-inverse:not([class*="dark:"]),
|
|
2219
|
+
.text-disabled-inverse {
|
|
2220
|
+
--cui-text-opacity: 1;
|
|
2221
|
+
color: var(--cui-disabled-inverse) !important;
|
|
2222
|
+
}
|
|
2223
|
+
|
|
2224
|
+
[data-coreui-theme=dark] .dark\:text-high-emphasis, [data-coreui-theme=dark] .dark\:text-high-emphasis:not([class*="dark:"]),
|
|
2225
|
+
.text-high-emphasis {
|
|
2226
|
+
--cui-text-opacity: 1;
|
|
2227
|
+
color: var(--cui-high-emphasis) !important;
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
[data-coreui-theme=dark] .dark\:text-medium-emphasis, [data-coreui-theme=dark] .dark\:text-medium-emphasis:not([class*="dark:"]),
|
|
2231
|
+
.text-medium-emphasis {
|
|
2232
|
+
--cui-text-opacity: 1;
|
|
2233
|
+
color: var(--cui-medium-emphasis) !important;
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
[data-coreui-theme=dark] .dark\:text-disabled, [data-coreui-theme=dark] .dark\:text-disabled:not([class*="dark:"]),
|
|
2237
|
+
.text-disabled {
|
|
2238
|
+
--cui-text-opacity: 1;
|
|
2239
|
+
color: var(--cui-disabled) !important;
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2242
|
+
.text-opacity-25 {
|
|
2243
|
+
--cui-text-opacity: 0.25;
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2246
|
+
.text-opacity-50 {
|
|
2247
|
+
--cui-text-opacity: 0.5;
|
|
2248
|
+
}
|
|
2249
|
+
|
|
2250
|
+
.text-opacity-75 {
|
|
2251
|
+
--cui-text-opacity: 0.75;
|
|
2252
|
+
}
|
|
2253
|
+
|
|
2254
|
+
.text-opacity-100 {
|
|
2255
|
+
--cui-text-opacity: 1;
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
.text-primary-emphasis {
|
|
2259
|
+
color: var(--cui-primary-text-emphasis) !important;
|
|
2260
|
+
}
|
|
2261
|
+
|
|
2262
|
+
.text-secondary-emphasis {
|
|
2263
|
+
color: var(--cui-secondary-text-emphasis) !important;
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2266
|
+
.text-success-emphasis {
|
|
2267
|
+
color: var(--cui-success-text-emphasis) !important;
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
.text-info-emphasis {
|
|
2271
|
+
color: var(--cui-info-text-emphasis) !important;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
.text-warning-emphasis {
|
|
2275
|
+
color: var(--cui-warning-text-emphasis) !important;
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2278
|
+
.text-danger-emphasis {
|
|
2279
|
+
color: var(--cui-danger-text-emphasis) !important;
|
|
2280
|
+
}
|
|
2281
|
+
|
|
2282
|
+
.text-light-emphasis {
|
|
2283
|
+
color: var(--cui-light-text-emphasis) !important;
|
|
2284
|
+
}
|
|
2285
|
+
|
|
2286
|
+
.text-dark-emphasis {
|
|
2287
|
+
color: var(--cui-dark-text-emphasis) !important;
|
|
2288
|
+
}
|
|
2289
|
+
|
|
2290
|
+
.link-opacity-10 {
|
|
2291
|
+
--cui-link-opacity: 0.1;
|
|
2292
|
+
}
|
|
2293
|
+
|
|
2294
|
+
.link-opacity-10-hover:hover {
|
|
2295
|
+
--cui-link-opacity: 0.1;
|
|
2296
|
+
}
|
|
2297
|
+
|
|
2298
|
+
.link-opacity-25 {
|
|
2299
|
+
--cui-link-opacity: 0.25;
|
|
2300
|
+
}
|
|
2301
|
+
|
|
2302
|
+
.link-opacity-25-hover:hover {
|
|
2303
|
+
--cui-link-opacity: 0.25;
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
.link-opacity-50 {
|
|
2307
|
+
--cui-link-opacity: 0.5;
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
.link-opacity-50-hover:hover {
|
|
2311
|
+
--cui-link-opacity: 0.5;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
.link-opacity-75 {
|
|
2315
|
+
--cui-link-opacity: 0.75;
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
.link-opacity-75-hover:hover {
|
|
2319
|
+
--cui-link-opacity: 0.75;
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
.link-opacity-100 {
|
|
2323
|
+
--cui-link-opacity: 1;
|
|
2132
2324
|
}
|
|
2133
2325
|
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
--cui-text-opacity: 1;
|
|
2137
|
-
color: rgba(var(--cui-success-rgb), var(--cui-text-opacity)) !important;
|
|
2326
|
+
.link-opacity-100-hover:hover {
|
|
2327
|
+
--cui-link-opacity: 1;
|
|
2138
2328
|
}
|
|
2139
2329
|
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
--cui-text-opacity: 1;
|
|
2143
|
-
color: rgba(var(--cui-info-rgb), var(--cui-text-opacity)) !important;
|
|
2330
|
+
.link-offset-1 {
|
|
2331
|
+
text-underline-offset: 0.125em !important;
|
|
2144
2332
|
}
|
|
2145
2333
|
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
--cui-text-opacity: 1;
|
|
2149
|
-
color: rgba(var(--cui-warning-rgb), var(--cui-text-opacity)) !important;
|
|
2334
|
+
.link-offset-1-hover:hover {
|
|
2335
|
+
text-underline-offset: 0.125em !important;
|
|
2150
2336
|
}
|
|
2151
2337
|
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
--cui-text-opacity: 1;
|
|
2155
|
-
color: rgba(var(--cui-danger-rgb), var(--cui-text-opacity)) !important;
|
|
2338
|
+
.link-offset-2 {
|
|
2339
|
+
text-underline-offset: 0.25em !important;
|
|
2156
2340
|
}
|
|
2157
2341
|
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
--cui-text-opacity: 1;
|
|
2161
|
-
color: rgba(var(--cui-light-rgb), var(--cui-text-opacity)) !important;
|
|
2342
|
+
.link-offset-2-hover:hover {
|
|
2343
|
+
text-underline-offset: 0.25em !important;
|
|
2162
2344
|
}
|
|
2163
2345
|
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
--cui-text-opacity: 1;
|
|
2167
|
-
color: rgba(var(--cui-dark-rgb), var(--cui-text-opacity)) !important;
|
|
2346
|
+
.link-offset-3 {
|
|
2347
|
+
text-underline-offset: 0.375em !important;
|
|
2168
2348
|
}
|
|
2169
2349
|
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
--cui-text-opacity: 1;
|
|
2173
|
-
color: rgba(var(--cui-black-rgb), var(--cui-text-opacity)) !important;
|
|
2350
|
+
.link-offset-3-hover:hover {
|
|
2351
|
+
text-underline-offset: 0.375em !important;
|
|
2174
2352
|
}
|
|
2175
2353
|
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
--cui-
|
|
2179
|
-
color: rgba(var(--cui-white-rgb), var(--cui-text-opacity)) !important;
|
|
2354
|
+
.link-underline-primary {
|
|
2355
|
+
--cui-link-underline-opacity: 1;
|
|
2356
|
+
text-decoration-color: rgba(var(--cui-primary-rgb), var(--cui-link-underline-opacity)) !important;
|
|
2180
2357
|
}
|
|
2181
2358
|
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
--cui-
|
|
2185
|
-
color: rgba(var(--cui-body-color-rgb), var(--cui-text-opacity)) !important;
|
|
2359
|
+
.link-underline-secondary {
|
|
2360
|
+
--cui-link-underline-opacity: 1;
|
|
2361
|
+
text-decoration-color: rgba(var(--cui-secondary-rgb), var(--cui-link-underline-opacity)) !important;
|
|
2186
2362
|
}
|
|
2187
2363
|
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
--cui-
|
|
2191
|
-
color: var(--cui-secondary-color) !important;
|
|
2364
|
+
.link-underline-success {
|
|
2365
|
+
--cui-link-underline-opacity: 1;
|
|
2366
|
+
text-decoration-color: rgba(var(--cui-success-rgb), var(--cui-link-underline-opacity)) !important;
|
|
2192
2367
|
}
|
|
2193
2368
|
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
--cui-
|
|
2197
|
-
color: rgba(0, 0, 0, 0.5) !important;
|
|
2369
|
+
.link-underline-info {
|
|
2370
|
+
--cui-link-underline-opacity: 1;
|
|
2371
|
+
text-decoration-color: rgba(var(--cui-info-rgb), var(--cui-link-underline-opacity)) !important;
|
|
2198
2372
|
}
|
|
2199
2373
|
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
--cui-
|
|
2203
|
-
color: rgba(255, 255, 255, 0.5) !important;
|
|
2374
|
+
.link-underline-warning {
|
|
2375
|
+
--cui-link-underline-opacity: 1;
|
|
2376
|
+
text-decoration-color: rgba(var(--cui-warning-rgb), var(--cui-link-underline-opacity)) !important;
|
|
2204
2377
|
}
|
|
2205
2378
|
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
--cui-
|
|
2209
|
-
color: var(--cui-secondary-color) !important;
|
|
2379
|
+
.link-underline-danger {
|
|
2380
|
+
--cui-link-underline-opacity: 1;
|
|
2381
|
+
text-decoration-color: rgba(var(--cui-danger-rgb), var(--cui-link-underline-opacity)) !important;
|
|
2210
2382
|
}
|
|
2211
2383
|
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
--cui-
|
|
2215
|
-
color: var(--cui-tertiary-color) !important;
|
|
2384
|
+
.link-underline-light {
|
|
2385
|
+
--cui-link-underline-opacity: 1;
|
|
2386
|
+
text-decoration-color: rgba(var(--cui-light-rgb), var(--cui-link-underline-opacity)) !important;
|
|
2216
2387
|
}
|
|
2217
2388
|
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
--cui-
|
|
2221
|
-
color: var(--cui-emphasis-color) !important;
|
|
2389
|
+
.link-underline-dark {
|
|
2390
|
+
--cui-link-underline-opacity: 1;
|
|
2391
|
+
text-decoration-color: rgba(var(--cui-dark-rgb), var(--cui-link-underline-opacity)) !important;
|
|
2222
2392
|
}
|
|
2223
2393
|
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
--cui-
|
|
2227
|
-
color: inherit !important;
|
|
2394
|
+
.link-underline {
|
|
2395
|
+
--cui-link-underline-opacity: 1;
|
|
2396
|
+
text-decoration-color: rgba(var(--cui-link-color-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
2228
2397
|
}
|
|
2229
2398
|
|
|
2230
|
-
.
|
|
2231
|
-
--cui-
|
|
2399
|
+
.link-underline-opacity-0 {
|
|
2400
|
+
--cui-link-underline-opacity: 0;
|
|
2232
2401
|
}
|
|
2233
2402
|
|
|
2234
|
-
.
|
|
2235
|
-
--cui-
|
|
2403
|
+
.link-underline-opacity-0-hover:hover {
|
|
2404
|
+
--cui-link-underline-opacity: 0;
|
|
2236
2405
|
}
|
|
2237
2406
|
|
|
2238
|
-
.
|
|
2239
|
-
--cui-
|
|
2407
|
+
.link-underline-opacity-10 {
|
|
2408
|
+
--cui-link-underline-opacity: 0.1;
|
|
2240
2409
|
}
|
|
2241
2410
|
|
|
2242
|
-
.
|
|
2243
|
-
--cui-
|
|
2411
|
+
.link-underline-opacity-10-hover:hover {
|
|
2412
|
+
--cui-link-underline-opacity: 0.1;
|
|
2244
2413
|
}
|
|
2245
2414
|
|
|
2246
|
-
.
|
|
2247
|
-
|
|
2415
|
+
.link-underline-opacity-25 {
|
|
2416
|
+
--cui-link-underline-opacity: 0.25;
|
|
2248
2417
|
}
|
|
2249
2418
|
|
|
2250
|
-
.
|
|
2251
|
-
|
|
2419
|
+
.link-underline-opacity-25-hover:hover {
|
|
2420
|
+
--cui-link-underline-opacity: 0.25;
|
|
2252
2421
|
}
|
|
2253
2422
|
|
|
2254
|
-
.
|
|
2255
|
-
|
|
2423
|
+
.link-underline-opacity-50 {
|
|
2424
|
+
--cui-link-underline-opacity: 0.5;
|
|
2256
2425
|
}
|
|
2257
2426
|
|
|
2258
|
-
.
|
|
2259
|
-
|
|
2427
|
+
.link-underline-opacity-50-hover:hover {
|
|
2428
|
+
--cui-link-underline-opacity: 0.5;
|
|
2260
2429
|
}
|
|
2261
2430
|
|
|
2262
|
-
.
|
|
2263
|
-
|
|
2431
|
+
.link-underline-opacity-75 {
|
|
2432
|
+
--cui-link-underline-opacity: 0.75;
|
|
2264
2433
|
}
|
|
2265
2434
|
|
|
2266
|
-
.
|
|
2267
|
-
|
|
2435
|
+
.link-underline-opacity-75-hover:hover {
|
|
2436
|
+
--cui-link-underline-opacity: 0.75;
|
|
2268
2437
|
}
|
|
2269
2438
|
|
|
2270
|
-
.
|
|
2271
|
-
|
|
2439
|
+
.link-underline-opacity-100 {
|
|
2440
|
+
--cui-link-underline-opacity: 1;
|
|
2272
2441
|
}
|
|
2273
2442
|
|
|
2274
|
-
.
|
|
2275
|
-
|
|
2443
|
+
.link-underline-opacity-100-hover:hover {
|
|
2444
|
+
--cui-link-underline-opacity: 1;
|
|
2276
2445
|
}
|
|
2277
2446
|
|
|
2278
2447
|
[data-coreui-theme=dark] .dark\:bg-primary, [data-coreui-theme=dark] .dark\:bg-primary:not([class*="dark:"]),
|
|
@@ -2359,12 +2528,6 @@
|
|
|
2359
2528
|
background-color: rgba(var(--cui-tertiary-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
2360
2529
|
}
|
|
2361
2530
|
|
|
2362
|
-
[data-coreui-theme=dark] .dark\:bg-body-emphasis, [data-coreui-theme=dark] .dark\:bg-body-emphasis:not([class*="dark:"]),
|
|
2363
|
-
.bg-body-emphasis {
|
|
2364
|
-
--cui-bg-opacity: 1;
|
|
2365
|
-
background-color: rgba(var(--cui-emphasis-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
2366
|
-
}
|
|
2367
|
-
|
|
2368
2531
|
.bg-opacity-10 {
|
|
2369
2532
|
--cui-bg-opacity: 0.1;
|
|
2370
2533
|
}
|
|
@@ -2430,20 +2593,14 @@
|
|
|
2430
2593
|
}
|
|
2431
2594
|
|
|
2432
2595
|
.user-select-all {
|
|
2433
|
-
-webkit-user-select: all !important;
|
|
2434
|
-
-moz-user-select: all !important;
|
|
2435
2596
|
user-select: all !important;
|
|
2436
2597
|
}
|
|
2437
2598
|
|
|
2438
2599
|
.user-select-auto {
|
|
2439
|
-
-webkit-user-select: auto !important;
|
|
2440
|
-
-moz-user-select: auto !important;
|
|
2441
2600
|
user-select: auto !important;
|
|
2442
2601
|
}
|
|
2443
2602
|
|
|
2444
2603
|
.user-select-none {
|
|
2445
|
-
-webkit-user-select: none !important;
|
|
2446
|
-
-moz-user-select: none !important;
|
|
2447
2604
|
user-select: none !important;
|
|
2448
2605
|
}
|
|
2449
2606
|
|
|
@@ -2480,7 +2637,7 @@
|
|
|
2480
2637
|
}
|
|
2481
2638
|
|
|
2482
2639
|
.rounded-5 {
|
|
2483
|
-
border-radius: var(--cui-border-radius-
|
|
2640
|
+
border-radius: var(--cui-border-radius-xxl) !important;
|
|
2484
2641
|
}
|
|
2485
2642
|
|
|
2486
2643
|
.rounded-circle {
|
|
@@ -2492,48 +2649,48 @@
|
|
|
2492
2649
|
}
|
|
2493
2650
|
|
|
2494
2651
|
.rounded-top {
|
|
2495
|
-
border-top-right-radius: var(--cui-border-radius) !important;
|
|
2496
2652
|
border-top-left-radius: var(--cui-border-radius) !important;
|
|
2653
|
+
border-top-right-radius: var(--cui-border-radius) !important;
|
|
2497
2654
|
}
|
|
2498
2655
|
|
|
2499
2656
|
.rounded-top-0 {
|
|
2500
|
-
border-top-right-radius: 0 !important;
|
|
2501
2657
|
border-top-left-radius: 0 !important;
|
|
2658
|
+
border-top-right-radius: 0 !important;
|
|
2502
2659
|
}
|
|
2503
2660
|
|
|
2504
2661
|
.rounded-top-1 {
|
|
2505
|
-
border-top-right-radius: var(--cui-border-radius-sm) !important;
|
|
2506
2662
|
border-top-left-radius: var(--cui-border-radius-sm) !important;
|
|
2663
|
+
border-top-right-radius: var(--cui-border-radius-sm) !important;
|
|
2507
2664
|
}
|
|
2508
2665
|
|
|
2509
2666
|
.rounded-top-2 {
|
|
2510
|
-
border-top-right-radius: var(--cui-border-radius) !important;
|
|
2511
2667
|
border-top-left-radius: var(--cui-border-radius) !important;
|
|
2668
|
+
border-top-right-radius: var(--cui-border-radius) !important;
|
|
2512
2669
|
}
|
|
2513
2670
|
|
|
2514
2671
|
.rounded-top-3 {
|
|
2515
|
-
border-top-right-radius: var(--cui-border-radius-lg) !important;
|
|
2516
2672
|
border-top-left-radius: var(--cui-border-radius-lg) !important;
|
|
2673
|
+
border-top-right-radius: var(--cui-border-radius-lg) !important;
|
|
2517
2674
|
}
|
|
2518
2675
|
|
|
2519
2676
|
.rounded-top-4 {
|
|
2520
|
-
border-top-right-radius: var(--cui-border-radius-xl) !important;
|
|
2521
2677
|
border-top-left-radius: var(--cui-border-radius-xl) !important;
|
|
2678
|
+
border-top-right-radius: var(--cui-border-radius-xl) !important;
|
|
2522
2679
|
}
|
|
2523
2680
|
|
|
2524
2681
|
.rounded-top-5 {
|
|
2525
|
-
border-top-
|
|
2526
|
-
border-top-
|
|
2682
|
+
border-top-left-radius: var(--cui-border-radius-xxl) !important;
|
|
2683
|
+
border-top-right-radius: var(--cui-border-radius-xxl) !important;
|
|
2527
2684
|
}
|
|
2528
2685
|
|
|
2529
2686
|
.rounded-top-circle {
|
|
2530
|
-
border-top-right-radius: 50% !important;
|
|
2531
2687
|
border-top-left-radius: 50% !important;
|
|
2688
|
+
border-top-right-radius: 50% !important;
|
|
2532
2689
|
}
|
|
2533
2690
|
|
|
2534
2691
|
.rounded-top-pill {
|
|
2535
|
-
border-top-right-radius: var(--cui-border-radius-pill) !important;
|
|
2536
2692
|
border-top-left-radius: var(--cui-border-radius-pill) !important;
|
|
2693
|
+
border-top-right-radius: var(--cui-border-radius-pill) !important;
|
|
2537
2694
|
}
|
|
2538
2695
|
|
|
2539
2696
|
.rounded-end {
|
|
@@ -2567,8 +2724,8 @@
|
|
|
2567
2724
|
}
|
|
2568
2725
|
|
|
2569
2726
|
.rounded-end-5 {
|
|
2570
|
-
border-top-left-radius: var(--cui-border-radius-
|
|
2571
|
-
border-bottom-left-radius: var(--cui-border-radius-
|
|
2727
|
+
border-top-left-radius: var(--cui-border-radius-xxl) !important;
|
|
2728
|
+
border-bottom-left-radius: var(--cui-border-radius-xxl) !important;
|
|
2572
2729
|
}
|
|
2573
2730
|
|
|
2574
2731
|
.rounded-end-circle {
|
|
@@ -2582,48 +2739,48 @@
|
|
|
2582
2739
|
}
|
|
2583
2740
|
|
|
2584
2741
|
.rounded-bottom {
|
|
2585
|
-
border-bottom-left-radius: var(--cui-border-radius) !important;
|
|
2586
2742
|
border-bottom-right-radius: var(--cui-border-radius) !important;
|
|
2743
|
+
border-bottom-left-radius: var(--cui-border-radius) !important;
|
|
2587
2744
|
}
|
|
2588
2745
|
|
|
2589
2746
|
.rounded-bottom-0 {
|
|
2590
|
-
border-bottom-left-radius: 0 !important;
|
|
2591
2747
|
border-bottom-right-radius: 0 !important;
|
|
2748
|
+
border-bottom-left-radius: 0 !important;
|
|
2592
2749
|
}
|
|
2593
2750
|
|
|
2594
2751
|
.rounded-bottom-1 {
|
|
2595
|
-
border-bottom-left-radius: var(--cui-border-radius-sm) !important;
|
|
2596
2752
|
border-bottom-right-radius: var(--cui-border-radius-sm) !important;
|
|
2753
|
+
border-bottom-left-radius: var(--cui-border-radius-sm) !important;
|
|
2597
2754
|
}
|
|
2598
2755
|
|
|
2599
2756
|
.rounded-bottom-2 {
|
|
2600
|
-
border-bottom-left-radius: var(--cui-border-radius) !important;
|
|
2601
2757
|
border-bottom-right-radius: var(--cui-border-radius) !important;
|
|
2758
|
+
border-bottom-left-radius: var(--cui-border-radius) !important;
|
|
2602
2759
|
}
|
|
2603
2760
|
|
|
2604
2761
|
.rounded-bottom-3 {
|
|
2605
|
-
border-bottom-left-radius: var(--cui-border-radius-lg) !important;
|
|
2606
2762
|
border-bottom-right-radius: var(--cui-border-radius-lg) !important;
|
|
2763
|
+
border-bottom-left-radius: var(--cui-border-radius-lg) !important;
|
|
2607
2764
|
}
|
|
2608
2765
|
|
|
2609
2766
|
.rounded-bottom-4 {
|
|
2610
|
-
border-bottom-left-radius: var(--cui-border-radius-xl) !important;
|
|
2611
2767
|
border-bottom-right-radius: var(--cui-border-radius-xl) !important;
|
|
2768
|
+
border-bottom-left-radius: var(--cui-border-radius-xl) !important;
|
|
2612
2769
|
}
|
|
2613
2770
|
|
|
2614
2771
|
.rounded-bottom-5 {
|
|
2615
|
-
border-bottom-
|
|
2616
|
-
border-bottom-
|
|
2772
|
+
border-bottom-right-radius: var(--cui-border-radius-xxl) !important;
|
|
2773
|
+
border-bottom-left-radius: var(--cui-border-radius-xxl) !important;
|
|
2617
2774
|
}
|
|
2618
2775
|
|
|
2619
2776
|
.rounded-bottom-circle {
|
|
2620
|
-
border-bottom-left-radius: 50% !important;
|
|
2621
2777
|
border-bottom-right-radius: 50% !important;
|
|
2778
|
+
border-bottom-left-radius: 50% !important;
|
|
2622
2779
|
}
|
|
2623
2780
|
|
|
2624
2781
|
.rounded-bottom-pill {
|
|
2625
|
-
border-bottom-left-radius: var(--cui-border-radius-pill) !important;
|
|
2626
2782
|
border-bottom-right-radius: var(--cui-border-radius-pill) !important;
|
|
2783
|
+
border-bottom-left-radius: var(--cui-border-radius-pill) !important;
|
|
2627
2784
|
}
|
|
2628
2785
|
|
|
2629
2786
|
.rounded-start {
|
|
@@ -2657,8 +2814,8 @@
|
|
|
2657
2814
|
}
|
|
2658
2815
|
|
|
2659
2816
|
.rounded-start-5 {
|
|
2660
|
-
border-bottom-right-radius: var(--cui-border-radius-
|
|
2661
|
-
border-top-right-radius: var(--cui-border-radius-
|
|
2817
|
+
border-bottom-right-radius: var(--cui-border-radius-xxl) !important;
|
|
2818
|
+
border-top-right-radius: var(--cui-border-radius-xxl) !important;
|
|
2662
2819
|
}
|
|
2663
2820
|
|
|
2664
2821
|
.rounded-start-circle {
|
|
@@ -2710,23 +2867,18 @@
|
|
|
2710
2867
|
float: none !important;
|
|
2711
2868
|
}
|
|
2712
2869
|
.object-fit-sm-contain {
|
|
2713
|
-
-o-object-fit: contain !important;
|
|
2714
2870
|
object-fit: contain !important;
|
|
2715
2871
|
}
|
|
2716
2872
|
.object-fit-sm-cover {
|
|
2717
|
-
-o-object-fit: cover !important;
|
|
2718
2873
|
object-fit: cover !important;
|
|
2719
2874
|
}
|
|
2720
2875
|
.object-fit-sm-fill {
|
|
2721
|
-
-o-object-fit: fill !important;
|
|
2722
2876
|
object-fit: fill !important;
|
|
2723
2877
|
}
|
|
2724
2878
|
.object-fit-sm-scale {
|
|
2725
|
-
-o-object-fit: scale-down !important;
|
|
2726
2879
|
object-fit: scale-down !important;
|
|
2727
2880
|
}
|
|
2728
2881
|
.object-fit-sm-none {
|
|
2729
|
-
-o-object-fit: none !important;
|
|
2730
2882
|
object-fit: none !important;
|
|
2731
2883
|
}
|
|
2732
2884
|
.d-sm-inline {
|
|
@@ -2741,6 +2893,9 @@
|
|
|
2741
2893
|
.d-sm-grid {
|
|
2742
2894
|
display: grid !important;
|
|
2743
2895
|
}
|
|
2896
|
+
.d-sm-inline-grid {
|
|
2897
|
+
display: inline-grid !important;
|
|
2898
|
+
}
|
|
2744
2899
|
.d-sm-table {
|
|
2745
2900
|
display: table !important;
|
|
2746
2901
|
}
|
|
@@ -2910,32 +3065,32 @@
|
|
|
2910
3065
|
margin: auto !important;
|
|
2911
3066
|
}
|
|
2912
3067
|
.mx-sm-0 {
|
|
2913
|
-
margin-left: 0 !important;
|
|
2914
3068
|
margin-right: 0 !important;
|
|
3069
|
+
margin-left: 0 !important;
|
|
2915
3070
|
}
|
|
2916
3071
|
.mx-sm-1 {
|
|
2917
|
-
margin-left: 0.25rem !important;
|
|
2918
3072
|
margin-right: 0.25rem !important;
|
|
3073
|
+
margin-left: 0.25rem !important;
|
|
2919
3074
|
}
|
|
2920
3075
|
.mx-sm-2 {
|
|
2921
|
-
margin-left: 0.5rem !important;
|
|
2922
3076
|
margin-right: 0.5rem !important;
|
|
3077
|
+
margin-left: 0.5rem !important;
|
|
2923
3078
|
}
|
|
2924
3079
|
.mx-sm-3 {
|
|
2925
|
-
margin-left: 1rem !important;
|
|
2926
3080
|
margin-right: 1rem !important;
|
|
3081
|
+
margin-left: 1rem !important;
|
|
2927
3082
|
}
|
|
2928
3083
|
.mx-sm-4 {
|
|
2929
|
-
margin-left: 1.5rem !important;
|
|
2930
3084
|
margin-right: 1.5rem !important;
|
|
3085
|
+
margin-left: 1.5rem !important;
|
|
2931
3086
|
}
|
|
2932
3087
|
.mx-sm-5 {
|
|
2933
|
-
margin-left: 3rem !important;
|
|
2934
3088
|
margin-right: 3rem !important;
|
|
3089
|
+
margin-left: 3rem !important;
|
|
2935
3090
|
}
|
|
2936
3091
|
.mx-sm-auto {
|
|
2937
|
-
margin-left: auto !important;
|
|
2938
3092
|
margin-right: auto !important;
|
|
3093
|
+
margin-left: auto !important;
|
|
2939
3094
|
}
|
|
2940
3095
|
.my-sm-0 {
|
|
2941
3096
|
margin-top: 0 !important;
|
|
@@ -3068,28 +3223,28 @@
|
|
|
3068
3223
|
padding: 3rem !important;
|
|
3069
3224
|
}
|
|
3070
3225
|
.px-sm-0 {
|
|
3071
|
-
padding-left: 0 !important;
|
|
3072
3226
|
padding-right: 0 !important;
|
|
3227
|
+
padding-left: 0 !important;
|
|
3073
3228
|
}
|
|
3074
3229
|
.px-sm-1 {
|
|
3075
|
-
padding-left: 0.25rem !important;
|
|
3076
3230
|
padding-right: 0.25rem !important;
|
|
3231
|
+
padding-left: 0.25rem !important;
|
|
3077
3232
|
}
|
|
3078
3233
|
.px-sm-2 {
|
|
3079
|
-
padding-left: 0.5rem !important;
|
|
3080
3234
|
padding-right: 0.5rem !important;
|
|
3235
|
+
padding-left: 0.5rem !important;
|
|
3081
3236
|
}
|
|
3082
3237
|
.px-sm-3 {
|
|
3083
|
-
padding-left: 1rem !important;
|
|
3084
3238
|
padding-right: 1rem !important;
|
|
3239
|
+
padding-left: 1rem !important;
|
|
3085
3240
|
}
|
|
3086
3241
|
.px-sm-4 {
|
|
3087
|
-
padding-left: 1.5rem !important;
|
|
3088
3242
|
padding-right: 1.5rem !important;
|
|
3243
|
+
padding-left: 1.5rem !important;
|
|
3089
3244
|
}
|
|
3090
3245
|
.px-sm-5 {
|
|
3091
|
-
padding-left: 3rem !important;
|
|
3092
3246
|
padding-right: 3rem !important;
|
|
3247
|
+
padding-left: 3rem !important;
|
|
3093
3248
|
}
|
|
3094
3249
|
.py-sm-0 {
|
|
3095
3250
|
padding-top: 0 !important;
|
|
@@ -3224,27 +3379,21 @@
|
|
|
3224
3379
|
row-gap: 3rem !important;
|
|
3225
3380
|
}
|
|
3226
3381
|
.column-gap-sm-0 {
|
|
3227
|
-
-moz-column-gap: 0 !important;
|
|
3228
3382
|
column-gap: 0 !important;
|
|
3229
3383
|
}
|
|
3230
3384
|
.column-gap-sm-1 {
|
|
3231
|
-
-moz-column-gap: 0.25rem !important;
|
|
3232
3385
|
column-gap: 0.25rem !important;
|
|
3233
3386
|
}
|
|
3234
3387
|
.column-gap-sm-2 {
|
|
3235
|
-
-moz-column-gap: 0.5rem !important;
|
|
3236
3388
|
column-gap: 0.5rem !important;
|
|
3237
3389
|
}
|
|
3238
3390
|
.column-gap-sm-3 {
|
|
3239
|
-
-moz-column-gap: 1rem !important;
|
|
3240
3391
|
column-gap: 1rem !important;
|
|
3241
3392
|
}
|
|
3242
3393
|
.column-gap-sm-4 {
|
|
3243
|
-
-moz-column-gap: 1.5rem !important;
|
|
3244
3394
|
column-gap: 1.5rem !important;
|
|
3245
3395
|
}
|
|
3246
3396
|
.column-gap-sm-5 {
|
|
3247
|
-
-moz-column-gap: 3rem !important;
|
|
3248
3397
|
column-gap: 3rem !important;
|
|
3249
3398
|
}
|
|
3250
3399
|
.text-sm-start {
|
|
@@ -3268,23 +3417,18 @@
|
|
|
3268
3417
|
float: none !important;
|
|
3269
3418
|
}
|
|
3270
3419
|
.object-fit-md-contain {
|
|
3271
|
-
-o-object-fit: contain !important;
|
|
3272
3420
|
object-fit: contain !important;
|
|
3273
3421
|
}
|
|
3274
3422
|
.object-fit-md-cover {
|
|
3275
|
-
-o-object-fit: cover !important;
|
|
3276
3423
|
object-fit: cover !important;
|
|
3277
3424
|
}
|
|
3278
3425
|
.object-fit-md-fill {
|
|
3279
|
-
-o-object-fit: fill !important;
|
|
3280
3426
|
object-fit: fill !important;
|
|
3281
3427
|
}
|
|
3282
3428
|
.object-fit-md-scale {
|
|
3283
|
-
-o-object-fit: scale-down !important;
|
|
3284
3429
|
object-fit: scale-down !important;
|
|
3285
3430
|
}
|
|
3286
3431
|
.object-fit-md-none {
|
|
3287
|
-
-o-object-fit: none !important;
|
|
3288
3432
|
object-fit: none !important;
|
|
3289
3433
|
}
|
|
3290
3434
|
.d-md-inline {
|
|
@@ -3299,6 +3443,9 @@
|
|
|
3299
3443
|
.d-md-grid {
|
|
3300
3444
|
display: grid !important;
|
|
3301
3445
|
}
|
|
3446
|
+
.d-md-inline-grid {
|
|
3447
|
+
display: inline-grid !important;
|
|
3448
|
+
}
|
|
3302
3449
|
.d-md-table {
|
|
3303
3450
|
display: table !important;
|
|
3304
3451
|
}
|
|
@@ -3468,32 +3615,32 @@
|
|
|
3468
3615
|
margin: auto !important;
|
|
3469
3616
|
}
|
|
3470
3617
|
.mx-md-0 {
|
|
3471
|
-
margin-left: 0 !important;
|
|
3472
3618
|
margin-right: 0 !important;
|
|
3619
|
+
margin-left: 0 !important;
|
|
3473
3620
|
}
|
|
3474
3621
|
.mx-md-1 {
|
|
3475
|
-
margin-left: 0.25rem !important;
|
|
3476
3622
|
margin-right: 0.25rem !important;
|
|
3623
|
+
margin-left: 0.25rem !important;
|
|
3477
3624
|
}
|
|
3478
3625
|
.mx-md-2 {
|
|
3479
|
-
margin-left: 0.5rem !important;
|
|
3480
3626
|
margin-right: 0.5rem !important;
|
|
3627
|
+
margin-left: 0.5rem !important;
|
|
3481
3628
|
}
|
|
3482
3629
|
.mx-md-3 {
|
|
3483
|
-
margin-left: 1rem !important;
|
|
3484
3630
|
margin-right: 1rem !important;
|
|
3631
|
+
margin-left: 1rem !important;
|
|
3485
3632
|
}
|
|
3486
3633
|
.mx-md-4 {
|
|
3487
|
-
margin-left: 1.5rem !important;
|
|
3488
3634
|
margin-right: 1.5rem !important;
|
|
3635
|
+
margin-left: 1.5rem !important;
|
|
3489
3636
|
}
|
|
3490
3637
|
.mx-md-5 {
|
|
3491
|
-
margin-left: 3rem !important;
|
|
3492
3638
|
margin-right: 3rem !important;
|
|
3639
|
+
margin-left: 3rem !important;
|
|
3493
3640
|
}
|
|
3494
3641
|
.mx-md-auto {
|
|
3495
|
-
margin-left: auto !important;
|
|
3496
3642
|
margin-right: auto !important;
|
|
3643
|
+
margin-left: auto !important;
|
|
3497
3644
|
}
|
|
3498
3645
|
.my-md-0 {
|
|
3499
3646
|
margin-top: 0 !important;
|
|
@@ -3626,28 +3773,28 @@
|
|
|
3626
3773
|
padding: 3rem !important;
|
|
3627
3774
|
}
|
|
3628
3775
|
.px-md-0 {
|
|
3629
|
-
padding-left: 0 !important;
|
|
3630
3776
|
padding-right: 0 !important;
|
|
3777
|
+
padding-left: 0 !important;
|
|
3631
3778
|
}
|
|
3632
3779
|
.px-md-1 {
|
|
3633
|
-
padding-left: 0.25rem !important;
|
|
3634
3780
|
padding-right: 0.25rem !important;
|
|
3781
|
+
padding-left: 0.25rem !important;
|
|
3635
3782
|
}
|
|
3636
3783
|
.px-md-2 {
|
|
3637
|
-
padding-left: 0.5rem !important;
|
|
3638
3784
|
padding-right: 0.5rem !important;
|
|
3785
|
+
padding-left: 0.5rem !important;
|
|
3639
3786
|
}
|
|
3640
3787
|
.px-md-3 {
|
|
3641
|
-
padding-left: 1rem !important;
|
|
3642
3788
|
padding-right: 1rem !important;
|
|
3789
|
+
padding-left: 1rem !important;
|
|
3643
3790
|
}
|
|
3644
3791
|
.px-md-4 {
|
|
3645
|
-
padding-left: 1.5rem !important;
|
|
3646
3792
|
padding-right: 1.5rem !important;
|
|
3793
|
+
padding-left: 1.5rem !important;
|
|
3647
3794
|
}
|
|
3648
3795
|
.px-md-5 {
|
|
3649
|
-
padding-left: 3rem !important;
|
|
3650
3796
|
padding-right: 3rem !important;
|
|
3797
|
+
padding-left: 3rem !important;
|
|
3651
3798
|
}
|
|
3652
3799
|
.py-md-0 {
|
|
3653
3800
|
padding-top: 0 !important;
|
|
@@ -3782,27 +3929,21 @@
|
|
|
3782
3929
|
row-gap: 3rem !important;
|
|
3783
3930
|
}
|
|
3784
3931
|
.column-gap-md-0 {
|
|
3785
|
-
-moz-column-gap: 0 !important;
|
|
3786
3932
|
column-gap: 0 !important;
|
|
3787
3933
|
}
|
|
3788
3934
|
.column-gap-md-1 {
|
|
3789
|
-
-moz-column-gap: 0.25rem !important;
|
|
3790
3935
|
column-gap: 0.25rem !important;
|
|
3791
3936
|
}
|
|
3792
3937
|
.column-gap-md-2 {
|
|
3793
|
-
-moz-column-gap: 0.5rem !important;
|
|
3794
3938
|
column-gap: 0.5rem !important;
|
|
3795
3939
|
}
|
|
3796
3940
|
.column-gap-md-3 {
|
|
3797
|
-
-moz-column-gap: 1rem !important;
|
|
3798
3941
|
column-gap: 1rem !important;
|
|
3799
3942
|
}
|
|
3800
3943
|
.column-gap-md-4 {
|
|
3801
|
-
-moz-column-gap: 1.5rem !important;
|
|
3802
3944
|
column-gap: 1.5rem !important;
|
|
3803
3945
|
}
|
|
3804
3946
|
.column-gap-md-5 {
|
|
3805
|
-
-moz-column-gap: 3rem !important;
|
|
3806
3947
|
column-gap: 3rem !important;
|
|
3807
3948
|
}
|
|
3808
3949
|
.text-md-start {
|
|
@@ -3826,23 +3967,18 @@
|
|
|
3826
3967
|
float: none !important;
|
|
3827
3968
|
}
|
|
3828
3969
|
.object-fit-lg-contain {
|
|
3829
|
-
-o-object-fit: contain !important;
|
|
3830
3970
|
object-fit: contain !important;
|
|
3831
3971
|
}
|
|
3832
3972
|
.object-fit-lg-cover {
|
|
3833
|
-
-o-object-fit: cover !important;
|
|
3834
3973
|
object-fit: cover !important;
|
|
3835
3974
|
}
|
|
3836
3975
|
.object-fit-lg-fill {
|
|
3837
|
-
-o-object-fit: fill !important;
|
|
3838
3976
|
object-fit: fill !important;
|
|
3839
3977
|
}
|
|
3840
3978
|
.object-fit-lg-scale {
|
|
3841
|
-
-o-object-fit: scale-down !important;
|
|
3842
3979
|
object-fit: scale-down !important;
|
|
3843
3980
|
}
|
|
3844
3981
|
.object-fit-lg-none {
|
|
3845
|
-
-o-object-fit: none !important;
|
|
3846
3982
|
object-fit: none !important;
|
|
3847
3983
|
}
|
|
3848
3984
|
.d-lg-inline {
|
|
@@ -3857,6 +3993,9 @@
|
|
|
3857
3993
|
.d-lg-grid {
|
|
3858
3994
|
display: grid !important;
|
|
3859
3995
|
}
|
|
3996
|
+
.d-lg-inline-grid {
|
|
3997
|
+
display: inline-grid !important;
|
|
3998
|
+
}
|
|
3860
3999
|
.d-lg-table {
|
|
3861
4000
|
display: table !important;
|
|
3862
4001
|
}
|
|
@@ -4026,32 +4165,32 @@
|
|
|
4026
4165
|
margin: auto !important;
|
|
4027
4166
|
}
|
|
4028
4167
|
.mx-lg-0 {
|
|
4029
|
-
margin-left: 0 !important;
|
|
4030
4168
|
margin-right: 0 !important;
|
|
4169
|
+
margin-left: 0 !important;
|
|
4031
4170
|
}
|
|
4032
4171
|
.mx-lg-1 {
|
|
4033
|
-
margin-left: 0.25rem !important;
|
|
4034
4172
|
margin-right: 0.25rem !important;
|
|
4173
|
+
margin-left: 0.25rem !important;
|
|
4035
4174
|
}
|
|
4036
4175
|
.mx-lg-2 {
|
|
4037
|
-
margin-left: 0.5rem !important;
|
|
4038
4176
|
margin-right: 0.5rem !important;
|
|
4177
|
+
margin-left: 0.5rem !important;
|
|
4039
4178
|
}
|
|
4040
4179
|
.mx-lg-3 {
|
|
4041
|
-
margin-left: 1rem !important;
|
|
4042
4180
|
margin-right: 1rem !important;
|
|
4181
|
+
margin-left: 1rem !important;
|
|
4043
4182
|
}
|
|
4044
4183
|
.mx-lg-4 {
|
|
4045
|
-
margin-left: 1.5rem !important;
|
|
4046
4184
|
margin-right: 1.5rem !important;
|
|
4185
|
+
margin-left: 1.5rem !important;
|
|
4047
4186
|
}
|
|
4048
4187
|
.mx-lg-5 {
|
|
4049
|
-
margin-left: 3rem !important;
|
|
4050
4188
|
margin-right: 3rem !important;
|
|
4189
|
+
margin-left: 3rem !important;
|
|
4051
4190
|
}
|
|
4052
4191
|
.mx-lg-auto {
|
|
4053
|
-
margin-left: auto !important;
|
|
4054
4192
|
margin-right: auto !important;
|
|
4193
|
+
margin-left: auto !important;
|
|
4055
4194
|
}
|
|
4056
4195
|
.my-lg-0 {
|
|
4057
4196
|
margin-top: 0 !important;
|
|
@@ -4184,28 +4323,28 @@
|
|
|
4184
4323
|
padding: 3rem !important;
|
|
4185
4324
|
}
|
|
4186
4325
|
.px-lg-0 {
|
|
4187
|
-
padding-left: 0 !important;
|
|
4188
4326
|
padding-right: 0 !important;
|
|
4327
|
+
padding-left: 0 !important;
|
|
4189
4328
|
}
|
|
4190
4329
|
.px-lg-1 {
|
|
4191
|
-
padding-left: 0.25rem !important;
|
|
4192
4330
|
padding-right: 0.25rem !important;
|
|
4331
|
+
padding-left: 0.25rem !important;
|
|
4193
4332
|
}
|
|
4194
4333
|
.px-lg-2 {
|
|
4195
|
-
padding-left: 0.5rem !important;
|
|
4196
4334
|
padding-right: 0.5rem !important;
|
|
4335
|
+
padding-left: 0.5rem !important;
|
|
4197
4336
|
}
|
|
4198
4337
|
.px-lg-3 {
|
|
4199
|
-
padding-left: 1rem !important;
|
|
4200
4338
|
padding-right: 1rem !important;
|
|
4339
|
+
padding-left: 1rem !important;
|
|
4201
4340
|
}
|
|
4202
4341
|
.px-lg-4 {
|
|
4203
|
-
padding-left: 1.5rem !important;
|
|
4204
4342
|
padding-right: 1.5rem !important;
|
|
4343
|
+
padding-left: 1.5rem !important;
|
|
4205
4344
|
}
|
|
4206
4345
|
.px-lg-5 {
|
|
4207
|
-
padding-left: 3rem !important;
|
|
4208
4346
|
padding-right: 3rem !important;
|
|
4347
|
+
padding-left: 3rem !important;
|
|
4209
4348
|
}
|
|
4210
4349
|
.py-lg-0 {
|
|
4211
4350
|
padding-top: 0 !important;
|
|
@@ -4340,27 +4479,21 @@
|
|
|
4340
4479
|
row-gap: 3rem !important;
|
|
4341
4480
|
}
|
|
4342
4481
|
.column-gap-lg-0 {
|
|
4343
|
-
-moz-column-gap: 0 !important;
|
|
4344
4482
|
column-gap: 0 !important;
|
|
4345
4483
|
}
|
|
4346
4484
|
.column-gap-lg-1 {
|
|
4347
|
-
-moz-column-gap: 0.25rem !important;
|
|
4348
4485
|
column-gap: 0.25rem !important;
|
|
4349
4486
|
}
|
|
4350
4487
|
.column-gap-lg-2 {
|
|
4351
|
-
-moz-column-gap: 0.5rem !important;
|
|
4352
4488
|
column-gap: 0.5rem !important;
|
|
4353
4489
|
}
|
|
4354
4490
|
.column-gap-lg-3 {
|
|
4355
|
-
-moz-column-gap: 1rem !important;
|
|
4356
4491
|
column-gap: 1rem !important;
|
|
4357
4492
|
}
|
|
4358
4493
|
.column-gap-lg-4 {
|
|
4359
|
-
-moz-column-gap: 1.5rem !important;
|
|
4360
4494
|
column-gap: 1.5rem !important;
|
|
4361
4495
|
}
|
|
4362
4496
|
.column-gap-lg-5 {
|
|
4363
|
-
-moz-column-gap: 3rem !important;
|
|
4364
4497
|
column-gap: 3rem !important;
|
|
4365
4498
|
}
|
|
4366
4499
|
.text-lg-start {
|
|
@@ -4384,23 +4517,18 @@
|
|
|
4384
4517
|
float: none !important;
|
|
4385
4518
|
}
|
|
4386
4519
|
.object-fit-xl-contain {
|
|
4387
|
-
-o-object-fit: contain !important;
|
|
4388
4520
|
object-fit: contain !important;
|
|
4389
4521
|
}
|
|
4390
4522
|
.object-fit-xl-cover {
|
|
4391
|
-
-o-object-fit: cover !important;
|
|
4392
4523
|
object-fit: cover !important;
|
|
4393
4524
|
}
|
|
4394
4525
|
.object-fit-xl-fill {
|
|
4395
|
-
-o-object-fit: fill !important;
|
|
4396
4526
|
object-fit: fill !important;
|
|
4397
4527
|
}
|
|
4398
4528
|
.object-fit-xl-scale {
|
|
4399
|
-
-o-object-fit: scale-down !important;
|
|
4400
4529
|
object-fit: scale-down !important;
|
|
4401
4530
|
}
|
|
4402
4531
|
.object-fit-xl-none {
|
|
4403
|
-
-o-object-fit: none !important;
|
|
4404
4532
|
object-fit: none !important;
|
|
4405
4533
|
}
|
|
4406
4534
|
.d-xl-inline {
|
|
@@ -4415,6 +4543,9 @@
|
|
|
4415
4543
|
.d-xl-grid {
|
|
4416
4544
|
display: grid !important;
|
|
4417
4545
|
}
|
|
4546
|
+
.d-xl-inline-grid {
|
|
4547
|
+
display: inline-grid !important;
|
|
4548
|
+
}
|
|
4418
4549
|
.d-xl-table {
|
|
4419
4550
|
display: table !important;
|
|
4420
4551
|
}
|
|
@@ -4584,32 +4715,32 @@
|
|
|
4584
4715
|
margin: auto !important;
|
|
4585
4716
|
}
|
|
4586
4717
|
.mx-xl-0 {
|
|
4587
|
-
margin-left: 0 !important;
|
|
4588
4718
|
margin-right: 0 !important;
|
|
4719
|
+
margin-left: 0 !important;
|
|
4589
4720
|
}
|
|
4590
4721
|
.mx-xl-1 {
|
|
4591
|
-
margin-left: 0.25rem !important;
|
|
4592
4722
|
margin-right: 0.25rem !important;
|
|
4723
|
+
margin-left: 0.25rem !important;
|
|
4593
4724
|
}
|
|
4594
4725
|
.mx-xl-2 {
|
|
4595
|
-
margin-left: 0.5rem !important;
|
|
4596
4726
|
margin-right: 0.5rem !important;
|
|
4727
|
+
margin-left: 0.5rem !important;
|
|
4597
4728
|
}
|
|
4598
4729
|
.mx-xl-3 {
|
|
4599
|
-
margin-left: 1rem !important;
|
|
4600
4730
|
margin-right: 1rem !important;
|
|
4731
|
+
margin-left: 1rem !important;
|
|
4601
4732
|
}
|
|
4602
4733
|
.mx-xl-4 {
|
|
4603
|
-
margin-left: 1.5rem !important;
|
|
4604
4734
|
margin-right: 1.5rem !important;
|
|
4735
|
+
margin-left: 1.5rem !important;
|
|
4605
4736
|
}
|
|
4606
4737
|
.mx-xl-5 {
|
|
4607
|
-
margin-left: 3rem !important;
|
|
4608
4738
|
margin-right: 3rem !important;
|
|
4739
|
+
margin-left: 3rem !important;
|
|
4609
4740
|
}
|
|
4610
4741
|
.mx-xl-auto {
|
|
4611
|
-
margin-left: auto !important;
|
|
4612
4742
|
margin-right: auto !important;
|
|
4743
|
+
margin-left: auto !important;
|
|
4613
4744
|
}
|
|
4614
4745
|
.my-xl-0 {
|
|
4615
4746
|
margin-top: 0 !important;
|
|
@@ -4742,28 +4873,28 @@
|
|
|
4742
4873
|
padding: 3rem !important;
|
|
4743
4874
|
}
|
|
4744
4875
|
.px-xl-0 {
|
|
4745
|
-
padding-left: 0 !important;
|
|
4746
4876
|
padding-right: 0 !important;
|
|
4877
|
+
padding-left: 0 !important;
|
|
4747
4878
|
}
|
|
4748
4879
|
.px-xl-1 {
|
|
4749
|
-
padding-left: 0.25rem !important;
|
|
4750
4880
|
padding-right: 0.25rem !important;
|
|
4881
|
+
padding-left: 0.25rem !important;
|
|
4751
4882
|
}
|
|
4752
4883
|
.px-xl-2 {
|
|
4753
|
-
padding-left: 0.5rem !important;
|
|
4754
4884
|
padding-right: 0.5rem !important;
|
|
4885
|
+
padding-left: 0.5rem !important;
|
|
4755
4886
|
}
|
|
4756
4887
|
.px-xl-3 {
|
|
4757
|
-
padding-left: 1rem !important;
|
|
4758
4888
|
padding-right: 1rem !important;
|
|
4889
|
+
padding-left: 1rem !important;
|
|
4759
4890
|
}
|
|
4760
4891
|
.px-xl-4 {
|
|
4761
|
-
padding-left: 1.5rem !important;
|
|
4762
4892
|
padding-right: 1.5rem !important;
|
|
4893
|
+
padding-left: 1.5rem !important;
|
|
4763
4894
|
}
|
|
4764
4895
|
.px-xl-5 {
|
|
4765
|
-
padding-left: 3rem !important;
|
|
4766
4896
|
padding-right: 3rem !important;
|
|
4897
|
+
padding-left: 3rem !important;
|
|
4767
4898
|
}
|
|
4768
4899
|
.py-xl-0 {
|
|
4769
4900
|
padding-top: 0 !important;
|
|
@@ -4898,27 +5029,21 @@
|
|
|
4898
5029
|
row-gap: 3rem !important;
|
|
4899
5030
|
}
|
|
4900
5031
|
.column-gap-xl-0 {
|
|
4901
|
-
-moz-column-gap: 0 !important;
|
|
4902
5032
|
column-gap: 0 !important;
|
|
4903
5033
|
}
|
|
4904
5034
|
.column-gap-xl-1 {
|
|
4905
|
-
-moz-column-gap: 0.25rem !important;
|
|
4906
5035
|
column-gap: 0.25rem !important;
|
|
4907
5036
|
}
|
|
4908
5037
|
.column-gap-xl-2 {
|
|
4909
|
-
-moz-column-gap: 0.5rem !important;
|
|
4910
5038
|
column-gap: 0.5rem !important;
|
|
4911
5039
|
}
|
|
4912
5040
|
.column-gap-xl-3 {
|
|
4913
|
-
-moz-column-gap: 1rem !important;
|
|
4914
5041
|
column-gap: 1rem !important;
|
|
4915
5042
|
}
|
|
4916
5043
|
.column-gap-xl-4 {
|
|
4917
|
-
-moz-column-gap: 1.5rem !important;
|
|
4918
5044
|
column-gap: 1.5rem !important;
|
|
4919
5045
|
}
|
|
4920
5046
|
.column-gap-xl-5 {
|
|
4921
|
-
-moz-column-gap: 3rem !important;
|
|
4922
5047
|
column-gap: 3rem !important;
|
|
4923
5048
|
}
|
|
4924
5049
|
.text-xl-start {
|
|
@@ -4942,23 +5067,18 @@
|
|
|
4942
5067
|
float: none !important;
|
|
4943
5068
|
}
|
|
4944
5069
|
.object-fit-xxl-contain {
|
|
4945
|
-
-o-object-fit: contain !important;
|
|
4946
5070
|
object-fit: contain !important;
|
|
4947
5071
|
}
|
|
4948
5072
|
.object-fit-xxl-cover {
|
|
4949
|
-
-o-object-fit: cover !important;
|
|
4950
5073
|
object-fit: cover !important;
|
|
4951
5074
|
}
|
|
4952
5075
|
.object-fit-xxl-fill {
|
|
4953
|
-
-o-object-fit: fill !important;
|
|
4954
5076
|
object-fit: fill !important;
|
|
4955
5077
|
}
|
|
4956
5078
|
.object-fit-xxl-scale {
|
|
4957
|
-
-o-object-fit: scale-down !important;
|
|
4958
5079
|
object-fit: scale-down !important;
|
|
4959
5080
|
}
|
|
4960
5081
|
.object-fit-xxl-none {
|
|
4961
|
-
-o-object-fit: none !important;
|
|
4962
5082
|
object-fit: none !important;
|
|
4963
5083
|
}
|
|
4964
5084
|
.d-xxl-inline {
|
|
@@ -4973,6 +5093,9 @@
|
|
|
4973
5093
|
.d-xxl-grid {
|
|
4974
5094
|
display: grid !important;
|
|
4975
5095
|
}
|
|
5096
|
+
.d-xxl-inline-grid {
|
|
5097
|
+
display: inline-grid !important;
|
|
5098
|
+
}
|
|
4976
5099
|
.d-xxl-table {
|
|
4977
5100
|
display: table !important;
|
|
4978
5101
|
}
|
|
@@ -5142,32 +5265,32 @@
|
|
|
5142
5265
|
margin: auto !important;
|
|
5143
5266
|
}
|
|
5144
5267
|
.mx-xxl-0 {
|
|
5145
|
-
margin-left: 0 !important;
|
|
5146
5268
|
margin-right: 0 !important;
|
|
5269
|
+
margin-left: 0 !important;
|
|
5147
5270
|
}
|
|
5148
5271
|
.mx-xxl-1 {
|
|
5149
|
-
margin-left: 0.25rem !important;
|
|
5150
5272
|
margin-right: 0.25rem !important;
|
|
5273
|
+
margin-left: 0.25rem !important;
|
|
5151
5274
|
}
|
|
5152
5275
|
.mx-xxl-2 {
|
|
5153
|
-
margin-left: 0.5rem !important;
|
|
5154
5276
|
margin-right: 0.5rem !important;
|
|
5277
|
+
margin-left: 0.5rem !important;
|
|
5155
5278
|
}
|
|
5156
5279
|
.mx-xxl-3 {
|
|
5157
|
-
margin-left: 1rem !important;
|
|
5158
5280
|
margin-right: 1rem !important;
|
|
5281
|
+
margin-left: 1rem !important;
|
|
5159
5282
|
}
|
|
5160
5283
|
.mx-xxl-4 {
|
|
5161
|
-
margin-left: 1.5rem !important;
|
|
5162
5284
|
margin-right: 1.5rem !important;
|
|
5285
|
+
margin-left: 1.5rem !important;
|
|
5163
5286
|
}
|
|
5164
5287
|
.mx-xxl-5 {
|
|
5165
|
-
margin-left: 3rem !important;
|
|
5166
5288
|
margin-right: 3rem !important;
|
|
5289
|
+
margin-left: 3rem !important;
|
|
5167
5290
|
}
|
|
5168
5291
|
.mx-xxl-auto {
|
|
5169
|
-
margin-left: auto !important;
|
|
5170
5292
|
margin-right: auto !important;
|
|
5293
|
+
margin-left: auto !important;
|
|
5171
5294
|
}
|
|
5172
5295
|
.my-xxl-0 {
|
|
5173
5296
|
margin-top: 0 !important;
|
|
@@ -5300,28 +5423,28 @@
|
|
|
5300
5423
|
padding: 3rem !important;
|
|
5301
5424
|
}
|
|
5302
5425
|
.px-xxl-0 {
|
|
5303
|
-
padding-left: 0 !important;
|
|
5304
5426
|
padding-right: 0 !important;
|
|
5427
|
+
padding-left: 0 !important;
|
|
5305
5428
|
}
|
|
5306
5429
|
.px-xxl-1 {
|
|
5307
|
-
padding-left: 0.25rem !important;
|
|
5308
5430
|
padding-right: 0.25rem !important;
|
|
5431
|
+
padding-left: 0.25rem !important;
|
|
5309
5432
|
}
|
|
5310
5433
|
.px-xxl-2 {
|
|
5311
|
-
padding-left: 0.5rem !important;
|
|
5312
5434
|
padding-right: 0.5rem !important;
|
|
5435
|
+
padding-left: 0.5rem !important;
|
|
5313
5436
|
}
|
|
5314
5437
|
.px-xxl-3 {
|
|
5315
|
-
padding-left: 1rem !important;
|
|
5316
5438
|
padding-right: 1rem !important;
|
|
5439
|
+
padding-left: 1rem !important;
|
|
5317
5440
|
}
|
|
5318
5441
|
.px-xxl-4 {
|
|
5319
|
-
padding-left: 1.5rem !important;
|
|
5320
5442
|
padding-right: 1.5rem !important;
|
|
5443
|
+
padding-left: 1.5rem !important;
|
|
5321
5444
|
}
|
|
5322
5445
|
.px-xxl-5 {
|
|
5323
|
-
padding-left: 3rem !important;
|
|
5324
5446
|
padding-right: 3rem !important;
|
|
5447
|
+
padding-left: 3rem !important;
|
|
5325
5448
|
}
|
|
5326
5449
|
.py-xxl-0 {
|
|
5327
5450
|
padding-top: 0 !important;
|
|
@@ -5456,27 +5579,21 @@
|
|
|
5456
5579
|
row-gap: 3rem !important;
|
|
5457
5580
|
}
|
|
5458
5581
|
.column-gap-xxl-0 {
|
|
5459
|
-
-moz-column-gap: 0 !important;
|
|
5460
5582
|
column-gap: 0 !important;
|
|
5461
5583
|
}
|
|
5462
5584
|
.column-gap-xxl-1 {
|
|
5463
|
-
-moz-column-gap: 0.25rem !important;
|
|
5464
5585
|
column-gap: 0.25rem !important;
|
|
5465
5586
|
}
|
|
5466
5587
|
.column-gap-xxl-2 {
|
|
5467
|
-
-moz-column-gap: 0.5rem !important;
|
|
5468
5588
|
column-gap: 0.5rem !important;
|
|
5469
5589
|
}
|
|
5470
5590
|
.column-gap-xxl-3 {
|
|
5471
|
-
-moz-column-gap: 1rem !important;
|
|
5472
5591
|
column-gap: 1rem !important;
|
|
5473
5592
|
}
|
|
5474
5593
|
.column-gap-xxl-4 {
|
|
5475
|
-
-moz-column-gap: 1.5rem !important;
|
|
5476
5594
|
column-gap: 1.5rem !important;
|
|
5477
5595
|
}
|
|
5478
5596
|
.column-gap-xxl-5 {
|
|
5479
|
-
-moz-column-gap: 3rem !important;
|
|
5480
5597
|
column-gap: 3rem !important;
|
|
5481
5598
|
}
|
|
5482
5599
|
.text-xxl-start {
|
|
@@ -5516,6 +5633,9 @@
|
|
|
5516
5633
|
.d-print-grid {
|
|
5517
5634
|
display: grid !important;
|
|
5518
5635
|
}
|
|
5636
|
+
.d-print-inline-grid {
|
|
5637
|
+
display: inline-grid !important;
|
|
5638
|
+
}
|
|
5519
5639
|
.d-print-table {
|
|
5520
5640
|
display: table !important;
|
|
5521
5641
|
}
|
|
@@ -5535,4 +5655,5 @@
|
|
|
5535
5655
|
display: none !important;
|
|
5536
5656
|
}
|
|
5537
5657
|
}
|
|
5538
|
-
|
|
5658
|
+
|
|
5659
|
+
/*# sourceMappingURL=coreui-utilities.rtl.css.map */
|