@coreui/coreui 4.2.5 → 5.0.0-alpha.0
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 +1 -2
- package/README.md +1 -1
- package/dist/css/coreui-grid.css +134 -23
- package/dist/css/coreui-grid.css.map +1 -1
- package/dist/css/coreui-grid.min.css +3 -5
- package/dist/css/coreui-grid.min.css.map +1 -1
- package/dist/css/coreui-grid.rtl.css +217 -114
- package/dist/css/coreui-grid.rtl.css.map +1 -1
- package/dist/css/coreui-grid.rtl.min.css +3 -11
- package/dist/css/coreui-grid.rtl.min.css.map +1 -1
- package/dist/css/coreui-reboot.css +152 -37
- package/dist/css/coreui-reboot.css.map +1 -1
- package/dist/css/coreui-reboot.min.css +3 -5
- package/dist/css/coreui-reboot.min.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.css +160 -48
- package/dist/css/coreui-reboot.rtl.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.min.css +3 -11
- package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
- package/dist/css/coreui-utilities.css +1117 -105
- package/dist/css/coreui-utilities.css.map +1 -1
- package/dist/css/coreui-utilities.min.css +3 -5
- package/dist/css/coreui-utilities.min.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.css +1262 -247
- package/dist/css/coreui-utilities.rtl.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.min.css +3 -11
- package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
- package/dist/css/coreui.css +2415 -1223
- package/dist/css/coreui.css.map +1 -1
- package/dist/css/coreui.min.css +3 -5
- package/dist/css/coreui.min.css.map +1 -1
- package/dist/css/coreui.rtl.css +2822 -1575
- package/dist/css/coreui.rtl.css.map +1 -1
- package/dist/css/coreui.rtl.min.css +3 -11
- package/dist/css/coreui.rtl.min.css.map +1 -1
- package/dist/js/coreui.bundle.js +80 -80
- package/dist/js/coreui.bundle.js.map +1 -1
- package/dist/js/coreui.bundle.min.js +4 -4
- package/dist/js/coreui.bundle.min.js.map +1 -1
- package/dist/js/coreui.esm.js +78 -78
- package/dist/js/coreui.esm.js.map +1 -1
- package/dist/js/coreui.esm.min.js +4 -4
- package/dist/js/coreui.esm.min.js.map +1 -1
- package/dist/js/coreui.js +80 -80
- package/dist/js/coreui.js.map +1 -1
- package/dist/js/coreui.min.js +4 -4
- package/dist/js/coreui.min.js.map +1 -1
- package/js/dist/alert.js +5 -5
- package/js/dist/alert.js.map +1 -1
- package/js/dist/base-component.js +6 -6
- package/js/dist/base-component.js.map +1 -1
- package/js/dist/button.js +5 -5
- package/js/dist/button.js.map +1 -1
- package/js/dist/carousel.js +5 -5
- package/js/dist/carousel.js.map +1 -1
- package/js/dist/collapse.js +5 -5
- package/js/dist/collapse.js.map +1 -1
- package/js/dist/dom/data.js +6 -6
- package/js/dist/dom/data.js.map +1 -1
- package/js/dist/dom/event-handler.js +6 -6
- package/js/dist/dom/event-handler.js.map +1 -1
- package/js/dist/dom/manipulator.js +7 -7
- package/js/dist/dom/manipulator.js.map +1 -1
- package/js/dist/dom/selector-engine.js +6 -6
- package/js/dist/dom/selector-engine.js.map +1 -1
- package/js/dist/dropdown.js +7 -7
- package/js/dist/dropdown.js.map +1 -1
- package/js/dist/modal.js +5 -5
- package/js/dist/modal.js.map +1 -1
- package/js/dist/navigation.js +5 -5
- package/js/dist/navigation.js.map +1 -1
- package/js/dist/offcanvas.js +6 -6
- package/js/dist/offcanvas.js.map +1 -1
- package/js/dist/popover.js +5 -5
- package/js/dist/popover.js.map +1 -1
- package/js/dist/scrollspy.js +12 -12
- package/js/dist/scrollspy.js.map +1 -1
- package/js/dist/sidebar.js +5 -5
- package/js/dist/sidebar.js.map +1 -1
- package/js/dist/tab.js +5 -5
- package/js/dist/tab.js.map +1 -1
- package/js/dist/toast.js +5 -5
- package/js/dist/toast.js.map +1 -1
- package/js/dist/tooltip.js +6 -6
- package/js/dist/tooltip.js.map +1 -1
- package/js/dist/util/backdrop.js +6 -6
- package/js/dist/util/backdrop.js.map +1 -1
- package/js/dist/util/component-functions.js +6 -6
- package/js/dist/util/component-functions.js.map +1 -1
- package/js/dist/util/config.js +6 -6
- package/js/dist/util/config.js.map +1 -1
- package/js/dist/util/focustrap.js +6 -6
- package/js/dist/util/focustrap.js.map +1 -1
- package/js/dist/util/index.js +6 -6
- package/js/dist/util/index.js.map +1 -1
- package/js/dist/util/sanitizer.js +6 -6
- package/js/dist/util/sanitizer.js.map +1 -1
- package/js/dist/util/scrollbar.js +6 -6
- package/js/dist/util/scrollbar.js.map +1 -1
- package/js/dist/util/swipe.js +6 -6
- package/js/dist/util/swipe.js.map +1 -1
- package/js/dist/util/template-factory.js +6 -6
- package/js/dist/util/template-factory.js.map +1 -1
- package/js/src/alert.js +2 -2
- package/js/src/base-component.js +3 -3
- package/js/src/button.js +2 -3
- package/js/src/carousel.js +2 -2
- package/js/src/collapse.js +2 -2
- package/js/src/dom/data.js +3 -3
- package/js/src/dom/event-handler.js +3 -3
- package/js/src/dom/manipulator.js +4 -4
- package/js/src/dom/selector-engine.js +3 -3
- package/js/src/dropdown.js +4 -4
- package/js/src/modal.js +2 -2
- package/js/src/navigation.js +2 -2
- package/js/src/offcanvas.js +3 -3
- package/js/src/popover.js +2 -2
- package/js/src/scrollspy.js +6 -6
- package/js/src/sidebar.js +2 -2
- package/js/src/tab.js +2 -2
- package/js/src/toast.js +2 -2
- package/js/src/tooltip.js +3 -3
- 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 +3 -3
- package/js/src/util/index.js +3 -3
- package/js/src/util/sanitizer.js +3 -3
- package/js/src/util/scrollbar.js +3 -3
- package/js/src/util/swipe.js +3 -3
- package/js/src/util/template-factory.js +4 -3
- package/package.json +9 -6
- package/scss/_accordion.scss +9 -1
- package/scss/_alert.scss +9 -13
- package/scss/_avatar.scss +4 -4
- package/scss/_badge.scss +1 -10
- package/scss/_breadcrumb.scss +4 -9
- package/scss/_button-group.scss +4 -4
- package/scss/_buttons.scss +70 -15
- package/scss/_callout.scss +2 -2
- package/scss/_card.scss +7 -3
- package/scss/_carousel.scss +17 -7
- package/scss/_close.scss +30 -9
- package/scss/_dropdown.scss +9 -9
- package/scss/_functions.scss +6 -81
- package/scss/_images.scss +3 -3
- package/scss/_list-group.scss +22 -6
- package/scss/_maps.scss +71 -0
- package/scss/_mixins.scss +4 -9
- package/scss/_modal.scss +2 -2
- package/scss/_nav.scss +41 -4
- package/scss/_navbar.scss +14 -3
- package/scss/_offcanvas.scss +12 -10
- package/scss/_pagination.scss +2 -2
- package/scss/_progress.scss +10 -44
- package/scss/_reboot.scss +22 -21
- package/scss/_root.scss +134 -7
- package/scss/_sidebar.scss +11 -0
- package/scss/_tables.scss +1 -5
- package/scss/_toasts.scss +2 -2
- package/scss/_tooltip.scss +10 -10
- package/scss/_type.scss +3 -1
- package/scss/_utilities.scss +160 -53
- package/scss/_variables-dark.scss +109 -0
- package/scss/_variables.scss +402 -538
- package/scss/coreui-grid.scss +4 -8
- package/scss/coreui-reboot.scss +4 -7
- package/scss/coreui-utilities.scss +3 -7
- package/scss/coreui.scss +5 -10
- package/scss/forms/_floating-labels.scss +16 -1
- package/scss/forms/_form-check.scss +30 -53
- package/scss/forms/_form-control.scss +18 -11
- package/scss/forms/_form-range.scss +8 -8
- package/scss/forms/_form-select.scss +24 -14
- package/scss/forms/_form-text.scss +1 -1
- package/scss/forms/_input-group.scss +5 -5
- package/scss/forms/_labels.scss +2 -2
- package/scss/helpers/_colored-links.scss +2 -2
- package/scss/helpers/_ratio.scss +1 -1
- package/scss/helpers/_vr.scss +0 -1
- package/scss/mixins/_alert.scss +4 -1
- package/scss/mixins/_banner.scss +7 -0
- package/scss/mixins/_border-radius.scss +7 -7
- package/scss/mixins/_breakpoints.scss +0 -13
- package/scss/mixins/_buttons.scss +49 -53
- package/scss/mixins/_caret.scss +31 -26
- package/scss/mixins/_color-mode.scss +21 -0
- package/scss/mixins/_forms.scss +15 -14
- package/scss/mixins/_grid.scss +2 -2
- package/scss/mixins/_list-group.scss +22 -11
- package/scss/mixins/_lists.scss +1 -1
- package/scss/mixins/_utilities.scss +29 -14
- package/scss/sidebar/_sidebar-narrow.scss +6 -6
- package/scss/sidebar/_sidebar-nav.scss +4 -4
- package/scss/sidebar/_sidebar.scss +20 -20
- package/scss/tests/mixins/_color-modes.test.scss +69 -0
- package/scss/tests/mixins/_utilities.test.scss +393 -0
- package/scss/tests/utilities/_api.test.scss +75 -0
- package/scss/_header.scss +0 -195
- package/scss/_subheader.scss +0 -72
- package/scss/coreui-grid.rtl.scss +0 -12
- package/scss/coreui-reboot.rtl.scss +0 -12
- package/scss/coreui-utilities.rtl.scss +0 -12
- package/scss/coreui.rtl.scss +0 -12
- package/scss/mixins/_css-vars.scss +0 -87
- package/scss/mixins/_ltr-rtl.scss +0 -87
|
@@ -1,19 +1,11 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* CoreUI -
|
|
4
|
-
* @version v4.2.5
|
|
5
|
-
* @link https://coreui.io/
|
|
3
|
+
* CoreUI Utilities v5.0.0-alpha.0 (https://getbootstrap.com/)
|
|
6
4
|
* Copyright (c) 2022 creativeLabs Łukasz Holeczek
|
|
7
|
-
*
|
|
8
|
-
*/
|
|
9
|
-
/*!
|
|
10
|
-
* CoreUI - HTML, CSS, and JavaScript UI Components Library
|
|
11
|
-
* @version v4.2.5
|
|
12
|
-
* @link https://coreui.io/
|
|
13
|
-
* Copyright (c) 2022 creativeLabs Łukasz Holeczek
|
|
14
|
-
* License MIT (https://coreui.io/license/)
|
|
5
|
+
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
|
|
15
6
|
*/
|
|
16
|
-
:root
|
|
7
|
+
:root,
|
|
8
|
+
[data-coreui-theme=light] {
|
|
17
9
|
--cui-blue: #0d6efd;
|
|
18
10
|
--cui-indigo: #6610f2;
|
|
19
11
|
--cui-purple: #6f42c1;
|
|
@@ -24,19 +16,19 @@
|
|
|
24
16
|
--cui-green: #198754;
|
|
25
17
|
--cui-teal: #20c997;
|
|
26
18
|
--cui-cyan: #0dcaf0;
|
|
27
|
-
--cui-black: #
|
|
19
|
+
--cui-black: #000;
|
|
28
20
|
--cui-white: #fff;
|
|
29
21
|
--cui-gray: #8a93a2;
|
|
30
|
-
--cui-gray-dark: #
|
|
22
|
+
--cui-gray-dark: #4f5d73;
|
|
31
23
|
--cui-gray-100: #ebedef;
|
|
32
24
|
--cui-gray-200: #d8dbe0;
|
|
33
25
|
--cui-gray-300: #c4c9d0;
|
|
34
26
|
--cui-gray-400: #b1b7c1;
|
|
35
27
|
--cui-gray-500: #9da5b1;
|
|
36
28
|
--cui-gray-600: #8a93a2;
|
|
37
|
-
--cui-gray-700: #
|
|
38
|
-
--cui-gray-800: #
|
|
39
|
-
--cui-gray-900: #
|
|
29
|
+
--cui-gray-700: #636f83;
|
|
30
|
+
--cui-gray-800: #4f5d73;
|
|
31
|
+
--cui-gray-900: #3c4b64;
|
|
40
32
|
--cui-primary: #321fdb;
|
|
41
33
|
--cui-secondary: #9da5b1;
|
|
42
34
|
--cui-success: #2eb85c;
|
|
@@ -44,7 +36,7 @@
|
|
|
44
36
|
--cui-warning: #f9b115;
|
|
45
37
|
--cui-danger: #e55353;
|
|
46
38
|
--cui-light: #ebedef;
|
|
47
|
-
--cui-dark: #
|
|
39
|
+
--cui-dark: #3c4b64;
|
|
48
40
|
--cui-primary-rgb: 50, 31, 219;
|
|
49
41
|
--cui-secondary-rgb: 157, 165, 177;
|
|
50
42
|
--cui-success-rgb: 46, 184, 92;
|
|
@@ -52,10 +44,34 @@
|
|
|
52
44
|
--cui-warning-rgb: 249, 177, 21;
|
|
53
45
|
--cui-danger-rgb: 229, 83, 83;
|
|
54
46
|
--cui-light-rgb: 235, 237, 239;
|
|
55
|
-
--cui-dark-rgb:
|
|
47
|
+
--cui-dark-rgb: 60, 75, 100;
|
|
48
|
+
--cui-primary-text: #1f1498;
|
|
49
|
+
--cui-secondary-text: #212233;
|
|
50
|
+
--cui-success-text: #1b9e3e;
|
|
51
|
+
--cui-info-text: #2982cc;
|
|
52
|
+
--cui-warning-text: #f6960b;
|
|
53
|
+
--cui-danger-text: #d93737;
|
|
54
|
+
--cui-light-text: #8a93a2;
|
|
55
|
+
--cui-dark-text: #636f83;
|
|
56
|
+
--cui-primary-bg-subtle: #ccc7f6;
|
|
57
|
+
--cui-secondary-bg-subtle: #ced2d8;
|
|
58
|
+
--cui-success-bg-subtle: #cbedd6;
|
|
59
|
+
--cui-info-bg-subtle: #c0e6ff;
|
|
60
|
+
--cui-warning-bg-subtle: #feecc5;
|
|
61
|
+
--cui-danger-bg-subtle: #f9d4d4;
|
|
62
|
+
--cui-light-bg-subtle: #f5f6f7;
|
|
63
|
+
--cui-dark-bg-subtle: #b1b7c1;
|
|
64
|
+
--cui-primary-border-subtle: #988fed;
|
|
65
|
+
--cui-secondary-border-subtle: #9da5b1;
|
|
66
|
+
--cui-success-border-subtle: #96dbad;
|
|
67
|
+
--cui-info-border-subtle: #80c6ff;
|
|
68
|
+
--cui-warning-border-subtle: #fcd88a;
|
|
69
|
+
--cui-danger-border-subtle: #f2a9a9;
|
|
70
|
+
--cui-light-border-subtle: #d8dbe0;
|
|
71
|
+
--cui-dark-border-subtle: #9da5b1;
|
|
56
72
|
--cui-white-rgb: 255, 255, 255;
|
|
57
|
-
--cui-black-rgb: 0, 0,
|
|
58
|
-
--cui-body-color-rgb:
|
|
73
|
+
--cui-black-rgb: 0, 0, 0;
|
|
74
|
+
--cui-body-color-rgb: 60, 75, 100;
|
|
59
75
|
--cui-body-bg-rgb: 255, 255, 255;
|
|
60
76
|
--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";
|
|
61
77
|
--cui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
@@ -64,22 +80,43 @@
|
|
|
64
80
|
--cui-body-font-size: 1rem;
|
|
65
81
|
--cui-body-font-weight: 400;
|
|
66
82
|
--cui-body-line-height: 1.5;
|
|
67
|
-
--cui-body-color:
|
|
83
|
+
--cui-body-color: #3c4b64;
|
|
84
|
+
--cui-emphasis-color: #000;
|
|
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;
|
|
68
94
|
--cui-body-bg: #fff;
|
|
95
|
+
--cui-body-bg-rgb: 255, 255, 255;
|
|
96
|
+
--cui-link-color: #321fdb;
|
|
97
|
+
--cui-link-color-rgb: 50, 31, 219;
|
|
98
|
+
--cui-link-decoration: underline;
|
|
99
|
+
--cui-link-hover-color: #2819af;
|
|
100
|
+
--cui-link-hover-color-rgb: 40, 25, 175;
|
|
101
|
+
--cui-code-color: #d63384;
|
|
102
|
+
--cui-highlight-bg: #fff3cd;
|
|
69
103
|
--cui-border-width: 1px;
|
|
70
104
|
--cui-border-style: solid;
|
|
71
|
-
--cui-border-color: #
|
|
72
|
-
--cui-border-color-translucent: rgba(0, 0,
|
|
105
|
+
--cui-border-color: #c4c9d0;
|
|
106
|
+
--cui-border-color-translucent: rgba(0, 0, 0, 0.175);
|
|
73
107
|
--cui-border-radius: 0.375rem;
|
|
74
108
|
--cui-border-radius-sm: 0.25rem;
|
|
75
109
|
--cui-border-radius-lg: 0.5rem;
|
|
76
110
|
--cui-border-radius-xl: 1rem;
|
|
77
111
|
--cui-border-radius-2xl: 2rem;
|
|
78
112
|
--cui-border-radius-pill: 50rem;
|
|
79
|
-
--cui-
|
|
80
|
-
--cui-
|
|
81
|
-
--cui-
|
|
82
|
-
--cui-
|
|
113
|
+
--cui-box-shadow: 0 0.5rem 1rem rgba(var(--cui-body-color-rgb), 0.15);
|
|
114
|
+
--cui-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--cui-body-color-rgb), 0.075);
|
|
115
|
+
--cui-box-shadow-lg: 0 1rem 3rem rgba(var(--cui-body-color-rgb), 0.175);
|
|
116
|
+
--cui-box-shadow-inset: inset 0 1px 2px rgba(var(--cui-body-color-rgb), 0.075);
|
|
117
|
+
--cui-emphasis-color: #000;
|
|
118
|
+
--cui-form-control-bg: var(--cui-body-bg);
|
|
119
|
+
--cui-form-control-disabled-bg: var(--cui-secondary-bg);
|
|
83
120
|
--cui-highlight-bg: #fff3cd;
|
|
84
121
|
--cui-breakpoint-xs: 0;
|
|
85
122
|
--cui-breakpoint-sm: 576px;
|
|
@@ -87,7 +124,74 @@
|
|
|
87
124
|
--cui-breakpoint-lg: 992px;
|
|
88
125
|
--cui-breakpoint-xl: 1200px;
|
|
89
126
|
--cui-breakpoint-xxl: 1400px;
|
|
90
|
-
--cui
|
|
127
|
+
--cui-mobile-breakpoint: md;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
[data-coreui-theme=dark] {
|
|
131
|
+
color-scheme: dark;
|
|
132
|
+
--cui-primary: #857dcc;
|
|
133
|
+
--cui-secondary: #a7a7a7;
|
|
134
|
+
--cui-success: #519668;
|
|
135
|
+
--cui-info: #5299e0;
|
|
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;
|
|
162
|
+
--cui-emphasis-color: #fff;
|
|
163
|
+
--cui-primary-text: #6ea8fe;
|
|
164
|
+
--cui-secondary-text: #dee2e6;
|
|
165
|
+
--cui-success-text: #75b798;
|
|
166
|
+
--cui-info-text: #6edff6;
|
|
167
|
+
--cui-warning-text: #ffda6a;
|
|
168
|
+
--cui-danger-text: #ea868f;
|
|
169
|
+
--cui-light-text: #f8f9fa;
|
|
170
|
+
--cui-dark-text: #dee2e6;
|
|
171
|
+
--cui-primary-bg-subtle: #031633;
|
|
172
|
+
--cui-secondary-bg-subtle: #212529;
|
|
173
|
+
--cui-success-bg-subtle: #051b11;
|
|
174
|
+
--cui-info-bg-subtle: #032830;
|
|
175
|
+
--cui-warning-bg-subtle: #332701;
|
|
176
|
+
--cui-danger-bg-subtle: #2c0b0e;
|
|
177
|
+
--cui-light-bg-subtle: #343a40;
|
|
178
|
+
--cui-dark-bg-subtle: #1a1d20;
|
|
179
|
+
--cui-primary-border-subtle: #084298;
|
|
180
|
+
--cui-secondary-border-subtle: #495057;
|
|
181
|
+
--cui-success-border-subtle: #0f5132;
|
|
182
|
+
--cui-info-border-subtle: #055160;
|
|
183
|
+
--cui-warning-border-subtle: #664d03;
|
|
184
|
+
--cui-danger-border-subtle: #842029;
|
|
185
|
+
--cui-light-border-subtle: #495057;
|
|
186
|
+
--cui-dark-border-subtle: #343a40;
|
|
187
|
+
--cui-heading-color: #fff;
|
|
188
|
+
--cui-link-color: #6ea8fe;
|
|
189
|
+
--cui-link-hover-color: #9ec5fe;
|
|
190
|
+
--cui-link-color-rgb: 110, 168, 254;
|
|
191
|
+
--cui-link-hover-color-rgb: 158, 197, 254;
|
|
192
|
+
--cui-code-color: #e685b5;
|
|
193
|
+
--cui-border-color: #495057;
|
|
194
|
+
--cui-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
91
195
|
}
|
|
92
196
|
|
|
93
197
|
.clearfix::after {
|
|
@@ -97,50 +201,50 @@
|
|
|
97
201
|
}
|
|
98
202
|
|
|
99
203
|
.text-bg-primary {
|
|
100
|
-
color:
|
|
204
|
+
color: #fff !important;
|
|
101
205
|
background-color: RGBA(50, 31, 219, var(--cui-bg-opacity, 1)) !important;
|
|
102
206
|
}
|
|
103
207
|
|
|
104
208
|
.text-bg-secondary {
|
|
105
|
-
color: #
|
|
209
|
+
color: #000 !important;
|
|
106
210
|
background-color: RGBA(157, 165, 177, var(--cui-bg-opacity, 1)) !important;
|
|
107
211
|
}
|
|
108
212
|
|
|
109
213
|
.text-bg-success {
|
|
110
|
-
color: #
|
|
214
|
+
color: #000 !important;
|
|
111
215
|
background-color: RGBA(46, 184, 92, var(--cui-bg-opacity, 1)) !important;
|
|
112
216
|
}
|
|
113
217
|
|
|
114
218
|
.text-bg-info {
|
|
115
|
-
color: #
|
|
219
|
+
color: #000 !important;
|
|
116
220
|
background-color: RGBA(51, 153, 255, var(--cui-bg-opacity, 1)) !important;
|
|
117
221
|
}
|
|
118
222
|
|
|
119
223
|
.text-bg-warning {
|
|
120
|
-
color:
|
|
224
|
+
color: #000 !important;
|
|
121
225
|
background-color: RGBA(249, 177, 21, var(--cui-bg-opacity, 1)) !important;
|
|
122
226
|
}
|
|
123
227
|
|
|
124
228
|
.text-bg-danger {
|
|
125
|
-
color: #
|
|
229
|
+
color: #000 !important;
|
|
126
230
|
background-color: RGBA(229, 83, 83, var(--cui-bg-opacity, 1)) !important;
|
|
127
231
|
}
|
|
128
232
|
|
|
129
233
|
.text-bg-light {
|
|
130
|
-
color:
|
|
234
|
+
color: #000 !important;
|
|
131
235
|
background-color: RGBA(235, 237, 239, var(--cui-bg-opacity, 1)) !important;
|
|
132
236
|
}
|
|
133
237
|
|
|
134
238
|
.text-bg-dark {
|
|
135
|
-
color:
|
|
136
|
-
background-color: RGBA(
|
|
239
|
+
color: #fff !important;
|
|
240
|
+
background-color: RGBA(60, 75, 100, var(--cui-bg-opacity, 1)) !important;
|
|
137
241
|
}
|
|
138
242
|
|
|
139
243
|
.link-primary {
|
|
140
244
|
color: #321fdb !important;
|
|
141
245
|
}
|
|
142
246
|
.link-primary:hover, .link-primary:focus {
|
|
143
|
-
color: #
|
|
247
|
+
color: #2819af !important;
|
|
144
248
|
}
|
|
145
249
|
|
|
146
250
|
.link-secondary {
|
|
@@ -168,7 +272,7 @@
|
|
|
168
272
|
color: #f9b115 !important;
|
|
169
273
|
}
|
|
170
274
|
.link-warning:hover, .link-warning:focus {
|
|
171
|
-
color: #
|
|
275
|
+
color: #fac144 !important;
|
|
172
276
|
}
|
|
173
277
|
|
|
174
278
|
.link-danger {
|
|
@@ -182,14 +286,14 @@
|
|
|
182
286
|
color: #ebedef !important;
|
|
183
287
|
}
|
|
184
288
|
.link-light:hover, .link-light:focus {
|
|
185
|
-
color: #
|
|
289
|
+
color: #eff1f2 !important;
|
|
186
290
|
}
|
|
187
291
|
|
|
188
292
|
.link-dark {
|
|
189
|
-
color: #
|
|
293
|
+
color: #3c4b64 !important;
|
|
190
294
|
}
|
|
191
295
|
.link-dark:hover, .link-dark:focus {
|
|
192
|
-
color: #
|
|
296
|
+
color: #303c50 !important;
|
|
193
297
|
}
|
|
194
298
|
|
|
195
299
|
.ratio {
|
|
@@ -228,26 +332,28 @@
|
|
|
228
332
|
.fixed-top {
|
|
229
333
|
position: fixed;
|
|
230
334
|
top: 0;
|
|
231
|
-
right: 0;
|
|
232
335
|
left: 0;
|
|
336
|
+
right: 0;
|
|
233
337
|
z-index: 1030;
|
|
234
338
|
}
|
|
235
339
|
|
|
236
340
|
.fixed-bottom {
|
|
237
341
|
position: fixed;
|
|
238
|
-
right: 0;
|
|
239
|
-
bottom: 0;
|
|
240
342
|
left: 0;
|
|
343
|
+
bottom: 0;
|
|
344
|
+
right: 0;
|
|
241
345
|
z-index: 1030;
|
|
242
346
|
}
|
|
243
347
|
|
|
244
348
|
.sticky-top {
|
|
349
|
+
position: -webkit-sticky;
|
|
245
350
|
position: sticky;
|
|
246
351
|
top: 0;
|
|
247
352
|
z-index: 1020;
|
|
248
353
|
}
|
|
249
354
|
|
|
250
355
|
.sticky-bottom {
|
|
356
|
+
position: -webkit-sticky;
|
|
251
357
|
position: sticky;
|
|
252
358
|
bottom: 0;
|
|
253
359
|
z-index: 1020;
|
|
@@ -255,11 +361,13 @@
|
|
|
255
361
|
|
|
256
362
|
@media (min-width: 576px) {
|
|
257
363
|
.sticky-sm-top {
|
|
364
|
+
position: -webkit-sticky;
|
|
258
365
|
position: sticky;
|
|
259
366
|
top: 0;
|
|
260
367
|
z-index: 1020;
|
|
261
368
|
}
|
|
262
369
|
.sticky-sm-bottom {
|
|
370
|
+
position: -webkit-sticky;
|
|
263
371
|
position: sticky;
|
|
264
372
|
bottom: 0;
|
|
265
373
|
z-index: 1020;
|
|
@@ -267,11 +375,13 @@
|
|
|
267
375
|
}
|
|
268
376
|
@media (min-width: 768px) {
|
|
269
377
|
.sticky-md-top {
|
|
378
|
+
position: -webkit-sticky;
|
|
270
379
|
position: sticky;
|
|
271
380
|
top: 0;
|
|
272
381
|
z-index: 1020;
|
|
273
382
|
}
|
|
274
383
|
.sticky-md-bottom {
|
|
384
|
+
position: -webkit-sticky;
|
|
275
385
|
position: sticky;
|
|
276
386
|
bottom: 0;
|
|
277
387
|
z-index: 1020;
|
|
@@ -279,11 +389,13 @@
|
|
|
279
389
|
}
|
|
280
390
|
@media (min-width: 992px) {
|
|
281
391
|
.sticky-lg-top {
|
|
392
|
+
position: -webkit-sticky;
|
|
282
393
|
position: sticky;
|
|
283
394
|
top: 0;
|
|
284
395
|
z-index: 1020;
|
|
285
396
|
}
|
|
286
397
|
.sticky-lg-bottom {
|
|
398
|
+
position: -webkit-sticky;
|
|
287
399
|
position: sticky;
|
|
288
400
|
bottom: 0;
|
|
289
401
|
z-index: 1020;
|
|
@@ -291,11 +403,13 @@
|
|
|
291
403
|
}
|
|
292
404
|
@media (min-width: 1200px) {
|
|
293
405
|
.sticky-xl-top {
|
|
406
|
+
position: -webkit-sticky;
|
|
294
407
|
position: sticky;
|
|
295
408
|
top: 0;
|
|
296
409
|
z-index: 1020;
|
|
297
410
|
}
|
|
298
411
|
.sticky-xl-bottom {
|
|
412
|
+
position: -webkit-sticky;
|
|
299
413
|
position: sticky;
|
|
300
414
|
bottom: 0;
|
|
301
415
|
z-index: 1020;
|
|
@@ -303,11 +417,13 @@
|
|
|
303
417
|
}
|
|
304
418
|
@media (min-width: 1400px) {
|
|
305
419
|
.sticky-xxl-top {
|
|
420
|
+
position: -webkit-sticky;
|
|
306
421
|
position: sticky;
|
|
307
422
|
top: 0;
|
|
308
423
|
z-index: 1020;
|
|
309
424
|
}
|
|
310
425
|
.sticky-xxl-bottom {
|
|
426
|
+
position: -webkit-sticky;
|
|
311
427
|
position: sticky;
|
|
312
428
|
bottom: 0;
|
|
313
429
|
z-index: 1020;
|
|
@@ -343,9 +459,9 @@
|
|
|
343
459
|
.stretched-link::after {
|
|
344
460
|
position: absolute;
|
|
345
461
|
top: 0;
|
|
346
|
-
right: 0;
|
|
347
|
-
bottom: 0;
|
|
348
462
|
left: 0;
|
|
463
|
+
bottom: 0;
|
|
464
|
+
right: 0;
|
|
349
465
|
z-index: 1;
|
|
350
466
|
content: "";
|
|
351
467
|
}
|
|
@@ -361,7 +477,6 @@
|
|
|
361
477
|
align-self: stretch;
|
|
362
478
|
width: 1px;
|
|
363
479
|
min-height: 1em;
|
|
364
|
-
padding: 0;
|
|
365
480
|
background-color: currentcolor;
|
|
366
481
|
opacity: 0.25;
|
|
367
482
|
}
|
|
@@ -402,6 +517,31 @@
|
|
|
402
517
|
float: none !important;
|
|
403
518
|
}
|
|
404
519
|
|
|
520
|
+
.object-fit-contain {
|
|
521
|
+
-o-object-fit: contain !important;
|
|
522
|
+
object-fit: contain !important;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.object-fit-cover {
|
|
526
|
+
-o-object-fit: cover !important;
|
|
527
|
+
object-fit: cover !important;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.object-fit-fill {
|
|
531
|
+
-o-object-fit: fill !important;
|
|
532
|
+
object-fit: fill !important;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.object-fit-scale {
|
|
536
|
+
-o-object-fit: scale-down !important;
|
|
537
|
+
object-fit: scale-down !important;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.object-fit-none {
|
|
541
|
+
-o-object-fit: none !important;
|
|
542
|
+
object-fit: none !important;
|
|
543
|
+
}
|
|
544
|
+
|
|
405
545
|
.opacity-0 {
|
|
406
546
|
opacity: 0 !important;
|
|
407
547
|
}
|
|
@@ -438,6 +578,38 @@
|
|
|
438
578
|
overflow: scroll !important;
|
|
439
579
|
}
|
|
440
580
|
|
|
581
|
+
.overflow-x-auto {
|
|
582
|
+
overflow-x: auto !important;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.overflow-x-hidden {
|
|
586
|
+
overflow-x: hidden !important;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
.overflow-x-visible {
|
|
590
|
+
overflow-x: visible !important;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
.overflow-x-scroll {
|
|
594
|
+
overflow-x: scroll !important;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.overflow-y-auto {
|
|
598
|
+
overflow-y: auto !important;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
.overflow-y-hidden {
|
|
602
|
+
overflow-y: hidden !important;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
.overflow-y-visible {
|
|
606
|
+
overflow-y: visible !important;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.overflow-y-scroll {
|
|
610
|
+
overflow-y: scroll !important;
|
|
611
|
+
}
|
|
612
|
+
|
|
441
613
|
.d-inline {
|
|
442
614
|
display: inline !important;
|
|
443
615
|
}
|
|
@@ -479,15 +651,15 @@
|
|
|
479
651
|
}
|
|
480
652
|
|
|
481
653
|
.shadow {
|
|
482
|
-
box-shadow: 0 0.5rem 1rem rgba(
|
|
654
|
+
box-shadow: 0 0.5rem 1rem rgba(var(--cui-body-color-rgb), 0.15) !important;
|
|
483
655
|
}
|
|
484
656
|
|
|
485
657
|
.shadow-sm {
|
|
486
|
-
box-shadow: 0 0.125rem 0.25rem rgba(
|
|
658
|
+
box-shadow: 0 0.125rem 0.25rem rgba(var(--cui-body-color-rgb), 0.075) !important;
|
|
487
659
|
}
|
|
488
660
|
|
|
489
661
|
.shadow-lg {
|
|
490
|
-
box-shadow: 0 1rem 3rem rgba(
|
|
662
|
+
box-shadow: 0 1rem 3rem rgba(var(--cui-body-color-rgb), 0.175) !important;
|
|
491
663
|
}
|
|
492
664
|
|
|
493
665
|
.shadow-none {
|
|
@@ -511,6 +683,7 @@
|
|
|
511
683
|
}
|
|
512
684
|
|
|
513
685
|
.position-sticky {
|
|
686
|
+
position: -webkit-sticky !important;
|
|
514
687
|
position: sticky !important;
|
|
515
688
|
}
|
|
516
689
|
|
|
@@ -539,35 +712,35 @@
|
|
|
539
712
|
}
|
|
540
713
|
|
|
541
714
|
.start-0 {
|
|
542
|
-
|
|
715
|
+
right: 0 !important;
|
|
543
716
|
}
|
|
544
717
|
|
|
545
718
|
.start-50 {
|
|
546
|
-
|
|
719
|
+
right: 50% !important;
|
|
547
720
|
}
|
|
548
721
|
|
|
549
722
|
.start-100 {
|
|
550
|
-
|
|
723
|
+
right: 100% !important;
|
|
551
724
|
}
|
|
552
725
|
|
|
553
726
|
.end-0 {
|
|
554
|
-
|
|
727
|
+
left: 0 !important;
|
|
555
728
|
}
|
|
556
729
|
|
|
557
730
|
.end-50 {
|
|
558
|
-
|
|
731
|
+
left: 50% !important;
|
|
559
732
|
}
|
|
560
733
|
|
|
561
734
|
.end-100 {
|
|
562
|
-
|
|
735
|
+
left: 100% !important;
|
|
563
736
|
}
|
|
564
737
|
|
|
565
738
|
.translate-middle {
|
|
566
|
-
transform: translate(
|
|
739
|
+
transform: translate(50%, -50%) !important;
|
|
567
740
|
}
|
|
568
741
|
|
|
569
742
|
.translate-middle-x {
|
|
570
|
-
transform: translateX(
|
|
743
|
+
transform: translateX(50%) !important;
|
|
571
744
|
}
|
|
572
745
|
|
|
573
746
|
.translate-middle-y {
|
|
@@ -660,147 +833,343 @@
|
|
|
660
833
|
}
|
|
661
834
|
|
|
662
835
|
.border-top-primary {
|
|
663
|
-
border-
|
|
836
|
+
--cui-border-opacity: 1;
|
|
837
|
+
border-top-color: rgba(var(--cui-primary-rgb), var(--cui-border-opacity)) !important;
|
|
664
838
|
}
|
|
665
839
|
|
|
666
840
|
.border-top-secondary {
|
|
667
|
-
border-
|
|
841
|
+
--cui-border-opacity: 1;
|
|
842
|
+
border-top-color: rgba(var(--cui-secondary-rgb), var(--cui-border-opacity)) !important;
|
|
668
843
|
}
|
|
669
844
|
|
|
670
845
|
.border-top-success {
|
|
671
|
-
border-
|
|
846
|
+
--cui-border-opacity: 1;
|
|
847
|
+
border-top-color: rgba(var(--cui-success-rgb), var(--cui-border-opacity)) !important;
|
|
672
848
|
}
|
|
673
849
|
|
|
674
850
|
.border-top-info {
|
|
675
|
-
border-
|
|
851
|
+
--cui-border-opacity: 1;
|
|
852
|
+
border-top-color: rgba(var(--cui-info-rgb), var(--cui-border-opacity)) !important;
|
|
676
853
|
}
|
|
677
854
|
|
|
678
855
|
.border-top-warning {
|
|
679
|
-
border-
|
|
856
|
+
--cui-border-opacity: 1;
|
|
857
|
+
border-top-color: rgba(var(--cui-warning-rgb), var(--cui-border-opacity)) !important;
|
|
680
858
|
}
|
|
681
859
|
|
|
682
860
|
.border-top-danger {
|
|
683
|
-
border-
|
|
861
|
+
--cui-border-opacity: 1;
|
|
862
|
+
border-top-color: rgba(var(--cui-danger-rgb), var(--cui-border-opacity)) !important;
|
|
684
863
|
}
|
|
685
864
|
|
|
686
865
|
.border-top-light {
|
|
687
|
-
border-
|
|
866
|
+
--cui-border-opacity: 1;
|
|
867
|
+
border-top-color: rgba(var(--cui-light-rgb), var(--cui-border-opacity)) !important;
|
|
688
868
|
}
|
|
689
869
|
|
|
690
870
|
.border-top-dark {
|
|
691
|
-
border-
|
|
871
|
+
--cui-border-opacity: 1;
|
|
872
|
+
border-top-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
|
|
692
873
|
}
|
|
693
874
|
|
|
694
875
|
.border-top-white {
|
|
695
|
-
border-
|
|
876
|
+
--cui-border-opacity: 1;
|
|
877
|
+
border-top-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
|
|
696
878
|
}
|
|
697
879
|
|
|
698
880
|
.border-end-primary {
|
|
699
|
-
border-
|
|
881
|
+
--cui-border-opacity: 1;
|
|
882
|
+
border-left-color: rgba(var(--cui-primary-rgb), var(--cui-border-opacity)) !important;
|
|
700
883
|
}
|
|
701
884
|
|
|
702
885
|
.border-end-secondary {
|
|
703
|
-
border-
|
|
886
|
+
--cui-border-opacity: 1;
|
|
887
|
+
border-left-color: rgba(var(--cui-secondary-rgb), var(--cui-border-opacity)) !important;
|
|
704
888
|
}
|
|
705
889
|
|
|
706
890
|
.border-end-success {
|
|
707
|
-
border-
|
|
891
|
+
--cui-border-opacity: 1;
|
|
892
|
+
border-left-color: rgba(var(--cui-success-rgb), var(--cui-border-opacity)) !important;
|
|
708
893
|
}
|
|
709
894
|
|
|
710
895
|
.border-end-info {
|
|
711
|
-
border-
|
|
896
|
+
--cui-border-opacity: 1;
|
|
897
|
+
border-left-color: rgba(var(--cui-info-rgb), var(--cui-border-opacity)) !important;
|
|
712
898
|
}
|
|
713
899
|
|
|
714
900
|
.border-end-warning {
|
|
715
|
-
border-
|
|
901
|
+
--cui-border-opacity: 1;
|
|
902
|
+
border-left-color: rgba(var(--cui-warning-rgb), var(--cui-border-opacity)) !important;
|
|
716
903
|
}
|
|
717
904
|
|
|
718
905
|
.border-end-danger {
|
|
719
|
-
border-
|
|
906
|
+
--cui-border-opacity: 1;
|
|
907
|
+
border-left-color: rgba(var(--cui-danger-rgb), var(--cui-border-opacity)) !important;
|
|
720
908
|
}
|
|
721
909
|
|
|
722
910
|
.border-end-light {
|
|
723
|
-
border-
|
|
911
|
+
--cui-border-opacity: 1;
|
|
912
|
+
border-left-color: rgba(var(--cui-light-rgb), var(--cui-border-opacity)) !important;
|
|
724
913
|
}
|
|
725
914
|
|
|
726
915
|
.border-end-dark {
|
|
727
|
-
border-
|
|
916
|
+
--cui-border-opacity: 1;
|
|
917
|
+
border-left-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
|
|
728
918
|
}
|
|
729
919
|
|
|
730
920
|
.border-end-white {
|
|
731
|
-
border-
|
|
921
|
+
--cui-border-opacity: 1;
|
|
922
|
+
border-left-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
|
|
732
923
|
}
|
|
733
924
|
|
|
734
925
|
.border-bottom-primary {
|
|
735
|
-
border-
|
|
926
|
+
--cui-border-opacity: 1;
|
|
927
|
+
border-bottom-color: rgba(var(--cui-primary-rgb), var(--cui-border-opacity)) !important;
|
|
736
928
|
}
|
|
737
929
|
|
|
738
930
|
.border-bottom-secondary {
|
|
739
|
-
border-
|
|
931
|
+
--cui-border-opacity: 1;
|
|
932
|
+
border-bottom-color: rgba(var(--cui-secondary-rgb), var(--cui-border-opacity)) !important;
|
|
740
933
|
}
|
|
741
934
|
|
|
742
935
|
.border-bottom-success {
|
|
743
|
-
border-
|
|
936
|
+
--cui-border-opacity: 1;
|
|
937
|
+
border-bottom-color: rgba(var(--cui-success-rgb), var(--cui-border-opacity)) !important;
|
|
744
938
|
}
|
|
745
939
|
|
|
746
940
|
.border-bottom-info {
|
|
747
|
-
border-
|
|
941
|
+
--cui-border-opacity: 1;
|
|
942
|
+
border-bottom-color: rgba(var(--cui-info-rgb), var(--cui-border-opacity)) !important;
|
|
748
943
|
}
|
|
749
944
|
|
|
750
945
|
.border-bottom-warning {
|
|
751
|
-
border-
|
|
946
|
+
--cui-border-opacity: 1;
|
|
947
|
+
border-bottom-color: rgba(var(--cui-warning-rgb), var(--cui-border-opacity)) !important;
|
|
752
948
|
}
|
|
753
949
|
|
|
754
950
|
.border-bottom-danger {
|
|
755
|
-
border-
|
|
951
|
+
--cui-border-opacity: 1;
|
|
952
|
+
border-bottom-color: rgba(var(--cui-danger-rgb), var(--cui-border-opacity)) !important;
|
|
756
953
|
}
|
|
757
954
|
|
|
758
955
|
.border-bottom-light {
|
|
759
|
-
border-
|
|
956
|
+
--cui-border-opacity: 1;
|
|
957
|
+
border-bottom-color: rgba(var(--cui-light-rgb), var(--cui-border-opacity)) !important;
|
|
760
958
|
}
|
|
761
959
|
|
|
762
960
|
.border-bottom-dark {
|
|
763
|
-
border-
|
|
961
|
+
--cui-border-opacity: 1;
|
|
962
|
+
border-bottom-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
|
|
764
963
|
}
|
|
765
964
|
|
|
766
965
|
.border-bottom-white {
|
|
767
|
-
border-
|
|
966
|
+
--cui-border-opacity: 1;
|
|
967
|
+
border-bottom-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
|
|
768
968
|
}
|
|
769
969
|
|
|
770
970
|
.border-start-primary {
|
|
771
|
-
border-
|
|
971
|
+
--cui-border-opacity: 1;
|
|
972
|
+
border-right-color: rgba(var(--cui-primary-rgb), var(--cui-border-opacity)) !important;
|
|
772
973
|
}
|
|
773
974
|
|
|
774
975
|
.border-start-secondary {
|
|
775
|
-
border-
|
|
976
|
+
--cui-border-opacity: 1;
|
|
977
|
+
border-right-color: rgba(var(--cui-secondary-rgb), var(--cui-border-opacity)) !important;
|
|
776
978
|
}
|
|
777
979
|
|
|
778
980
|
.border-start-success {
|
|
779
|
-
border-
|
|
981
|
+
--cui-border-opacity: 1;
|
|
982
|
+
border-right-color: rgba(var(--cui-success-rgb), var(--cui-border-opacity)) !important;
|
|
780
983
|
}
|
|
781
984
|
|
|
782
985
|
.border-start-info {
|
|
783
|
-
border-
|
|
986
|
+
--cui-border-opacity: 1;
|
|
987
|
+
border-right-color: rgba(var(--cui-info-rgb), var(--cui-border-opacity)) !important;
|
|
784
988
|
}
|
|
785
989
|
|
|
786
990
|
.border-start-warning {
|
|
787
|
-
border-
|
|
991
|
+
--cui-border-opacity: 1;
|
|
992
|
+
border-right-color: rgba(var(--cui-warning-rgb), var(--cui-border-opacity)) !important;
|
|
788
993
|
}
|
|
789
994
|
|
|
790
995
|
.border-start-danger {
|
|
791
|
-
border-
|
|
996
|
+
--cui-border-opacity: 1;
|
|
997
|
+
border-right-color: rgba(var(--cui-danger-rgb), var(--cui-border-opacity)) !important;
|
|
792
998
|
}
|
|
793
999
|
|
|
794
1000
|
.border-start-light {
|
|
795
|
-
border-
|
|
1001
|
+
--cui-border-opacity: 1;
|
|
1002
|
+
border-right-color: rgba(var(--cui-light-rgb), var(--cui-border-opacity)) !important;
|
|
796
1003
|
}
|
|
797
1004
|
|
|
798
1005
|
.border-start-dark {
|
|
799
|
-
border-
|
|
1006
|
+
--cui-border-opacity: 1;
|
|
1007
|
+
border-right-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
|
|
800
1008
|
}
|
|
801
1009
|
|
|
802
1010
|
.border-start-white {
|
|
803
|
-
border-
|
|
1011
|
+
--cui-border-opacity: 1;
|
|
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;
|
|
804
1173
|
}
|
|
805
1174
|
|
|
806
1175
|
.border-1 {
|
|
@@ -1188,38 +1557,38 @@
|
|
|
1188
1557
|
}
|
|
1189
1558
|
|
|
1190
1559
|
.mx-0 {
|
|
1191
|
-
margin-right: 0 !important;
|
|
1192
1560
|
margin-left: 0 !important;
|
|
1561
|
+
margin-right: 0 !important;
|
|
1193
1562
|
}
|
|
1194
1563
|
|
|
1195
1564
|
.mx-1 {
|
|
1196
|
-
margin-right: 0.25rem !important;
|
|
1197
1565
|
margin-left: 0.25rem !important;
|
|
1566
|
+
margin-right: 0.25rem !important;
|
|
1198
1567
|
}
|
|
1199
1568
|
|
|
1200
1569
|
.mx-2 {
|
|
1201
|
-
margin-right: 0.5rem !important;
|
|
1202
1570
|
margin-left: 0.5rem !important;
|
|
1571
|
+
margin-right: 0.5rem !important;
|
|
1203
1572
|
}
|
|
1204
1573
|
|
|
1205
1574
|
.mx-3 {
|
|
1206
|
-
margin-right: 1rem !important;
|
|
1207
1575
|
margin-left: 1rem !important;
|
|
1576
|
+
margin-right: 1rem !important;
|
|
1208
1577
|
}
|
|
1209
1578
|
|
|
1210
1579
|
.mx-4 {
|
|
1211
|
-
margin-right: 1.5rem !important;
|
|
1212
1580
|
margin-left: 1.5rem !important;
|
|
1581
|
+
margin-right: 1.5rem !important;
|
|
1213
1582
|
}
|
|
1214
1583
|
|
|
1215
1584
|
.mx-5 {
|
|
1216
|
-
margin-right: 3rem !important;
|
|
1217
1585
|
margin-left: 3rem !important;
|
|
1586
|
+
margin-right: 3rem !important;
|
|
1218
1587
|
}
|
|
1219
1588
|
|
|
1220
1589
|
.mx-auto {
|
|
1221
|
-
margin-right: auto !important;
|
|
1222
1590
|
margin-left: auto !important;
|
|
1591
|
+
margin-right: auto !important;
|
|
1223
1592
|
}
|
|
1224
1593
|
|
|
1225
1594
|
.my-0 {
|
|
@@ -1394,33 +1763,33 @@
|
|
|
1394
1763
|
}
|
|
1395
1764
|
|
|
1396
1765
|
.px-0 {
|
|
1397
|
-
padding-right: 0 !important;
|
|
1398
1766
|
padding-left: 0 !important;
|
|
1767
|
+
padding-right: 0 !important;
|
|
1399
1768
|
}
|
|
1400
1769
|
|
|
1401
1770
|
.px-1 {
|
|
1402
|
-
padding-right: 0.25rem !important;
|
|
1403
1771
|
padding-left: 0.25rem !important;
|
|
1772
|
+
padding-right: 0.25rem !important;
|
|
1404
1773
|
}
|
|
1405
1774
|
|
|
1406
1775
|
.px-2 {
|
|
1407
|
-
padding-right: 0.5rem !important;
|
|
1408
1776
|
padding-left: 0.5rem !important;
|
|
1777
|
+
padding-right: 0.5rem !important;
|
|
1409
1778
|
}
|
|
1410
1779
|
|
|
1411
1780
|
.px-3 {
|
|
1412
|
-
padding-right: 1rem !important;
|
|
1413
1781
|
padding-left: 1rem !important;
|
|
1782
|
+
padding-right: 1rem !important;
|
|
1414
1783
|
}
|
|
1415
1784
|
|
|
1416
1785
|
.px-4 {
|
|
1417
|
-
padding-right: 1.5rem !important;
|
|
1418
1786
|
padding-left: 1.5rem !important;
|
|
1787
|
+
padding-right: 1.5rem !important;
|
|
1419
1788
|
}
|
|
1420
1789
|
|
|
1421
1790
|
.px-5 {
|
|
1422
|
-
padding-right: 3rem !important;
|
|
1423
1791
|
padding-left: 3rem !important;
|
|
1792
|
+
padding-right: 3rem !important;
|
|
1424
1793
|
}
|
|
1425
1794
|
|
|
1426
1795
|
.py-0 {
|
|
@@ -1573,6 +1942,60 @@
|
|
|
1573
1942
|
gap: 3rem !important;
|
|
1574
1943
|
}
|
|
1575
1944
|
|
|
1945
|
+
.row-gap-0 {
|
|
1946
|
+
row-gap: 0 !important;
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
.row-gap-1 {
|
|
1950
|
+
row-gap: 0.25rem !important;
|
|
1951
|
+
}
|
|
1952
|
+
|
|
1953
|
+
.row-gap-2 {
|
|
1954
|
+
row-gap: 0.5rem !important;
|
|
1955
|
+
}
|
|
1956
|
+
|
|
1957
|
+
.row-gap-3 {
|
|
1958
|
+
row-gap: 1rem !important;
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1961
|
+
.row-gap-4 {
|
|
1962
|
+
row-gap: 1.5rem !important;
|
|
1963
|
+
}
|
|
1964
|
+
|
|
1965
|
+
.row-gap-5 {
|
|
1966
|
+
row-gap: 3rem !important;
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1969
|
+
.column-gap-0 {
|
|
1970
|
+
-moz-column-gap: 0 !important;
|
|
1971
|
+
column-gap: 0 !important;
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
.column-gap-1 {
|
|
1975
|
+
-moz-column-gap: 0.25rem !important;
|
|
1976
|
+
column-gap: 0.25rem !important;
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1979
|
+
.column-gap-2 {
|
|
1980
|
+
-moz-column-gap: 0.5rem !important;
|
|
1981
|
+
column-gap: 0.5rem !important;
|
|
1982
|
+
}
|
|
1983
|
+
|
|
1984
|
+
.column-gap-3 {
|
|
1985
|
+
-moz-column-gap: 1rem !important;
|
|
1986
|
+
column-gap: 1rem !important;
|
|
1987
|
+
}
|
|
1988
|
+
|
|
1989
|
+
.column-gap-4 {
|
|
1990
|
+
-moz-column-gap: 1.5rem !important;
|
|
1991
|
+
column-gap: 1.5rem !important;
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
.column-gap-5 {
|
|
1995
|
+
-moz-column-gap: 3rem !important;
|
|
1996
|
+
column-gap: 3rem !important;
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1576
1999
|
.font-monospace {
|
|
1577
2000
|
font-family: var(--cui-font-monospace) !important;
|
|
1578
2001
|
}
|
|
@@ -1609,14 +2032,14 @@
|
|
|
1609
2032
|
font-style: normal !important;
|
|
1610
2033
|
}
|
|
1611
2034
|
|
|
1612
|
-
.fw-light {
|
|
1613
|
-
font-weight: 300 !important;
|
|
1614
|
-
}
|
|
1615
|
-
|
|
1616
2035
|
.fw-lighter {
|
|
1617
2036
|
font-weight: lighter !important;
|
|
1618
2037
|
}
|
|
1619
2038
|
|
|
2039
|
+
.fw-light {
|
|
2040
|
+
font-weight: 300 !important;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
1620
2043
|
.fw-normal {
|
|
1621
2044
|
font-weight: 400 !important;
|
|
1622
2045
|
}
|
|
@@ -1696,117 +2119,112 @@
|
|
|
1696
2119
|
.text-nowrap {
|
|
1697
2120
|
white-space: nowrap !important;
|
|
1698
2121
|
}
|
|
1699
|
-
|
|
1700
|
-
/* rtl:begin:remove */
|
|
1701
|
-
.text-break {
|
|
1702
|
-
word-wrap: break-word !important;
|
|
1703
|
-
word-break: break-word !important;
|
|
1704
|
-
}
|
|
1705
|
-
|
|
1706
|
-
/* rtl:end:remove */
|
|
2122
|
+
[data-coreui-theme=dark] .dark\:text-primary, [data-coreui-theme=dark] .dark\:text-primary:not([class*="dark:"]),
|
|
1707
2123
|
.text-primary {
|
|
1708
2124
|
--cui-text-opacity: 1;
|
|
1709
2125
|
color: rgba(var(--cui-primary-rgb), var(--cui-text-opacity)) !important;
|
|
1710
2126
|
}
|
|
1711
2127
|
|
|
2128
|
+
[data-coreui-theme=dark] .dark\:text-secondary, [data-coreui-theme=dark] .dark\:text-secondary:not([class*="dark:"]),
|
|
1712
2129
|
.text-secondary {
|
|
1713
2130
|
--cui-text-opacity: 1;
|
|
1714
2131
|
color: rgba(var(--cui-secondary-rgb), var(--cui-text-opacity)) !important;
|
|
1715
2132
|
}
|
|
1716
2133
|
|
|
2134
|
+
[data-coreui-theme=dark] .dark\:text-success, [data-coreui-theme=dark] .dark\:text-success:not([class*="dark:"]),
|
|
1717
2135
|
.text-success {
|
|
1718
2136
|
--cui-text-opacity: 1;
|
|
1719
2137
|
color: rgba(var(--cui-success-rgb), var(--cui-text-opacity)) !important;
|
|
1720
2138
|
}
|
|
1721
2139
|
|
|
2140
|
+
[data-coreui-theme=dark] .dark\:text-info, [data-coreui-theme=dark] .dark\:text-info:not([class*="dark:"]),
|
|
1722
2141
|
.text-info {
|
|
1723
2142
|
--cui-text-opacity: 1;
|
|
1724
2143
|
color: rgba(var(--cui-info-rgb), var(--cui-text-opacity)) !important;
|
|
1725
2144
|
}
|
|
1726
2145
|
|
|
2146
|
+
[data-coreui-theme=dark] .dark\:text-warning, [data-coreui-theme=dark] .dark\:text-warning:not([class*="dark:"]),
|
|
1727
2147
|
.text-warning {
|
|
1728
2148
|
--cui-text-opacity: 1;
|
|
1729
2149
|
color: rgba(var(--cui-warning-rgb), var(--cui-text-opacity)) !important;
|
|
1730
2150
|
}
|
|
1731
2151
|
|
|
2152
|
+
[data-coreui-theme=dark] .dark\:text-danger, [data-coreui-theme=dark] .dark\:text-danger:not([class*="dark:"]),
|
|
1732
2153
|
.text-danger {
|
|
1733
2154
|
--cui-text-opacity: 1;
|
|
1734
2155
|
color: rgba(var(--cui-danger-rgb), var(--cui-text-opacity)) !important;
|
|
1735
2156
|
}
|
|
1736
2157
|
|
|
2158
|
+
[data-coreui-theme=dark] .dark\:text-light, [data-coreui-theme=dark] .dark\:text-light:not([class*="dark:"]),
|
|
1737
2159
|
.text-light {
|
|
1738
2160
|
--cui-text-opacity: 1;
|
|
1739
2161
|
color: rgba(var(--cui-light-rgb), var(--cui-text-opacity)) !important;
|
|
1740
2162
|
}
|
|
1741
2163
|
|
|
2164
|
+
[data-coreui-theme=dark] .dark\:text-dark, [data-coreui-theme=dark] .dark\:text-dark:not([class*="dark:"]),
|
|
1742
2165
|
.text-dark {
|
|
1743
2166
|
--cui-text-opacity: 1;
|
|
1744
2167
|
color: rgba(var(--cui-dark-rgb), var(--cui-text-opacity)) !important;
|
|
1745
2168
|
}
|
|
1746
2169
|
|
|
2170
|
+
[data-coreui-theme=dark] .dark\:text-black, [data-coreui-theme=dark] .dark\:text-black:not([class*="dark:"]),
|
|
1747
2171
|
.text-black {
|
|
1748
2172
|
--cui-text-opacity: 1;
|
|
1749
2173
|
color: rgba(var(--cui-black-rgb), var(--cui-text-opacity)) !important;
|
|
1750
2174
|
}
|
|
1751
2175
|
|
|
2176
|
+
[data-coreui-theme=dark] .dark\:text-white, [data-coreui-theme=dark] .dark\:text-white:not([class*="dark:"]),
|
|
1752
2177
|
.text-white {
|
|
1753
2178
|
--cui-text-opacity: 1;
|
|
1754
2179
|
color: rgba(var(--cui-white-rgb), var(--cui-text-opacity)) !important;
|
|
1755
2180
|
}
|
|
1756
2181
|
|
|
2182
|
+
[data-coreui-theme=dark] .dark\:text-body, [data-coreui-theme=dark] .dark\:text-body:not([class*="dark:"]),
|
|
1757
2183
|
.text-body {
|
|
1758
2184
|
--cui-text-opacity: 1;
|
|
1759
2185
|
color: rgba(var(--cui-body-color-rgb), var(--cui-text-opacity)) !important;
|
|
1760
2186
|
}
|
|
1761
2187
|
|
|
2188
|
+
[data-coreui-theme=dark] .dark\:text-muted, [data-coreui-theme=dark] .dark\:text-muted:not([class*="dark:"]),
|
|
1762
2189
|
.text-muted {
|
|
1763
2190
|
--cui-text-opacity: 1;
|
|
1764
|
-
color:
|
|
2191
|
+
color: var(--cui-secondary-color) !important;
|
|
1765
2192
|
}
|
|
1766
2193
|
|
|
2194
|
+
[data-coreui-theme=dark] .dark\:text-black-50, [data-coreui-theme=dark] .dark\:text-black-50:not([class*="dark:"]),
|
|
1767
2195
|
.text-black-50 {
|
|
1768
2196
|
--cui-text-opacity: 1;
|
|
1769
|
-
color: rgba(0, 0,
|
|
2197
|
+
color: rgba(0, 0, 0, 0.5) !important;
|
|
1770
2198
|
}
|
|
1771
2199
|
|
|
2200
|
+
[data-coreui-theme=dark] .dark\:text-white-50, [data-coreui-theme=dark] .dark\:text-white-50:not([class*="dark:"]),
|
|
1772
2201
|
.text-white-50 {
|
|
1773
2202
|
--cui-text-opacity: 1;
|
|
1774
2203
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
1775
2204
|
}
|
|
1776
2205
|
|
|
1777
|
-
.text-
|
|
2206
|
+
[data-coreui-theme=dark] .dark\:text-body-secondary, [data-coreui-theme=dark] .dark\:text-body-secondary:not([class*="dark:"]),
|
|
2207
|
+
.text-body-secondary {
|
|
1778
2208
|
--cui-text-opacity: 1;
|
|
1779
|
-
color:
|
|
2209
|
+
color: var(--cui-secondary-color) !important;
|
|
1780
2210
|
}
|
|
1781
2211
|
|
|
1782
|
-
.text-
|
|
2212
|
+
[data-coreui-theme=dark] .dark\:text-body-tertiary, [data-coreui-theme=dark] .dark\:text-body-tertiary:not([class*="dark:"]),
|
|
2213
|
+
.text-body-tertiary {
|
|
1783
2214
|
--cui-text-opacity: 1;
|
|
1784
|
-
color:
|
|
2215
|
+
color: var(--cui-tertiary-color) !important;
|
|
1785
2216
|
}
|
|
1786
2217
|
|
|
1787
|
-
.text-
|
|
2218
|
+
[data-coreui-theme=dark] .dark\:text-body-emphasis, [data-coreui-theme=dark] .dark\:text-body-emphasis:not([class*="dark:"]),
|
|
2219
|
+
.text-body-emphasis {
|
|
1788
2220
|
--cui-text-opacity: 1;
|
|
1789
|
-
color:
|
|
2221
|
+
color: var(--cui-emphasis-color) !important;
|
|
1790
2222
|
}
|
|
1791
2223
|
|
|
1792
|
-
.text-
|
|
1793
|
-
|
|
1794
|
-
color: rgba(255, 255, 255, 0.38) !important;
|
|
1795
|
-
}
|
|
1796
|
-
|
|
1797
|
-
.text-high-emphasis {
|
|
1798
|
-
--cui-text-opacity: 1;
|
|
1799
|
-
color: rgba(44, 56, 74, 0.95) !important;
|
|
1800
|
-
}
|
|
1801
|
-
|
|
1802
|
-
.text-medium-emphasis {
|
|
1803
|
-
--cui-text-opacity: 1;
|
|
1804
|
-
color: rgba(44, 56, 74, 0.681) !important;
|
|
1805
|
-
}
|
|
1806
|
-
|
|
1807
|
-
.text-disabled {
|
|
2224
|
+
[data-coreui-theme=dark] .dark\:text-reset, [data-coreui-theme=dark] .dark\:text-reset:not([class*="dark:"]),
|
|
2225
|
+
.text-reset {
|
|
1808
2226
|
--cui-text-opacity: 1;
|
|
1809
|
-
color:
|
|
2227
|
+
color: inherit !important;
|
|
1810
2228
|
}
|
|
1811
2229
|
|
|
1812
2230
|
.text-opacity-25 {
|
|
@@ -1825,66 +2243,128 @@
|
|
|
1825
2243
|
--cui-text-opacity: 1;
|
|
1826
2244
|
}
|
|
1827
2245
|
|
|
2246
|
+
.text-primary-emphasis {
|
|
2247
|
+
color: var(--cui-primary-text) !important;
|
|
2248
|
+
}
|
|
2249
|
+
|
|
2250
|
+
.text-secondary-emphasis {
|
|
2251
|
+
color: var(--cui-secondary-text) !important;
|
|
2252
|
+
}
|
|
2253
|
+
|
|
2254
|
+
.text-success-emphasis {
|
|
2255
|
+
color: var(--cui-success-text) !important;
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
.text-info-emphasis {
|
|
2259
|
+
color: var(--cui-info-text) !important;
|
|
2260
|
+
}
|
|
2261
|
+
|
|
2262
|
+
.text-warning-emphasis {
|
|
2263
|
+
color: var(--cui-warning-text) !important;
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2266
|
+
.text-danger-emphasis {
|
|
2267
|
+
color: var(--cui-danger-text) !important;
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
.text-light-emphasis {
|
|
2271
|
+
color: var(--cui-light-text) !important;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
.text-dark-emphasis {
|
|
2275
|
+
color: var(--cui-dark-text) !important;
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2278
|
+
[data-coreui-theme=dark] .dark\:bg-primary, [data-coreui-theme=dark] .dark\:bg-primary:not([class*="dark:"]),
|
|
1828
2279
|
.bg-primary {
|
|
1829
2280
|
--cui-bg-opacity: 1;
|
|
1830
2281
|
background-color: rgba(var(--cui-primary-rgb), var(--cui-bg-opacity)) !important;
|
|
1831
2282
|
}
|
|
1832
2283
|
|
|
2284
|
+
[data-coreui-theme=dark] .dark\:bg-secondary, [data-coreui-theme=dark] .dark\:bg-secondary:not([class*="dark:"]),
|
|
1833
2285
|
.bg-secondary {
|
|
1834
2286
|
--cui-bg-opacity: 1;
|
|
1835
2287
|
background-color: rgba(var(--cui-secondary-rgb), var(--cui-bg-opacity)) !important;
|
|
1836
2288
|
}
|
|
1837
2289
|
|
|
2290
|
+
[data-coreui-theme=dark] .dark\:bg-success, [data-coreui-theme=dark] .dark\:bg-success:not([class*="dark:"]),
|
|
1838
2291
|
.bg-success {
|
|
1839
2292
|
--cui-bg-opacity: 1;
|
|
1840
2293
|
background-color: rgba(var(--cui-success-rgb), var(--cui-bg-opacity)) !important;
|
|
1841
2294
|
}
|
|
1842
2295
|
|
|
2296
|
+
[data-coreui-theme=dark] .dark\:bg-info, [data-coreui-theme=dark] .dark\:bg-info:not([class*="dark:"]),
|
|
1843
2297
|
.bg-info {
|
|
1844
2298
|
--cui-bg-opacity: 1;
|
|
1845
2299
|
background-color: rgba(var(--cui-info-rgb), var(--cui-bg-opacity)) !important;
|
|
1846
2300
|
}
|
|
1847
2301
|
|
|
2302
|
+
[data-coreui-theme=dark] .dark\:bg-warning, [data-coreui-theme=dark] .dark\:bg-warning:not([class*="dark:"]),
|
|
1848
2303
|
.bg-warning {
|
|
1849
2304
|
--cui-bg-opacity: 1;
|
|
1850
2305
|
background-color: rgba(var(--cui-warning-rgb), var(--cui-bg-opacity)) !important;
|
|
1851
2306
|
}
|
|
1852
2307
|
|
|
2308
|
+
[data-coreui-theme=dark] .dark\:bg-danger, [data-coreui-theme=dark] .dark\:bg-danger:not([class*="dark:"]),
|
|
1853
2309
|
.bg-danger {
|
|
1854
2310
|
--cui-bg-opacity: 1;
|
|
1855
2311
|
background-color: rgba(var(--cui-danger-rgb), var(--cui-bg-opacity)) !important;
|
|
1856
2312
|
}
|
|
1857
2313
|
|
|
2314
|
+
[data-coreui-theme=dark] .dark\:bg-light, [data-coreui-theme=dark] .dark\:bg-light:not([class*="dark:"]),
|
|
1858
2315
|
.bg-light {
|
|
1859
2316
|
--cui-bg-opacity: 1;
|
|
1860
2317
|
background-color: rgba(var(--cui-light-rgb), var(--cui-bg-opacity)) !important;
|
|
1861
2318
|
}
|
|
1862
2319
|
|
|
2320
|
+
[data-coreui-theme=dark] .dark\:bg-dark, [data-coreui-theme=dark] .dark\:bg-dark:not([class*="dark:"]),
|
|
1863
2321
|
.bg-dark {
|
|
1864
2322
|
--cui-bg-opacity: 1;
|
|
1865
2323
|
background-color: rgba(var(--cui-dark-rgb), var(--cui-bg-opacity)) !important;
|
|
1866
2324
|
}
|
|
1867
2325
|
|
|
2326
|
+
[data-coreui-theme=dark] .dark\:bg-black, [data-coreui-theme=dark] .dark\:bg-black:not([class*="dark:"]),
|
|
1868
2327
|
.bg-black {
|
|
1869
2328
|
--cui-bg-opacity: 1;
|
|
1870
2329
|
background-color: rgba(var(--cui-black-rgb), var(--cui-bg-opacity)) !important;
|
|
1871
2330
|
}
|
|
1872
2331
|
|
|
2332
|
+
[data-coreui-theme=dark] .dark\:bg-white, [data-coreui-theme=dark] .dark\:bg-white:not([class*="dark:"]),
|
|
1873
2333
|
.bg-white {
|
|
1874
2334
|
--cui-bg-opacity: 1;
|
|
1875
2335
|
background-color: rgba(var(--cui-white-rgb), var(--cui-bg-opacity)) !important;
|
|
1876
2336
|
}
|
|
1877
2337
|
|
|
2338
|
+
[data-coreui-theme=dark] .dark\:bg-body, [data-coreui-theme=dark] .dark\:bg-body:not([class*="dark:"]),
|
|
1878
2339
|
.bg-body {
|
|
1879
2340
|
--cui-bg-opacity: 1;
|
|
1880
2341
|
background-color: rgba(var(--cui-body-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
1881
2342
|
}
|
|
1882
2343
|
|
|
2344
|
+
[data-coreui-theme=dark] .dark\:bg-transparent, [data-coreui-theme=dark] .dark\:bg-transparent:not([class*="dark:"]),
|
|
1883
2345
|
.bg-transparent {
|
|
1884
2346
|
--cui-bg-opacity: 1;
|
|
1885
2347
|
background-color: transparent !important;
|
|
1886
2348
|
}
|
|
1887
2349
|
|
|
2350
|
+
[data-coreui-theme=dark] .dark\:bg-body-secondary, [data-coreui-theme=dark] .dark\:bg-body-secondary:not([class*="dark:"]),
|
|
2351
|
+
.bg-body-secondary {
|
|
2352
|
+
--cui-bg-opacity: 1;
|
|
2353
|
+
background-color: rgba(var(--cui-secondary-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
2354
|
+
}
|
|
2355
|
+
|
|
2356
|
+
[data-coreui-theme=dark] .dark\:bg-body-tertiary, [data-coreui-theme=dark] .dark\:bg-body-tertiary:not([class*="dark:"]),
|
|
2357
|
+
.bg-body-tertiary {
|
|
2358
|
+
--cui-bg-opacity: 1;
|
|
2359
|
+
background-color: rgba(var(--cui-tertiary-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
2360
|
+
}
|
|
2361
|
+
|
|
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
|
+
|
|
1888
2368
|
.bg-opacity-10 {
|
|
1889
2369
|
--cui-bg-opacity: 0.1;
|
|
1890
2370
|
}
|
|
@@ -1905,19 +2385,65 @@
|
|
|
1905
2385
|
--cui-bg-opacity: 1;
|
|
1906
2386
|
}
|
|
1907
2387
|
|
|
2388
|
+
[data-coreui-theme=dark] .dark\:bg-primary-subtle, [data-coreui-theme=dark] .dark\:bg-primary-subtle:not([class*="dark:"]),
|
|
2389
|
+
.bg-primary-subtle {
|
|
2390
|
+
background-color: var(--cui-primary-bg-subtle) !important;
|
|
2391
|
+
}
|
|
2392
|
+
|
|
2393
|
+
[data-coreui-theme=dark] .dark\:bg-secondary-subtle, [data-coreui-theme=dark] .dark\:bg-secondary-subtle:not([class*="dark:"]),
|
|
2394
|
+
.bg-secondary-subtle {
|
|
2395
|
+
background-color: var(--cui-secondary-bg-subtle) !important;
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
[data-coreui-theme=dark] .dark\:bg-success-subtle, [data-coreui-theme=dark] .dark\:bg-success-subtle:not([class*="dark:"]),
|
|
2399
|
+
.bg-success-subtle {
|
|
2400
|
+
background-color: var(--cui-success-bg-subtle) !important;
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2403
|
+
[data-coreui-theme=dark] .dark\:bg-info-subtle, [data-coreui-theme=dark] .dark\:bg-info-subtle:not([class*="dark:"]),
|
|
2404
|
+
.bg-info-subtle {
|
|
2405
|
+
background-color: var(--cui-info-bg-subtle) !important;
|
|
2406
|
+
}
|
|
2407
|
+
|
|
2408
|
+
[data-coreui-theme=dark] .dark\:bg-warning-subtle, [data-coreui-theme=dark] .dark\:bg-warning-subtle:not([class*="dark:"]),
|
|
2409
|
+
.bg-warning-subtle {
|
|
2410
|
+
background-color: var(--cui-warning-bg-subtle) !important;
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
[data-coreui-theme=dark] .dark\:bg-danger-subtle, [data-coreui-theme=dark] .dark\:bg-danger-subtle:not([class*="dark:"]),
|
|
2414
|
+
.bg-danger-subtle {
|
|
2415
|
+
background-color: var(--cui-danger-bg-subtle) !important;
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
|
+
[data-coreui-theme=dark] .dark\:bg-light-subtle, [data-coreui-theme=dark] .dark\:bg-light-subtle:not([class*="dark:"]),
|
|
2419
|
+
.bg-light-subtle {
|
|
2420
|
+
background-color: var(--cui-light-bg-subtle) !important;
|
|
2421
|
+
}
|
|
2422
|
+
|
|
2423
|
+
[data-coreui-theme=dark] .dark\:bg-dark-subtle, [data-coreui-theme=dark] .dark\:bg-dark-subtle:not([class*="dark:"]),
|
|
2424
|
+
.bg-dark-subtle {
|
|
2425
|
+
background-color: var(--cui-dark-bg-subtle) !important;
|
|
2426
|
+
}
|
|
2427
|
+
|
|
1908
2428
|
.bg-gradient {
|
|
1909
2429
|
background-image: var(--cui-gradient) !important;
|
|
1910
2430
|
}
|
|
1911
2431
|
|
|
1912
2432
|
.user-select-all {
|
|
2433
|
+
-webkit-user-select: all !important;
|
|
2434
|
+
-moz-user-select: all !important;
|
|
1913
2435
|
user-select: all !important;
|
|
1914
2436
|
}
|
|
1915
2437
|
|
|
1916
2438
|
.user-select-auto {
|
|
2439
|
+
-webkit-user-select: auto !important;
|
|
2440
|
+
-moz-user-select: auto !important;
|
|
1917
2441
|
user-select: auto !important;
|
|
1918
2442
|
}
|
|
1919
2443
|
|
|
1920
2444
|
.user-select-none {
|
|
2445
|
+
-webkit-user-select: none !important;
|
|
2446
|
+
-moz-user-select: none !important;
|
|
1921
2447
|
user-select: none !important;
|
|
1922
2448
|
}
|
|
1923
2449
|
|
|
@@ -1929,68 +2455,248 @@
|
|
|
1929
2455
|
pointer-events: auto !important;
|
|
1930
2456
|
}
|
|
1931
2457
|
|
|
1932
|
-
.rounded {
|
|
1933
|
-
border-radius: var(--cui-border-radius) !important;
|
|
2458
|
+
.rounded {
|
|
2459
|
+
border-radius: var(--cui-border-radius) !important;
|
|
2460
|
+
}
|
|
2461
|
+
|
|
2462
|
+
.rounded-0 {
|
|
2463
|
+
border-radius: 0 !important;
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
.rounded-1 {
|
|
2467
|
+
border-radius: var(--cui-border-radius-sm) !important;
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
.rounded-2 {
|
|
2471
|
+
border-radius: var(--cui-border-radius) !important;
|
|
2472
|
+
}
|
|
2473
|
+
|
|
2474
|
+
.rounded-3 {
|
|
2475
|
+
border-radius: var(--cui-border-radius-lg) !important;
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
.rounded-4 {
|
|
2479
|
+
border-radius: var(--cui-border-radius-xl) !important;
|
|
2480
|
+
}
|
|
2481
|
+
|
|
2482
|
+
.rounded-5 {
|
|
2483
|
+
border-radius: var(--cui-border-radius-2xl) !important;
|
|
2484
|
+
}
|
|
2485
|
+
|
|
2486
|
+
.rounded-circle {
|
|
2487
|
+
border-radius: 50% !important;
|
|
2488
|
+
}
|
|
2489
|
+
|
|
2490
|
+
.rounded-pill {
|
|
2491
|
+
border-radius: var(--cui-border-radius-pill) !important;
|
|
2492
|
+
}
|
|
2493
|
+
|
|
2494
|
+
.rounded-top {
|
|
2495
|
+
border-top-right-radius: var(--cui-border-radius) !important;
|
|
2496
|
+
border-top-left-radius: var(--cui-border-radius) !important;
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2499
|
+
.rounded-top-0 {
|
|
2500
|
+
border-top-right-radius: 0 !important;
|
|
2501
|
+
border-top-left-radius: 0 !important;
|
|
2502
|
+
}
|
|
2503
|
+
|
|
2504
|
+
.rounded-top-1 {
|
|
2505
|
+
border-top-right-radius: var(--cui-border-radius-sm) !important;
|
|
2506
|
+
border-top-left-radius: var(--cui-border-radius-sm) !important;
|
|
2507
|
+
}
|
|
2508
|
+
|
|
2509
|
+
.rounded-top-2 {
|
|
2510
|
+
border-top-right-radius: var(--cui-border-radius) !important;
|
|
2511
|
+
border-top-left-radius: var(--cui-border-radius) !important;
|
|
2512
|
+
}
|
|
2513
|
+
|
|
2514
|
+
.rounded-top-3 {
|
|
2515
|
+
border-top-right-radius: var(--cui-border-radius-lg) !important;
|
|
2516
|
+
border-top-left-radius: var(--cui-border-radius-lg) !important;
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
.rounded-top-4 {
|
|
2520
|
+
border-top-right-radius: var(--cui-border-radius-xl) !important;
|
|
2521
|
+
border-top-left-radius: var(--cui-border-radius-xl) !important;
|
|
2522
|
+
}
|
|
2523
|
+
|
|
2524
|
+
.rounded-top-5 {
|
|
2525
|
+
border-top-right-radius: var(--cui-border-radius-2xl) !important;
|
|
2526
|
+
border-top-left-radius: var(--cui-border-radius-2xl) !important;
|
|
2527
|
+
}
|
|
2528
|
+
|
|
2529
|
+
.rounded-top-circle {
|
|
2530
|
+
border-top-right-radius: 50% !important;
|
|
2531
|
+
border-top-left-radius: 50% !important;
|
|
2532
|
+
}
|
|
2533
|
+
|
|
2534
|
+
.rounded-top-pill {
|
|
2535
|
+
border-top-right-radius: var(--cui-border-radius-pill) !important;
|
|
2536
|
+
border-top-left-radius: var(--cui-border-radius-pill) !important;
|
|
2537
|
+
}
|
|
2538
|
+
|
|
2539
|
+
.rounded-end {
|
|
2540
|
+
border-top-left-radius: var(--cui-border-radius) !important;
|
|
2541
|
+
border-bottom-left-radius: var(--cui-border-radius) !important;
|
|
2542
|
+
}
|
|
2543
|
+
|
|
2544
|
+
.rounded-end-0 {
|
|
2545
|
+
border-top-left-radius: 0 !important;
|
|
2546
|
+
border-bottom-left-radius: 0 !important;
|
|
2547
|
+
}
|
|
2548
|
+
|
|
2549
|
+
.rounded-end-1 {
|
|
2550
|
+
border-top-left-radius: var(--cui-border-radius-sm) !important;
|
|
2551
|
+
border-bottom-left-radius: var(--cui-border-radius-sm) !important;
|
|
2552
|
+
}
|
|
2553
|
+
|
|
2554
|
+
.rounded-end-2 {
|
|
2555
|
+
border-top-left-radius: var(--cui-border-radius) !important;
|
|
2556
|
+
border-bottom-left-radius: var(--cui-border-radius) !important;
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2559
|
+
.rounded-end-3 {
|
|
2560
|
+
border-top-left-radius: var(--cui-border-radius-lg) !important;
|
|
2561
|
+
border-bottom-left-radius: var(--cui-border-radius-lg) !important;
|
|
2562
|
+
}
|
|
2563
|
+
|
|
2564
|
+
.rounded-end-4 {
|
|
2565
|
+
border-top-left-radius: var(--cui-border-radius-xl) !important;
|
|
2566
|
+
border-bottom-left-radius: var(--cui-border-radius-xl) !important;
|
|
2567
|
+
}
|
|
2568
|
+
|
|
2569
|
+
.rounded-end-5 {
|
|
2570
|
+
border-top-left-radius: var(--cui-border-radius-2xl) !important;
|
|
2571
|
+
border-bottom-left-radius: var(--cui-border-radius-2xl) !important;
|
|
2572
|
+
}
|
|
2573
|
+
|
|
2574
|
+
.rounded-end-circle {
|
|
2575
|
+
border-top-left-radius: 50% !important;
|
|
2576
|
+
border-bottom-left-radius: 50% !important;
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2579
|
+
.rounded-end-pill {
|
|
2580
|
+
border-top-left-radius: var(--cui-border-radius-pill) !important;
|
|
2581
|
+
border-bottom-left-radius: var(--cui-border-radius-pill) !important;
|
|
2582
|
+
}
|
|
2583
|
+
|
|
2584
|
+
.rounded-bottom {
|
|
2585
|
+
border-bottom-left-radius: var(--cui-border-radius) !important;
|
|
2586
|
+
border-bottom-right-radius: var(--cui-border-radius) !important;
|
|
2587
|
+
}
|
|
2588
|
+
|
|
2589
|
+
.rounded-bottom-0 {
|
|
2590
|
+
border-bottom-left-radius: 0 !important;
|
|
2591
|
+
border-bottom-right-radius: 0 !important;
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2594
|
+
.rounded-bottom-1 {
|
|
2595
|
+
border-bottom-left-radius: var(--cui-border-radius-sm) !important;
|
|
2596
|
+
border-bottom-right-radius: var(--cui-border-radius-sm) !important;
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
.rounded-bottom-2 {
|
|
2600
|
+
border-bottom-left-radius: var(--cui-border-radius) !important;
|
|
2601
|
+
border-bottom-right-radius: var(--cui-border-radius) !important;
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2604
|
+
.rounded-bottom-3 {
|
|
2605
|
+
border-bottom-left-radius: var(--cui-border-radius-lg) !important;
|
|
2606
|
+
border-bottom-right-radius: var(--cui-border-radius-lg) !important;
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2609
|
+
.rounded-bottom-4 {
|
|
2610
|
+
border-bottom-left-radius: var(--cui-border-radius-xl) !important;
|
|
2611
|
+
border-bottom-right-radius: var(--cui-border-radius-xl) !important;
|
|
2612
|
+
}
|
|
2613
|
+
|
|
2614
|
+
.rounded-bottom-5 {
|
|
2615
|
+
border-bottom-left-radius: var(--cui-border-radius-2xl) !important;
|
|
2616
|
+
border-bottom-right-radius: var(--cui-border-radius-2xl) !important;
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2619
|
+
.rounded-bottom-circle {
|
|
2620
|
+
border-bottom-left-radius: 50% !important;
|
|
2621
|
+
border-bottom-right-radius: 50% !important;
|
|
2622
|
+
}
|
|
2623
|
+
|
|
2624
|
+
.rounded-bottom-pill {
|
|
2625
|
+
border-bottom-left-radius: var(--cui-border-radius-pill) !important;
|
|
2626
|
+
border-bottom-right-radius: var(--cui-border-radius-pill) !important;
|
|
2627
|
+
}
|
|
2628
|
+
|
|
2629
|
+
.rounded-start {
|
|
2630
|
+
border-bottom-right-radius: var(--cui-border-radius) !important;
|
|
2631
|
+
border-top-right-radius: var(--cui-border-radius) !important;
|
|
2632
|
+
}
|
|
2633
|
+
|
|
2634
|
+
.rounded-start-0 {
|
|
2635
|
+
border-bottom-right-radius: 0 !important;
|
|
2636
|
+
border-top-right-radius: 0 !important;
|
|
1934
2637
|
}
|
|
1935
2638
|
|
|
1936
|
-
.rounded-
|
|
1937
|
-
border-radius:
|
|
2639
|
+
.rounded-start-1 {
|
|
2640
|
+
border-bottom-right-radius: var(--cui-border-radius-sm) !important;
|
|
2641
|
+
border-top-right-radius: var(--cui-border-radius-sm) !important;
|
|
1938
2642
|
}
|
|
1939
2643
|
|
|
1940
|
-
.rounded-
|
|
1941
|
-
border-radius: var(--cui-border-radius
|
|
2644
|
+
.rounded-start-2 {
|
|
2645
|
+
border-bottom-right-radius: var(--cui-border-radius) !important;
|
|
2646
|
+
border-top-right-radius: var(--cui-border-radius) !important;
|
|
1942
2647
|
}
|
|
1943
2648
|
|
|
1944
|
-
.rounded-
|
|
1945
|
-
border-radius: var(--cui-border-radius) !important;
|
|
2649
|
+
.rounded-start-3 {
|
|
2650
|
+
border-bottom-right-radius: var(--cui-border-radius-lg) !important;
|
|
2651
|
+
border-top-right-radius: var(--cui-border-radius-lg) !important;
|
|
1946
2652
|
}
|
|
1947
2653
|
|
|
1948
|
-
.rounded-
|
|
1949
|
-
border-radius: var(--cui-border-radius-
|
|
2654
|
+
.rounded-start-4 {
|
|
2655
|
+
border-bottom-right-radius: var(--cui-border-radius-xl) !important;
|
|
2656
|
+
border-top-right-radius: var(--cui-border-radius-xl) !important;
|
|
1950
2657
|
}
|
|
1951
2658
|
|
|
1952
|
-
.rounded-
|
|
1953
|
-
border-radius: var(--cui-border-radius-
|
|
2659
|
+
.rounded-start-5 {
|
|
2660
|
+
border-bottom-right-radius: var(--cui-border-radius-2xl) !important;
|
|
2661
|
+
border-top-right-radius: var(--cui-border-radius-2xl) !important;
|
|
1954
2662
|
}
|
|
1955
2663
|
|
|
1956
|
-
.rounded-
|
|
1957
|
-
border-
|
|
2664
|
+
.rounded-start-circle {
|
|
2665
|
+
border-bottom-right-radius: 50% !important;
|
|
2666
|
+
border-top-right-radius: 50% !important;
|
|
1958
2667
|
}
|
|
1959
2668
|
|
|
1960
|
-
.rounded-
|
|
1961
|
-
border-radius:
|
|
2669
|
+
.rounded-start-pill {
|
|
2670
|
+
border-bottom-right-radius: var(--cui-border-radius-pill) !important;
|
|
2671
|
+
border-top-right-radius: var(--cui-border-radius-pill) !important;
|
|
1962
2672
|
}
|
|
1963
2673
|
|
|
1964
|
-
.
|
|
1965
|
-
|
|
2674
|
+
.visible {
|
|
2675
|
+
visibility: visible !important;
|
|
1966
2676
|
}
|
|
1967
2677
|
|
|
1968
|
-
.
|
|
1969
|
-
|
|
1970
|
-
border-top-right-radius: var(--cui-border-radius) !important;
|
|
2678
|
+
.invisible {
|
|
2679
|
+
visibility: hidden !important;
|
|
1971
2680
|
}
|
|
1972
2681
|
|
|
1973
|
-
.
|
|
1974
|
-
|
|
1975
|
-
border-bottom-left-radius: var(--cui-border-radius) !important;
|
|
2682
|
+
.z-n1 {
|
|
2683
|
+
z-index: -1 !important;
|
|
1976
2684
|
}
|
|
1977
2685
|
|
|
1978
|
-
.
|
|
1979
|
-
|
|
1980
|
-
border-bottom-left-radius: var(--cui-border-radius) !important;
|
|
2686
|
+
.z-0 {
|
|
2687
|
+
z-index: 0 !important;
|
|
1981
2688
|
}
|
|
1982
2689
|
|
|
1983
|
-
.
|
|
1984
|
-
|
|
1985
|
-
border-top-right-radius: var(--cui-border-radius) !important;
|
|
2690
|
+
.z-1 {
|
|
2691
|
+
z-index: 1 !important;
|
|
1986
2692
|
}
|
|
1987
2693
|
|
|
1988
|
-
.
|
|
1989
|
-
|
|
2694
|
+
.z-2 {
|
|
2695
|
+
z-index: 2 !important;
|
|
1990
2696
|
}
|
|
1991
2697
|
|
|
1992
|
-
.
|
|
1993
|
-
|
|
2698
|
+
.z-3 {
|
|
2699
|
+
z-index: 3 !important;
|
|
1994
2700
|
}
|
|
1995
2701
|
|
|
1996
2702
|
@media (min-width: 576px) {
|
|
@@ -2003,6 +2709,26 @@
|
|
|
2003
2709
|
.float-sm-none {
|
|
2004
2710
|
float: none !important;
|
|
2005
2711
|
}
|
|
2712
|
+
.object-fit-sm-contain {
|
|
2713
|
+
-o-object-fit: contain !important;
|
|
2714
|
+
object-fit: contain !important;
|
|
2715
|
+
}
|
|
2716
|
+
.object-fit-sm-cover {
|
|
2717
|
+
-o-object-fit: cover !important;
|
|
2718
|
+
object-fit: cover !important;
|
|
2719
|
+
}
|
|
2720
|
+
.object-fit-sm-fill {
|
|
2721
|
+
-o-object-fit: fill !important;
|
|
2722
|
+
object-fit: fill !important;
|
|
2723
|
+
}
|
|
2724
|
+
.object-fit-sm-scale {
|
|
2725
|
+
-o-object-fit: scale-down !important;
|
|
2726
|
+
object-fit: scale-down !important;
|
|
2727
|
+
}
|
|
2728
|
+
.object-fit-sm-none {
|
|
2729
|
+
-o-object-fit: none !important;
|
|
2730
|
+
object-fit: none !important;
|
|
2731
|
+
}
|
|
2006
2732
|
.d-sm-inline {
|
|
2007
2733
|
display: inline !important;
|
|
2008
2734
|
}
|
|
@@ -2184,32 +2910,32 @@
|
|
|
2184
2910
|
margin: auto !important;
|
|
2185
2911
|
}
|
|
2186
2912
|
.mx-sm-0 {
|
|
2187
|
-
margin-right: 0 !important;
|
|
2188
2913
|
margin-left: 0 !important;
|
|
2914
|
+
margin-right: 0 !important;
|
|
2189
2915
|
}
|
|
2190
2916
|
.mx-sm-1 {
|
|
2191
|
-
margin-right: 0.25rem !important;
|
|
2192
2917
|
margin-left: 0.25rem !important;
|
|
2918
|
+
margin-right: 0.25rem !important;
|
|
2193
2919
|
}
|
|
2194
2920
|
.mx-sm-2 {
|
|
2195
|
-
margin-right: 0.5rem !important;
|
|
2196
2921
|
margin-left: 0.5rem !important;
|
|
2922
|
+
margin-right: 0.5rem !important;
|
|
2197
2923
|
}
|
|
2198
2924
|
.mx-sm-3 {
|
|
2199
|
-
margin-right: 1rem !important;
|
|
2200
2925
|
margin-left: 1rem !important;
|
|
2926
|
+
margin-right: 1rem !important;
|
|
2201
2927
|
}
|
|
2202
2928
|
.mx-sm-4 {
|
|
2203
|
-
margin-right: 1.5rem !important;
|
|
2204
2929
|
margin-left: 1.5rem !important;
|
|
2930
|
+
margin-right: 1.5rem !important;
|
|
2205
2931
|
}
|
|
2206
2932
|
.mx-sm-5 {
|
|
2207
|
-
margin-right: 3rem !important;
|
|
2208
2933
|
margin-left: 3rem !important;
|
|
2934
|
+
margin-right: 3rem !important;
|
|
2209
2935
|
}
|
|
2210
2936
|
.mx-sm-auto {
|
|
2211
|
-
margin-right: auto !important;
|
|
2212
2937
|
margin-left: auto !important;
|
|
2938
|
+
margin-right: auto !important;
|
|
2213
2939
|
}
|
|
2214
2940
|
.my-sm-0 {
|
|
2215
2941
|
margin-top: 0 !important;
|
|
@@ -2342,28 +3068,28 @@
|
|
|
2342
3068
|
padding: 3rem !important;
|
|
2343
3069
|
}
|
|
2344
3070
|
.px-sm-0 {
|
|
2345
|
-
padding-right: 0 !important;
|
|
2346
3071
|
padding-left: 0 !important;
|
|
3072
|
+
padding-right: 0 !important;
|
|
2347
3073
|
}
|
|
2348
3074
|
.px-sm-1 {
|
|
2349
|
-
padding-right: 0.25rem !important;
|
|
2350
3075
|
padding-left: 0.25rem !important;
|
|
3076
|
+
padding-right: 0.25rem !important;
|
|
2351
3077
|
}
|
|
2352
3078
|
.px-sm-2 {
|
|
2353
|
-
padding-right: 0.5rem !important;
|
|
2354
3079
|
padding-left: 0.5rem !important;
|
|
3080
|
+
padding-right: 0.5rem !important;
|
|
2355
3081
|
}
|
|
2356
3082
|
.px-sm-3 {
|
|
2357
|
-
padding-right: 1rem !important;
|
|
2358
3083
|
padding-left: 1rem !important;
|
|
3084
|
+
padding-right: 1rem !important;
|
|
2359
3085
|
}
|
|
2360
3086
|
.px-sm-4 {
|
|
2361
|
-
padding-right: 1.5rem !important;
|
|
2362
3087
|
padding-left: 1.5rem !important;
|
|
3088
|
+
padding-right: 1.5rem !important;
|
|
2363
3089
|
}
|
|
2364
3090
|
.px-sm-5 {
|
|
2365
|
-
padding-right: 3rem !important;
|
|
2366
3091
|
padding-left: 3rem !important;
|
|
3092
|
+
padding-right: 3rem !important;
|
|
2367
3093
|
}
|
|
2368
3094
|
.py-sm-0 {
|
|
2369
3095
|
padding-top: 0 !important;
|
|
@@ -2479,6 +3205,48 @@
|
|
|
2479
3205
|
.gap-sm-5 {
|
|
2480
3206
|
gap: 3rem !important;
|
|
2481
3207
|
}
|
|
3208
|
+
.row-gap-sm-0 {
|
|
3209
|
+
row-gap: 0 !important;
|
|
3210
|
+
}
|
|
3211
|
+
.row-gap-sm-1 {
|
|
3212
|
+
row-gap: 0.25rem !important;
|
|
3213
|
+
}
|
|
3214
|
+
.row-gap-sm-2 {
|
|
3215
|
+
row-gap: 0.5rem !important;
|
|
3216
|
+
}
|
|
3217
|
+
.row-gap-sm-3 {
|
|
3218
|
+
row-gap: 1rem !important;
|
|
3219
|
+
}
|
|
3220
|
+
.row-gap-sm-4 {
|
|
3221
|
+
row-gap: 1.5rem !important;
|
|
3222
|
+
}
|
|
3223
|
+
.row-gap-sm-5 {
|
|
3224
|
+
row-gap: 3rem !important;
|
|
3225
|
+
}
|
|
3226
|
+
.column-gap-sm-0 {
|
|
3227
|
+
-moz-column-gap: 0 !important;
|
|
3228
|
+
column-gap: 0 !important;
|
|
3229
|
+
}
|
|
3230
|
+
.column-gap-sm-1 {
|
|
3231
|
+
-moz-column-gap: 0.25rem !important;
|
|
3232
|
+
column-gap: 0.25rem !important;
|
|
3233
|
+
}
|
|
3234
|
+
.column-gap-sm-2 {
|
|
3235
|
+
-moz-column-gap: 0.5rem !important;
|
|
3236
|
+
column-gap: 0.5rem !important;
|
|
3237
|
+
}
|
|
3238
|
+
.column-gap-sm-3 {
|
|
3239
|
+
-moz-column-gap: 1rem !important;
|
|
3240
|
+
column-gap: 1rem !important;
|
|
3241
|
+
}
|
|
3242
|
+
.column-gap-sm-4 {
|
|
3243
|
+
-moz-column-gap: 1.5rem !important;
|
|
3244
|
+
column-gap: 1.5rem !important;
|
|
3245
|
+
}
|
|
3246
|
+
.column-gap-sm-5 {
|
|
3247
|
+
-moz-column-gap: 3rem !important;
|
|
3248
|
+
column-gap: 3rem !important;
|
|
3249
|
+
}
|
|
2482
3250
|
.text-sm-start {
|
|
2483
3251
|
text-align: right !important;
|
|
2484
3252
|
}
|
|
@@ -2499,6 +3267,26 @@
|
|
|
2499
3267
|
.float-md-none {
|
|
2500
3268
|
float: none !important;
|
|
2501
3269
|
}
|
|
3270
|
+
.object-fit-md-contain {
|
|
3271
|
+
-o-object-fit: contain !important;
|
|
3272
|
+
object-fit: contain !important;
|
|
3273
|
+
}
|
|
3274
|
+
.object-fit-md-cover {
|
|
3275
|
+
-o-object-fit: cover !important;
|
|
3276
|
+
object-fit: cover !important;
|
|
3277
|
+
}
|
|
3278
|
+
.object-fit-md-fill {
|
|
3279
|
+
-o-object-fit: fill !important;
|
|
3280
|
+
object-fit: fill !important;
|
|
3281
|
+
}
|
|
3282
|
+
.object-fit-md-scale {
|
|
3283
|
+
-o-object-fit: scale-down !important;
|
|
3284
|
+
object-fit: scale-down !important;
|
|
3285
|
+
}
|
|
3286
|
+
.object-fit-md-none {
|
|
3287
|
+
-o-object-fit: none !important;
|
|
3288
|
+
object-fit: none !important;
|
|
3289
|
+
}
|
|
2502
3290
|
.d-md-inline {
|
|
2503
3291
|
display: inline !important;
|
|
2504
3292
|
}
|
|
@@ -2680,32 +3468,32 @@
|
|
|
2680
3468
|
margin: auto !important;
|
|
2681
3469
|
}
|
|
2682
3470
|
.mx-md-0 {
|
|
2683
|
-
margin-right: 0 !important;
|
|
2684
3471
|
margin-left: 0 !important;
|
|
3472
|
+
margin-right: 0 !important;
|
|
2685
3473
|
}
|
|
2686
3474
|
.mx-md-1 {
|
|
2687
|
-
margin-right: 0.25rem !important;
|
|
2688
3475
|
margin-left: 0.25rem !important;
|
|
3476
|
+
margin-right: 0.25rem !important;
|
|
2689
3477
|
}
|
|
2690
3478
|
.mx-md-2 {
|
|
2691
|
-
margin-right: 0.5rem !important;
|
|
2692
3479
|
margin-left: 0.5rem !important;
|
|
3480
|
+
margin-right: 0.5rem !important;
|
|
2693
3481
|
}
|
|
2694
3482
|
.mx-md-3 {
|
|
2695
|
-
margin-right: 1rem !important;
|
|
2696
3483
|
margin-left: 1rem !important;
|
|
3484
|
+
margin-right: 1rem !important;
|
|
2697
3485
|
}
|
|
2698
3486
|
.mx-md-4 {
|
|
2699
|
-
margin-right: 1.5rem !important;
|
|
2700
3487
|
margin-left: 1.5rem !important;
|
|
3488
|
+
margin-right: 1.5rem !important;
|
|
2701
3489
|
}
|
|
2702
3490
|
.mx-md-5 {
|
|
2703
|
-
margin-right: 3rem !important;
|
|
2704
3491
|
margin-left: 3rem !important;
|
|
3492
|
+
margin-right: 3rem !important;
|
|
2705
3493
|
}
|
|
2706
3494
|
.mx-md-auto {
|
|
2707
|
-
margin-right: auto !important;
|
|
2708
3495
|
margin-left: auto !important;
|
|
3496
|
+
margin-right: auto !important;
|
|
2709
3497
|
}
|
|
2710
3498
|
.my-md-0 {
|
|
2711
3499
|
margin-top: 0 !important;
|
|
@@ -2838,28 +3626,28 @@
|
|
|
2838
3626
|
padding: 3rem !important;
|
|
2839
3627
|
}
|
|
2840
3628
|
.px-md-0 {
|
|
2841
|
-
padding-right: 0 !important;
|
|
2842
3629
|
padding-left: 0 !important;
|
|
3630
|
+
padding-right: 0 !important;
|
|
2843
3631
|
}
|
|
2844
3632
|
.px-md-1 {
|
|
2845
|
-
padding-right: 0.25rem !important;
|
|
2846
3633
|
padding-left: 0.25rem !important;
|
|
3634
|
+
padding-right: 0.25rem !important;
|
|
2847
3635
|
}
|
|
2848
3636
|
.px-md-2 {
|
|
2849
|
-
padding-right: 0.5rem !important;
|
|
2850
3637
|
padding-left: 0.5rem !important;
|
|
3638
|
+
padding-right: 0.5rem !important;
|
|
2851
3639
|
}
|
|
2852
3640
|
.px-md-3 {
|
|
2853
|
-
padding-right: 1rem !important;
|
|
2854
3641
|
padding-left: 1rem !important;
|
|
3642
|
+
padding-right: 1rem !important;
|
|
2855
3643
|
}
|
|
2856
3644
|
.px-md-4 {
|
|
2857
|
-
padding-right: 1.5rem !important;
|
|
2858
3645
|
padding-left: 1.5rem !important;
|
|
3646
|
+
padding-right: 1.5rem !important;
|
|
2859
3647
|
}
|
|
2860
3648
|
.px-md-5 {
|
|
2861
|
-
padding-right: 3rem !important;
|
|
2862
3649
|
padding-left: 3rem !important;
|
|
3650
|
+
padding-right: 3rem !important;
|
|
2863
3651
|
}
|
|
2864
3652
|
.py-md-0 {
|
|
2865
3653
|
padding-top: 0 !important;
|
|
@@ -2975,6 +3763,48 @@
|
|
|
2975
3763
|
.gap-md-5 {
|
|
2976
3764
|
gap: 3rem !important;
|
|
2977
3765
|
}
|
|
3766
|
+
.row-gap-md-0 {
|
|
3767
|
+
row-gap: 0 !important;
|
|
3768
|
+
}
|
|
3769
|
+
.row-gap-md-1 {
|
|
3770
|
+
row-gap: 0.25rem !important;
|
|
3771
|
+
}
|
|
3772
|
+
.row-gap-md-2 {
|
|
3773
|
+
row-gap: 0.5rem !important;
|
|
3774
|
+
}
|
|
3775
|
+
.row-gap-md-3 {
|
|
3776
|
+
row-gap: 1rem !important;
|
|
3777
|
+
}
|
|
3778
|
+
.row-gap-md-4 {
|
|
3779
|
+
row-gap: 1.5rem !important;
|
|
3780
|
+
}
|
|
3781
|
+
.row-gap-md-5 {
|
|
3782
|
+
row-gap: 3rem !important;
|
|
3783
|
+
}
|
|
3784
|
+
.column-gap-md-0 {
|
|
3785
|
+
-moz-column-gap: 0 !important;
|
|
3786
|
+
column-gap: 0 !important;
|
|
3787
|
+
}
|
|
3788
|
+
.column-gap-md-1 {
|
|
3789
|
+
-moz-column-gap: 0.25rem !important;
|
|
3790
|
+
column-gap: 0.25rem !important;
|
|
3791
|
+
}
|
|
3792
|
+
.column-gap-md-2 {
|
|
3793
|
+
-moz-column-gap: 0.5rem !important;
|
|
3794
|
+
column-gap: 0.5rem !important;
|
|
3795
|
+
}
|
|
3796
|
+
.column-gap-md-3 {
|
|
3797
|
+
-moz-column-gap: 1rem !important;
|
|
3798
|
+
column-gap: 1rem !important;
|
|
3799
|
+
}
|
|
3800
|
+
.column-gap-md-4 {
|
|
3801
|
+
-moz-column-gap: 1.5rem !important;
|
|
3802
|
+
column-gap: 1.5rem !important;
|
|
3803
|
+
}
|
|
3804
|
+
.column-gap-md-5 {
|
|
3805
|
+
-moz-column-gap: 3rem !important;
|
|
3806
|
+
column-gap: 3rem !important;
|
|
3807
|
+
}
|
|
2978
3808
|
.text-md-start {
|
|
2979
3809
|
text-align: right !important;
|
|
2980
3810
|
}
|
|
@@ -2995,6 +3825,26 @@
|
|
|
2995
3825
|
.float-lg-none {
|
|
2996
3826
|
float: none !important;
|
|
2997
3827
|
}
|
|
3828
|
+
.object-fit-lg-contain {
|
|
3829
|
+
-o-object-fit: contain !important;
|
|
3830
|
+
object-fit: contain !important;
|
|
3831
|
+
}
|
|
3832
|
+
.object-fit-lg-cover {
|
|
3833
|
+
-o-object-fit: cover !important;
|
|
3834
|
+
object-fit: cover !important;
|
|
3835
|
+
}
|
|
3836
|
+
.object-fit-lg-fill {
|
|
3837
|
+
-o-object-fit: fill !important;
|
|
3838
|
+
object-fit: fill !important;
|
|
3839
|
+
}
|
|
3840
|
+
.object-fit-lg-scale {
|
|
3841
|
+
-o-object-fit: scale-down !important;
|
|
3842
|
+
object-fit: scale-down !important;
|
|
3843
|
+
}
|
|
3844
|
+
.object-fit-lg-none {
|
|
3845
|
+
-o-object-fit: none !important;
|
|
3846
|
+
object-fit: none !important;
|
|
3847
|
+
}
|
|
2998
3848
|
.d-lg-inline {
|
|
2999
3849
|
display: inline !important;
|
|
3000
3850
|
}
|
|
@@ -3176,32 +4026,32 @@
|
|
|
3176
4026
|
margin: auto !important;
|
|
3177
4027
|
}
|
|
3178
4028
|
.mx-lg-0 {
|
|
3179
|
-
margin-right: 0 !important;
|
|
3180
4029
|
margin-left: 0 !important;
|
|
4030
|
+
margin-right: 0 !important;
|
|
3181
4031
|
}
|
|
3182
4032
|
.mx-lg-1 {
|
|
3183
|
-
margin-right: 0.25rem !important;
|
|
3184
4033
|
margin-left: 0.25rem !important;
|
|
4034
|
+
margin-right: 0.25rem !important;
|
|
3185
4035
|
}
|
|
3186
4036
|
.mx-lg-2 {
|
|
3187
|
-
margin-right: 0.5rem !important;
|
|
3188
4037
|
margin-left: 0.5rem !important;
|
|
4038
|
+
margin-right: 0.5rem !important;
|
|
3189
4039
|
}
|
|
3190
4040
|
.mx-lg-3 {
|
|
3191
|
-
margin-right: 1rem !important;
|
|
3192
4041
|
margin-left: 1rem !important;
|
|
4042
|
+
margin-right: 1rem !important;
|
|
3193
4043
|
}
|
|
3194
4044
|
.mx-lg-4 {
|
|
3195
|
-
margin-right: 1.5rem !important;
|
|
3196
4045
|
margin-left: 1.5rem !important;
|
|
4046
|
+
margin-right: 1.5rem !important;
|
|
3197
4047
|
}
|
|
3198
4048
|
.mx-lg-5 {
|
|
3199
|
-
margin-right: 3rem !important;
|
|
3200
4049
|
margin-left: 3rem !important;
|
|
4050
|
+
margin-right: 3rem !important;
|
|
3201
4051
|
}
|
|
3202
4052
|
.mx-lg-auto {
|
|
3203
|
-
margin-right: auto !important;
|
|
3204
4053
|
margin-left: auto !important;
|
|
4054
|
+
margin-right: auto !important;
|
|
3205
4055
|
}
|
|
3206
4056
|
.my-lg-0 {
|
|
3207
4057
|
margin-top: 0 !important;
|
|
@@ -3334,28 +4184,28 @@
|
|
|
3334
4184
|
padding: 3rem !important;
|
|
3335
4185
|
}
|
|
3336
4186
|
.px-lg-0 {
|
|
3337
|
-
padding-right: 0 !important;
|
|
3338
4187
|
padding-left: 0 !important;
|
|
4188
|
+
padding-right: 0 !important;
|
|
3339
4189
|
}
|
|
3340
4190
|
.px-lg-1 {
|
|
3341
|
-
padding-right: 0.25rem !important;
|
|
3342
4191
|
padding-left: 0.25rem !important;
|
|
4192
|
+
padding-right: 0.25rem !important;
|
|
3343
4193
|
}
|
|
3344
4194
|
.px-lg-2 {
|
|
3345
|
-
padding-right: 0.5rem !important;
|
|
3346
4195
|
padding-left: 0.5rem !important;
|
|
4196
|
+
padding-right: 0.5rem !important;
|
|
3347
4197
|
}
|
|
3348
4198
|
.px-lg-3 {
|
|
3349
|
-
padding-right: 1rem !important;
|
|
3350
4199
|
padding-left: 1rem !important;
|
|
4200
|
+
padding-right: 1rem !important;
|
|
3351
4201
|
}
|
|
3352
4202
|
.px-lg-4 {
|
|
3353
|
-
padding-right: 1.5rem !important;
|
|
3354
4203
|
padding-left: 1.5rem !important;
|
|
4204
|
+
padding-right: 1.5rem !important;
|
|
3355
4205
|
}
|
|
3356
4206
|
.px-lg-5 {
|
|
3357
|
-
padding-right: 3rem !important;
|
|
3358
4207
|
padding-left: 3rem !important;
|
|
4208
|
+
padding-right: 3rem !important;
|
|
3359
4209
|
}
|
|
3360
4210
|
.py-lg-0 {
|
|
3361
4211
|
padding-top: 0 !important;
|
|
@@ -3471,6 +4321,48 @@
|
|
|
3471
4321
|
.gap-lg-5 {
|
|
3472
4322
|
gap: 3rem !important;
|
|
3473
4323
|
}
|
|
4324
|
+
.row-gap-lg-0 {
|
|
4325
|
+
row-gap: 0 !important;
|
|
4326
|
+
}
|
|
4327
|
+
.row-gap-lg-1 {
|
|
4328
|
+
row-gap: 0.25rem !important;
|
|
4329
|
+
}
|
|
4330
|
+
.row-gap-lg-2 {
|
|
4331
|
+
row-gap: 0.5rem !important;
|
|
4332
|
+
}
|
|
4333
|
+
.row-gap-lg-3 {
|
|
4334
|
+
row-gap: 1rem !important;
|
|
4335
|
+
}
|
|
4336
|
+
.row-gap-lg-4 {
|
|
4337
|
+
row-gap: 1.5rem !important;
|
|
4338
|
+
}
|
|
4339
|
+
.row-gap-lg-5 {
|
|
4340
|
+
row-gap: 3rem !important;
|
|
4341
|
+
}
|
|
4342
|
+
.column-gap-lg-0 {
|
|
4343
|
+
-moz-column-gap: 0 !important;
|
|
4344
|
+
column-gap: 0 !important;
|
|
4345
|
+
}
|
|
4346
|
+
.column-gap-lg-1 {
|
|
4347
|
+
-moz-column-gap: 0.25rem !important;
|
|
4348
|
+
column-gap: 0.25rem !important;
|
|
4349
|
+
}
|
|
4350
|
+
.column-gap-lg-2 {
|
|
4351
|
+
-moz-column-gap: 0.5rem !important;
|
|
4352
|
+
column-gap: 0.5rem !important;
|
|
4353
|
+
}
|
|
4354
|
+
.column-gap-lg-3 {
|
|
4355
|
+
-moz-column-gap: 1rem !important;
|
|
4356
|
+
column-gap: 1rem !important;
|
|
4357
|
+
}
|
|
4358
|
+
.column-gap-lg-4 {
|
|
4359
|
+
-moz-column-gap: 1.5rem !important;
|
|
4360
|
+
column-gap: 1.5rem !important;
|
|
4361
|
+
}
|
|
4362
|
+
.column-gap-lg-5 {
|
|
4363
|
+
-moz-column-gap: 3rem !important;
|
|
4364
|
+
column-gap: 3rem !important;
|
|
4365
|
+
}
|
|
3474
4366
|
.text-lg-start {
|
|
3475
4367
|
text-align: right !important;
|
|
3476
4368
|
}
|
|
@@ -3491,6 +4383,26 @@
|
|
|
3491
4383
|
.float-xl-none {
|
|
3492
4384
|
float: none !important;
|
|
3493
4385
|
}
|
|
4386
|
+
.object-fit-xl-contain {
|
|
4387
|
+
-o-object-fit: contain !important;
|
|
4388
|
+
object-fit: contain !important;
|
|
4389
|
+
}
|
|
4390
|
+
.object-fit-xl-cover {
|
|
4391
|
+
-o-object-fit: cover !important;
|
|
4392
|
+
object-fit: cover !important;
|
|
4393
|
+
}
|
|
4394
|
+
.object-fit-xl-fill {
|
|
4395
|
+
-o-object-fit: fill !important;
|
|
4396
|
+
object-fit: fill !important;
|
|
4397
|
+
}
|
|
4398
|
+
.object-fit-xl-scale {
|
|
4399
|
+
-o-object-fit: scale-down !important;
|
|
4400
|
+
object-fit: scale-down !important;
|
|
4401
|
+
}
|
|
4402
|
+
.object-fit-xl-none {
|
|
4403
|
+
-o-object-fit: none !important;
|
|
4404
|
+
object-fit: none !important;
|
|
4405
|
+
}
|
|
3494
4406
|
.d-xl-inline {
|
|
3495
4407
|
display: inline !important;
|
|
3496
4408
|
}
|
|
@@ -3672,32 +4584,32 @@
|
|
|
3672
4584
|
margin: auto !important;
|
|
3673
4585
|
}
|
|
3674
4586
|
.mx-xl-0 {
|
|
3675
|
-
margin-right: 0 !important;
|
|
3676
4587
|
margin-left: 0 !important;
|
|
4588
|
+
margin-right: 0 !important;
|
|
3677
4589
|
}
|
|
3678
4590
|
.mx-xl-1 {
|
|
3679
|
-
margin-right: 0.25rem !important;
|
|
3680
4591
|
margin-left: 0.25rem !important;
|
|
4592
|
+
margin-right: 0.25rem !important;
|
|
3681
4593
|
}
|
|
3682
4594
|
.mx-xl-2 {
|
|
3683
|
-
margin-right: 0.5rem !important;
|
|
3684
4595
|
margin-left: 0.5rem !important;
|
|
4596
|
+
margin-right: 0.5rem !important;
|
|
3685
4597
|
}
|
|
3686
4598
|
.mx-xl-3 {
|
|
3687
|
-
margin-right: 1rem !important;
|
|
3688
4599
|
margin-left: 1rem !important;
|
|
4600
|
+
margin-right: 1rem !important;
|
|
3689
4601
|
}
|
|
3690
4602
|
.mx-xl-4 {
|
|
3691
|
-
margin-right: 1.5rem !important;
|
|
3692
4603
|
margin-left: 1.5rem !important;
|
|
4604
|
+
margin-right: 1.5rem !important;
|
|
3693
4605
|
}
|
|
3694
4606
|
.mx-xl-5 {
|
|
3695
|
-
margin-right: 3rem !important;
|
|
3696
4607
|
margin-left: 3rem !important;
|
|
4608
|
+
margin-right: 3rem !important;
|
|
3697
4609
|
}
|
|
3698
4610
|
.mx-xl-auto {
|
|
3699
|
-
margin-right: auto !important;
|
|
3700
4611
|
margin-left: auto !important;
|
|
4612
|
+
margin-right: auto !important;
|
|
3701
4613
|
}
|
|
3702
4614
|
.my-xl-0 {
|
|
3703
4615
|
margin-top: 0 !important;
|
|
@@ -3830,28 +4742,28 @@
|
|
|
3830
4742
|
padding: 3rem !important;
|
|
3831
4743
|
}
|
|
3832
4744
|
.px-xl-0 {
|
|
3833
|
-
padding-right: 0 !important;
|
|
3834
4745
|
padding-left: 0 !important;
|
|
4746
|
+
padding-right: 0 !important;
|
|
3835
4747
|
}
|
|
3836
4748
|
.px-xl-1 {
|
|
3837
|
-
padding-right: 0.25rem !important;
|
|
3838
4749
|
padding-left: 0.25rem !important;
|
|
4750
|
+
padding-right: 0.25rem !important;
|
|
3839
4751
|
}
|
|
3840
4752
|
.px-xl-2 {
|
|
3841
|
-
padding-right: 0.5rem !important;
|
|
3842
4753
|
padding-left: 0.5rem !important;
|
|
4754
|
+
padding-right: 0.5rem !important;
|
|
3843
4755
|
}
|
|
3844
4756
|
.px-xl-3 {
|
|
3845
|
-
padding-right: 1rem !important;
|
|
3846
4757
|
padding-left: 1rem !important;
|
|
4758
|
+
padding-right: 1rem !important;
|
|
3847
4759
|
}
|
|
3848
4760
|
.px-xl-4 {
|
|
3849
|
-
padding-right: 1.5rem !important;
|
|
3850
4761
|
padding-left: 1.5rem !important;
|
|
4762
|
+
padding-right: 1.5rem !important;
|
|
3851
4763
|
}
|
|
3852
4764
|
.px-xl-5 {
|
|
3853
|
-
padding-right: 3rem !important;
|
|
3854
4765
|
padding-left: 3rem !important;
|
|
4766
|
+
padding-right: 3rem !important;
|
|
3855
4767
|
}
|
|
3856
4768
|
.py-xl-0 {
|
|
3857
4769
|
padding-top: 0 !important;
|
|
@@ -3967,6 +4879,48 @@
|
|
|
3967
4879
|
.gap-xl-5 {
|
|
3968
4880
|
gap: 3rem !important;
|
|
3969
4881
|
}
|
|
4882
|
+
.row-gap-xl-0 {
|
|
4883
|
+
row-gap: 0 !important;
|
|
4884
|
+
}
|
|
4885
|
+
.row-gap-xl-1 {
|
|
4886
|
+
row-gap: 0.25rem !important;
|
|
4887
|
+
}
|
|
4888
|
+
.row-gap-xl-2 {
|
|
4889
|
+
row-gap: 0.5rem !important;
|
|
4890
|
+
}
|
|
4891
|
+
.row-gap-xl-3 {
|
|
4892
|
+
row-gap: 1rem !important;
|
|
4893
|
+
}
|
|
4894
|
+
.row-gap-xl-4 {
|
|
4895
|
+
row-gap: 1.5rem !important;
|
|
4896
|
+
}
|
|
4897
|
+
.row-gap-xl-5 {
|
|
4898
|
+
row-gap: 3rem !important;
|
|
4899
|
+
}
|
|
4900
|
+
.column-gap-xl-0 {
|
|
4901
|
+
-moz-column-gap: 0 !important;
|
|
4902
|
+
column-gap: 0 !important;
|
|
4903
|
+
}
|
|
4904
|
+
.column-gap-xl-1 {
|
|
4905
|
+
-moz-column-gap: 0.25rem !important;
|
|
4906
|
+
column-gap: 0.25rem !important;
|
|
4907
|
+
}
|
|
4908
|
+
.column-gap-xl-2 {
|
|
4909
|
+
-moz-column-gap: 0.5rem !important;
|
|
4910
|
+
column-gap: 0.5rem !important;
|
|
4911
|
+
}
|
|
4912
|
+
.column-gap-xl-3 {
|
|
4913
|
+
-moz-column-gap: 1rem !important;
|
|
4914
|
+
column-gap: 1rem !important;
|
|
4915
|
+
}
|
|
4916
|
+
.column-gap-xl-4 {
|
|
4917
|
+
-moz-column-gap: 1.5rem !important;
|
|
4918
|
+
column-gap: 1.5rem !important;
|
|
4919
|
+
}
|
|
4920
|
+
.column-gap-xl-5 {
|
|
4921
|
+
-moz-column-gap: 3rem !important;
|
|
4922
|
+
column-gap: 3rem !important;
|
|
4923
|
+
}
|
|
3970
4924
|
.text-xl-start {
|
|
3971
4925
|
text-align: right !important;
|
|
3972
4926
|
}
|
|
@@ -3987,6 +4941,26 @@
|
|
|
3987
4941
|
.float-xxl-none {
|
|
3988
4942
|
float: none !important;
|
|
3989
4943
|
}
|
|
4944
|
+
.object-fit-xxl-contain {
|
|
4945
|
+
-o-object-fit: contain !important;
|
|
4946
|
+
object-fit: contain !important;
|
|
4947
|
+
}
|
|
4948
|
+
.object-fit-xxl-cover {
|
|
4949
|
+
-o-object-fit: cover !important;
|
|
4950
|
+
object-fit: cover !important;
|
|
4951
|
+
}
|
|
4952
|
+
.object-fit-xxl-fill {
|
|
4953
|
+
-o-object-fit: fill !important;
|
|
4954
|
+
object-fit: fill !important;
|
|
4955
|
+
}
|
|
4956
|
+
.object-fit-xxl-scale {
|
|
4957
|
+
-o-object-fit: scale-down !important;
|
|
4958
|
+
object-fit: scale-down !important;
|
|
4959
|
+
}
|
|
4960
|
+
.object-fit-xxl-none {
|
|
4961
|
+
-o-object-fit: none !important;
|
|
4962
|
+
object-fit: none !important;
|
|
4963
|
+
}
|
|
3990
4964
|
.d-xxl-inline {
|
|
3991
4965
|
display: inline !important;
|
|
3992
4966
|
}
|
|
@@ -4168,32 +5142,32 @@
|
|
|
4168
5142
|
margin: auto !important;
|
|
4169
5143
|
}
|
|
4170
5144
|
.mx-xxl-0 {
|
|
4171
|
-
margin-right: 0 !important;
|
|
4172
5145
|
margin-left: 0 !important;
|
|
5146
|
+
margin-right: 0 !important;
|
|
4173
5147
|
}
|
|
4174
5148
|
.mx-xxl-1 {
|
|
4175
|
-
margin-right: 0.25rem !important;
|
|
4176
5149
|
margin-left: 0.25rem !important;
|
|
5150
|
+
margin-right: 0.25rem !important;
|
|
4177
5151
|
}
|
|
4178
5152
|
.mx-xxl-2 {
|
|
4179
|
-
margin-right: 0.5rem !important;
|
|
4180
5153
|
margin-left: 0.5rem !important;
|
|
5154
|
+
margin-right: 0.5rem !important;
|
|
4181
5155
|
}
|
|
4182
5156
|
.mx-xxl-3 {
|
|
4183
|
-
margin-right: 1rem !important;
|
|
4184
5157
|
margin-left: 1rem !important;
|
|
5158
|
+
margin-right: 1rem !important;
|
|
4185
5159
|
}
|
|
4186
5160
|
.mx-xxl-4 {
|
|
4187
|
-
margin-right: 1.5rem !important;
|
|
4188
5161
|
margin-left: 1.5rem !important;
|
|
5162
|
+
margin-right: 1.5rem !important;
|
|
4189
5163
|
}
|
|
4190
5164
|
.mx-xxl-5 {
|
|
4191
|
-
margin-right: 3rem !important;
|
|
4192
5165
|
margin-left: 3rem !important;
|
|
5166
|
+
margin-right: 3rem !important;
|
|
4193
5167
|
}
|
|
4194
5168
|
.mx-xxl-auto {
|
|
4195
|
-
margin-right: auto !important;
|
|
4196
5169
|
margin-left: auto !important;
|
|
5170
|
+
margin-right: auto !important;
|
|
4197
5171
|
}
|
|
4198
5172
|
.my-xxl-0 {
|
|
4199
5173
|
margin-top: 0 !important;
|
|
@@ -4326,28 +5300,28 @@
|
|
|
4326
5300
|
padding: 3rem !important;
|
|
4327
5301
|
}
|
|
4328
5302
|
.px-xxl-0 {
|
|
4329
|
-
padding-right: 0 !important;
|
|
4330
5303
|
padding-left: 0 !important;
|
|
5304
|
+
padding-right: 0 !important;
|
|
4331
5305
|
}
|
|
4332
5306
|
.px-xxl-1 {
|
|
4333
|
-
padding-right: 0.25rem !important;
|
|
4334
5307
|
padding-left: 0.25rem !important;
|
|
5308
|
+
padding-right: 0.25rem !important;
|
|
4335
5309
|
}
|
|
4336
5310
|
.px-xxl-2 {
|
|
4337
|
-
padding-right: 0.5rem !important;
|
|
4338
5311
|
padding-left: 0.5rem !important;
|
|
5312
|
+
padding-right: 0.5rem !important;
|
|
4339
5313
|
}
|
|
4340
5314
|
.px-xxl-3 {
|
|
4341
|
-
padding-right: 1rem !important;
|
|
4342
5315
|
padding-left: 1rem !important;
|
|
5316
|
+
padding-right: 1rem !important;
|
|
4343
5317
|
}
|
|
4344
5318
|
.px-xxl-4 {
|
|
4345
|
-
padding-right: 1.5rem !important;
|
|
4346
5319
|
padding-left: 1.5rem !important;
|
|
5320
|
+
padding-right: 1.5rem !important;
|
|
4347
5321
|
}
|
|
4348
5322
|
.px-xxl-5 {
|
|
4349
|
-
padding-right: 3rem !important;
|
|
4350
5323
|
padding-left: 3rem !important;
|
|
5324
|
+
padding-right: 3rem !important;
|
|
4351
5325
|
}
|
|
4352
5326
|
.py-xxl-0 {
|
|
4353
5327
|
padding-top: 0 !important;
|
|
@@ -4463,6 +5437,48 @@
|
|
|
4463
5437
|
.gap-xxl-5 {
|
|
4464
5438
|
gap: 3rem !important;
|
|
4465
5439
|
}
|
|
5440
|
+
.row-gap-xxl-0 {
|
|
5441
|
+
row-gap: 0 !important;
|
|
5442
|
+
}
|
|
5443
|
+
.row-gap-xxl-1 {
|
|
5444
|
+
row-gap: 0.25rem !important;
|
|
5445
|
+
}
|
|
5446
|
+
.row-gap-xxl-2 {
|
|
5447
|
+
row-gap: 0.5rem !important;
|
|
5448
|
+
}
|
|
5449
|
+
.row-gap-xxl-3 {
|
|
5450
|
+
row-gap: 1rem !important;
|
|
5451
|
+
}
|
|
5452
|
+
.row-gap-xxl-4 {
|
|
5453
|
+
row-gap: 1.5rem !important;
|
|
5454
|
+
}
|
|
5455
|
+
.row-gap-xxl-5 {
|
|
5456
|
+
row-gap: 3rem !important;
|
|
5457
|
+
}
|
|
5458
|
+
.column-gap-xxl-0 {
|
|
5459
|
+
-moz-column-gap: 0 !important;
|
|
5460
|
+
column-gap: 0 !important;
|
|
5461
|
+
}
|
|
5462
|
+
.column-gap-xxl-1 {
|
|
5463
|
+
-moz-column-gap: 0.25rem !important;
|
|
5464
|
+
column-gap: 0.25rem !important;
|
|
5465
|
+
}
|
|
5466
|
+
.column-gap-xxl-2 {
|
|
5467
|
+
-moz-column-gap: 0.5rem !important;
|
|
5468
|
+
column-gap: 0.5rem !important;
|
|
5469
|
+
}
|
|
5470
|
+
.column-gap-xxl-3 {
|
|
5471
|
+
-moz-column-gap: 1rem !important;
|
|
5472
|
+
column-gap: 1rem !important;
|
|
5473
|
+
}
|
|
5474
|
+
.column-gap-xxl-4 {
|
|
5475
|
+
-moz-column-gap: 1.5rem !important;
|
|
5476
|
+
column-gap: 1.5rem !important;
|
|
5477
|
+
}
|
|
5478
|
+
.column-gap-xxl-5 {
|
|
5479
|
+
-moz-column-gap: 3rem !important;
|
|
5480
|
+
column-gap: 3rem !important;
|
|
5481
|
+
}
|
|
4466
5482
|
.text-xxl-start {
|
|
4467
5483
|
text-align: right !important;
|
|
4468
5484
|
}
|
|
@@ -4519,5 +5535,4 @@
|
|
|
4519
5535
|
display: none !important;
|
|
4520
5536
|
}
|
|
4521
5537
|
}
|
|
4522
|
-
|
|
4523
|
-
/*# sourceMappingURL=coreui-utilities.rtl.css.map */
|
|
5538
|
+
/*# sourceMappingURL=coreui-utilities.rtl.css.map */
|