@coreui/coreui 4.3.0-beta.0 → 4.3.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/README.md +2 -2
- package/dist/css/coreui-grid.css +1 -1
- package/dist/css/coreui-grid.css.map +1 -1
- package/dist/css/coreui-grid.min.css +1 -1
- package/dist/css/coreui-grid.min.css.map +1 -1
- package/dist/css/coreui-grid.rtl.css +2 -2
- package/dist/css/coreui-grid.rtl.css.map +1 -1
- package/dist/css/coreui-grid.rtl.min.css +2 -2
- package/dist/css/coreui-grid.rtl.min.css.map +1 -1
- package/dist/css/coreui-reboot.css +44 -149
- package/dist/css/coreui-reboot.css.map +1 -1
- package/dist/css/coreui-reboot.min.css +2 -2
- package/dist/css/coreui-reboot.min.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.css +45 -150
- package/dist/css/coreui-reboot.rtl.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.min.css +3 -3
- package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
- package/dist/css/coreui-utilities.css +81 -366
- package/dist/css/coreui-utilities.css.map +1 -1
- package/dist/css/coreui-utilities.min.css +2 -2
- package/dist/css/coreui-utilities.min.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.css +78 -363
- package/dist/css/coreui-utilities.rtl.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.min.css +3 -3
- package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
- package/dist/css/coreui.css +503 -1109
- package/dist/css/coreui.css.map +1 -1
- package/dist/css/coreui.min.css +2 -2
- package/dist/css/coreui.min.css.map +1 -1
- package/dist/css/coreui.rtl.css +533 -1137
- package/dist/css/coreui.rtl.css.map +1 -1
- package/dist/css/coreui.rtl.min.css +3 -3
- package/dist/css/coreui.rtl.min.css.map +1 -1
- package/dist/js/coreui.bundle.js +13 -5
- package/dist/js/coreui.bundle.js.map +1 -1
- package/dist/js/coreui.bundle.min.js +2 -2
- package/dist/js/coreui.bundle.min.js.map +1 -1
- package/dist/js/coreui.esm.js +13 -5
- package/dist/js/coreui.esm.js.map +1 -1
- package/dist/js/coreui.esm.min.js +2 -2
- package/dist/js/coreui.esm.min.js.map +1 -1
- package/dist/js/coreui.js +13 -5
- package/dist/js/coreui.js.map +1 -1
- package/dist/js/coreui.min.js +2 -2
- package/dist/js/coreui.min.js.map +1 -1
- package/js/dist/alert.js +1 -1
- package/js/dist/base-component.js +2 -2
- package/js/dist/base-component.js.map +1 -1
- package/js/dist/button.js +1 -1
- package/js/dist/carousel.js +1 -1
- package/js/dist/collapse.js +1 -1
- package/js/dist/dom/data.js +1 -1
- package/js/dist/dom/event-handler.js +1 -1
- package/js/dist/dom/manipulator.js +1 -1
- package/js/dist/dom/selector-engine.js +1 -1
- package/js/dist/dropdown.js +1 -1
- package/js/dist/modal.js +1 -1
- package/js/dist/navigation.js +1 -1
- package/js/dist/offcanvas.js +1 -1
- package/js/dist/popover.js +1 -1
- package/js/dist/scrollspy.js +1 -1
- package/js/dist/sidebar.js +1 -1
- package/js/dist/tab.js +12 -4
- package/js/dist/tab.js.map +1 -1
- package/js/dist/toast.js +1 -1
- package/js/dist/tooltip.js +1 -1
- package/js/dist/util/backdrop.js +1 -1
- package/js/dist/util/component-functions.js +1 -1
- package/js/dist/util/config.js +1 -1
- package/js/dist/util/focustrap.js +1 -1
- package/js/dist/util/index.js +1 -1
- package/js/dist/util/sanitizer.js +1 -1
- package/js/dist/util/scrollbar.js +1 -1
- package/js/dist/util/swipe.js +1 -1
- package/js/dist/util/template-factory.js +1 -1
- package/js/src/base-component.js +1 -1
- package/js/src/tab.js +13 -3
- package/package.json +31 -42
- package/scss/_accordion.scss +0 -9
- package/scss/_alert.scss +5 -5
- package/scss/_button-group.scss +3 -3
- package/scss/_buttons.scss +0 -22
- package/scss/_card.scss +3 -3
- package/scss/_carousel.scss +8 -24
- package/scss/_close.scss +1 -13
- package/scss/_dropdown.scss +4 -4
- package/scss/_functions.scss +22 -6
- package/scss/_list-group.scss +2 -11
- package/scss/_maps.scss +0 -123
- package/scss/_mixins.scss +1 -1
- package/scss/_nav.scss +2 -17
- package/scss/_navbar.scss +2 -12
- package/scss/_reboot.scss +4 -4
- package/scss/_root.scss +11 -93
- package/scss/_tooltip.scss +1 -1
- package/scss/_type.scss +1 -1
- package/scss/_utilities.scss +0 -16
- package/scss/_variables.scss +156 -109
- package/scss/coreui-grid.rtl.scss +1 -1
- package/scss/coreui-grid.scss +0 -1
- package/scss/coreui-reboot.rtl.scss +1 -1
- package/scss/coreui-reboot.scss +0 -1
- package/scss/coreui-utilities.rtl.scss +1 -1
- package/scss/coreui-utilities.scss +0 -1
- package/scss/coreui.scss +0 -1
- package/scss/forms/_floating-labels.scss +3 -2
- package/scss/forms/_form-check.scss +12 -20
- package/scss/forms/_form-control.scss +14 -11
- package/scss/forms/_form-range.scss +11 -11
- package/scss/forms/_form-select.scss +9 -16
- package/scss/forms/_form-text.scss +1 -1
- package/scss/forms/_labels.scss +2 -2
- package/scss/helpers/_color-bg.scss +1 -14
- package/scss/helpers/_vr.scss +1 -1
- package/scss/mixins/_banner.scss +1 -1
- package/scss/mixins/_caret.scss +3 -3
- package/scss/mixins/_list-group.scss +0 -1
- package/scss/mixins/_utilities.scss +15 -35
- package/scss/sidebar/_sidebar.scss +2 -10
- package/js/index.esm.js +0 -21
- package/js/index.umd.js +0 -38
- package/scss/_variables-dark.scss +0 -169
- package/scss/mixins/_color-mode.scss +0 -21
package/dist/css/coreui.rtl.css
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* CoreUI v4.3.0
|
|
3
|
+
* CoreUI v4.3.0 (https://coreui.io)
|
|
4
4
|
* Copyright (c) 2023 creativeLabs Łukasz Holeczek
|
|
5
5
|
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
|
|
6
6
|
*/
|
|
7
7
|
/*!
|
|
8
|
-
* CoreUI v4.3.0
|
|
8
|
+
* CoreUI v4.3.0 (https://coreui.io)
|
|
9
9
|
* Copyright (c) 2023 creativeLabs Łukasz Holeczek
|
|
10
10
|
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
|
|
11
11
|
*/
|
|
12
|
-
:root
|
|
13
|
-
[data-coreui-theme=light] {
|
|
12
|
+
:root {
|
|
14
13
|
--cui-blue: #0d6efd;
|
|
15
14
|
--cui-indigo: #6610f2;
|
|
16
15
|
--cui-purple: #6f42c1;
|
|
@@ -21,61 +20,39 @@
|
|
|
21
20
|
--cui-green: #198754;
|
|
22
21
|
--cui-teal: #20c997;
|
|
23
22
|
--cui-cyan: #0dcaf0;
|
|
24
|
-
--cui-black: #
|
|
23
|
+
--cui-black: #000015;
|
|
25
24
|
--cui-white: #fff;
|
|
26
|
-
--cui-gray: #
|
|
27
|
-
--cui-gray-dark: #
|
|
28
|
-
--cui-gray-100: #
|
|
29
|
-
--cui-gray-200: #
|
|
30
|
-
--cui-gray-300: #
|
|
31
|
-
--cui-gray-400: #
|
|
32
|
-
--cui-gray-500: #
|
|
33
|
-
--cui-gray-600: #
|
|
34
|
-
--cui-gray-700: #
|
|
35
|
-
--cui-gray-800: #
|
|
36
|
-
--cui-gray-900: #
|
|
25
|
+
--cui-gray: #8a93a2;
|
|
26
|
+
--cui-gray-dark: #636f83;
|
|
27
|
+
--cui-gray-100: #ebedef;
|
|
28
|
+
--cui-gray-200: #d8dbe0;
|
|
29
|
+
--cui-gray-300: #c4c9d0;
|
|
30
|
+
--cui-gray-400: #b1b7c1;
|
|
31
|
+
--cui-gray-500: #9da5b1;
|
|
32
|
+
--cui-gray-600: #8a93a2;
|
|
33
|
+
--cui-gray-700: #768192;
|
|
34
|
+
--cui-gray-800: #636f83;
|
|
35
|
+
--cui-gray-900: #4f5d73;
|
|
37
36
|
--cui-primary: #321fdb;
|
|
38
37
|
--cui-secondary: #9da5b1;
|
|
39
38
|
--cui-success: #2eb85c;
|
|
40
39
|
--cui-info: #39f;
|
|
41
40
|
--cui-warning: #f9b115;
|
|
42
41
|
--cui-danger: #e55353;
|
|
43
|
-
--cui-light: #
|
|
44
|
-
--cui-dark: #
|
|
42
|
+
--cui-light: #ebedef;
|
|
43
|
+
--cui-dark: #4f5d73;
|
|
45
44
|
--cui-primary-rgb: 50, 31, 219;
|
|
46
45
|
--cui-secondary-rgb: 157, 165, 177;
|
|
47
46
|
--cui-success-rgb: 46, 184, 92;
|
|
48
47
|
--cui-info-rgb: 51, 153, 255;
|
|
49
48
|
--cui-warning-rgb: 249, 177, 21;
|
|
50
49
|
--cui-danger-rgb: 229, 83, 83;
|
|
51
|
-
--cui-light-rgb:
|
|
52
|
-
--cui-dark-rgb:
|
|
53
|
-
--cui-primary-text-emphasis: #1f1498;
|
|
54
|
-
--cui-secondary-text-emphasis: #212233;
|
|
55
|
-
--cui-success-text-emphasis: #0f5722;
|
|
56
|
-
--cui-info-text-emphasis: #184c77;
|
|
57
|
-
--cui-warning-text-emphasis: #764705;
|
|
58
|
-
--cui-danger-text-emphasis: #671414;
|
|
59
|
-
--cui-light-text-emphasis: #4a566d;
|
|
60
|
-
--cui-dark-text-emphasis: #323a49;
|
|
61
|
-
--cui-primary-bg-subtle: #ccc7f6;
|
|
62
|
-
--cui-secondary-bg-subtle: #ced2d8;
|
|
63
|
-
--cui-success-bg-subtle: #cbedd6;
|
|
64
|
-
--cui-info-bg-subtle: #c0e6ff;
|
|
65
|
-
--cui-warning-bg-subtle: #feecc5;
|
|
66
|
-
--cui-danger-bg-subtle: #f9d4d4;
|
|
67
|
-
--cui-light-bg-subtle: #f9fafb;
|
|
68
|
-
--cui-dark-bg-subtle: #cfd4de;
|
|
69
|
-
--cui-primary-border-subtle: #988fed;
|
|
70
|
-
--cui-secondary-border-subtle: #9da5b1;
|
|
71
|
-
--cui-success-border-subtle: #96dbad;
|
|
72
|
-
--cui-info-border-subtle: #80c6ff;
|
|
73
|
-
--cui-warning-border-subtle: #fcd88a;
|
|
74
|
-
--cui-danger-border-subtle: #f2a9a9;
|
|
75
|
-
--cui-light-border-subtle: #e7eaee;
|
|
76
|
-
--cui-dark-border-subtle: #aab3c5;
|
|
50
|
+
--cui-light-rgb: 235, 237, 239;
|
|
51
|
+
--cui-dark-rgb: 79, 93, 115;
|
|
77
52
|
--cui-white-rgb: 255, 255, 255;
|
|
78
|
-
--cui-black-rgb:
|
|
53
|
+
--cui-black-rgb: 0, 0, 21;
|
|
54
|
+
--cui-body-color-rgb: 44, 56, 74;
|
|
55
|
+
--cui-body-bg-rgb: 255, 255, 255;
|
|
79
56
|
--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";
|
|
80
57
|
--cui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
81
58
|
--cui-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
|
@@ -83,23 +60,23 @@
|
|
|
83
60
|
--cui-body-font-size: 1rem;
|
|
84
61
|
--cui-body-font-weight: 400;
|
|
85
62
|
--cui-body-line-height: 1.5;
|
|
86
|
-
--cui-body-color: rgba(
|
|
87
|
-
--cui-body-color-rgb:
|
|
63
|
+
--cui-body-color: rgba(44, 56, 74, 0.95);
|
|
64
|
+
--cui-body-color-rgb: 44, 56, 74;
|
|
88
65
|
--cui-body-bg: #fff;
|
|
89
66
|
--cui-body-bg-rgb: 255, 255, 255;
|
|
90
|
-
--cui-emphasis-color: #
|
|
91
|
-
--cui-emphasis-color-rgb:
|
|
92
|
-
--cui-secondary-color: rgba(
|
|
93
|
-
--cui-secondary-color-rgb:
|
|
94
|
-
--cui-secondary-bg: #
|
|
95
|
-
--cui-secondary-bg-rgb:
|
|
96
|
-
--cui-tertiary-color: rgba(
|
|
97
|
-
--cui-tertiary-color-rgb:
|
|
98
|
-
--cui-tertiary-bg: #
|
|
99
|
-
--cui-tertiary-bg-rgb:
|
|
100
|
-
--cui-high-emphasis: rgba(
|
|
101
|
-
--cui-medium-emphasis: rgba(
|
|
102
|
-
--cui-disabled: rgba(
|
|
67
|
+
--cui-emphasis-color: #000015;
|
|
68
|
+
--cui-emphasis-color-rgb: 0, 0, 21;
|
|
69
|
+
--cui-secondary-color: rgba(44, 56, 74, 0.681);
|
|
70
|
+
--cui-secondary-color-rgb: 44, 56, 74;
|
|
71
|
+
--cui-secondary-bg: #d8dbe0;
|
|
72
|
+
--cui-secondary-bg-rgb: 216, 219, 224;
|
|
73
|
+
--cui-tertiary-color: rgba(44, 56, 74, 0.38);
|
|
74
|
+
--cui-tertiary-color-rgb: 44, 56, 74;
|
|
75
|
+
--cui-tertiary-bg: #ebedef;
|
|
76
|
+
--cui-tertiary-bg-rgb: 235, 237, 239;
|
|
77
|
+
--cui-high-emphasis: rgba(44, 56, 74, 0.95);
|
|
78
|
+
--cui-medium-emphasis: rgba(44, 56, 74, 0.681);
|
|
79
|
+
--cui-disabled: rgba(44, 56, 74, 0.38);
|
|
103
80
|
--cui-high-emphasis-inverse: rgba(255, 255, 255, 0.87);
|
|
104
81
|
--cui-medium-emphasis-inverse: rgba(255, 255, 255, 0.6);
|
|
105
82
|
--cui-disabled-inverse: rgba(255, 255, 255, 0.38);
|
|
@@ -113,8 +90,8 @@
|
|
|
113
90
|
--cui-highlight-bg: #fff3cd;
|
|
114
91
|
--cui-border-width: 1px;
|
|
115
92
|
--cui-border-style: solid;
|
|
116
|
-
--cui-border-color: #
|
|
117
|
-
--cui-border-color-translucent: rgba(
|
|
93
|
+
--cui-border-color: #d8dbe0;
|
|
94
|
+
--cui-border-color-translucent: rgba(0, 0, 21, 0.175);
|
|
118
95
|
--cui-border-radius: 0.375rem;
|
|
119
96
|
--cui-border-radius-sm: 0.25rem;
|
|
120
97
|
--cui-border-radius-lg: 0.5rem;
|
|
@@ -122,10 +99,10 @@
|
|
|
122
99
|
--cui-border-radius-xxl: 2rem;
|
|
123
100
|
--cui-border-radius-2xl: var(--cui-border-radius-xxl);
|
|
124
101
|
--cui-border-radius-pill: 50rem;
|
|
125
|
-
--cui-box-shadow: 0 0.5rem 1rem rgba(
|
|
126
|
-
--cui-box-shadow-sm: 0 0.125rem 0.25rem rgba(
|
|
127
|
-
--cui-box-shadow-lg: 0 1rem 3rem rgba(
|
|
128
|
-
--cui-box-shadow-inset: inset 0 1px 2px rgba(
|
|
102
|
+
--cui-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15);
|
|
103
|
+
--cui-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
|
|
104
|
+
--cui-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 21, 0.175);
|
|
105
|
+
--cui-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 21, 0.075);
|
|
129
106
|
--cui-focus-ring-width: 0.25rem;
|
|
130
107
|
--cui-focus-ring-opacity: 0.25;
|
|
131
108
|
--cui-focus-ring-color: rgba(50, 31, 219, 0.25);
|
|
@@ -135,88 +112,6 @@
|
|
|
135
112
|
--cui-form-invalid-border-color: #e55353;
|
|
136
113
|
}
|
|
137
114
|
|
|
138
|
-
[data-coreui-theme=dark] {
|
|
139
|
-
color-scheme: dark;
|
|
140
|
-
--cui-body-color: #aab3c5;
|
|
141
|
-
--cui-body-color-rgb: 170, 179, 197;
|
|
142
|
-
--cui-body-bg: #212631;
|
|
143
|
-
--cui-body-bg-rgb: 33, 38, 49;
|
|
144
|
-
--cui-emphasis-color: #fff;
|
|
145
|
-
--cui-emphasis-color-rgb: 255, 255, 255;
|
|
146
|
-
--cui-secondary-color: rgba(170, 179, 197, 0.75);
|
|
147
|
-
--cui-secondary-color-rgb: 170, 179, 197;
|
|
148
|
-
--cui-secondary-bg: #323a49;
|
|
149
|
-
--cui-secondary-bg-rgb: 50, 58, 73;
|
|
150
|
-
--cui-tertiary-color: rgba(170, 179, 197, 0.5);
|
|
151
|
-
--cui-tertiary-color-rgb: 170, 179, 197;
|
|
152
|
-
--cui-tertiary-bg: #252a37;
|
|
153
|
-
--cui-tertiary-bg-rgb: 37, 42, 55;
|
|
154
|
-
--cui-high-emphasis: #aab3c5;
|
|
155
|
-
--cui-medium-emphasis: rgba(170, 179, 197, 0.75);
|
|
156
|
-
--cui-disabled: rgba(170, 179, 197, 0.5);
|
|
157
|
-
--cui-primary: #6b60ce;
|
|
158
|
-
--cui-secondary: #a6a7a8;
|
|
159
|
-
--cui-success: #3aad60;
|
|
160
|
-
--cui-info: #3d99f5;
|
|
161
|
-
--cui-warning: #edad21;
|
|
162
|
-
--cui-danger: #db5d5d;
|
|
163
|
-
--cui-light: #f4f5f6;
|
|
164
|
-
--cui-dark: #25282d;
|
|
165
|
-
--cui-gray-100: #f3f4f7;
|
|
166
|
-
--cui-gray-200: #e7eaee;
|
|
167
|
-
--cui-gray-300: #dbdfe6;
|
|
168
|
-
--cui-gray-400: #cfd4de;
|
|
169
|
-
--cui-gray-500: #aab3c5;
|
|
170
|
-
--cui-gray-600: #6d7d9c;
|
|
171
|
-
--cui-gray-700: #4a566d;
|
|
172
|
-
--cui-gray-800: #323a49;
|
|
173
|
-
--cui-gray-900: #212631;
|
|
174
|
-
--cui-primary-rgb: 107, 96, 206;
|
|
175
|
-
--cui-secondary-rgb: 166, 167, 168;
|
|
176
|
-
--cui-success-rgb: 58, 173, 96;
|
|
177
|
-
--cui-info-rgb: 61, 153, 245;
|
|
178
|
-
--cui-warning-rgb: 237, 173, 33;
|
|
179
|
-
--cui-danger-rgb: 219, 93, 93;
|
|
180
|
-
--cui-light-rgb: 244, 245, 246;
|
|
181
|
-
--cui-dark-rgb: 37, 40, 45;
|
|
182
|
-
--cui-primary-text-emphasis: #1f1498;
|
|
183
|
-
--cui-secondary-text-emphasis: #212233;
|
|
184
|
-
--cui-success-text-emphasis: #0f5722;
|
|
185
|
-
--cui-info-text-emphasis: #184c77;
|
|
186
|
-
--cui-warning-text-emphasis: #764705;
|
|
187
|
-
--cui-danger-text-emphasis: #671414;
|
|
188
|
-
--cui-light-text-emphasis: #f3f4f7;
|
|
189
|
-
--cui-dark-text-emphasis: #dbdfe6;
|
|
190
|
-
--cui-primary-bg-subtle: #ccc7f6;
|
|
191
|
-
--cui-secondary-bg-subtle: #ced2d8;
|
|
192
|
-
--cui-success-bg-subtle: #cbedd6;
|
|
193
|
-
--cui-info-bg-subtle: #c0e6ff;
|
|
194
|
-
--cui-warning-bg-subtle: #feecc5;
|
|
195
|
-
--cui-danger-bg-subtle: #f9d4d4;
|
|
196
|
-
--cui-light-bg-subtle: #323a49;
|
|
197
|
-
--cui-dark-bg-subtle: #1d222b;
|
|
198
|
-
--cui-primary-border-subtle: #988fed;
|
|
199
|
-
--cui-secondary-border-subtle: #9da5b1;
|
|
200
|
-
--cui-success-border-subtle: #96dbad;
|
|
201
|
-
--cui-info-border-subtle: #80c6ff;
|
|
202
|
-
--cui-warning-border-subtle: #fcd88a;
|
|
203
|
-
--cui-danger-border-subtle: #f2a9a9;
|
|
204
|
-
--cui-light-border-subtle: #4a566d;
|
|
205
|
-
--cui-dark-border-subtle: #323a49;
|
|
206
|
-
--cui-heading-color: inherit;
|
|
207
|
-
--cui-link-color: #8479e9;
|
|
208
|
-
--cui-link-hover-color: #9d94ed;
|
|
209
|
-
--cui-link-color-rgb: 132, 121, 233;
|
|
210
|
-
--cui-link-hover-color-rgb: 157, 148, 237;
|
|
211
|
-
--cui-code-color: #e685b5;
|
|
212
|
-
--cui-border-color: #4a566d;
|
|
213
|
-
--cui-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
214
|
-
--cui-form-valid-color: #75b798;
|
|
215
|
-
--cui-form-valid-border-color: #75b798;
|
|
216
|
-
--cui-form-invalid-color: #ea868f;
|
|
217
|
-
--cui-form-invalid-border-color: #ea868f;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
115
|
*,
|
|
221
116
|
*::before,
|
|
222
117
|
*::after {
|
|
@@ -239,7 +134,7 @@ body {
|
|
|
239
134
|
text-align: var(--cui-body-text-align);
|
|
240
135
|
background-color: var(--cui-body-bg);
|
|
241
136
|
-webkit-text-size-adjust: 100%;
|
|
242
|
-
-webkit-tap-highlight-color: rgba(
|
|
137
|
+
-webkit-tap-highlight-color: rgba(0, 0, 21, 0);
|
|
243
138
|
}
|
|
244
139
|
|
|
245
140
|
hr {
|
|
@@ -573,8 +468,8 @@ legend + * {
|
|
|
573
468
|
}
|
|
574
469
|
|
|
575
470
|
[type=search] {
|
|
576
|
-
outline-offset: -2px;
|
|
577
471
|
-webkit-appearance: textfield;
|
|
472
|
+
outline-offset: -2px;
|
|
578
473
|
}
|
|
579
474
|
|
|
580
475
|
*[dir=rtl] [type=tel],
|
|
@@ -703,7 +598,7 @@ progress {
|
|
|
703
598
|
display: inline-block;
|
|
704
599
|
}
|
|
705
600
|
.list-inline-item:not(:last-child) {
|
|
706
|
-
margin-
|
|
601
|
+
margin-left: 0.5rem;
|
|
707
602
|
}
|
|
708
603
|
|
|
709
604
|
.initialism {
|
|
@@ -723,7 +618,7 @@ progress {
|
|
|
723
618
|
margin-top: -1rem;
|
|
724
619
|
margin-bottom: 1rem;
|
|
725
620
|
font-size: 0.875em;
|
|
726
|
-
color: #
|
|
621
|
+
color: #8a93a2;
|
|
727
622
|
}
|
|
728
623
|
.blockquote-footer::before {
|
|
729
624
|
content: "— ";
|
|
@@ -1889,11 +1784,11 @@ progress {
|
|
|
1889
1784
|
--cui-table-border-color: var(--cui-border-color);
|
|
1890
1785
|
--cui-table-accent-bg: transparent;
|
|
1891
1786
|
--cui-table-striped-color: var(--cui-body-color);
|
|
1892
|
-
--cui-table-striped-bg: rgba(
|
|
1787
|
+
--cui-table-striped-bg: rgba(0, 0, 21, 0.05);
|
|
1893
1788
|
--cui-table-active-color: var(--cui-body-color);
|
|
1894
|
-
--cui-table-active-bg: rgba(
|
|
1789
|
+
--cui-table-active-bg: rgba(0, 0, 21, 0.1);
|
|
1895
1790
|
--cui-table-hover-color: var(--cui-body-color);
|
|
1896
|
-
--cui-table-hover-bg: rgba(
|
|
1791
|
+
--cui-table-hover-bg: rgba(0, 0, 21, 0.075);
|
|
1897
1792
|
width: 100%;
|
|
1898
1793
|
margin-bottom: 1rem;
|
|
1899
1794
|
vertical-align: top;
|
|
@@ -1960,112 +1855,112 @@ progress {
|
|
|
1960
1855
|
}
|
|
1961
1856
|
|
|
1962
1857
|
.table-primary {
|
|
1963
|
-
--cui-table-color: rgba(
|
|
1858
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1964
1859
|
--cui-table-bg: #d6d2f8;
|
|
1965
|
-
--cui-table-border-color: rgba(198,
|
|
1966
|
-
--cui-table-striped-bg: rgba(206,
|
|
1967
|
-
--cui-table-striped-color: rgba(
|
|
1968
|
-
--cui-table-active-bg: rgba(198,
|
|
1969
|
-
--cui-table-active-color: rgba(
|
|
1970
|
-
--cui-table-hover-bg: rgba(202, 199,
|
|
1971
|
-
--cui-table-hover-color: rgba(
|
|
1860
|
+
--cui-table-border-color: rgba(198, 196, 232, 0.995);
|
|
1861
|
+
--cui-table-striped-bg: rgba(206, 203, 240, 0.9975);
|
|
1862
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1863
|
+
--cui-table-active-bg: rgba(198, 196, 232, 0.995);
|
|
1864
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1865
|
+
--cui-table-hover-bg: rgba(202, 199, 236, 0.99625);
|
|
1866
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
1972
1867
|
color: var(--cui-table-color);
|
|
1973
1868
|
border-color: var(--cui-table-border-color);
|
|
1974
1869
|
}
|
|
1975
1870
|
|
|
1976
1871
|
.table-secondary {
|
|
1977
|
-
--cui-table-color: rgba(
|
|
1872
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1978
1873
|
--cui-table-bg: #ebedef;
|
|
1979
|
-
--cui-table-border-color: rgba(
|
|
1980
|
-
--cui-table-striped-bg: rgba(226,
|
|
1981
|
-
--cui-table-striped-color: rgba(
|
|
1982
|
-
--cui-table-active-bg: rgba(
|
|
1983
|
-
--cui-table-active-color: rgba(
|
|
1984
|
-
--cui-table-hover-bg: rgba(
|
|
1985
|
-
--cui-table-hover-color: rgba(
|
|
1874
|
+
--cui-table-border-color: rgba(218, 220, 224, 0.995);
|
|
1875
|
+
--cui-table-striped-bg: rgba(226, 229, 232, 0.9975);
|
|
1876
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1877
|
+
--cui-table-active-bg: rgba(218, 220, 224, 0.995);
|
|
1878
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1879
|
+
--cui-table-hover-bg: rgba(222, 225, 228, 0.99625);
|
|
1880
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
1986
1881
|
color: var(--cui-table-color);
|
|
1987
1882
|
border-color: var(--cui-table-border-color);
|
|
1988
1883
|
}
|
|
1989
1884
|
|
|
1990
1885
|
.table-success {
|
|
1991
|
-
--cui-table-color: rgba(
|
|
1886
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1992
1887
|
--cui-table-bg: #d5f1de;
|
|
1993
|
-
--cui-table-border-color: rgba(
|
|
1994
|
-
--cui-table-striped-bg: rgba(205,
|
|
1995
|
-
--cui-table-striped-color: rgba(
|
|
1996
|
-
--cui-table-active-bg: rgba(
|
|
1997
|
-
--cui-table-active-color: rgba(
|
|
1998
|
-
--cui-table-hover-bg: rgba(201,
|
|
1999
|
-
--cui-table-hover-color: rgba(
|
|
1888
|
+
--cui-table-border-color: rgba(198, 224, 208, 0.995);
|
|
1889
|
+
--cui-table-striped-bg: rgba(205, 233, 215, 0.9975);
|
|
1890
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1891
|
+
--cui-table-active-bg: rgba(198, 224, 208, 0.995);
|
|
1892
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1893
|
+
--cui-table-hover-bg: rgba(201, 228, 212, 0.99625);
|
|
1894
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2000
1895
|
color: var(--cui-table-color);
|
|
2001
1896
|
border-color: var(--cui-table-border-color);
|
|
2002
1897
|
}
|
|
2003
1898
|
|
|
2004
1899
|
.table-info {
|
|
2005
|
-
--cui-table-color: rgba(
|
|
1900
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
2006
1901
|
--cui-table-bg: #d6ebff;
|
|
2007
|
-
--cui-table-border-color: rgba(198,
|
|
2008
|
-
--cui-table-striped-bg: rgba(206,
|
|
2009
|
-
--cui-table-striped-color: rgba(
|
|
2010
|
-
--cui-table-active-bg: rgba(198,
|
|
2011
|
-
--cui-table-active-color: rgba(
|
|
2012
|
-
--cui-table-hover-bg: rgba(202,
|
|
2013
|
-
--cui-table-hover-color: rgba(
|
|
1902
|
+
--cui-table-border-color: rgba(198, 219, 238, 0.995);
|
|
1903
|
+
--cui-table-striped-bg: rgba(206, 227, 247, 0.9975);
|
|
1904
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1905
|
+
--cui-table-active-bg: rgba(198, 219, 238, 0.995);
|
|
1906
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1907
|
+
--cui-table-hover-bg: rgba(202, 223, 243, 0.99625);
|
|
1908
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2014
1909
|
color: var(--cui-table-color);
|
|
2015
1910
|
border-color: var(--cui-table-border-color);
|
|
2016
1911
|
}
|
|
2017
1912
|
|
|
2018
1913
|
.table-warning {
|
|
2019
|
-
--cui-table-color: rgba(
|
|
1914
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
2020
1915
|
--cui-table-bg: #feefd0;
|
|
2021
|
-
--cui-table-border-color: rgba(
|
|
2022
|
-
--cui-table-striped-bg: rgba(244,
|
|
2023
|
-
--cui-table-striped-color: rgba(
|
|
2024
|
-
--cui-table-active-bg: rgba(
|
|
2025
|
-
--cui-table-active-color: rgba(
|
|
2026
|
-
--cui-table-hover-bg: rgba(
|
|
2027
|
-
--cui-table-hover-color: rgba(
|
|
1916
|
+
--cui-table-border-color: rgba(235, 222, 196, 0.995);
|
|
1917
|
+
--cui-table-striped-bg: rgba(244, 231, 202, 0.9975);
|
|
1918
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1919
|
+
--cui-table-active-bg: rgba(235, 222, 196, 0.995);
|
|
1920
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1921
|
+
--cui-table-hover-bg: rgba(240, 226, 199, 0.99625);
|
|
1922
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2028
1923
|
color: var(--cui-table-color);
|
|
2029
1924
|
border-color: var(--cui-table-border-color);
|
|
2030
1925
|
}
|
|
2031
1926
|
|
|
2032
1927
|
.table-danger {
|
|
2033
|
-
--cui-table-color: rgba(
|
|
1928
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
2034
1929
|
--cui-table-bg: #fadddd;
|
|
2035
|
-
--cui-table-border-color: rgba(231,
|
|
2036
|
-
--cui-table-striped-bg: rgba(
|
|
2037
|
-
--cui-table-striped-color: rgba(
|
|
2038
|
-
--cui-table-active-bg: rgba(231,
|
|
2039
|
-
--cui-table-active-color: rgba(
|
|
2040
|
-
--cui-table-hover-bg: rgba(
|
|
2041
|
-
--cui-table-hover-color: rgba(
|
|
1930
|
+
--cui-table-border-color: rgba(231, 206, 208, 0.995);
|
|
1931
|
+
--cui-table-striped-bg: rgba(241, 214, 214, 0.9975);
|
|
1932
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1933
|
+
--cui-table-active-bg: rgba(231, 206, 208, 0.995);
|
|
1934
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1935
|
+
--cui-table-hover-bg: rgba(236, 210, 211, 0.99625);
|
|
1936
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2042
1937
|
color: var(--cui-table-color);
|
|
2043
1938
|
border-color: var(--cui-table-border-color);
|
|
2044
1939
|
}
|
|
2045
1940
|
|
|
2046
1941
|
.table-light {
|
|
2047
|
-
--cui-table-color: rgba(
|
|
2048
|
-
--cui-table-bg: #
|
|
2049
|
-
--cui-table-border-color: rgba(
|
|
2050
|
-
--cui-table-striped-bg: rgba(
|
|
2051
|
-
--cui-table-striped-color: rgba(
|
|
2052
|
-
--cui-table-active-bg: rgba(
|
|
2053
|
-
--cui-table-active-color: rgba(
|
|
2054
|
-
--cui-table-hover-bg: rgba(
|
|
2055
|
-
--cui-table-hover-color: rgba(
|
|
1942
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1943
|
+
--cui-table-bg: #ebedef;
|
|
1944
|
+
--cui-table-border-color: rgba(218, 220, 224, 0.995);
|
|
1945
|
+
--cui-table-striped-bg: rgba(226, 229, 232, 0.9975);
|
|
1946
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1947
|
+
--cui-table-active-bg: rgba(218, 220, 224, 0.995);
|
|
1948
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1949
|
+
--cui-table-hover-bg: rgba(222, 225, 228, 0.99625);
|
|
1950
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2056
1951
|
color: var(--cui-table-color);
|
|
2057
1952
|
border-color: var(--cui-table-border-color);
|
|
2058
1953
|
}
|
|
2059
1954
|
|
|
2060
1955
|
.table-dark {
|
|
2061
1956
|
--cui-table-color: rgba(255, 255, 255, 0.87);
|
|
2062
|
-
--cui-table-bg: #
|
|
2063
|
-
--cui-table-border-color: rgba(
|
|
2064
|
-
--cui-table-striped-bg: rgba(
|
|
1957
|
+
--cui-table-bg: #4f5d73;
|
|
1958
|
+
--cui-table-border-color: rgba(93, 106, 126, 0.987);
|
|
1959
|
+
--cui-table-striped-bg: rgba(86, 99, 120, 0.9935);
|
|
2065
1960
|
--cui-table-striped-color: rgba(255, 255, 255, 0.87);
|
|
2066
|
-
--cui-table-active-bg: rgba(
|
|
1961
|
+
--cui-table-active-bg: rgba(93, 106, 126, 0.987);
|
|
2067
1962
|
--cui-table-active-color: rgba(255, 255, 255, 0.87);
|
|
2068
|
-
--cui-table-hover-bg: rgba(
|
|
1963
|
+
--cui-table-hover-bg: rgba(89, 103, 123, 0.99025);
|
|
2069
1964
|
--cui-table-hover-color: rgba(255, 255, 255, 0.87);
|
|
2070
1965
|
color: var(--cui-table-color);
|
|
2071
1966
|
border-color: var(--cui-table-border-color);
|
|
@@ -2108,6 +2003,7 @@ progress {
|
|
|
2108
2003
|
}
|
|
2109
2004
|
.form-label {
|
|
2110
2005
|
margin-bottom: 0.5rem;
|
|
2006
|
+
color: var(--cui-form-label-color, );
|
|
2111
2007
|
}
|
|
2112
2008
|
|
|
2113
2009
|
.col-form-label {
|
|
@@ -2116,6 +2012,7 @@ progress {
|
|
|
2116
2012
|
margin-bottom: 0;
|
|
2117
2013
|
font-size: inherit;
|
|
2118
2014
|
line-height: 1.5;
|
|
2015
|
+
color: var(--cui-form-label-color, );
|
|
2119
2016
|
}
|
|
2120
2017
|
|
|
2121
2018
|
.col-form-label-lg {
|
|
@@ -2133,7 +2030,7 @@ progress {
|
|
|
2133
2030
|
.form-text {
|
|
2134
2031
|
margin-top: 0.25rem;
|
|
2135
2032
|
font-size: 0.875em;
|
|
2136
|
-
color: var(--cui-secondary-color);
|
|
2033
|
+
color: var(--cui-form-text-color, var(--cui-secondary-color));
|
|
2137
2034
|
}
|
|
2138
2035
|
|
|
2139
2036
|
.form-control {
|
|
@@ -2143,11 +2040,11 @@ progress {
|
|
|
2143
2040
|
font-size: 1rem;
|
|
2144
2041
|
font-weight: 400;
|
|
2145
2042
|
line-height: 1.5;
|
|
2146
|
-
color: var(--cui-body-color);
|
|
2147
|
-
background-color: var(--cui-body-bg);
|
|
2148
|
-
background-clip: padding-box;
|
|
2149
|
-
border: var(--cui-border-width) solid var(--cui-border-color);
|
|
2043
|
+
color: var(--cui-input-color, var(--cui-body-color));
|
|
2150
2044
|
appearance: none;
|
|
2045
|
+
background-color: var(--cui-input-bg, var(--cui-body-bg));
|
|
2046
|
+
background-clip: padding-box;
|
|
2047
|
+
border: var(--cui-border-width) solid var(--cui-input-border-color, var(--cui-border-color));
|
|
2151
2048
|
border-radius: var(--cui-border-radius);
|
|
2152
2049
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2153
2050
|
}
|
|
@@ -2163,9 +2060,9 @@ progress {
|
|
|
2163
2060
|
cursor: pointer;
|
|
2164
2061
|
}
|
|
2165
2062
|
.form-control:focus {
|
|
2166
|
-
color: var(--cui-body-color);
|
|
2167
|
-
background-color: var(--cui-body-bg);
|
|
2168
|
-
border-color: #998fed;
|
|
2063
|
+
color: var(--cui-input-focus-color, var(--cui-body-color));
|
|
2064
|
+
background-color: var(--cui-input-focus-bg, var(--cui-body-bg));
|
|
2065
|
+
border-color: var(--cui-input-focus-border-color, #998fed);
|
|
2169
2066
|
outline: 0;
|
|
2170
2067
|
box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
2171
2068
|
}
|
|
@@ -2190,8 +2087,8 @@ progress {
|
|
|
2190
2087
|
padding: 0.375rem 0.75rem;
|
|
2191
2088
|
margin: -0.375rem -0.75rem;
|
|
2192
2089
|
margin-inline-end: 0.75rem;
|
|
2193
|
-
color: var(--cui-body-color);
|
|
2194
|
-
background-color: var(--cui-tertiary-bg);
|
|
2090
|
+
color: var(--cui-form-file-button-color, var(--cui-body-color));
|
|
2091
|
+
background-color: var(--cui-form-file-button-bg, var(--cui-tertiary-bg));
|
|
2195
2092
|
pointer-events: none;
|
|
2196
2093
|
border-color: inherit;
|
|
2197
2094
|
border-style: solid;
|
|
@@ -2206,7 +2103,7 @@ progress {
|
|
|
2206
2103
|
}
|
|
2207
2104
|
}
|
|
2208
2105
|
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
|
2209
|
-
background-color: var(--cui-secondary-bg);
|
|
2106
|
+
background-color: var(--cui-form-file-button-hover-bg, var(--cui-secondary-bg));
|
|
2210
2107
|
}
|
|
2211
2108
|
|
|
2212
2109
|
.form-control-plaintext {
|
|
@@ -2215,7 +2112,7 @@ progress {
|
|
|
2215
2112
|
padding: 0.375rem 0;
|
|
2216
2113
|
margin-bottom: 0;
|
|
2217
2114
|
line-height: 1.5;
|
|
2218
|
-
color: var(--cui-body-color);
|
|
2115
|
+
color: var(--cui-input-plaintext-color, var(--cui-body-color));
|
|
2219
2116
|
background-color: transparent;
|
|
2220
2117
|
border: solid transparent;
|
|
2221
2118
|
border-width: var(--cui-border-width) 0;
|
|
@@ -2286,23 +2183,24 @@ textarea.form-control-lg {
|
|
|
2286
2183
|
}
|
|
2287
2184
|
|
|
2288
2185
|
.form-select {
|
|
2289
|
-
--cui-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%
|
|
2186
|
+
--cui-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23636f83' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
2290
2187
|
display: block;
|
|
2291
2188
|
width: 100%;
|
|
2292
2189
|
padding: 0.375rem 0.75rem 0.375rem 2.25rem;
|
|
2190
|
+
-moz-padding-start: calc(0.75rem - 3px);
|
|
2293
2191
|
font-size: 1rem;
|
|
2294
2192
|
font-weight: 400;
|
|
2295
2193
|
line-height: 1.5;
|
|
2296
|
-
color: var(--cui-body-color);
|
|
2297
|
-
|
|
2194
|
+
color: var(--cui-form-select-color, var(--cui-body-color));
|
|
2195
|
+
appearance: none;
|
|
2196
|
+
background-color: var(--cui-form-select-bg, var(--cui-body-bg));
|
|
2298
2197
|
background-image: var(--cui-form-select-bg-img), var(--cui-form-select-bg-icon, none);
|
|
2299
2198
|
background-repeat: no-repeat;
|
|
2300
2199
|
background-position: left 0.75rem center;
|
|
2301
2200
|
background-size: 16px 12px;
|
|
2302
|
-
border: var(--cui-border-width) solid var(--cui-border-color);
|
|
2201
|
+
border: var(--cui-border-width) solid var(--cui-form-select-border-color, var(--cui-border-color));
|
|
2303
2202
|
border-radius: var(--cui-border-radius);
|
|
2304
2203
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2305
|
-
appearance: none;
|
|
2306
2204
|
}
|
|
2307
2205
|
@media (prefers-reduced-motion: reduce) {
|
|
2308
2206
|
.form-select {
|
|
@@ -2310,7 +2208,7 @@ textarea.form-control-lg {
|
|
|
2310
2208
|
}
|
|
2311
2209
|
}
|
|
2312
2210
|
.form-select:focus {
|
|
2313
|
-
border-color: var(#998fed);
|
|
2211
|
+
border-color: var(--cui-form-select-focus-border-color, #998fed);
|
|
2314
2212
|
outline: 0;
|
|
2315
2213
|
box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
2316
2214
|
}
|
|
@@ -2319,11 +2217,12 @@ textarea.form-control-lg {
|
|
|
2319
2217
|
background-image: none;
|
|
2320
2218
|
}
|
|
2321
2219
|
.form-select:disabled {
|
|
2322
|
-
|
|
2220
|
+
color: var(--cui-form-select-disabled-color, );
|
|
2221
|
+
background-color: var(--cui-form-select-disabled-bg, var(--cui-secondary-bg));
|
|
2323
2222
|
}
|
|
2324
2223
|
.form-select:-moz-focusring {
|
|
2325
2224
|
color: transparent;
|
|
2326
|
-
text-shadow: 0 0 0 var(--cui-body-color);
|
|
2225
|
+
text-shadow: 0 0 0 var(--cui-form-select-color, var(--cui-body-color));
|
|
2327
2226
|
}
|
|
2328
2227
|
|
|
2329
2228
|
.form-select-sm {
|
|
@@ -2342,10 +2241,6 @@ textarea.form-control-lg {
|
|
|
2342
2241
|
border-radius: var(--cui-border-radius-lg);
|
|
2343
2242
|
}
|
|
2344
2243
|
|
|
2345
|
-
[data-coreui-theme=dark] .form-select {
|
|
2346
|
-
--cui-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23aab3c5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
2347
|
-
}
|
|
2348
|
-
|
|
2349
2244
|
.form-check {
|
|
2350
2245
|
display: block;
|
|
2351
2246
|
min-height: 1.5rem;
|
|
@@ -2358,14 +2253,14 @@ textarea.form-control-lg {
|
|
|
2358
2253
|
}
|
|
2359
2254
|
|
|
2360
2255
|
.form-check-reverse {
|
|
2361
|
-
padding-
|
|
2362
|
-
padding-
|
|
2363
|
-
text-align:
|
|
2256
|
+
padding-left: 1.5em;
|
|
2257
|
+
padding-right: 0;
|
|
2258
|
+
text-align: left;
|
|
2364
2259
|
}
|
|
2365
2260
|
.form-check-reverse .form-check-input {
|
|
2366
|
-
float:
|
|
2367
|
-
margin-
|
|
2368
|
-
margin-
|
|
2261
|
+
float: left;
|
|
2262
|
+
margin-left: -1.5em;
|
|
2263
|
+
margin-right: 0;
|
|
2369
2264
|
}
|
|
2370
2265
|
|
|
2371
2266
|
.form-check-input {
|
|
@@ -2374,13 +2269,13 @@ textarea.form-control-lg {
|
|
|
2374
2269
|
height: 1em;
|
|
2375
2270
|
margin-top: 0.25em;
|
|
2376
2271
|
vertical-align: top;
|
|
2272
|
+
appearance: none;
|
|
2377
2273
|
background-color: var(--cui-form-check-bg);
|
|
2378
2274
|
background-image: var(--cui-form-check-bg-image);
|
|
2379
2275
|
background-repeat: no-repeat;
|
|
2380
2276
|
background-position: center;
|
|
2381
2277
|
background-size: contain;
|
|
2382
2278
|
border: var(--cui-border-width) solid var(--cui-border-color);
|
|
2383
|
-
appearance: none;
|
|
2384
2279
|
print-color-adjust: exact;
|
|
2385
2280
|
}
|
|
2386
2281
|
.form-check-input[type=checkbox] {
|
|
@@ -2430,9 +2325,9 @@ textarea.form-control-lg {
|
|
|
2430
2325
|
padding-right: 2.5em;
|
|
2431
2326
|
}
|
|
2432
2327
|
.form-switch .form-check-input {
|
|
2433
|
-
--cui-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%
|
|
2328
|
+
--cui-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 21, 0.25%29'/%3e%3c/svg%3e");
|
|
2434
2329
|
width: 2em;
|
|
2435
|
-
margin-
|
|
2330
|
+
margin-right: -2.5em;
|
|
2436
2331
|
background-image: var(--cui-form-switch-bg);
|
|
2437
2332
|
background-position: left center;
|
|
2438
2333
|
border-radius: 2em;
|
|
@@ -2451,12 +2346,12 @@ textarea.form-control-lg {
|
|
|
2451
2346
|
--cui-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.87%29'/%3e%3c/svg%3e");
|
|
2452
2347
|
}
|
|
2453
2348
|
.form-switch.form-check-reverse {
|
|
2454
|
-
padding-
|
|
2455
|
-
padding-
|
|
2349
|
+
padding-left: 1.5em;
|
|
2350
|
+
padding-right: 0;
|
|
2456
2351
|
}
|
|
2457
2352
|
.form-switch.form-check-reverse .form-check-input {
|
|
2458
|
-
margin-
|
|
2459
|
-
margin-
|
|
2353
|
+
margin-left: -1.5em;
|
|
2354
|
+
margin-right: 0;
|
|
2460
2355
|
}
|
|
2461
2356
|
|
|
2462
2357
|
.form-switch-lg {
|
|
@@ -2501,16 +2396,12 @@ textarea.form-control-lg {
|
|
|
2501
2396
|
opacity: 0.65;
|
|
2502
2397
|
}
|
|
2503
2398
|
|
|
2504
|
-
[data-coreui-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
|
|
2505
|
-
--cui-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
|
|
2506
|
-
}
|
|
2507
|
-
|
|
2508
2399
|
.form-range {
|
|
2509
2400
|
width: 100%;
|
|
2510
2401
|
height: 1.5rem;
|
|
2511
2402
|
padding: 0;
|
|
2512
|
-
background-color: transparent;
|
|
2513
2403
|
appearance: none;
|
|
2404
|
+
background-color: transparent;
|
|
2514
2405
|
}
|
|
2515
2406
|
.form-range:focus {
|
|
2516
2407
|
outline: 0;
|
|
@@ -2528,11 +2419,11 @@ textarea.form-control-lg {
|
|
|
2528
2419
|
width: 1rem;
|
|
2529
2420
|
height: 1rem;
|
|
2530
2421
|
margin-top: -0.25rem;
|
|
2531
|
-
|
|
2422
|
+
appearance: none;
|
|
2423
|
+
background-color: var(--cui-form-range-thumb-bg, #321fdb);
|
|
2532
2424
|
border: 0;
|
|
2533
2425
|
border-radius: 1rem;
|
|
2534
2426
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2535
|
-
appearance: none;
|
|
2536
2427
|
}
|
|
2537
2428
|
@media (prefers-reduced-motion: reduce) {
|
|
2538
2429
|
.form-range::-webkit-slider-thumb {
|
|
@@ -2540,25 +2431,25 @@ textarea.form-control-lg {
|
|
|
2540
2431
|
}
|
|
2541
2432
|
}
|
|
2542
2433
|
.form-range::-webkit-slider-thumb:active {
|
|
2543
|
-
background-color: #c2bcf4;
|
|
2434
|
+
background-color: var(--cui-form-range-thumb-active-bg, #c2bcf4);
|
|
2544
2435
|
}
|
|
2545
2436
|
.form-range::-webkit-slider-runnable-track {
|
|
2546
2437
|
width: 100%;
|
|
2547
2438
|
height: 0.5rem;
|
|
2548
2439
|
color: transparent;
|
|
2549
2440
|
cursor: pointer;
|
|
2550
|
-
background-color: var(--cui-tertiary-bg);
|
|
2441
|
+
background-color: var(--cui-form-range-track-bg, var(--cui-tertiary-bg));
|
|
2551
2442
|
border-color: transparent;
|
|
2552
2443
|
border-radius: 1rem;
|
|
2553
2444
|
}
|
|
2554
2445
|
.form-range::-moz-range-thumb {
|
|
2555
2446
|
width: 1rem;
|
|
2556
2447
|
height: 1rem;
|
|
2557
|
-
|
|
2448
|
+
appearance: none;
|
|
2449
|
+
background-color: var(--cui-form-range-thumb-bg, #321fdb);
|
|
2558
2450
|
border: 0;
|
|
2559
2451
|
border-radius: 1rem;
|
|
2560
2452
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2561
|
-
appearance: none;
|
|
2562
2453
|
}
|
|
2563
2454
|
@media (prefers-reduced-motion: reduce) {
|
|
2564
2455
|
.form-range::-moz-range-thumb {
|
|
@@ -2566,14 +2457,14 @@ textarea.form-control-lg {
|
|
|
2566
2457
|
}
|
|
2567
2458
|
}
|
|
2568
2459
|
.form-range::-moz-range-thumb:active {
|
|
2569
|
-
background-color: #c2bcf4;
|
|
2460
|
+
background-color: var(--cui-form-range-thumb-active-bg, #c2bcf4);
|
|
2570
2461
|
}
|
|
2571
2462
|
.form-range::-moz-range-track {
|
|
2572
2463
|
width: 100%;
|
|
2573
2464
|
height: 0.5rem;
|
|
2574
2465
|
color: transparent;
|
|
2575
2466
|
cursor: pointer;
|
|
2576
|
-
background-color: var(--cui-tertiary-bg);
|
|
2467
|
+
background-color: var(--cui-form-range-track-bg, var(--cui-tertiary-bg));
|
|
2577
2468
|
border-color: transparent;
|
|
2578
2469
|
border-radius: 1rem;
|
|
2579
2470
|
}
|
|
@@ -2581,10 +2472,10 @@ textarea.form-control-lg {
|
|
|
2581
2472
|
pointer-events: none;
|
|
2582
2473
|
}
|
|
2583
2474
|
.form-range:disabled::-webkit-slider-thumb {
|
|
2584
|
-
background-color: var(--cui-secondary-color);
|
|
2475
|
+
background-color: var(--cui-form-range-thumb-disabled-bg, var(--cui-secondary-color));
|
|
2585
2476
|
}
|
|
2586
2477
|
.form-range:disabled::-moz-range-thumb {
|
|
2587
|
-
background-color: var(--cui-secondary-color);
|
|
2478
|
+
background-color: var(--cui-form-range-thumb-disabled-bg, var(--cui-secondary-color));
|
|
2588
2479
|
}
|
|
2589
2480
|
|
|
2590
2481
|
.form-floating {
|
|
@@ -2600,7 +2491,7 @@ textarea.form-control-lg {
|
|
|
2600
2491
|
.form-floating > label {
|
|
2601
2492
|
position: absolute;
|
|
2602
2493
|
top: 0;
|
|
2603
|
-
|
|
2494
|
+
right: 0;
|
|
2604
2495
|
z-index: 2;
|
|
2605
2496
|
height: 100%;
|
|
2606
2497
|
padding: 1rem 0.75rem;
|
|
@@ -2667,10 +2558,12 @@ textarea.form-control-lg {
|
|
|
2667
2558
|
.form-floating > .form-control-plaintext ~ label {
|
|
2668
2559
|
border-width: var(--cui-border-width) 0;
|
|
2669
2560
|
}
|
|
2670
|
-
.form-floating > :disabled ~ label
|
|
2671
|
-
|
|
2561
|
+
.form-floating > :disabled ~ label,
|
|
2562
|
+
.form-floating > .form-control:disabled ~ label {
|
|
2563
|
+
color: #8a93a2;
|
|
2672
2564
|
}
|
|
2673
|
-
.form-floating > :disabled ~ label::after
|
|
2565
|
+
.form-floating > :disabled ~ label::after,
|
|
2566
|
+
.form-floating > .form-control:disabled ~ label::after {
|
|
2674
2567
|
background-color: var(--cui-secondary-bg);
|
|
2675
2568
|
}
|
|
2676
2569
|
|
|
@@ -2958,7 +2851,7 @@ textarea.form-control-lg {
|
|
|
2958
2851
|
--cui-btn-border-color: transparent;
|
|
2959
2852
|
--cui-btn-border-radius: var(--cui-border-radius);
|
|
2960
2853
|
--cui-btn-hover-border-color: transparent;
|
|
2961
|
-
--cui-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(
|
|
2854
|
+
--cui-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 21, 0.075);
|
|
2962
2855
|
--cui-btn-disabled-opacity: 0.65;
|
|
2963
2856
|
--cui-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--cui-btn-focus-shadow-rgb), .5);
|
|
2964
2857
|
display: inline-block;
|
|
@@ -3038,129 +2931,129 @@ textarea.form-control-lg {
|
|
|
3038
2931
|
--cui-btn-active-color: rgba(255, 255, 255, 0.87);
|
|
3039
2932
|
--cui-btn-active-bg: #5b4ce2;
|
|
3040
2933
|
--cui-btn-active-border-color: #4735df;
|
|
3041
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
2934
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3042
2935
|
--cui-btn-disabled-color: rgba(255, 255, 255, 0.87);
|
|
3043
2936
|
--cui-btn-disabled-bg: #321fdb;
|
|
3044
2937
|
--cui-btn-disabled-border-color: #321fdb;
|
|
3045
2938
|
}
|
|
3046
2939
|
|
|
3047
2940
|
.btn-secondary {
|
|
3048
|
-
--cui-btn-color:
|
|
2941
|
+
--cui-btn-color: #000015;
|
|
3049
2942
|
--cui-btn-bg: #9da5b1;
|
|
3050
2943
|
--cui-btn-border-color: #9da5b1;
|
|
3051
|
-
--cui-btn-hover-color:
|
|
3052
|
-
--cui-btn-hover-bg: #
|
|
3053
|
-
--cui-btn-hover-border-color: #
|
|
3054
|
-
--cui-btn-focus-shadow-rgb:
|
|
3055
|
-
--cui-btn-active-color:
|
|
3056
|
-
--cui-btn-active-bg: #
|
|
3057
|
-
--cui-btn-active-border-color: #
|
|
3058
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3059
|
-
--cui-btn-disabled-color:
|
|
2944
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
2945
|
+
--cui-btn-hover-bg: #acb3bd;
|
|
2946
|
+
--cui-btn-hover-border-color: #a7aeb9;
|
|
2947
|
+
--cui-btn-focus-shadow-rgb: 133, 140, 154;
|
|
2948
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
2949
|
+
--cui-btn-active-bg: #b1b7c1;
|
|
2950
|
+
--cui-btn-active-border-color: #a7aeb9;
|
|
2951
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
2952
|
+
--cui-btn-disabled-color: #000015;
|
|
3060
2953
|
--cui-btn-disabled-bg: #9da5b1;
|
|
3061
2954
|
--cui-btn-disabled-border-color: #9da5b1;
|
|
3062
2955
|
}
|
|
3063
2956
|
|
|
3064
2957
|
.btn-success {
|
|
3065
|
-
--cui-btn-color:
|
|
2958
|
+
--cui-btn-color: #000015;
|
|
3066
2959
|
--cui-btn-bg: #2eb85c;
|
|
3067
2960
|
--cui-btn-border-color: #2eb85c;
|
|
3068
|
-
--cui-btn-hover-color:
|
|
3069
|
-
--cui-btn-hover-bg: #
|
|
3070
|
-
--cui-btn-hover-border-color: #
|
|
3071
|
-
--cui-btn-focus-shadow-rgb:
|
|
3072
|
-
--cui-btn-active-color:
|
|
3073
|
-
--cui-btn-active-bg: #
|
|
3074
|
-
--cui-btn-active-border-color: #
|
|
3075
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3076
|
-
--cui-btn-disabled-color:
|
|
2961
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
2962
|
+
--cui-btn-hover-bg: #4dc374;
|
|
2963
|
+
--cui-btn-hover-border-color: #43bf6c;
|
|
2964
|
+
--cui-btn-focus-shadow-rgb: 39, 156, 81;
|
|
2965
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
2966
|
+
--cui-btn-active-bg: #58c67d;
|
|
2967
|
+
--cui-btn-active-border-color: #43bf6c;
|
|
2968
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
2969
|
+
--cui-btn-disabled-color: #000015;
|
|
3077
2970
|
--cui-btn-disabled-bg: #2eb85c;
|
|
3078
2971
|
--cui-btn-disabled-border-color: #2eb85c;
|
|
3079
2972
|
}
|
|
3080
2973
|
|
|
3081
2974
|
.btn-danger {
|
|
3082
|
-
--cui-btn-color: #
|
|
2975
|
+
--cui-btn-color: #000015;
|
|
3083
2976
|
--cui-btn-bg: #e55353;
|
|
3084
2977
|
--cui-btn-border-color: #e55353;
|
|
3085
|
-
--cui-btn-hover-color: #
|
|
2978
|
+
--cui-btn-hover-color: #000015;
|
|
3086
2979
|
--cui-btn-hover-bg: #e96d6d;
|
|
3087
2980
|
--cui-btn-hover-border-color: #e86464;
|
|
3088
|
-
--cui-btn-focus-shadow-rgb:
|
|
3089
|
-
--cui-btn-active-color: #
|
|
2981
|
+
--cui-btn-focus-shadow-rgb: 195, 71, 74;
|
|
2982
|
+
--cui-btn-active-color: #000015;
|
|
3090
2983
|
--cui-btn-active-bg: #ea7575;
|
|
3091
2984
|
--cui-btn-active-border-color: #e86464;
|
|
3092
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3093
|
-
--cui-btn-disabled-color: #
|
|
2985
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
2986
|
+
--cui-btn-disabled-color: #000015;
|
|
3094
2987
|
--cui-btn-disabled-bg: #e55353;
|
|
3095
2988
|
--cui-btn-disabled-border-color: #e55353;
|
|
3096
2989
|
}
|
|
3097
2990
|
|
|
3098
2991
|
.btn-warning {
|
|
3099
|
-
--cui-btn-color: rgba(
|
|
2992
|
+
--cui-btn-color: rgba(44, 56, 74, 0.95);
|
|
3100
2993
|
--cui-btn-bg: #f9b115;
|
|
3101
2994
|
--cui-btn-border-color: #f9b115;
|
|
3102
|
-
--cui-btn-hover-color:
|
|
2995
|
+
--cui-btn-hover-color: #000015;
|
|
3103
2996
|
--cui-btn-hover-bg: #d49612;
|
|
3104
2997
|
--cui-btn-hover-border-color: #c78e11;
|
|
3105
|
-
--cui-btn-focus-shadow-rgb:
|
|
3106
|
-
--cui-btn-active-color: #
|
|
2998
|
+
--cui-btn-focus-shadow-rgb: 221, 160, 28;
|
|
2999
|
+
--cui-btn-active-color: #000015;
|
|
3107
3000
|
--cui-btn-active-bg: #c78e11;
|
|
3108
3001
|
--cui-btn-active-border-color: #bb8510;
|
|
3109
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3110
|
-
--cui-btn-disabled-color: rgba(
|
|
3002
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3003
|
+
--cui-btn-disabled-color: rgba(44, 56, 74, 0.95);
|
|
3111
3004
|
--cui-btn-disabled-bg: #f9b115;
|
|
3112
3005
|
--cui-btn-disabled-border-color: #f9b115;
|
|
3113
3006
|
}
|
|
3114
3007
|
|
|
3115
3008
|
.btn-info {
|
|
3116
|
-
--cui-btn-color: #
|
|
3009
|
+
--cui-btn-color: #000015;
|
|
3117
3010
|
--cui-btn-bg: #39f;
|
|
3118
3011
|
--cui-btn-border-color: #39f;
|
|
3119
|
-
--cui-btn-hover-color:
|
|
3012
|
+
--cui-btn-hover-color: #000015;
|
|
3120
3013
|
--cui-btn-hover-bg: #52a8ff;
|
|
3121
3014
|
--cui-btn-hover-border-color: #47a3ff;
|
|
3122
|
-
--cui-btn-focus-shadow-rgb:
|
|
3123
|
-
--cui-btn-active-color:
|
|
3015
|
+
--cui-btn-focus-shadow-rgb: 43, 130, 220;
|
|
3016
|
+
--cui-btn-active-color: #000015;
|
|
3124
3017
|
--cui-btn-active-bg: #5cadff;
|
|
3125
3018
|
--cui-btn-active-border-color: #47a3ff;
|
|
3126
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3127
|
-
--cui-btn-disabled-color: #
|
|
3019
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3020
|
+
--cui-btn-disabled-color: #000015;
|
|
3128
3021
|
--cui-btn-disabled-bg: #39f;
|
|
3129
3022
|
--cui-btn-disabled-border-color: #39f;
|
|
3130
3023
|
}
|
|
3131
3024
|
|
|
3132
3025
|
.btn-light {
|
|
3133
|
-
--cui-btn-color: rgba(
|
|
3134
|
-
--cui-btn-bg: #
|
|
3135
|
-
--cui-btn-border-color: #
|
|
3136
|
-
--cui-btn-hover-color: rgba(
|
|
3137
|
-
--cui-btn-hover-bg: #
|
|
3138
|
-
--cui-btn-hover-border-color: #
|
|
3139
|
-
--cui-btn-focus-shadow-rgb:
|
|
3140
|
-
--cui-btn-active-color: rgba(
|
|
3141
|
-
--cui-btn-active-bg: #
|
|
3142
|
-
--cui-btn-active-border-color: #
|
|
3143
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3144
|
-
--cui-btn-disabled-color: rgba(
|
|
3145
|
-
--cui-btn-disabled-bg: #
|
|
3146
|
-
--cui-btn-disabled-border-color: #
|
|
3026
|
+
--cui-btn-color: rgba(44, 56, 74, 0.95);
|
|
3027
|
+
--cui-btn-bg: #ebedef;
|
|
3028
|
+
--cui-btn-border-color: #ebedef;
|
|
3029
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3030
|
+
--cui-btn-hover-bg: #c8c9cb;
|
|
3031
|
+
--cui-btn-hover-border-color: #bcbebf;
|
|
3032
|
+
--cui-btn-focus-shadow-rgb: 209, 212, 216;
|
|
3033
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3034
|
+
--cui-btn-active-bg: #bcbebf;
|
|
3035
|
+
--cui-btn-active-border-color: #b0b2b3;
|
|
3036
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3037
|
+
--cui-btn-disabled-color: rgba(44, 56, 74, 0.95);
|
|
3038
|
+
--cui-btn-disabled-bg: #ebedef;
|
|
3039
|
+
--cui-btn-disabled-border-color: #ebedef;
|
|
3147
3040
|
}
|
|
3148
3041
|
|
|
3149
3042
|
.btn-dark {
|
|
3150
3043
|
--cui-btn-color: rgba(255, 255, 255, 0.87);
|
|
3151
|
-
--cui-btn-bg: #
|
|
3152
|
-
--cui-btn-border-color: #
|
|
3153
|
-
--cui-btn-hover-color:
|
|
3154
|
-
--cui-btn-hover-bg: #
|
|
3155
|
-
--cui-btn-hover-border-color: #
|
|
3156
|
-
--cui-btn-focus-shadow-rgb:
|
|
3157
|
-
--cui-btn-active-color:
|
|
3158
|
-
--cui-btn-active-bg: #
|
|
3159
|
-
--cui-btn-active-border-color: #
|
|
3160
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3044
|
+
--cui-btn-bg: #4f5d73;
|
|
3045
|
+
--cui-btn-border-color: #4f5d73;
|
|
3046
|
+
--cui-btn-hover-color: #fff;
|
|
3047
|
+
--cui-btn-hover-bg: #697588;
|
|
3048
|
+
--cui-btn-hover-border-color: #616d81;
|
|
3049
|
+
--cui-btn-focus-shadow-rgb: 100, 112, 132;
|
|
3050
|
+
--cui-btn-active-color: #fff;
|
|
3051
|
+
--cui-btn-active-bg: #727d8f;
|
|
3052
|
+
--cui-btn-active-border-color: #616d81;
|
|
3053
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3161
3054
|
--cui-btn-disabled-color: rgba(255, 255, 255, 0.87);
|
|
3162
|
-
--cui-btn-disabled-bg: #
|
|
3163
|
-
--cui-btn-disabled-border-color: #
|
|
3055
|
+
--cui-btn-disabled-bg: #4f5d73;
|
|
3056
|
+
--cui-btn-disabled-border-color: #4f5d73;
|
|
3164
3057
|
}
|
|
3165
3058
|
|
|
3166
3059
|
.btn-outline-primary {
|
|
@@ -3173,7 +3066,7 @@ textarea.form-control-lg {
|
|
|
3173
3066
|
--cui-btn-active-color: rgba(255, 255, 255, 0.87);
|
|
3174
3067
|
--cui-btn-active-bg: #5b4ce2;
|
|
3175
3068
|
--cui-btn-active-border-color: #4735df;
|
|
3176
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3069
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3177
3070
|
--cui-btn-disabled-color: #321fdb;
|
|
3178
3071
|
--cui-btn-disabled-bg: transparent;
|
|
3179
3072
|
--cui-gradient: none;
|
|
@@ -3182,14 +3075,14 @@ textarea.form-control-lg {
|
|
|
3182
3075
|
.btn-outline-secondary {
|
|
3183
3076
|
--cui-btn-color: #9da5b1;
|
|
3184
3077
|
--cui-btn-border-color: #9da5b1;
|
|
3185
|
-
--cui-btn-hover-color:
|
|
3186
|
-
--cui-btn-hover-bg: #
|
|
3187
|
-
--cui-btn-hover-border-color: #
|
|
3078
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3079
|
+
--cui-btn-hover-bg: #b1b7c1;
|
|
3080
|
+
--cui-btn-hover-border-color: #a7aeb9;
|
|
3188
3081
|
--cui-btn-focus-shadow-rgb: 157, 165, 177;
|
|
3189
|
-
--cui-btn-active-color:
|
|
3190
|
-
--cui-btn-active-bg: #
|
|
3191
|
-
--cui-btn-active-border-color: #
|
|
3192
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3082
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3083
|
+
--cui-btn-active-bg: #b1b7c1;
|
|
3084
|
+
--cui-btn-active-border-color: #a7aeb9;
|
|
3085
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3193
3086
|
--cui-btn-disabled-color: #9da5b1;
|
|
3194
3087
|
--cui-btn-disabled-bg: transparent;
|
|
3195
3088
|
--cui-gradient: none;
|
|
@@ -3198,14 +3091,14 @@ textarea.form-control-lg {
|
|
|
3198
3091
|
.btn-outline-success {
|
|
3199
3092
|
--cui-btn-color: #2eb85c;
|
|
3200
3093
|
--cui-btn-border-color: #2eb85c;
|
|
3201
|
-
--cui-btn-hover-color:
|
|
3202
|
-
--cui-btn-hover-bg: #
|
|
3203
|
-
--cui-btn-hover-border-color: #
|
|
3094
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3095
|
+
--cui-btn-hover-bg: #58c67d;
|
|
3096
|
+
--cui-btn-hover-border-color: #43bf6c;
|
|
3204
3097
|
--cui-btn-focus-shadow-rgb: 46, 184, 92;
|
|
3205
|
-
--cui-btn-active-color:
|
|
3206
|
-
--cui-btn-active-bg: #
|
|
3207
|
-
--cui-btn-active-border-color: #
|
|
3208
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3098
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3099
|
+
--cui-btn-active-bg: #58c67d;
|
|
3100
|
+
--cui-btn-active-border-color: #43bf6c;
|
|
3101
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3209
3102
|
--cui-btn-disabled-color: #2eb85c;
|
|
3210
3103
|
--cui-btn-disabled-bg: transparent;
|
|
3211
3104
|
--cui-gradient: none;
|
|
@@ -3214,14 +3107,14 @@ textarea.form-control-lg {
|
|
|
3214
3107
|
.btn-outline-danger {
|
|
3215
3108
|
--cui-btn-color: #e55353;
|
|
3216
3109
|
--cui-btn-border-color: #e55353;
|
|
3217
|
-
--cui-btn-hover-color: #
|
|
3110
|
+
--cui-btn-hover-color: #000015;
|
|
3218
3111
|
--cui-btn-hover-bg: #ea7575;
|
|
3219
3112
|
--cui-btn-hover-border-color: #e86464;
|
|
3220
3113
|
--cui-btn-focus-shadow-rgb: 229, 83, 83;
|
|
3221
|
-
--cui-btn-active-color: #
|
|
3114
|
+
--cui-btn-active-color: #000015;
|
|
3222
3115
|
--cui-btn-active-bg: #ea7575;
|
|
3223
3116
|
--cui-btn-active-border-color: #e86464;
|
|
3224
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3117
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3225
3118
|
--cui-btn-disabled-color: #e55353;
|
|
3226
3119
|
--cui-btn-disabled-bg: transparent;
|
|
3227
3120
|
--cui-gradient: none;
|
|
@@ -3230,14 +3123,14 @@ textarea.form-control-lg {
|
|
|
3230
3123
|
.btn-outline-warning {
|
|
3231
3124
|
--cui-btn-color: #f9b115;
|
|
3232
3125
|
--cui-btn-border-color: #f9b115;
|
|
3233
|
-
--cui-btn-hover-color:
|
|
3126
|
+
--cui-btn-hover-color: #000015;
|
|
3234
3127
|
--cui-btn-hover-bg: #c78e11;
|
|
3235
3128
|
--cui-btn-hover-border-color: #bb8510;
|
|
3236
3129
|
--cui-btn-focus-shadow-rgb: 249, 177, 21;
|
|
3237
|
-
--cui-btn-active-color: #
|
|
3130
|
+
--cui-btn-active-color: #000015;
|
|
3238
3131
|
--cui-btn-active-bg: #c78e11;
|
|
3239
3132
|
--cui-btn-active-border-color: #bb8510;
|
|
3240
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3133
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3241
3134
|
--cui-btn-disabled-color: #f9b115;
|
|
3242
3135
|
--cui-btn-disabled-bg: transparent;
|
|
3243
3136
|
--cui-gradient: none;
|
|
@@ -3246,47 +3139,47 @@ textarea.form-control-lg {
|
|
|
3246
3139
|
.btn-outline-info {
|
|
3247
3140
|
--cui-btn-color: #39f;
|
|
3248
3141
|
--cui-btn-border-color: #39f;
|
|
3249
|
-
--cui-btn-hover-color:
|
|
3142
|
+
--cui-btn-hover-color: #000015;
|
|
3250
3143
|
--cui-btn-hover-bg: #5cadff;
|
|
3251
3144
|
--cui-btn-hover-border-color: #47a3ff;
|
|
3252
3145
|
--cui-btn-focus-shadow-rgb: 51, 153, 255;
|
|
3253
|
-
--cui-btn-active-color:
|
|
3146
|
+
--cui-btn-active-color: #000015;
|
|
3254
3147
|
--cui-btn-active-bg: #5cadff;
|
|
3255
3148
|
--cui-btn-active-border-color: #47a3ff;
|
|
3256
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3149
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3257
3150
|
--cui-btn-disabled-color: #39f;
|
|
3258
3151
|
--cui-btn-disabled-bg: transparent;
|
|
3259
3152
|
--cui-gradient: none;
|
|
3260
3153
|
}
|
|
3261
3154
|
|
|
3262
3155
|
.btn-outline-light {
|
|
3263
|
-
--cui-btn-color: #
|
|
3264
|
-
--cui-btn-border-color: #
|
|
3265
|
-
--cui-btn-hover-color: rgba(
|
|
3266
|
-
--cui-btn-hover-bg: #
|
|
3267
|
-
--cui-btn-hover-border-color: #
|
|
3268
|
-
--cui-btn-focus-shadow-rgb:
|
|
3269
|
-
--cui-btn-active-color: rgba(
|
|
3270
|
-
--cui-btn-active-bg: #
|
|
3271
|
-
--cui-btn-active-border-color: #
|
|
3272
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3273
|
-
--cui-btn-disabled-color: #
|
|
3156
|
+
--cui-btn-color: #ebedef;
|
|
3157
|
+
--cui-btn-border-color: #ebedef;
|
|
3158
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3159
|
+
--cui-btn-hover-bg: #bcbebf;
|
|
3160
|
+
--cui-btn-hover-border-color: #b0b2b3;
|
|
3161
|
+
--cui-btn-focus-shadow-rgb: 235, 237, 239;
|
|
3162
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3163
|
+
--cui-btn-active-bg: #bcbebf;
|
|
3164
|
+
--cui-btn-active-border-color: #b0b2b3;
|
|
3165
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3166
|
+
--cui-btn-disabled-color: #ebedef;
|
|
3274
3167
|
--cui-btn-disabled-bg: transparent;
|
|
3275
3168
|
--cui-gradient: none;
|
|
3276
3169
|
}
|
|
3277
3170
|
|
|
3278
3171
|
.btn-outline-dark {
|
|
3279
|
-
--cui-btn-color: #
|
|
3280
|
-
--cui-btn-border-color: #
|
|
3281
|
-
--cui-btn-hover-color:
|
|
3282
|
-
--cui-btn-hover-bg: #
|
|
3283
|
-
--cui-btn-hover-border-color: #
|
|
3284
|
-
--cui-btn-focus-shadow-rgb:
|
|
3285
|
-
--cui-btn-active-color:
|
|
3286
|
-
--cui-btn-active-bg: #
|
|
3287
|
-
--cui-btn-active-border-color: #
|
|
3288
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3289
|
-
--cui-btn-disabled-color: #
|
|
3172
|
+
--cui-btn-color: #4f5d73;
|
|
3173
|
+
--cui-btn-border-color: #4f5d73;
|
|
3174
|
+
--cui-btn-hover-color: #fff;
|
|
3175
|
+
--cui-btn-hover-bg: #727d8f;
|
|
3176
|
+
--cui-btn-hover-border-color: #616d81;
|
|
3177
|
+
--cui-btn-focus-shadow-rgb: 79, 93, 115;
|
|
3178
|
+
--cui-btn-active-color: #fff;
|
|
3179
|
+
--cui-btn-active-bg: #727d8f;
|
|
3180
|
+
--cui-btn-active-border-color: #616d81;
|
|
3181
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3182
|
+
--cui-btn-disabled-color: #4f5d73;
|
|
3290
3183
|
--cui-btn-disabled-bg: transparent;
|
|
3291
3184
|
--cui-gradient: none;
|
|
3292
3185
|
}
|
|
@@ -3305,24 +3198,24 @@ textarea.form-control-lg {
|
|
|
3305
3198
|
|
|
3306
3199
|
.btn-ghost-secondary {
|
|
3307
3200
|
--cui-btn-color: #9da5b1;
|
|
3308
|
-
--cui-btn-hover-bg: #
|
|
3309
|
-
--cui-btn-hover-border-color: #
|
|
3310
|
-
--cui-btn-hover-color:
|
|
3311
|
-
--cui-btn-active-bg: #
|
|
3312
|
-
--cui-btn-active-border-color: #
|
|
3313
|
-
--cui-btn-active-color:
|
|
3201
|
+
--cui-btn-hover-bg: #acb3bd;
|
|
3202
|
+
--cui-btn-hover-border-color: #a7aeb9;
|
|
3203
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3204
|
+
--cui-btn-active-bg: #b1b7c1;
|
|
3205
|
+
--cui-btn-active-border-color: #a7aeb9;
|
|
3206
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3314
3207
|
--cui-btn-disabled-color: #9da5b1;
|
|
3315
3208
|
--cui-btn-shadow: rgba(157, 165, 177, 0.5);
|
|
3316
3209
|
}
|
|
3317
3210
|
|
|
3318
3211
|
.btn-ghost-success {
|
|
3319
3212
|
--cui-btn-color: #2eb85c;
|
|
3320
|
-
--cui-btn-hover-bg: #
|
|
3321
|
-
--cui-btn-hover-border-color: #
|
|
3322
|
-
--cui-btn-hover-color:
|
|
3323
|
-
--cui-btn-active-bg: #
|
|
3324
|
-
--cui-btn-active-border-color: #
|
|
3325
|
-
--cui-btn-active-color:
|
|
3213
|
+
--cui-btn-hover-bg: #4dc374;
|
|
3214
|
+
--cui-btn-hover-border-color: #43bf6c;
|
|
3215
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3216
|
+
--cui-btn-active-bg: #58c67d;
|
|
3217
|
+
--cui-btn-active-border-color: #43bf6c;
|
|
3218
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3326
3219
|
--cui-btn-disabled-color: #2eb85c;
|
|
3327
3220
|
--cui-btn-shadow: rgba(46, 184, 92, 0.5);
|
|
3328
3221
|
}
|
|
@@ -3331,10 +3224,10 @@ textarea.form-control-lg {
|
|
|
3331
3224
|
--cui-btn-color: #e55353;
|
|
3332
3225
|
--cui-btn-hover-bg: #e96d6d;
|
|
3333
3226
|
--cui-btn-hover-border-color: #e86464;
|
|
3334
|
-
--cui-btn-hover-color: #
|
|
3227
|
+
--cui-btn-hover-color: #000015;
|
|
3335
3228
|
--cui-btn-active-bg: #ea7575;
|
|
3336
3229
|
--cui-btn-active-border-color: #e86464;
|
|
3337
|
-
--cui-btn-active-color: #
|
|
3230
|
+
--cui-btn-active-color: #000015;
|
|
3338
3231
|
--cui-btn-disabled-color: #e55353;
|
|
3339
3232
|
--cui-btn-shadow: rgba(229, 83, 83, 0.5);
|
|
3340
3233
|
}
|
|
@@ -3343,10 +3236,10 @@ textarea.form-control-lg {
|
|
|
3343
3236
|
--cui-btn-color: #f9b115;
|
|
3344
3237
|
--cui-btn-hover-bg: #d49612;
|
|
3345
3238
|
--cui-btn-hover-border-color: #c78e11;
|
|
3346
|
-
--cui-btn-hover-color:
|
|
3239
|
+
--cui-btn-hover-color: #000015;
|
|
3347
3240
|
--cui-btn-active-bg: #c78e11;
|
|
3348
3241
|
--cui-btn-active-border-color: #bb8510;
|
|
3349
|
-
--cui-btn-active-color: #
|
|
3242
|
+
--cui-btn-active-color: #000015;
|
|
3350
3243
|
--cui-btn-disabled-color: #f9b115;
|
|
3351
3244
|
--cui-btn-shadow: rgba(249, 177, 21, 0.5);
|
|
3352
3245
|
}
|
|
@@ -3355,36 +3248,36 @@ textarea.form-control-lg {
|
|
|
3355
3248
|
--cui-btn-color: #39f;
|
|
3356
3249
|
--cui-btn-hover-bg: #52a8ff;
|
|
3357
3250
|
--cui-btn-hover-border-color: #47a3ff;
|
|
3358
|
-
--cui-btn-hover-color:
|
|
3251
|
+
--cui-btn-hover-color: #000015;
|
|
3359
3252
|
--cui-btn-active-bg: #5cadff;
|
|
3360
3253
|
--cui-btn-active-border-color: #47a3ff;
|
|
3361
|
-
--cui-btn-active-color:
|
|
3254
|
+
--cui-btn-active-color: #000015;
|
|
3362
3255
|
--cui-btn-disabled-color: #39f;
|
|
3363
3256
|
--cui-btn-shadow: rgba(51, 153, 255, 0.5);
|
|
3364
3257
|
}
|
|
3365
3258
|
|
|
3366
3259
|
.btn-ghost-light {
|
|
3367
|
-
--cui-btn-color: #
|
|
3368
|
-
--cui-btn-hover-bg: #
|
|
3369
|
-
--cui-btn-hover-border-color: #
|
|
3370
|
-
--cui-btn-hover-color: rgba(
|
|
3371
|
-
--cui-btn-active-bg: #
|
|
3372
|
-
--cui-btn-active-border-color: #
|
|
3373
|
-
--cui-btn-active-color: rgba(
|
|
3374
|
-
--cui-btn-disabled-color: #
|
|
3375
|
-
--cui-btn-shadow: rgba(
|
|
3260
|
+
--cui-btn-color: #ebedef;
|
|
3261
|
+
--cui-btn-hover-bg: #c8c9cb;
|
|
3262
|
+
--cui-btn-hover-border-color: #bcbebf;
|
|
3263
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3264
|
+
--cui-btn-active-bg: #bcbebf;
|
|
3265
|
+
--cui-btn-active-border-color: #b0b2b3;
|
|
3266
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3267
|
+
--cui-btn-disabled-color: #ebedef;
|
|
3268
|
+
--cui-btn-shadow: rgba(235, 237, 239, 0.5);
|
|
3376
3269
|
}
|
|
3377
3270
|
|
|
3378
3271
|
.btn-ghost-dark {
|
|
3379
|
-
--cui-btn-color: #
|
|
3380
|
-
--cui-btn-hover-bg: #
|
|
3381
|
-
--cui-btn-hover-border-color: #
|
|
3382
|
-
--cui-btn-hover-color:
|
|
3383
|
-
--cui-btn-active-bg: #
|
|
3384
|
-
--cui-btn-active-border-color: #
|
|
3385
|
-
--cui-btn-active-color:
|
|
3386
|
-
--cui-btn-disabled-color: #
|
|
3387
|
-
--cui-btn-shadow: rgba(
|
|
3272
|
+
--cui-btn-color: #4f5d73;
|
|
3273
|
+
--cui-btn-hover-bg: #697588;
|
|
3274
|
+
--cui-btn-hover-border-color: #616d81;
|
|
3275
|
+
--cui-btn-hover-color: #fff;
|
|
3276
|
+
--cui-btn-active-bg: #727d8f;
|
|
3277
|
+
--cui-btn-active-border-color: #616d81;
|
|
3278
|
+
--cui-btn-active-color: #fff;
|
|
3279
|
+
--cui-btn-disabled-color: #4f5d73;
|
|
3280
|
+
--cui-btn-shadow: rgba(79, 93, 115, 0.5);
|
|
3388
3281
|
}
|
|
3389
3282
|
|
|
3390
3283
|
.btn-link {
|
|
@@ -3395,7 +3288,7 @@ textarea.form-control-lg {
|
|
|
3395
3288
|
--cui-btn-hover-color: var(--cui-link-hover-color);
|
|
3396
3289
|
--cui-btn-hover-border-color: transparent;
|
|
3397
3290
|
--cui-btn-active-border-color: transparent;
|
|
3398
|
-
--cui-btn-disabled-color: #
|
|
3291
|
+
--cui-btn-disabled-color: #8a93a2;
|
|
3399
3292
|
--cui-btn-disabled-border-color: transparent;
|
|
3400
3293
|
--cui-btn-box-shadow: none;
|
|
3401
3294
|
--cui-btn-focus-shadow-rgb: 75, 58, 223;
|
|
@@ -3419,259 +3312,6 @@ textarea.form-control-lg {
|
|
|
3419
3312
|
--cui-btn-border-radius: var(--cui-border-radius-sm);
|
|
3420
3313
|
}
|
|
3421
3314
|
|
|
3422
|
-
[data-coreui-theme=dark] .btn-primary {
|
|
3423
|
-
--cui-btn-color: #fff;
|
|
3424
|
-
--cui-btn-bg: #6b60ce;
|
|
3425
|
-
--cui-btn-border-color: #6b60ce;
|
|
3426
|
-
--cui-btn-hover-color: #080a0c;
|
|
3427
|
-
--cui-btn-hover-bg: #8178d5;
|
|
3428
|
-
--cui-btn-hover-border-color: #7a70d3;
|
|
3429
|
-
--cui-btn-focus-shadow-rgb: 129, 120, 213;
|
|
3430
|
-
--cui-btn-active-color: #080a0c;
|
|
3431
|
-
--cui-btn-active-bg: #8980d8;
|
|
3432
|
-
--cui-btn-active-border-color: #7a70d3;
|
|
3433
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3434
|
-
--cui-btn-disabled-color: #fff;
|
|
3435
|
-
--cui-btn-disabled-bg: #6b60ce;
|
|
3436
|
-
--cui-btn-disabled-border-color: #6b60ce;
|
|
3437
|
-
}
|
|
3438
|
-
[data-coreui-theme=dark] .btn-secondary {
|
|
3439
|
-
--cui-btn-color: rgba(37, 43, 54, 0.95);
|
|
3440
|
-
--cui-btn-bg: #a6a7a8;
|
|
3441
|
-
--cui-btn-border-color: #a6a7a8;
|
|
3442
|
-
--cui-btn-hover-color: #080a0c;
|
|
3443
|
-
--cui-btn-hover-bg: #8d8e8f;
|
|
3444
|
-
--cui-btn-hover-border-color: #858686;
|
|
3445
|
-
--cui-btn-focus-shadow-rgb: 148, 150, 152;
|
|
3446
|
-
--cui-btn-active-color: #080a0c;
|
|
3447
|
-
--cui-btn-active-bg: #858686;
|
|
3448
|
-
--cui-btn-active-border-color: #7d7d7e;
|
|
3449
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3450
|
-
--cui-btn-disabled-color: rgba(37, 43, 54, 0.95);
|
|
3451
|
-
--cui-btn-disabled-bg: #a6a7a8;
|
|
3452
|
-
--cui-btn-disabled-border-color: #a6a7a8;
|
|
3453
|
-
}
|
|
3454
|
-
[data-coreui-theme=dark] .btn-success {
|
|
3455
|
-
--cui-btn-color: rgba(37, 43, 54, 0.95);
|
|
3456
|
-
--cui-btn-bg: #3aad60;
|
|
3457
|
-
--cui-btn-border-color: #3aad60;
|
|
3458
|
-
--cui-btn-hover-color: #080a0c;
|
|
3459
|
-
--cui-btn-hover-bg: #319352;
|
|
3460
|
-
--cui-btn-hover-border-color: #2e8a4d;
|
|
3461
|
-
--cui-btn-focus-shadow-rgb: 55, 155, 90;
|
|
3462
|
-
--cui-btn-active-color: #fff;
|
|
3463
|
-
--cui-btn-active-bg: #2e8a4d;
|
|
3464
|
-
--cui-btn-active-border-color: #2c8248;
|
|
3465
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3466
|
-
--cui-btn-disabled-color: rgba(37, 43, 54, 0.95);
|
|
3467
|
-
--cui-btn-disabled-bg: #3aad60;
|
|
3468
|
-
--cui-btn-disabled-border-color: #3aad60;
|
|
3469
|
-
}
|
|
3470
|
-
[data-coreui-theme=dark] .btn-danger {
|
|
3471
|
-
--cui-btn-color: #080a0c;
|
|
3472
|
-
--cui-btn-bg: #db5d5d;
|
|
3473
|
-
--cui-btn-border-color: #db5d5d;
|
|
3474
|
-
--cui-btn-hover-color: #080a0c;
|
|
3475
|
-
--cui-btn-hover-bg: #e07575;
|
|
3476
|
-
--cui-btn-hover-border-color: #df6d6d;
|
|
3477
|
-
--cui-btn-focus-shadow-rgb: 187, 81, 81;
|
|
3478
|
-
--cui-btn-active-color: #080a0c;
|
|
3479
|
-
--cui-btn-active-bg: #e27d7d;
|
|
3480
|
-
--cui-btn-active-border-color: #df6d6d;
|
|
3481
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3482
|
-
--cui-btn-disabled-color: #080a0c;
|
|
3483
|
-
--cui-btn-disabled-bg: #db5d5d;
|
|
3484
|
-
--cui-btn-disabled-border-color: #db5d5d;
|
|
3485
|
-
}
|
|
3486
|
-
[data-coreui-theme=dark] .btn-warning {
|
|
3487
|
-
--cui-btn-color: rgba(37, 43, 54, 0.95);
|
|
3488
|
-
--cui-btn-bg: #edad21;
|
|
3489
|
-
--cui-btn-border-color: #edad21;
|
|
3490
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3491
|
-
--cui-btn-hover-bg: #c9931c;
|
|
3492
|
-
--cui-btn-hover-border-color: #be8a1a;
|
|
3493
|
-
--cui-btn-focus-shadow-rgb: 209, 155, 36;
|
|
3494
|
-
--cui-btn-active-color: #080a0c;
|
|
3495
|
-
--cui-btn-active-bg: #be8a1a;
|
|
3496
|
-
--cui-btn-active-border-color: #b28219;
|
|
3497
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3498
|
-
--cui-btn-disabled-color: rgba(37, 43, 54, 0.95);
|
|
3499
|
-
--cui-btn-disabled-bg: #edad21;
|
|
3500
|
-
--cui-btn-disabled-border-color: #edad21;
|
|
3501
|
-
}
|
|
3502
|
-
[data-coreui-theme=dark] .btn-info {
|
|
3503
|
-
--cui-btn-color: #080a0c;
|
|
3504
|
-
--cui-btn-bg: #3d99f5;
|
|
3505
|
-
--cui-btn-border-color: #3d99f5;
|
|
3506
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3507
|
-
--cui-btn-hover-bg: #5aa8f7;
|
|
3508
|
-
--cui-btn-hover-border-color: #50a3f6;
|
|
3509
|
-
--cui-btn-focus-shadow-rgb: 53, 132, 210;
|
|
3510
|
-
--cui-btn-active-color: rgba(37, 43, 54, 0.95);
|
|
3511
|
-
--cui-btn-active-bg: #64adf7;
|
|
3512
|
-
--cui-btn-active-border-color: #50a3f6;
|
|
3513
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3514
|
-
--cui-btn-disabled-color: #080a0c;
|
|
3515
|
-
--cui-btn-disabled-bg: #3d99f5;
|
|
3516
|
-
--cui-btn-disabled-border-color: #3d99f5;
|
|
3517
|
-
}
|
|
3518
|
-
[data-coreui-theme=dark] .btn-outline-primary {
|
|
3519
|
-
--cui-btn-color: #6b60ce;
|
|
3520
|
-
--cui-btn-border-color: #6b60ce;
|
|
3521
|
-
--cui-btn-hover-color: #080a0c;
|
|
3522
|
-
--cui-btn-hover-bg: #8980d8;
|
|
3523
|
-
--cui-btn-hover-border-color: #7a70d3;
|
|
3524
|
-
--cui-btn-focus-shadow-rgb: 107, 96, 206;
|
|
3525
|
-
--cui-btn-active-color: #080a0c;
|
|
3526
|
-
--cui-btn-active-bg: #8980d8;
|
|
3527
|
-
--cui-btn-active-border-color: #7a70d3;
|
|
3528
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3529
|
-
--cui-btn-disabled-color: #6b60ce;
|
|
3530
|
-
--cui-btn-disabled-bg: transparent;
|
|
3531
|
-
--cui-gradient: none;
|
|
3532
|
-
}
|
|
3533
|
-
[data-coreui-theme=dark] .btn-outline-secondary {
|
|
3534
|
-
--cui-btn-color: #a6a7a8;
|
|
3535
|
-
--cui-btn-border-color: #a6a7a8;
|
|
3536
|
-
--cui-btn-hover-color: #080a0c;
|
|
3537
|
-
--cui-btn-hover-bg: #858686;
|
|
3538
|
-
--cui-btn-hover-border-color: #7d7d7e;
|
|
3539
|
-
--cui-btn-focus-shadow-rgb: 166, 167, 168;
|
|
3540
|
-
--cui-btn-active-color: #080a0c;
|
|
3541
|
-
--cui-btn-active-bg: #858686;
|
|
3542
|
-
--cui-btn-active-border-color: #7d7d7e;
|
|
3543
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3544
|
-
--cui-btn-disabled-color: #a6a7a8;
|
|
3545
|
-
--cui-btn-disabled-bg: transparent;
|
|
3546
|
-
--cui-gradient: none;
|
|
3547
|
-
}
|
|
3548
|
-
[data-coreui-theme=dark] .btn-outline-success {
|
|
3549
|
-
--cui-btn-color: #3aad60;
|
|
3550
|
-
--cui-btn-border-color: #3aad60;
|
|
3551
|
-
--cui-btn-hover-color: #080a0c;
|
|
3552
|
-
--cui-btn-hover-bg: #2e8a4d;
|
|
3553
|
-
--cui-btn-hover-border-color: #2c8248;
|
|
3554
|
-
--cui-btn-focus-shadow-rgb: 58, 173, 96;
|
|
3555
|
-
--cui-btn-active-color: #fff;
|
|
3556
|
-
--cui-btn-active-bg: #2e8a4d;
|
|
3557
|
-
--cui-btn-active-border-color: #2c8248;
|
|
3558
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3559
|
-
--cui-btn-disabled-color: #3aad60;
|
|
3560
|
-
--cui-btn-disabled-bg: transparent;
|
|
3561
|
-
--cui-gradient: none;
|
|
3562
|
-
}
|
|
3563
|
-
[data-coreui-theme=dark] .btn-outline-danger {
|
|
3564
|
-
--cui-btn-color: #db5d5d;
|
|
3565
|
-
--cui-btn-border-color: #db5d5d;
|
|
3566
|
-
--cui-btn-hover-color: #080a0c;
|
|
3567
|
-
--cui-btn-hover-bg: #e27d7d;
|
|
3568
|
-
--cui-btn-hover-border-color: #df6d6d;
|
|
3569
|
-
--cui-btn-focus-shadow-rgb: 219, 93, 93;
|
|
3570
|
-
--cui-btn-active-color: #080a0c;
|
|
3571
|
-
--cui-btn-active-bg: #e27d7d;
|
|
3572
|
-
--cui-btn-active-border-color: #df6d6d;
|
|
3573
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3574
|
-
--cui-btn-disabled-color: #db5d5d;
|
|
3575
|
-
--cui-btn-disabled-bg: transparent;
|
|
3576
|
-
--cui-gradient: none;
|
|
3577
|
-
}
|
|
3578
|
-
[data-coreui-theme=dark] .btn-outline-warning {
|
|
3579
|
-
--cui-btn-color: #edad21;
|
|
3580
|
-
--cui-btn-border-color: #edad21;
|
|
3581
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3582
|
-
--cui-btn-hover-bg: #be8a1a;
|
|
3583
|
-
--cui-btn-hover-border-color: #b28219;
|
|
3584
|
-
--cui-btn-focus-shadow-rgb: 237, 173, 33;
|
|
3585
|
-
--cui-btn-active-color: #080a0c;
|
|
3586
|
-
--cui-btn-active-bg: #be8a1a;
|
|
3587
|
-
--cui-btn-active-border-color: #b28219;
|
|
3588
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3589
|
-
--cui-btn-disabled-color: #edad21;
|
|
3590
|
-
--cui-btn-disabled-bg: transparent;
|
|
3591
|
-
--cui-gradient: none;
|
|
3592
|
-
}
|
|
3593
|
-
[data-coreui-theme=dark] .btn-outline-info {
|
|
3594
|
-
--cui-btn-color: #3d99f5;
|
|
3595
|
-
--cui-btn-border-color: #3d99f5;
|
|
3596
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3597
|
-
--cui-btn-hover-bg: #64adf7;
|
|
3598
|
-
--cui-btn-hover-border-color: #50a3f6;
|
|
3599
|
-
--cui-btn-focus-shadow-rgb: 61, 153, 245;
|
|
3600
|
-
--cui-btn-active-color: rgba(37, 43, 54, 0.95);
|
|
3601
|
-
--cui-btn-active-bg: #64adf7;
|
|
3602
|
-
--cui-btn-active-border-color: #50a3f6;
|
|
3603
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3604
|
-
--cui-btn-disabled-color: #3d99f5;
|
|
3605
|
-
--cui-btn-disabled-bg: transparent;
|
|
3606
|
-
--cui-gradient: none;
|
|
3607
|
-
}
|
|
3608
|
-
[data-coreui-theme=dark] .btn-ghost-primary {
|
|
3609
|
-
--cui-btn-color: #6b60ce;
|
|
3610
|
-
--cui-btn-hover-bg: #8178d5;
|
|
3611
|
-
--cui-btn-hover-border-color: #7a70d3;
|
|
3612
|
-
--cui-btn-hover-color: #080a0c;
|
|
3613
|
-
--cui-btn-active-bg: #8980d8;
|
|
3614
|
-
--cui-btn-active-border-color: #7a70d3;
|
|
3615
|
-
--cui-btn-active-color: #080a0c;
|
|
3616
|
-
--cui-btn-disabled-color: #6b60ce;
|
|
3617
|
-
--cui-btn-shadow: rgba(107, 96, 206, 0.5);
|
|
3618
|
-
}
|
|
3619
|
-
[data-coreui-theme=dark] .btn-ghost-secondary {
|
|
3620
|
-
--cui-btn-color: #a6a7a8;
|
|
3621
|
-
--cui-btn-hover-bg: #8d8e8f;
|
|
3622
|
-
--cui-btn-hover-border-color: #858686;
|
|
3623
|
-
--cui-btn-hover-color: #080a0c;
|
|
3624
|
-
--cui-btn-active-bg: #858686;
|
|
3625
|
-
--cui-btn-active-border-color: #7d7d7e;
|
|
3626
|
-
--cui-btn-active-color: #080a0c;
|
|
3627
|
-
--cui-btn-disabled-color: #a6a7a8;
|
|
3628
|
-
--cui-btn-shadow: rgba(166, 167, 168, 0.5);
|
|
3629
|
-
}
|
|
3630
|
-
[data-coreui-theme=dark] .btn-ghost-success {
|
|
3631
|
-
--cui-btn-color: #3aad60;
|
|
3632
|
-
--cui-btn-hover-bg: #319352;
|
|
3633
|
-
--cui-btn-hover-border-color: #2e8a4d;
|
|
3634
|
-
--cui-btn-hover-color: #080a0c;
|
|
3635
|
-
--cui-btn-active-bg: #2e8a4d;
|
|
3636
|
-
--cui-btn-active-border-color: #2c8248;
|
|
3637
|
-
--cui-btn-active-color: #fff;
|
|
3638
|
-
--cui-btn-disabled-color: #3aad60;
|
|
3639
|
-
--cui-btn-shadow: rgba(58, 173, 96, 0.5);
|
|
3640
|
-
}
|
|
3641
|
-
[data-coreui-theme=dark] .btn-ghost-danger {
|
|
3642
|
-
--cui-btn-color: #db5d5d;
|
|
3643
|
-
--cui-btn-hover-bg: #e07575;
|
|
3644
|
-
--cui-btn-hover-border-color: #df6d6d;
|
|
3645
|
-
--cui-btn-hover-color: #080a0c;
|
|
3646
|
-
--cui-btn-active-bg: #e27d7d;
|
|
3647
|
-
--cui-btn-active-border-color: #df6d6d;
|
|
3648
|
-
--cui-btn-active-color: #080a0c;
|
|
3649
|
-
--cui-btn-disabled-color: #db5d5d;
|
|
3650
|
-
--cui-btn-shadow: rgba(219, 93, 93, 0.5);
|
|
3651
|
-
}
|
|
3652
|
-
[data-coreui-theme=dark] .btn-ghost-warning {
|
|
3653
|
-
--cui-btn-color: #edad21;
|
|
3654
|
-
--cui-btn-hover-bg: #c9931c;
|
|
3655
|
-
--cui-btn-hover-border-color: #be8a1a;
|
|
3656
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3657
|
-
--cui-btn-active-bg: #be8a1a;
|
|
3658
|
-
--cui-btn-active-border-color: #b28219;
|
|
3659
|
-
--cui-btn-active-color: #080a0c;
|
|
3660
|
-
--cui-btn-disabled-color: #edad21;
|
|
3661
|
-
--cui-btn-shadow: rgba(237, 173, 33, 0.5);
|
|
3662
|
-
}
|
|
3663
|
-
[data-coreui-theme=dark] .btn-ghost-info {
|
|
3664
|
-
--cui-btn-color: #3d99f5;
|
|
3665
|
-
--cui-btn-hover-bg: #5aa8f7;
|
|
3666
|
-
--cui-btn-hover-border-color: #50a3f6;
|
|
3667
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3668
|
-
--cui-btn-active-bg: #64adf7;
|
|
3669
|
-
--cui-btn-active-border-color: #50a3f6;
|
|
3670
|
-
--cui-btn-active-color: rgba(37, 43, 54, 0.95);
|
|
3671
|
-
--cui-btn-disabled-color: #3d99f5;
|
|
3672
|
-
--cui-btn-shadow: rgba(61, 153, 245, 0.5);
|
|
3673
|
-
}
|
|
3674
|
-
|
|
3675
3315
|
.fade {
|
|
3676
3316
|
transition: opacity 0.15s linear;
|
|
3677
3317
|
}
|
|
@@ -3723,7 +3363,7 @@ textarea.form-control-lg {
|
|
|
3723
3363
|
}
|
|
3724
3364
|
.dropdown-toggle::after {
|
|
3725
3365
|
display: inline-block;
|
|
3726
|
-
margin-
|
|
3366
|
+
margin-right: 0.255em;
|
|
3727
3367
|
vertical-align: 0.255em;
|
|
3728
3368
|
content: "";
|
|
3729
3369
|
border-top: 0.3em solid;
|
|
@@ -3732,7 +3372,7 @@ textarea.form-control-lg {
|
|
|
3732
3372
|
border-left: 0.3em solid transparent;
|
|
3733
3373
|
}
|
|
3734
3374
|
.dropdown-toggle:empty::after {
|
|
3735
|
-
margin-
|
|
3375
|
+
margin-right: 0;
|
|
3736
3376
|
}
|
|
3737
3377
|
|
|
3738
3378
|
.dropdown-menu {
|
|
@@ -3750,7 +3390,7 @@ textarea.form-control-lg {
|
|
|
3750
3390
|
--cui-dropdown-inner-border-radius: calc(var(--cui-border-radius) - var(--cui-border-width));
|
|
3751
3391
|
--cui-dropdown-divider-bg: var(--cui-border-color-translucent);
|
|
3752
3392
|
--cui-dropdown-divider-margin-y: 0.5rem;
|
|
3753
|
-
--cui-dropdown-box-shadow: 0 0.5rem 1rem rgba(
|
|
3393
|
+
--cui-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15);
|
|
3754
3394
|
--cui-dropdown-link-color: var(--cui-body-color);
|
|
3755
3395
|
--cui-dropdown-link-hover-color: var(--cui-body-color);
|
|
3756
3396
|
--cui-dropdown-link-hover-bg: var(--cui-tertiary-bg);
|
|
@@ -3759,7 +3399,7 @@ textarea.form-control-lg {
|
|
|
3759
3399
|
--cui-dropdown-link-disabled-color: var(--cui-tertiary-color);
|
|
3760
3400
|
--cui-dropdown-item-padding-x: 1rem;
|
|
3761
3401
|
--cui-dropdown-item-padding-y: 0.25rem;
|
|
3762
|
-
--cui-dropdown-header-color: #
|
|
3402
|
+
--cui-dropdown-header-color: #8a93a2;
|
|
3763
3403
|
--cui-dropdown-header-padding-x: 1rem;
|
|
3764
3404
|
--cui-dropdown-header-padding-y: 0.5rem;
|
|
3765
3405
|
position: absolute;
|
|
@@ -3787,16 +3427,16 @@ textarea.form-control-lg {
|
|
|
3787
3427
|
--cui-position: start;
|
|
3788
3428
|
}
|
|
3789
3429
|
.dropdown-menu-start[data-coreui-popper] {
|
|
3790
|
-
|
|
3791
|
-
|
|
3430
|
+
left: auto;
|
|
3431
|
+
right: 0;
|
|
3792
3432
|
}
|
|
3793
3433
|
|
|
3794
3434
|
.dropdown-menu-end {
|
|
3795
3435
|
--cui-position: end;
|
|
3796
3436
|
}
|
|
3797
3437
|
.dropdown-menu-end[data-coreui-popper] {
|
|
3798
|
-
|
|
3799
|
-
|
|
3438
|
+
left: 0;
|
|
3439
|
+
right: auto;
|
|
3800
3440
|
}
|
|
3801
3441
|
|
|
3802
3442
|
@media (min-width: 576px) {
|
|
@@ -3804,15 +3444,15 @@ textarea.form-control-lg {
|
|
|
3804
3444
|
--cui-position: start;
|
|
3805
3445
|
}
|
|
3806
3446
|
.dropdown-menu-sm-start[data-coreui-popper] {
|
|
3807
|
-
|
|
3808
|
-
|
|
3447
|
+
left: auto;
|
|
3448
|
+
right: 0;
|
|
3809
3449
|
}
|
|
3810
3450
|
.dropdown-menu-sm-end {
|
|
3811
3451
|
--cui-position: end;
|
|
3812
3452
|
}
|
|
3813
3453
|
.dropdown-menu-sm-end[data-coreui-popper] {
|
|
3814
|
-
|
|
3815
|
-
|
|
3454
|
+
left: 0;
|
|
3455
|
+
right: auto;
|
|
3816
3456
|
}
|
|
3817
3457
|
}
|
|
3818
3458
|
@media (min-width: 768px) {
|
|
@@ -3820,15 +3460,15 @@ textarea.form-control-lg {
|
|
|
3820
3460
|
--cui-position: start;
|
|
3821
3461
|
}
|
|
3822
3462
|
.dropdown-menu-md-start[data-coreui-popper] {
|
|
3823
|
-
|
|
3824
|
-
|
|
3463
|
+
left: auto;
|
|
3464
|
+
right: 0;
|
|
3825
3465
|
}
|
|
3826
3466
|
.dropdown-menu-md-end {
|
|
3827
3467
|
--cui-position: end;
|
|
3828
3468
|
}
|
|
3829
3469
|
.dropdown-menu-md-end[data-coreui-popper] {
|
|
3830
|
-
|
|
3831
|
-
|
|
3470
|
+
left: 0;
|
|
3471
|
+
right: auto;
|
|
3832
3472
|
}
|
|
3833
3473
|
}
|
|
3834
3474
|
@media (min-width: 992px) {
|
|
@@ -3836,15 +3476,15 @@ textarea.form-control-lg {
|
|
|
3836
3476
|
--cui-position: start;
|
|
3837
3477
|
}
|
|
3838
3478
|
.dropdown-menu-lg-start[data-coreui-popper] {
|
|
3839
|
-
|
|
3840
|
-
|
|
3479
|
+
left: auto;
|
|
3480
|
+
right: 0;
|
|
3841
3481
|
}
|
|
3842
3482
|
.dropdown-menu-lg-end {
|
|
3843
3483
|
--cui-position: end;
|
|
3844
3484
|
}
|
|
3845
3485
|
.dropdown-menu-lg-end[data-coreui-popper] {
|
|
3846
|
-
|
|
3847
|
-
|
|
3486
|
+
left: 0;
|
|
3487
|
+
right: auto;
|
|
3848
3488
|
}
|
|
3849
3489
|
}
|
|
3850
3490
|
@media (min-width: 1200px) {
|
|
@@ -3852,15 +3492,15 @@ textarea.form-control-lg {
|
|
|
3852
3492
|
--cui-position: start;
|
|
3853
3493
|
}
|
|
3854
3494
|
.dropdown-menu-xl-start[data-coreui-popper] {
|
|
3855
|
-
|
|
3856
|
-
|
|
3495
|
+
left: auto;
|
|
3496
|
+
right: 0;
|
|
3857
3497
|
}
|
|
3858
3498
|
.dropdown-menu-xl-end {
|
|
3859
3499
|
--cui-position: end;
|
|
3860
3500
|
}
|
|
3861
3501
|
.dropdown-menu-xl-end[data-coreui-popper] {
|
|
3862
|
-
|
|
3863
|
-
|
|
3502
|
+
left: 0;
|
|
3503
|
+
right: auto;
|
|
3864
3504
|
}
|
|
3865
3505
|
}
|
|
3866
3506
|
@media (min-width: 1400px) {
|
|
@@ -3868,15 +3508,15 @@ textarea.form-control-lg {
|
|
|
3868
3508
|
--cui-position: start;
|
|
3869
3509
|
}
|
|
3870
3510
|
.dropdown-menu-xxl-start[data-coreui-popper] {
|
|
3871
|
-
|
|
3872
|
-
|
|
3511
|
+
left: auto;
|
|
3512
|
+
right: 0;
|
|
3873
3513
|
}
|
|
3874
3514
|
.dropdown-menu-xxl-end {
|
|
3875
3515
|
--cui-position: end;
|
|
3876
3516
|
}
|
|
3877
3517
|
.dropdown-menu-xxl-end[data-coreui-popper] {
|
|
3878
|
-
|
|
3879
|
-
|
|
3518
|
+
left: 0;
|
|
3519
|
+
right: auto;
|
|
3880
3520
|
}
|
|
3881
3521
|
}
|
|
3882
3522
|
.dropup .dropdown-menu[data-coreui-popper] {
|
|
@@ -3887,7 +3527,7 @@ textarea.form-control-lg {
|
|
|
3887
3527
|
}
|
|
3888
3528
|
.dropup .dropdown-toggle::after {
|
|
3889
3529
|
display: inline-block;
|
|
3890
|
-
margin-
|
|
3530
|
+
margin-right: 0.255em;
|
|
3891
3531
|
vertical-align: 0.255em;
|
|
3892
3532
|
content: "";
|
|
3893
3533
|
border-top: 0;
|
|
@@ -3896,7 +3536,7 @@ textarea.form-control-lg {
|
|
|
3896
3536
|
border-left: 0.3em solid transparent;
|
|
3897
3537
|
}
|
|
3898
3538
|
.dropup .dropdown-toggle:empty::after {
|
|
3899
|
-
margin-
|
|
3539
|
+
margin-right: 0;
|
|
3900
3540
|
}
|
|
3901
3541
|
|
|
3902
3542
|
.dropend .dropdown-menu[data-coreui-popper] {
|
|
@@ -3908,7 +3548,7 @@ textarea.form-control-lg {
|
|
|
3908
3548
|
}
|
|
3909
3549
|
.dropend .dropdown-toggle::after {
|
|
3910
3550
|
display: inline-block;
|
|
3911
|
-
margin-
|
|
3551
|
+
margin-right: 0.255em;
|
|
3912
3552
|
vertical-align: 0.255em;
|
|
3913
3553
|
content: "";
|
|
3914
3554
|
border-top: 0.3em solid transparent;
|
|
@@ -3917,7 +3557,7 @@ textarea.form-control-lg {
|
|
|
3917
3557
|
border-left: 0.3em solid;
|
|
3918
3558
|
}
|
|
3919
3559
|
.dropend .dropdown-toggle:empty::after {
|
|
3920
|
-
margin-
|
|
3560
|
+
margin-right: 0;
|
|
3921
3561
|
}
|
|
3922
3562
|
.dropend .dropdown-toggle::after {
|
|
3923
3563
|
vertical-align: 0;
|
|
@@ -3932,7 +3572,7 @@ textarea.form-control-lg {
|
|
|
3932
3572
|
}
|
|
3933
3573
|
.dropstart .dropdown-toggle::after {
|
|
3934
3574
|
display: inline-block;
|
|
3935
|
-
margin-
|
|
3575
|
+
margin-right: 0.255em;
|
|
3936
3576
|
vertical-align: 0.255em;
|
|
3937
3577
|
content: "";
|
|
3938
3578
|
}
|
|
@@ -3941,7 +3581,7 @@ textarea.form-control-lg {
|
|
|
3941
3581
|
}
|
|
3942
3582
|
.dropstart .dropdown-toggle::before {
|
|
3943
3583
|
display: inline-block;
|
|
3944
|
-
margin-
|
|
3584
|
+
margin-left: 0.255em;
|
|
3945
3585
|
vertical-align: 0.255em;
|
|
3946
3586
|
content: "";
|
|
3947
3587
|
border-top: 0.3em solid transparent;
|
|
@@ -3949,7 +3589,7 @@ textarea.form-control-lg {
|
|
|
3949
3589
|
border-bottom: 0.3em solid transparent;
|
|
3950
3590
|
}
|
|
3951
3591
|
.dropstart .dropdown-toggle:empty::after {
|
|
3952
|
-
margin-
|
|
3592
|
+
margin-right: 0;
|
|
3953
3593
|
}
|
|
3954
3594
|
.dropstart .dropdown-toggle::before {
|
|
3955
3595
|
vertical-align: 0;
|
|
@@ -4012,18 +3652,18 @@ textarea.form-control-lg {
|
|
|
4012
3652
|
}
|
|
4013
3653
|
|
|
4014
3654
|
.dropdown-menu-dark {
|
|
4015
|
-
--cui-dropdown-color: #
|
|
4016
|
-
--cui-dropdown-bg: #
|
|
3655
|
+
--cui-dropdown-color: #c4c9d0;
|
|
3656
|
+
--cui-dropdown-bg: #636f83;
|
|
4017
3657
|
--cui-dropdown-border-color: var(--cui-border-color-translucent);
|
|
4018
3658
|
--cui-dropdown-box-shadow: ;
|
|
4019
|
-
--cui-dropdown-link-color: #
|
|
4020
|
-
--cui-dropdown-link-hover-color:
|
|
3659
|
+
--cui-dropdown-link-color: #c4c9d0;
|
|
3660
|
+
--cui-dropdown-link-hover-color: rgba(255, 255, 255, 0.87);
|
|
4021
3661
|
--cui-dropdown-divider-bg: var(--cui-border-color-translucent);
|
|
4022
3662
|
--cui-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
|
|
4023
3663
|
--cui-dropdown-link-active-color: rgba(255, 255, 255, 0.87);
|
|
4024
3664
|
--cui-dropdown-link-active-bg: #321fdb;
|
|
4025
|
-
--cui-dropdown-link-disabled-color: #
|
|
4026
|
-
--cui-dropdown-header-color: #
|
|
3665
|
+
--cui-dropdown-link-disabled-color: #9da5b1;
|
|
3666
|
+
--cui-dropdown-header-color: #9da5b1;
|
|
4027
3667
|
}
|
|
4028
3668
|
|
|
4029
3669
|
.btn-group,
|
|
@@ -4066,7 +3706,7 @@ textarea.form-control-lg {
|
|
|
4066
3706
|
}
|
|
4067
3707
|
.btn-group > :not(.btn-check:first-child) + .btn,
|
|
4068
3708
|
.btn-group > .btn-group:not(:first-child) {
|
|
4069
|
-
margin-
|
|
3709
|
+
margin-right: calc(var(--cui-border-width) * -1);
|
|
4070
3710
|
}
|
|
4071
3711
|
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
|
4072
3712
|
.btn-group > .btn.dropdown-toggle-split:first-child,
|
|
@@ -4086,10 +3726,10 @@ textarea.form-control-lg {
|
|
|
4086
3726
|
padding-left: 0.5625rem;
|
|
4087
3727
|
}
|
|
4088
3728
|
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
|
|
4089
|
-
margin-
|
|
3729
|
+
margin-right: 0;
|
|
4090
3730
|
}
|
|
4091
3731
|
.dropstart .dropdown-toggle-split::before {
|
|
4092
|
-
margin-
|
|
3732
|
+
margin-left: 0;
|
|
4093
3733
|
}
|
|
4094
3734
|
|
|
4095
3735
|
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
|
|
@@ -4163,7 +3803,7 @@ textarea.form-control-lg {
|
|
|
4163
3803
|
outline: 0;
|
|
4164
3804
|
box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
4165
3805
|
}
|
|
4166
|
-
.nav-link.disabled {
|
|
3806
|
+
.nav-link.disabled, .nav-link:disabled {
|
|
4167
3807
|
color: var(--cui-nav-link-disabled-color);
|
|
4168
3808
|
pointer-events: none;
|
|
4169
3809
|
cursor: default;
|
|
@@ -4181,7 +3821,6 @@ textarea.form-control-lg {
|
|
|
4181
3821
|
}
|
|
4182
3822
|
.nav-tabs .nav-link {
|
|
4183
3823
|
margin-bottom: calc(-1 * var(--cui-nav-tabs-border-width));
|
|
4184
|
-
background: none;
|
|
4185
3824
|
border: var(--cui-nav-tabs-border-width) solid transparent;
|
|
4186
3825
|
border-top-left-radius: var(--cui-nav-tabs-border-radius);
|
|
4187
3826
|
border-top-right-radius: var(--cui-nav-tabs-border-radius);
|
|
@@ -4190,11 +3829,6 @@ textarea.form-control-lg {
|
|
|
4190
3829
|
isolation: isolate;
|
|
4191
3830
|
border-color: var(--cui-nav-tabs-link-hover-border-color);
|
|
4192
3831
|
}
|
|
4193
|
-
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
|
|
4194
|
-
color: var(--cui-nav-link-disabled-color);
|
|
4195
|
-
background-color: transparent;
|
|
4196
|
-
border-color: transparent;
|
|
4197
|
-
}
|
|
4198
3832
|
.nav-tabs .nav-link.active,
|
|
4199
3833
|
.nav-tabs .nav-item.show .nav-link {
|
|
4200
3834
|
color: var(--cui-nav-tabs-link-active-color);
|
|
@@ -4213,15 +3847,8 @@ textarea.form-control-lg {
|
|
|
4213
3847
|
--cui-nav-pills-link-active-bg: #321fdb;
|
|
4214
3848
|
}
|
|
4215
3849
|
.nav-pills .nav-link {
|
|
4216
|
-
background: none;
|
|
4217
|
-
border: 0;
|
|
4218
3850
|
border-radius: var(--cui-nav-pills-border-radius);
|
|
4219
3851
|
}
|
|
4220
|
-
.nav-pills .nav-link:disabled {
|
|
4221
|
-
color: var(--cui-nav-link-disabled-color);
|
|
4222
|
-
background-color: transparent;
|
|
4223
|
-
border-color: transparent;
|
|
4224
|
-
}
|
|
4225
3852
|
.nav-pills .nav-link.active,
|
|
4226
3853
|
.nav-pills .show > .nav-link {
|
|
4227
3854
|
color: var(--cui-nav-pills-link-active-color);
|
|
@@ -4269,7 +3896,7 @@ textarea.form-control-lg {
|
|
|
4269
3896
|
--cui-navbar-toggler-padding-y: 0.25rem;
|
|
4270
3897
|
--cui-navbar-toggler-padding-x: 0.75rem;
|
|
4271
3898
|
--cui-navbar-toggler-font-size: 1.25rem;
|
|
4272
|
-
--cui-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%
|
|
3899
|
+
--cui-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2844, 56, 74, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
|
4273
3900
|
--cui-navbar-toggler-border-color: rgba(var(--cui-emphasis-color-rgb), 0.15);
|
|
4274
3901
|
--cui-navbar-toggler-border-radius: var(--cui-border-radius);
|
|
4275
3902
|
--cui-navbar-toggler-focus-width: 0.25rem;
|
|
@@ -4670,8 +4297,7 @@ textarea.form-control-lg {
|
|
|
4670
4297
|
overflow-y: visible;
|
|
4671
4298
|
}
|
|
4672
4299
|
|
|
4673
|
-
.navbar-dark
|
|
4674
|
-
.navbar[data-coreui-theme=dark] {
|
|
4300
|
+
.navbar-dark {
|
|
4675
4301
|
--cui-navbar-color: rgba(255, 255, 255, 0.55);
|
|
4676
4302
|
--cui-navbar-hover-color: rgba(255, 255, 255, 0.75);
|
|
4677
4303
|
--cui-navbar-disabled-color: rgba(255, 255, 255, 0.25);
|
|
@@ -4682,10 +4308,6 @@ textarea.form-control-lg {
|
|
|
4682
4308
|
--cui-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
|
4683
4309
|
}
|
|
4684
4310
|
|
|
4685
|
-
[data-coreui-theme=dark] .navbar-toggler-icon {
|
|
4686
|
-
--cui-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
|
4687
|
-
}
|
|
4688
|
-
|
|
4689
4311
|
.card {
|
|
4690
4312
|
--cui-card-spacer-y: 1rem;
|
|
4691
4313
|
--cui-card-spacer-x: 1rem;
|
|
@@ -4763,7 +4385,7 @@ textarea.form-control-lg {
|
|
|
4763
4385
|
}
|
|
4764
4386
|
|
|
4765
4387
|
.card-link + .card-link {
|
|
4766
|
-
margin-
|
|
4388
|
+
margin-right: var(--cui-card-spacer-x);
|
|
4767
4389
|
}
|
|
4768
4390
|
|
|
4769
4391
|
.card-header {
|
|
@@ -4844,8 +4466,8 @@ textarea.form-control-lg {
|
|
|
4844
4466
|
margin-bottom: 0;
|
|
4845
4467
|
}
|
|
4846
4468
|
.card-group > .card + .card {
|
|
4847
|
-
margin-
|
|
4848
|
-
border-
|
|
4469
|
+
margin-right: 0;
|
|
4470
|
+
border-right: 0;
|
|
4849
4471
|
}
|
|
4850
4472
|
.card-group > .card:not(:last-child) {
|
|
4851
4473
|
border-top-left-radius: 0;
|
|
@@ -4885,17 +4507,17 @@ textarea.form-control-lg {
|
|
|
4885
4507
|
--cui-accordion-btn-padding-y: 1rem;
|
|
4886
4508
|
--cui-accordion-btn-color: var(--cui-body-color);
|
|
4887
4509
|
--cui-accordion-btn-bg: var(--cui-accordion-bg);
|
|
4888
|
-
--cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='
|
|
4510
|
+
--cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--cui-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
4889
4511
|
--cui-accordion-btn-icon-width: 1.25rem;
|
|
4890
4512
|
--cui-accordion-btn-icon-transform: rotate(-180deg);
|
|
4891
4513
|
--cui-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
4892
|
-
--cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
4514
|
+
--cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232d1cc5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
4893
4515
|
--cui-accordion-btn-focus-border-color: #998fed;
|
|
4894
4516
|
--cui-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
4895
4517
|
--cui-accordion-body-padding-x: 1.25rem;
|
|
4896
4518
|
--cui-accordion-body-padding-y: 1rem;
|
|
4897
|
-
--cui-accordion-active-color:
|
|
4898
|
-
--cui-accordion-active-bg:
|
|
4519
|
+
--cui-accordion-active-color: #2d1cc5;
|
|
4520
|
+
--cui-accordion-active-bg: #ebe9fb;
|
|
4899
4521
|
}
|
|
4900
4522
|
|
|
4901
4523
|
.accordion-button {
|
|
@@ -5008,11 +4630,6 @@ textarea.form-control-lg {
|
|
|
5008
4630
|
border-radius: 0;
|
|
5009
4631
|
}
|
|
5010
4632
|
|
|
5011
|
-
[data-coreui-theme=dark] .accordion-button::after {
|
|
5012
|
-
--cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23aab3c5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
5013
|
-
--cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231f1498'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
5014
|
-
}
|
|
5015
|
-
|
|
5016
4633
|
.breadcrumb {
|
|
5017
4634
|
--cui-breadcrumb-padding-x: 0;
|
|
5018
4635
|
--cui-breadcrumb-padding-y: 0;
|
|
@@ -5144,7 +4761,7 @@ textarea.form-control-lg {
|
|
|
5144
4761
|
--cui-badge-padding-y: 0.35em;
|
|
5145
4762
|
--cui-badge-font-size: 0.75em;
|
|
5146
4763
|
--cui-badge-font-weight: 700;
|
|
5147
|
-
--cui-badge-color:
|
|
4764
|
+
--cui-badge-color: rgba(255, 255, 255, 0.87);
|
|
5148
4765
|
--cui-badge-border-radius: var(--cui-border-radius);
|
|
5149
4766
|
display: inline-block;
|
|
5150
4767
|
padding: var(--cui-badge-padding-y) var(--cui-badge-padding-x);
|
|
@@ -5212,59 +4829,59 @@ textarea.form-control-lg {
|
|
|
5212
4829
|
}
|
|
5213
4830
|
|
|
5214
4831
|
.alert-primary {
|
|
5215
|
-
--cui-alert-color:
|
|
5216
|
-
--cui-alert-bg:
|
|
5217
|
-
--cui-alert-border-color:
|
|
5218
|
-
--cui-alert-link-color:
|
|
4832
|
+
--cui-alert-color: #1e1383;
|
|
4833
|
+
--cui-alert-bg: #d6d2f8;
|
|
4834
|
+
--cui-alert-border-color: #c2bcf4;
|
|
4835
|
+
--cui-alert-link-color: #180f69;
|
|
5219
4836
|
}
|
|
5220
4837
|
|
|
5221
4838
|
.alert-secondary {
|
|
5222
|
-
--cui-alert-color:
|
|
5223
|
-
--cui-alert-bg:
|
|
5224
|
-
--cui-alert-border-color:
|
|
5225
|
-
--cui-alert-link-color:
|
|
4839
|
+
--cui-alert-color: #5e636a;
|
|
4840
|
+
--cui-alert-bg: #ebedef;
|
|
4841
|
+
--cui-alert-border-color: #e2e4e8;
|
|
4842
|
+
--cui-alert-link-color: #4b4f55;
|
|
5226
4843
|
}
|
|
5227
4844
|
|
|
5228
4845
|
.alert-success {
|
|
5229
|
-
--cui-alert-color:
|
|
5230
|
-
--cui-alert-bg:
|
|
5231
|
-
--cui-alert-border-color:
|
|
5232
|
-
--cui-alert-link-color:
|
|
4846
|
+
--cui-alert-color: #1c6e37;
|
|
4847
|
+
--cui-alert-bg: #d5f1de;
|
|
4848
|
+
--cui-alert-border-color: #c0eace;
|
|
4849
|
+
--cui-alert-link-color: #16582c;
|
|
5233
4850
|
}
|
|
5234
4851
|
|
|
5235
4852
|
.alert-info {
|
|
5236
|
-
--cui-alert-color:
|
|
5237
|
-
--cui-alert-bg:
|
|
5238
|
-
--cui-alert-border-color:
|
|
5239
|
-
--cui-alert-link-color:
|
|
4853
|
+
--cui-alert-color: #1f5c99;
|
|
4854
|
+
--cui-alert-bg: #d6ebff;
|
|
4855
|
+
--cui-alert-border-color: #c2e0ff;
|
|
4856
|
+
--cui-alert-link-color: #194a7a;
|
|
5240
4857
|
}
|
|
5241
4858
|
|
|
5242
4859
|
.alert-warning {
|
|
5243
|
-
--cui-alert-color:
|
|
5244
|
-
--cui-alert-bg:
|
|
5245
|
-
--cui-alert-border-color:
|
|
5246
|
-
--cui-alert-link-color:
|
|
4860
|
+
--cui-alert-color: #956a0d;
|
|
4861
|
+
--cui-alert-bg: #feefd0;
|
|
4862
|
+
--cui-alert-border-color: #fde8b9;
|
|
4863
|
+
--cui-alert-link-color: #77550a;
|
|
5247
4864
|
}
|
|
5248
4865
|
|
|
5249
4866
|
.alert-danger {
|
|
5250
|
-
--cui-alert-color:
|
|
5251
|
-
--cui-alert-bg:
|
|
5252
|
-
--cui-alert-border-color:
|
|
5253
|
-
--cui-alert-link-color:
|
|
4867
|
+
--cui-alert-color: #893232;
|
|
4868
|
+
--cui-alert-bg: #fadddd;
|
|
4869
|
+
--cui-alert-border-color: #f7cbcb;
|
|
4870
|
+
--cui-alert-link-color: #6e2828;
|
|
5254
4871
|
}
|
|
5255
4872
|
|
|
5256
4873
|
.alert-light {
|
|
5257
|
-
--cui-alert-color:
|
|
5258
|
-
--cui-alert-bg:
|
|
5259
|
-
--cui-alert-border-color:
|
|
5260
|
-
--cui-alert-link-color:
|
|
4874
|
+
--cui-alert-color: #8d8e8f;
|
|
4875
|
+
--cui-alert-bg: #fbfbfc;
|
|
4876
|
+
--cui-alert-border-color: #f9fafa;
|
|
4877
|
+
--cui-alert-link-color: #717272;
|
|
5261
4878
|
}
|
|
5262
4879
|
|
|
5263
4880
|
.alert-dark {
|
|
5264
|
-
--cui-alert-color:
|
|
5265
|
-
--cui-alert-bg:
|
|
5266
|
-
--cui-alert-border-color:
|
|
5267
|
-
--cui-alert-link-color:
|
|
4881
|
+
--cui-alert-color: #2f3845;
|
|
4882
|
+
--cui-alert-bg: #dcdfe3;
|
|
4883
|
+
--cui-alert-border-color: #caced5;
|
|
4884
|
+
--cui-alert-link-color: #262d37;
|
|
5268
4885
|
}
|
|
5269
4886
|
|
|
5270
4887
|
@keyframes progress-bar-stripes {
|
|
@@ -5279,7 +4896,7 @@ textarea.form-control-lg {
|
|
|
5279
4896
|
--cui-progress-bg: var(--cui-secondary-bg);
|
|
5280
4897
|
--cui-progress-border-radius: var(--cui-border-radius);
|
|
5281
4898
|
--cui-progress-box-shadow: var(--cui-box-shadow-inset);
|
|
5282
|
-
--cui-progress-bar-color:
|
|
4899
|
+
--cui-progress-bar-color: rgba(255, 255, 255, 0.87);
|
|
5283
4900
|
--cui-progress-bar-bg: var(--cui-primary);
|
|
5284
4901
|
--cui-progress-bar-transition: width 0.6s ease;
|
|
5285
4902
|
display: flex;
|
|
@@ -5610,112 +5227,88 @@ textarea.form-control-lg {
|
|
|
5610
5227
|
}
|
|
5611
5228
|
|
|
5612
5229
|
.list-group-item-primary {
|
|
5613
|
-
--cui-list-group-color:
|
|
5614
|
-
--cui-list-group-bg:
|
|
5615
|
-
--cui-list-group-
|
|
5616
|
-
--cui-list-group-action-hover-color:
|
|
5617
|
-
--cui-list-group-action-
|
|
5618
|
-
--cui-list-group-action-active-
|
|
5619
|
-
--cui-list-group-action-active-
|
|
5620
|
-
--cui-list-group-active-color: var(--cui-primary-bg-subtle);
|
|
5621
|
-
--cui-list-group-active-bg: var(--cui-primary-text-emphasis);
|
|
5622
|
-
--cui-list-group-active-border-color: var(--cui-primary-text-emphasis);
|
|
5230
|
+
--cui-list-group-color: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5231
|
+
--cui-list-group-bg: #d6d2f8;
|
|
5232
|
+
--cui-list-group-hover-bg: #2d1cc5;
|
|
5233
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5234
|
+
--cui-list-group-action-active-color: #fff;
|
|
5235
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5236
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5623
5237
|
}
|
|
5624
5238
|
|
|
5625
5239
|
.list-group-item-secondary {
|
|
5626
|
-
--cui-list-group-color:
|
|
5627
|
-
--cui-list-group-bg:
|
|
5628
|
-
--cui-list-group-
|
|
5629
|
-
--cui-list-group-action-hover-color:
|
|
5630
|
-
--cui-list-group-action-
|
|
5631
|
-
--cui-list-group-action-active-
|
|
5632
|
-
--cui-list-group-action-active-
|
|
5633
|
-
--cui-list-group-active-color: var(--cui-secondary-bg-subtle);
|
|
5634
|
-
--cui-list-group-active-bg: var(--cui-secondary-text-emphasis);
|
|
5635
|
-
--cui-list-group-active-border-color: var(--cui-secondary-text-emphasis);
|
|
5240
|
+
--cui-list-group-color: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5241
|
+
--cui-list-group-bg: #ebedef;
|
|
5242
|
+
--cui-list-group-hover-bg: #8d959f;
|
|
5243
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5244
|
+
--cui-list-group-action-active-color: #fff;
|
|
5245
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5246
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5636
5247
|
}
|
|
5637
5248
|
|
|
5638
5249
|
.list-group-item-success {
|
|
5639
|
-
--cui-list-group-color:
|
|
5640
|
-
--cui-list-group-bg:
|
|
5641
|
-
--cui-list-group-
|
|
5642
|
-
--cui-list-group-action-hover-color:
|
|
5643
|
-
--cui-list-group-action-
|
|
5644
|
-
--cui-list-group-action-active-
|
|
5645
|
-
--cui-list-group-action-active-
|
|
5646
|
-
--cui-list-group-active-color: var(--cui-success-bg-subtle);
|
|
5647
|
-
--cui-list-group-active-bg: var(--cui-success-text-emphasis);
|
|
5648
|
-
--cui-list-group-active-border-color: var(--cui-success-text-emphasis);
|
|
5250
|
+
--cui-list-group-color: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5251
|
+
--cui-list-group-bg: #d5f1de;
|
|
5252
|
+
--cui-list-group-hover-bg: #29a653;
|
|
5253
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5254
|
+
--cui-list-group-action-active-color: #fff;
|
|
5255
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5256
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5649
5257
|
}
|
|
5650
5258
|
|
|
5651
|
-
.list-group-item-
|
|
5652
|
-
--cui-list-group-color:
|
|
5653
|
-
--cui-list-group-bg:
|
|
5654
|
-
--cui-list-group-
|
|
5655
|
-
--cui-list-group-action-hover-color:
|
|
5656
|
-
--cui-list-group-action-
|
|
5657
|
-
--cui-list-group-action-active-
|
|
5658
|
-
--cui-list-group-action-active-
|
|
5659
|
-
--cui-list-group-active-color: var(--cui-info-bg-subtle);
|
|
5660
|
-
--cui-list-group-active-bg: var(--cui-info-text-emphasis);
|
|
5661
|
-
--cui-list-group-active-border-color: var(--cui-info-text-emphasis);
|
|
5259
|
+
.list-group-item-danger {
|
|
5260
|
+
--cui-list-group-color: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5261
|
+
--cui-list-group-bg: #fadddd;
|
|
5262
|
+
--cui-list-group-hover-bg: #ce4b4b;
|
|
5263
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5264
|
+
--cui-list-group-action-active-color: #fff;
|
|
5265
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5266
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5662
5267
|
}
|
|
5663
5268
|
|
|
5664
5269
|
.list-group-item-warning {
|
|
5665
|
-
--cui-list-group-color:
|
|
5666
|
-
--cui-list-group-bg:
|
|
5667
|
-
--cui-list-group-
|
|
5668
|
-
--cui-list-group-action-hover-color:
|
|
5669
|
-
--cui-list-group-action-
|
|
5670
|
-
--cui-list-group-action-active-
|
|
5671
|
-
--cui-list-group-action-active-
|
|
5672
|
-
--cui-list-group-active-color: var(--cui-warning-bg-subtle);
|
|
5673
|
-
--cui-list-group-active-bg: var(--cui-warning-text-emphasis);
|
|
5674
|
-
--cui-list-group-active-border-color: var(--cui-warning-text-emphasis);
|
|
5270
|
+
--cui-list-group-color: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5271
|
+
--cui-list-group-bg: #feefd0;
|
|
5272
|
+
--cui-list-group-hover-bg: #e09f13;
|
|
5273
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5274
|
+
--cui-list-group-action-active-color: #fff;
|
|
5275
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5276
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5675
5277
|
}
|
|
5676
5278
|
|
|
5677
|
-
.list-group-item-
|
|
5678
|
-
--cui-list-group-color:
|
|
5679
|
-
--cui-list-group-bg:
|
|
5680
|
-
--cui-list-group-
|
|
5681
|
-
--cui-list-group-action-hover-color:
|
|
5682
|
-
--cui-list-group-action-
|
|
5683
|
-
--cui-list-group-action-active-
|
|
5684
|
-
--cui-list-group-action-active-
|
|
5685
|
-
--cui-list-group-active-color: var(--cui-danger-bg-subtle);
|
|
5686
|
-
--cui-list-group-active-bg: var(--cui-danger-text-emphasis);
|
|
5687
|
-
--cui-list-group-active-border-color: var(--cui-danger-text-emphasis);
|
|
5279
|
+
.list-group-item-info {
|
|
5280
|
+
--cui-list-group-color: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5281
|
+
--cui-list-group-bg: #d6ebff;
|
|
5282
|
+
--cui-list-group-hover-bg: #2e8ae6;
|
|
5283
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5284
|
+
--cui-list-group-action-active-color: #fff;
|
|
5285
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5286
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5688
5287
|
}
|
|
5689
5288
|
|
|
5690
5289
|
.list-group-item-light {
|
|
5691
|
-
--cui-list-group-color:
|
|
5692
|
-
--cui-list-group-bg:
|
|
5693
|
-
--cui-list-group-
|
|
5694
|
-
--cui-list-group-action-hover-color:
|
|
5695
|
-
--cui-list-group-action-
|
|
5696
|
-
--cui-list-group-action-active-
|
|
5697
|
-
--cui-list-group-action-active-
|
|
5698
|
-
--cui-list-group-active-color: var(--cui-light-bg-subtle);
|
|
5699
|
-
--cui-list-group-active-bg: var(--cui-light-text-emphasis);
|
|
5700
|
-
--cui-list-group-active-border-color: var(--cui-light-text-emphasis);
|
|
5290
|
+
--cui-list-group-color: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5291
|
+
--cui-list-group-bg: #fbfbfc;
|
|
5292
|
+
--cui-list-group-hover-bg: #d4d5d7;
|
|
5293
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5294
|
+
--cui-list-group-action-active-color: #fff;
|
|
5295
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5296
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5701
5297
|
}
|
|
5702
5298
|
|
|
5703
5299
|
.list-group-item-dark {
|
|
5704
|
-
--cui-list-group-color:
|
|
5705
|
-
--cui-list-group-bg:
|
|
5706
|
-
--cui-list-group-
|
|
5707
|
-
--cui-list-group-action-hover-color:
|
|
5708
|
-
--cui-list-group-action-
|
|
5709
|
-
--cui-list-group-action-active-
|
|
5710
|
-
--cui-list-group-action-active-
|
|
5711
|
-
--cui-list-group-active-color: var(--cui-dark-bg-subtle);
|
|
5712
|
-
--cui-list-group-active-bg: var(--cui-dark-text-emphasis);
|
|
5713
|
-
--cui-list-group-active-border-color: var(--cui-dark-text-emphasis);
|
|
5300
|
+
--cui-list-group-color: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5301
|
+
--cui-list-group-bg: #dcdfe3;
|
|
5302
|
+
--cui-list-group-hover-bg: #475468;
|
|
5303
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5304
|
+
--cui-list-group-action-active-color: #fff;
|
|
5305
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5306
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5714
5307
|
}
|
|
5715
5308
|
|
|
5716
5309
|
.btn-close {
|
|
5717
|
-
--cui-btn-close-color:
|
|
5718
|
-
--cui-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
5310
|
+
--cui-btn-close-color: rgba(44, 56, 74, 0.95);
|
|
5311
|
+
--cui-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%2844, 56, 74, 0.95%29'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
|
|
5719
5312
|
--cui-btn-close-opacity: 0.5;
|
|
5720
5313
|
--cui-btn-close-hover-opacity: 0.75;
|
|
5721
5314
|
--cui-btn-close-focus-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
@@ -5752,10 +5345,6 @@ textarea.form-control-lg {
|
|
|
5752
5345
|
filter: var(--cui-btn-close-white-filter);
|
|
5753
5346
|
}
|
|
5754
5347
|
|
|
5755
|
-
[data-coreui-theme=dark] .btn-close {
|
|
5756
|
-
filter: var(--cui-btn-close-white-filter);
|
|
5757
|
-
}
|
|
5758
|
-
|
|
5759
5348
|
.toast {
|
|
5760
5349
|
--cui-toast-zindex: 1090;
|
|
5761
5350
|
--cui-toast-padding-x: 0.75rem;
|
|
@@ -5833,7 +5422,7 @@ textarea.form-control-lg {
|
|
|
5833
5422
|
--cui-modal-border-color: var(--cui-border-color-translucent);
|
|
5834
5423
|
--cui-modal-border-width: var(--cui-border-width);
|
|
5835
5424
|
--cui-modal-border-radius: var(--cui-border-radius-lg);
|
|
5836
|
-
--cui-modal-box-shadow: 0 0.125rem 0.25rem rgba(
|
|
5425
|
+
--cui-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
|
|
5837
5426
|
--cui-modal-inner-border-radius: calc(var(--cui-border-radius-lg) - (var(--cui-border-width)));
|
|
5838
5427
|
--cui-modal-header-padding-x: 1rem;
|
|
5839
5428
|
--cui-modal-header-padding-y: 1rem;
|
|
@@ -5912,7 +5501,7 @@ textarea.form-control-lg {
|
|
|
5912
5501
|
|
|
5913
5502
|
.modal-backdrop {
|
|
5914
5503
|
--cui-backdrop-zindex: 1050;
|
|
5915
|
-
--cui-backdrop-bg: #
|
|
5504
|
+
--cui-backdrop-bg: #000015;
|
|
5916
5505
|
--cui-backdrop-opacity: 0.5;
|
|
5917
5506
|
position: fixed;
|
|
5918
5507
|
top: 0;
|
|
@@ -5974,7 +5563,7 @@ textarea.form-control-lg {
|
|
|
5974
5563
|
@media (min-width: 576px) {
|
|
5975
5564
|
.modal {
|
|
5976
5565
|
--cui-modal-margin: 1.75rem;
|
|
5977
|
-
--cui-modal-box-shadow: 0 0.5rem 1rem rgba(
|
|
5566
|
+
--cui-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15);
|
|
5978
5567
|
}
|
|
5979
5568
|
.modal-dialog {
|
|
5980
5569
|
max-width: var(--cui-modal-width);
|
|
@@ -6226,7 +5815,7 @@ textarea.form-control-lg {
|
|
|
6226
5815
|
--cui-popover-border-color: var(--cui-border-color-translucent);
|
|
6227
5816
|
--cui-popover-border-radius: var(--cui-border-radius-lg);
|
|
6228
5817
|
--cui-popover-inner-border-radius: calc(var(--cui-border-radius-lg) - var(--cui-border-width));
|
|
6229
|
-
--cui-popover-box-shadow: 0 0.5rem 1rem rgba(
|
|
5818
|
+
--cui-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15);
|
|
6230
5819
|
--cui-popover-header-padding-x: 1rem;
|
|
6231
5820
|
--cui-popover-header-padding-y: 0.5rem;
|
|
6232
5821
|
--cui-popover-header-font-size: 1rem;
|
|
@@ -6458,7 +6047,7 @@ textarea.form-control-lg {
|
|
|
6458
6047
|
justify-content: center;
|
|
6459
6048
|
width: 15%;
|
|
6460
6049
|
padding: 0;
|
|
6461
|
-
color:
|
|
6050
|
+
color: var(--cui-carousel-control-color, rgba(255, 255, 255, 0.87));
|
|
6462
6051
|
text-align: center;
|
|
6463
6052
|
background: none;
|
|
6464
6053
|
border: 0;
|
|
@@ -6474,7 +6063,7 @@ textarea.form-control-lg {
|
|
|
6474
6063
|
.carousel-control-prev:hover, .carousel-control-prev:focus,
|
|
6475
6064
|
.carousel-control-next:hover,
|
|
6476
6065
|
.carousel-control-next:focus {
|
|
6477
|
-
color:
|
|
6066
|
+
color: var(--cui-carousel-control-color, rgba(255, 255, 255, 0.87));
|
|
6478
6067
|
text-decoration: none;
|
|
6479
6068
|
outline: 0;
|
|
6480
6069
|
opacity: 0.9;
|
|
@@ -6507,11 +6096,11 @@ textarea.form-control-lg {
|
|
|
6507
6096
|
} ]
|
|
6508
6097
|
} */
|
|
6509
6098
|
.carousel-control-prev-icon {
|
|
6510
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
6099
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.87%29'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
|
|
6511
6100
|
}
|
|
6512
6101
|
|
|
6513
6102
|
.carousel-control-next-icon {
|
|
6514
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
6103
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.87%29'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
6515
6104
|
}
|
|
6516
6105
|
|
|
6517
6106
|
.carousel-indicators {
|
|
@@ -6526,6 +6115,7 @@ textarea.form-control-lg {
|
|
|
6526
6115
|
margin-right: 15%;
|
|
6527
6116
|
margin-bottom: 1rem;
|
|
6528
6117
|
margin-left: 15%;
|
|
6118
|
+
list-style: none;
|
|
6529
6119
|
}
|
|
6530
6120
|
.carousel-indicators [data-coreui-target] {
|
|
6531
6121
|
box-sizing: content-box;
|
|
@@ -6537,7 +6127,7 @@ textarea.form-control-lg {
|
|
|
6537
6127
|
margin-left: 3px;
|
|
6538
6128
|
text-indent: -999px;
|
|
6539
6129
|
cursor: pointer;
|
|
6540
|
-
background-color: #fff;
|
|
6130
|
+
background-color: var(--cui-carousel-indicator-active-bg, #fff);
|
|
6541
6131
|
background-clip: padding-box;
|
|
6542
6132
|
border: 0;
|
|
6543
6133
|
border-top: 10px solid transparent;
|
|
@@ -6561,31 +6151,23 @@ textarea.form-control-lg {
|
|
|
6561
6151
|
left: 15%;
|
|
6562
6152
|
padding-top: 1.25rem;
|
|
6563
6153
|
padding-bottom: 1.25rem;
|
|
6564
|
-
color:
|
|
6154
|
+
color: var(--cui-carousel-caption-color, rgba(255, 255, 255, 0.87));
|
|
6565
6155
|
text-align: center;
|
|
6566
6156
|
}
|
|
6567
6157
|
|
|
6158
|
+
.carousel-dark {
|
|
6159
|
+
--cui-carousel-indicator-active-bg: #000015;
|
|
6160
|
+
--cui-carousel-caption-color: rgba(44, 56, 74, 0.95);
|
|
6161
|
+
}
|
|
6568
6162
|
.carousel-dark .carousel-control-prev-icon,
|
|
6569
6163
|
.carousel-dark .carousel-control-next-icon {
|
|
6570
6164
|
filter: invert(1) grayscale(100);
|
|
6571
6165
|
}
|
|
6572
6166
|
.carousel-dark .carousel-indicators [data-coreui-target] {
|
|
6573
|
-
background-color: #
|
|
6167
|
+
background-color: #000015;
|
|
6574
6168
|
}
|
|
6575
6169
|
.carousel-dark .carousel-caption {
|
|
6576
|
-
color:
|
|
6577
|
-
}
|
|
6578
|
-
|
|
6579
|
-
[data-coreui-theme=dark] .carousel .carousel-control-prev-icon,
|
|
6580
|
-
[data-coreui-theme=dark] .carousel .carousel-control-next-icon, [data-coreui-theme=dark].carousel .carousel-control-prev-icon,
|
|
6581
|
-
[data-coreui-theme=dark].carousel .carousel-control-next-icon {
|
|
6582
|
-
filter: invert(1) grayscale(100);
|
|
6583
|
-
}
|
|
6584
|
-
[data-coreui-theme=dark] .carousel .carousel-indicators [data-coreui-target], [data-coreui-theme=dark].carousel .carousel-indicators [data-coreui-target] {
|
|
6585
|
-
background-color: #080a0c;
|
|
6586
|
-
}
|
|
6587
|
-
[data-coreui-theme=dark] .carousel .carousel-caption, [data-coreui-theme=dark].carousel .carousel-caption {
|
|
6588
|
-
color: #080a0c;
|
|
6170
|
+
color: rgba(44, 56, 74, 0.95);
|
|
6589
6171
|
}
|
|
6590
6172
|
|
|
6591
6173
|
.spinner-grow,
|
|
@@ -6660,7 +6242,7 @@ textarea.form-control-lg {
|
|
|
6660
6242
|
--cui-offcanvas-bg: var(--cui-body-bg);
|
|
6661
6243
|
--cui-offcanvas-border-width: var(--cui-border-width);
|
|
6662
6244
|
--cui-offcanvas-border-color: var(--cui-border-color-translucent);
|
|
6663
|
-
--cui-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(
|
|
6245
|
+
--cui-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
|
|
6664
6246
|
--cui-offcanvas-transition: transform 0.3s ease-in-out;
|
|
6665
6247
|
--cui-offcanvas-title-line-height: 1.5;
|
|
6666
6248
|
}
|
|
@@ -7119,7 +6701,7 @@ textarea.form-control-lg {
|
|
|
7119
6701
|
z-index: 1040;
|
|
7120
6702
|
width: 100vw;
|
|
7121
6703
|
height: 100vh;
|
|
7122
|
-
background-color: var(--cui-offcanvas-backdrop-bg, #
|
|
6704
|
+
background-color: var(--cui-offcanvas-backdrop-bg, #000015);
|
|
7123
6705
|
}
|
|
7124
6706
|
.offcanvas-backdrop.fade {
|
|
7125
6707
|
opacity: 0;
|
|
@@ -7187,7 +6769,7 @@ textarea.form-control-lg {
|
|
|
7187
6769
|
}
|
|
7188
6770
|
}
|
|
7189
6771
|
.placeholder-wave {
|
|
7190
|
-
mask-image: linear-gradient(130deg, #
|
|
6772
|
+
mask-image: linear-gradient(130deg, #000015 55%, rgba(0, 0, 0, 0.8) 75%, #000015 95%);
|
|
7191
6773
|
mask-size: 200% 100%;
|
|
7192
6774
|
animation: placeholder-wave 2s linear infinite;
|
|
7193
6775
|
}
|
|
@@ -7338,11 +6920,11 @@ textarea.form-control-lg {
|
|
|
7338
6920
|
}
|
|
7339
6921
|
|
|
7340
6922
|
.callout-light {
|
|
7341
|
-
--cui-callout-border-left-color: #
|
|
6923
|
+
--cui-callout-border-left-color: #ebedef;
|
|
7342
6924
|
}
|
|
7343
6925
|
|
|
7344
6926
|
.callout-dark {
|
|
7345
|
-
--cui-callout-border-left-color: #
|
|
6927
|
+
--cui-callout-border-left-color: #4f5d73;
|
|
7346
6928
|
}
|
|
7347
6929
|
|
|
7348
6930
|
.footer {
|
|
@@ -7390,16 +6972,16 @@ textarea.form-control-lg {
|
|
|
7390
6972
|
--cui-header-disabled-color: rgba(var(--cui-emphasis-color-rgb), 0.3);
|
|
7391
6973
|
--cui-header-active-color: rgba(var(--cui-emphasis-color-rgb), 1);
|
|
7392
6974
|
--cui-header-brand-padding-y: 0.3125rem;
|
|
7393
|
-
--cui-header-brand-color: #
|
|
7394
|
-
--cui-header-brand-hover-color: #
|
|
6975
|
+
--cui-header-brand-color: #4f5d73;
|
|
6976
|
+
--cui-header-brand-hover-color: #475468;
|
|
7395
6977
|
--cui-header-toggler-padding-x: 0.75rem;
|
|
7396
6978
|
--cui-header-toggler-padding-y: 0.25rem;
|
|
7397
6979
|
--cui-header-toggler-bg: transparent;
|
|
7398
6980
|
--cui-header-toggler-color: rgba(var(--cui-emphasis-color-rgb), 0.65);
|
|
7399
6981
|
--cui-header-toggler-border-radius: var(--cui-border-radius);
|
|
7400
6982
|
--cui-header-toggler-hover-color: rgba(var(--cui-emphasis-color-rgb), 1);
|
|
7401
|
-
--cui-header-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='
|
|
7402
|
-
--cui-header-toggler-hover-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='
|
|
6983
|
+
--cui-header-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
|
|
6984
|
+
--cui-header-toggler-hover-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
|
|
7403
6985
|
--cui-header-nav-link-padding-x: 0.5rem;
|
|
7404
6986
|
--cui-header-nav-link-padding-y: 0.5rem;
|
|
7405
6987
|
--cui-header-divider-border-color: var(--cui-border-color);
|
|
@@ -7615,7 +7197,7 @@ textarea.form-control-lg {
|
|
|
7615
7197
|
|
|
7616
7198
|
.sidebar {
|
|
7617
7199
|
--cui-sidebar-width: 16rem;
|
|
7618
|
-
--cui-sidebar-bg: #
|
|
7200
|
+
--cui-sidebar-bg: #3c4b64;
|
|
7619
7201
|
--cui-sidebar-padding-x: 0;
|
|
7620
7202
|
--cui-sidebar-padding-y: 0;
|
|
7621
7203
|
--cui-sidebar-color: rgba(255, 255, 255, 0.87);
|
|
@@ -7623,16 +7205,16 @@ textarea.form-control-lg {
|
|
|
7623
7205
|
--cui-sidebar-border-color: transparent;
|
|
7624
7206
|
--cui-sidebar-brand-color: rgba(255, 255, 255, 0.87);
|
|
7625
7207
|
--cui-sidebar-brand-height: 4rem;
|
|
7626
|
-
--cui-sidebar-brand-bg: rgba(
|
|
7208
|
+
--cui-sidebar-brand-bg: rgba(0, 0, 21, 0.2);
|
|
7627
7209
|
--cui-sidebar-header-height: 4rem;
|
|
7628
|
-
--cui-sidebar-header-bg: rgba(
|
|
7210
|
+
--cui-sidebar-header-bg: rgba(0, 0, 21, 0.2);
|
|
7629
7211
|
--cui-sidebar-header-padding-x: 1rem;
|
|
7630
7212
|
--cui-sidebar-header-padding-y: 0.75rem;
|
|
7631
|
-
--cui-sidebar-footer-bg: rgba(
|
|
7213
|
+
--cui-sidebar-footer-bg: rgba(0, 0, 21, 0.2);
|
|
7632
7214
|
--cui-sidebar-footer-height: auto;
|
|
7633
7215
|
--cui-sidebar-footer-padding-x: 1rem;
|
|
7634
7216
|
--cui-sidebar-footer-padding-y: 0.75rem;
|
|
7635
|
-
--cui-sidebar-toggler-bg: rgba(
|
|
7217
|
+
--cui-sidebar-toggler-bg: rgba(0, 0, 21, 0.2);
|
|
7636
7218
|
--cui-sidebar-toggler-height: 3rem;
|
|
7637
7219
|
--cui-sidebar-toggler-indicator: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='rgba%28255, 255, 255, 0.38%29' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
|
|
7638
7220
|
--cui-sidebar-toggler-indicator-width: 4rem;
|
|
@@ -7701,7 +7283,7 @@ textarea.form-control-lg {
|
|
|
7701
7283
|
--cui-sidebar-occupy-end: 16rem;
|
|
7702
7284
|
}
|
|
7703
7285
|
.sidebar[class*=bg-] {
|
|
7704
|
-
border-color: rgba(
|
|
7286
|
+
border-color: rgba(0, 0, 21, 0.1);
|
|
7705
7287
|
}
|
|
7706
7288
|
.sidebar.sidebar-sm {
|
|
7707
7289
|
--cui-sidebar-width: 12rem;
|
|
@@ -7928,7 +7510,7 @@ textarea.form-control-lg {
|
|
|
7928
7510
|
|
|
7929
7511
|
.sidebar-backdrop {
|
|
7930
7512
|
--cui-backdrop-zindex: 1030;
|
|
7931
|
-
--cui-backdrop-bg: #
|
|
7513
|
+
--cui-backdrop-bg: #000015;
|
|
7932
7514
|
--cui-backdrop-opacity: 0.5;
|
|
7933
7515
|
}
|
|
7934
7516
|
@media (max-width: 767.98px) {
|
|
@@ -7949,12 +7531,6 @@ textarea.form-control-lg {
|
|
|
7949
7531
|
}
|
|
7950
7532
|
}
|
|
7951
7533
|
|
|
7952
|
-
[data-coreui-theme=dark] .sidebar {
|
|
7953
|
-
--cui-sidebar-bg: #212631;
|
|
7954
|
-
--cui-sidebar-border-width: var(--cui-border-width);
|
|
7955
|
-
--cui-sidebar-border-color: var(--cui-border-color);
|
|
7956
|
-
}
|
|
7957
|
-
|
|
7958
7534
|
.sidebar-nav {
|
|
7959
7535
|
position: relative;
|
|
7960
7536
|
display: flex;
|
|
@@ -8255,7 +7831,7 @@ textarea.form-control-lg {
|
|
|
8255
7831
|
min-height: 3rem;
|
|
8256
7832
|
padding: 0.5rem 1rem;
|
|
8257
7833
|
background: var(--cui-subheader-bg, #fff);
|
|
8258
|
-
border-bottom: var(--cui-subheader-border-width,
|
|
7834
|
+
border-bottom: var(--cui-subheader-border-width, var(--cui-border-width)) solid var(--cui-subheader-border-color, var(--cui-border-color));
|
|
8259
7835
|
}
|
|
8260
7836
|
|
|
8261
7837
|
.subheader-sticky {
|
|
@@ -8280,7 +7856,7 @@ textarea.form-control-lg {
|
|
|
8280
7856
|
color: var(--cui-subheader-hover-color, var(--cui-body-color));
|
|
8281
7857
|
}
|
|
8282
7858
|
.subheader-nav .nav-link.disabled {
|
|
8283
|
-
color: var(--cui-subheader-disabled-color, rgba(
|
|
7859
|
+
color: var(--cui-subheader-disabled-color, rgba(44, 56, 74, 0.38));
|
|
8284
7860
|
}
|
|
8285
7861
|
.subheader-nav .show > .nav-link,
|
|
8286
7862
|
.subheader-nav .nav-link.active {
|
|
@@ -8310,75 +7886,42 @@ textarea.form-control-lg {
|
|
|
8310
7886
|
|
|
8311
7887
|
.text-bg-primary {
|
|
8312
7888
|
color: rgba(255, 255, 255, 0.87) !important;
|
|
8313
|
-
background-color: RGBA(
|
|
7889
|
+
background-color: RGBA(var(--cui-primary-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8314
7890
|
}
|
|
8315
7891
|
|
|
8316
7892
|
.text-bg-secondary {
|
|
8317
|
-
color:
|
|
8318
|
-
background-color: RGBA(
|
|
7893
|
+
color: #000015 !important;
|
|
7894
|
+
background-color: RGBA(var(--cui-secondary-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8319
7895
|
}
|
|
8320
7896
|
|
|
8321
7897
|
.text-bg-success {
|
|
8322
|
-
color:
|
|
8323
|
-
background-color: RGBA(
|
|
7898
|
+
color: #000015 !important;
|
|
7899
|
+
background-color: RGBA(var(--cui-success-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8324
7900
|
}
|
|
8325
7901
|
|
|
8326
7902
|
.text-bg-info {
|
|
8327
|
-
color: #
|
|
8328
|
-
background-color: RGBA(
|
|
7903
|
+
color: #000015 !important;
|
|
7904
|
+
background-color: RGBA(var(--cui-info-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8329
7905
|
}
|
|
8330
7906
|
|
|
8331
7907
|
.text-bg-warning {
|
|
8332
|
-
color: rgba(
|
|
8333
|
-
background-color: RGBA(
|
|
7908
|
+
color: rgba(44, 56, 74, 0.95) !important;
|
|
7909
|
+
background-color: RGBA(var(--cui-warning-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8334
7910
|
}
|
|
8335
7911
|
|
|
8336
7912
|
.text-bg-danger {
|
|
8337
|
-
color: #
|
|
8338
|
-
background-color: RGBA(
|
|
7913
|
+
color: #000015 !important;
|
|
7914
|
+
background-color: RGBA(var(--cui-danger-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8339
7915
|
}
|
|
8340
7916
|
|
|
8341
7917
|
.text-bg-light {
|
|
8342
|
-
color: rgba(
|
|
8343
|
-
background-color: RGBA(
|
|
7918
|
+
color: rgba(44, 56, 74, 0.95) !important;
|
|
7919
|
+
background-color: RGBA(var(--cui-light-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8344
7920
|
}
|
|
8345
7921
|
|
|
8346
7922
|
.text-bg-dark {
|
|
8347
7923
|
color: rgba(255, 255, 255, 0.87) !important;
|
|
8348
|
-
background-color: RGBA(
|
|
8349
|
-
}
|
|
8350
|
-
|
|
8351
|
-
[data-coreui-theme=dark] .text-bg-primary {
|
|
8352
|
-
color: #fff !important;
|
|
8353
|
-
background-color: RGBA(107, 96, 206, var(--cui-bg-opacity, 1)) !important;
|
|
8354
|
-
}
|
|
8355
|
-
[data-coreui-theme=dark] .text-bg-secondary {
|
|
8356
|
-
color: rgba(37, 43, 54, 0.95) !important;
|
|
8357
|
-
background-color: RGBA(166, 167, 168, var(--cui-bg-opacity, 1)) !important;
|
|
8358
|
-
}
|
|
8359
|
-
[data-coreui-theme=dark] .text-bg-success {
|
|
8360
|
-
color: rgba(37, 43, 54, 0.95) !important;
|
|
8361
|
-
background-color: RGBA(58, 173, 96, var(--cui-bg-opacity, 1)) !important;
|
|
8362
|
-
}
|
|
8363
|
-
[data-coreui-theme=dark] .text-bg-info {
|
|
8364
|
-
color: #080a0c !important;
|
|
8365
|
-
background-color: RGBA(61, 153, 245, var(--cui-bg-opacity, 1)) !important;
|
|
8366
|
-
}
|
|
8367
|
-
[data-coreui-theme=dark] .text-bg-warning {
|
|
8368
|
-
color: rgba(37, 43, 54, 0.95) !important;
|
|
8369
|
-
background-color: RGBA(237, 173, 33, var(--cui-bg-opacity, 1)) !important;
|
|
8370
|
-
}
|
|
8371
|
-
[data-coreui-theme=dark] .text-bg-danger {
|
|
8372
|
-
color: #080a0c !important;
|
|
8373
|
-
background-color: RGBA(219, 93, 93, var(--cui-bg-opacity, 1)) !important;
|
|
8374
|
-
}
|
|
8375
|
-
[data-coreui-theme=dark] .text-bg-light {
|
|
8376
|
-
color: rgba(37, 43, 54, 0.95) !important;
|
|
8377
|
-
background-color: RGBA(244, 245, 246, var(--cui-bg-opacity, 1)) !important;
|
|
8378
|
-
}
|
|
8379
|
-
[data-coreui-theme=dark] .text-bg-dark {
|
|
8380
|
-
color: rgba(255, 255, 255, 0.87) !important;
|
|
8381
|
-
background-color: RGBA(37, 40, 45, var(--cui-bg-opacity, 1)) !important;
|
|
7924
|
+
background-color: RGBA(var(--cui-dark-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8382
7925
|
}
|
|
8383
7926
|
|
|
8384
7927
|
.link-primary {
|
|
@@ -8395,8 +7938,8 @@ textarea.form-control-lg {
|
|
|
8395
7938
|
text-decoration-color: RGBA(var(--cui-secondary-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8396
7939
|
}
|
|
8397
7940
|
.link-secondary:hover, .link-secondary:focus {
|
|
8398
|
-
color: RGBA(
|
|
8399
|
-
text-decoration-color: RGBA(
|
|
7941
|
+
color: RGBA(177, 183, 193, var(--cui-link-opacity, 1)) !important;
|
|
7942
|
+
text-decoration-color: RGBA(177, 183, 193, var(--cui-link-underline-opacity, 1)) !important;
|
|
8400
7943
|
}
|
|
8401
7944
|
|
|
8402
7945
|
.link-success {
|
|
@@ -8404,8 +7947,8 @@ textarea.form-control-lg {
|
|
|
8404
7947
|
text-decoration-color: RGBA(var(--cui-success-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8405
7948
|
}
|
|
8406
7949
|
.link-success:hover, .link-success:focus {
|
|
8407
|
-
color: RGBA(
|
|
8408
|
-
text-decoration-color: RGBA(
|
|
7950
|
+
color: RGBA(88, 198, 125, var(--cui-link-opacity, 1)) !important;
|
|
7951
|
+
text-decoration-color: RGBA(88, 198, 125, var(--cui-link-underline-opacity, 1)) !important;
|
|
8409
7952
|
}
|
|
8410
7953
|
|
|
8411
7954
|
.link-info {
|
|
@@ -8440,8 +7983,8 @@ textarea.form-control-lg {
|
|
|
8440
7983
|
text-decoration-color: RGBA(var(--cui-light-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8441
7984
|
}
|
|
8442
7985
|
.link-light:hover, .link-light:focus {
|
|
8443
|
-
color: RGBA(
|
|
8444
|
-
text-decoration-color: RGBA(
|
|
7986
|
+
color: RGBA(188, 190, 191, var(--cui-link-opacity, 1)) !important;
|
|
7987
|
+
text-decoration-color: RGBA(188, 190, 191, var(--cui-link-underline-opacity, 1)) !important;
|
|
8445
7988
|
}
|
|
8446
7989
|
|
|
8447
7990
|
.link-dark {
|
|
@@ -8449,8 +7992,8 @@ textarea.form-control-lg {
|
|
|
8449
7992
|
text-decoration-color: RGBA(var(--cui-dark-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8450
7993
|
}
|
|
8451
7994
|
.link-dark:hover, .link-dark:focus {
|
|
8452
|
-
color: RGBA(
|
|
8453
|
-
text-decoration-color: RGBA(
|
|
7995
|
+
color: RGBA(114, 125, 143, var(--cui-link-opacity, 1)) !important;
|
|
7996
|
+
text-decoration-color: RGBA(114, 125, 143, var(--cui-link-underline-opacity, 1)) !important;
|
|
8454
7997
|
}
|
|
8455
7998
|
|
|
8456
7999
|
.link-body-emphasis {
|
|
@@ -8662,7 +8205,7 @@ textarea.form-control-lg {
|
|
|
8662
8205
|
.vr {
|
|
8663
8206
|
display: inline-block;
|
|
8664
8207
|
align-self: stretch;
|
|
8665
|
-
width:
|
|
8208
|
+
width: var(--cui-border-width);
|
|
8666
8209
|
min-height: 1em;
|
|
8667
8210
|
padding: 0;
|
|
8668
8211
|
background-color: currentcolor;
|
|
@@ -8838,15 +8381,15 @@ textarea.form-control-lg {
|
|
|
8838
8381
|
}
|
|
8839
8382
|
|
|
8840
8383
|
.shadow {
|
|
8841
|
-
box-shadow: 0 0.5rem 1rem rgba(
|
|
8384
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15) !important;
|
|
8842
8385
|
}
|
|
8843
8386
|
|
|
8844
8387
|
.shadow-sm {
|
|
8845
|
-
box-shadow: 0 0.125rem 0.25rem rgba(
|
|
8388
|
+
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075) !important;
|
|
8846
8389
|
}
|
|
8847
8390
|
|
|
8848
8391
|
.shadow-lg {
|
|
8849
|
-
box-shadow: 0 1rem 3rem rgba(
|
|
8392
|
+
box-shadow: 0 1rem 3rem rgba(0, 0, 21, 0.175) !important;
|
|
8850
8393
|
}
|
|
8851
8394
|
|
|
8852
8395
|
.shadow-none {
|
|
@@ -9045,11 +8588,6 @@ textarea.form-control-lg {
|
|
|
9045
8588
|
border-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
|
|
9046
8589
|
}
|
|
9047
8590
|
|
|
9048
|
-
.border-black {
|
|
9049
|
-
--cui-border-opacity: 1;
|
|
9050
|
-
border-color: rgba(var(--cui-black-rgb), var(--cui-border-opacity)) !important;
|
|
9051
|
-
}
|
|
9052
|
-
|
|
9053
8591
|
.border-white {
|
|
9054
8592
|
--cui-border-opacity: 1;
|
|
9055
8593
|
border-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
|
|
@@ -9080,11 +8618,11 @@ textarea.form-control-lg {
|
|
|
9080
8618
|
}
|
|
9081
8619
|
|
|
9082
8620
|
.border-top-light {
|
|
9083
|
-
border-top-color: #
|
|
8621
|
+
border-top-color: #ebedef !important;
|
|
9084
8622
|
}
|
|
9085
8623
|
|
|
9086
8624
|
.border-top-dark {
|
|
9087
|
-
border-top-color: #
|
|
8625
|
+
border-top-color: #4f5d73 !important;
|
|
9088
8626
|
}
|
|
9089
8627
|
|
|
9090
8628
|
.border-top-white {
|
|
@@ -9116,11 +8654,11 @@ textarea.form-control-lg {
|
|
|
9116
8654
|
}
|
|
9117
8655
|
|
|
9118
8656
|
.border-end-light {
|
|
9119
|
-
border-left-color: #
|
|
8657
|
+
border-left-color: #ebedef !important;
|
|
9120
8658
|
}
|
|
9121
8659
|
|
|
9122
8660
|
.border-end-dark {
|
|
9123
|
-
border-left-color: #
|
|
8661
|
+
border-left-color: #4f5d73 !important;
|
|
9124
8662
|
}
|
|
9125
8663
|
|
|
9126
8664
|
.border-end-white {
|
|
@@ -9152,11 +8690,11 @@ textarea.form-control-lg {
|
|
|
9152
8690
|
}
|
|
9153
8691
|
|
|
9154
8692
|
.border-bottom-light {
|
|
9155
|
-
border-bottom-color: #
|
|
8693
|
+
border-bottom-color: #ebedef !important;
|
|
9156
8694
|
}
|
|
9157
8695
|
|
|
9158
8696
|
.border-bottom-dark {
|
|
9159
|
-
border-bottom-color: #
|
|
8697
|
+
border-bottom-color: #4f5d73 !important;
|
|
9160
8698
|
}
|
|
9161
8699
|
|
|
9162
8700
|
.border-bottom-white {
|
|
@@ -9188,11 +8726,11 @@ textarea.form-control-lg {
|
|
|
9188
8726
|
}
|
|
9189
8727
|
|
|
9190
8728
|
.border-start-light {
|
|
9191
|
-
border-right-color: #
|
|
8729
|
+
border-right-color: #ebedef !important;
|
|
9192
8730
|
}
|
|
9193
8731
|
|
|
9194
8732
|
.border-start-dark {
|
|
9195
|
-
border-right-color: #
|
|
8733
|
+
border-right-color: #4f5d73 !important;
|
|
9196
8734
|
}
|
|
9197
8735
|
|
|
9198
8736
|
.border-start-white {
|
|
@@ -9299,38 +8837,6 @@ textarea.form-control-lg {
|
|
|
9299
8837
|
border-right-width: 5px !important;
|
|
9300
8838
|
}
|
|
9301
8839
|
|
|
9302
|
-
.border-primary-subtle {
|
|
9303
|
-
border-color: var(--cui-primary-border-subtle) !important;
|
|
9304
|
-
}
|
|
9305
|
-
|
|
9306
|
-
.border-secondary-subtle {
|
|
9307
|
-
border-color: var(--cui-secondary-border-subtle) !important;
|
|
9308
|
-
}
|
|
9309
|
-
|
|
9310
|
-
.border-success-subtle {
|
|
9311
|
-
border-color: var(--cui-success-border-subtle) !important;
|
|
9312
|
-
}
|
|
9313
|
-
|
|
9314
|
-
.border-info-subtle {
|
|
9315
|
-
border-color: var(--cui-info-border-subtle) !important;
|
|
9316
|
-
}
|
|
9317
|
-
|
|
9318
|
-
.border-warning-subtle {
|
|
9319
|
-
border-color: var(--cui-warning-border-subtle) !important;
|
|
9320
|
-
}
|
|
9321
|
-
|
|
9322
|
-
.border-danger-subtle {
|
|
9323
|
-
border-color: var(--cui-danger-border-subtle) !important;
|
|
9324
|
-
}
|
|
9325
|
-
|
|
9326
|
-
.border-light-subtle {
|
|
9327
|
-
border-color: var(--cui-light-border-subtle) !important;
|
|
9328
|
-
}
|
|
9329
|
-
|
|
9330
|
-
.border-dark-subtle {
|
|
9331
|
-
border-color: var(--cui-dark-border-subtle) !important;
|
|
9332
|
-
}
|
|
9333
|
-
|
|
9334
8840
|
.border-opacity-10 {
|
|
9335
8841
|
--cui-border-opacity: 0.1;
|
|
9336
8842
|
}
|
|
@@ -10180,145 +9686,121 @@ textarea.form-control-lg {
|
|
|
10180
9686
|
}
|
|
10181
9687
|
|
|
10182
9688
|
/* rtl:end:remove */
|
|
10183
|
-
[data-coreui-theme=dark] .dark\:text-primary, [data-coreui-theme=dark] .dark\:text-primary:not([class*="dark:"]),
|
|
10184
9689
|
.text-primary {
|
|
10185
9690
|
--cui-text-opacity: 1;
|
|
10186
9691
|
color: rgba(var(--cui-primary-rgb), var(--cui-text-opacity)) !important;
|
|
10187
9692
|
}
|
|
10188
9693
|
|
|
10189
|
-
[data-coreui-theme=dark] .dark\:text-secondary, [data-coreui-theme=dark] .dark\:text-secondary:not([class*="dark:"]),
|
|
10190
9694
|
.text-secondary {
|
|
10191
9695
|
--cui-text-opacity: 1;
|
|
10192
9696
|
color: rgba(var(--cui-secondary-rgb), var(--cui-text-opacity)) !important;
|
|
10193
9697
|
}
|
|
10194
9698
|
|
|
10195
|
-
[data-coreui-theme=dark] .dark\:text-success, [data-coreui-theme=dark] .dark\:text-success:not([class*="dark:"]),
|
|
10196
9699
|
.text-success {
|
|
10197
9700
|
--cui-text-opacity: 1;
|
|
10198
9701
|
color: rgba(var(--cui-success-rgb), var(--cui-text-opacity)) !important;
|
|
10199
9702
|
}
|
|
10200
9703
|
|
|
10201
|
-
[data-coreui-theme=dark] .dark\:text-info, [data-coreui-theme=dark] .dark\:text-info:not([class*="dark:"]),
|
|
10202
9704
|
.text-info {
|
|
10203
9705
|
--cui-text-opacity: 1;
|
|
10204
9706
|
color: rgba(var(--cui-info-rgb), var(--cui-text-opacity)) !important;
|
|
10205
9707
|
}
|
|
10206
9708
|
|
|
10207
|
-
[data-coreui-theme=dark] .dark\:text-warning, [data-coreui-theme=dark] .dark\:text-warning:not([class*="dark:"]),
|
|
10208
9709
|
.text-warning {
|
|
10209
9710
|
--cui-text-opacity: 1;
|
|
10210
9711
|
color: rgba(var(--cui-warning-rgb), var(--cui-text-opacity)) !important;
|
|
10211
9712
|
}
|
|
10212
9713
|
|
|
10213
|
-
[data-coreui-theme=dark] .dark\:text-danger, [data-coreui-theme=dark] .dark\:text-danger:not([class*="dark:"]),
|
|
10214
9714
|
.text-danger {
|
|
10215
9715
|
--cui-text-opacity: 1;
|
|
10216
9716
|
color: rgba(var(--cui-danger-rgb), var(--cui-text-opacity)) !important;
|
|
10217
9717
|
}
|
|
10218
9718
|
|
|
10219
|
-
[data-coreui-theme=dark] .dark\:text-light, [data-coreui-theme=dark] .dark\:text-light:not([class*="dark:"]),
|
|
10220
9719
|
.text-light {
|
|
10221
9720
|
--cui-text-opacity: 1;
|
|
10222
9721
|
color: rgba(var(--cui-light-rgb), var(--cui-text-opacity)) !important;
|
|
10223
9722
|
}
|
|
10224
9723
|
|
|
10225
|
-
[data-coreui-theme=dark] .dark\:text-dark, [data-coreui-theme=dark] .dark\:text-dark:not([class*="dark:"]),
|
|
10226
9724
|
.text-dark {
|
|
10227
9725
|
--cui-text-opacity: 1;
|
|
10228
9726
|
color: rgba(var(--cui-dark-rgb), var(--cui-text-opacity)) !important;
|
|
10229
9727
|
}
|
|
10230
9728
|
|
|
10231
|
-
[data-coreui-theme=dark] .dark\:text-black, [data-coreui-theme=dark] .dark\:text-black:not([class*="dark:"]),
|
|
10232
9729
|
.text-black {
|
|
10233
9730
|
--cui-text-opacity: 1;
|
|
10234
9731
|
color: rgba(var(--cui-black-rgb), var(--cui-text-opacity)) !important;
|
|
10235
9732
|
}
|
|
10236
9733
|
|
|
10237
|
-
[data-coreui-theme=dark] .dark\:text-white, [data-coreui-theme=dark] .dark\:text-white:not([class*="dark:"]),
|
|
10238
9734
|
.text-white {
|
|
10239
9735
|
--cui-text-opacity: 1;
|
|
10240
9736
|
color: rgba(var(--cui-white-rgb), var(--cui-text-opacity)) !important;
|
|
10241
9737
|
}
|
|
10242
9738
|
|
|
10243
|
-
[data-coreui-theme=dark] .dark\:text-body, [data-coreui-theme=dark] .dark\:text-body:not([class*="dark:"]),
|
|
10244
9739
|
.text-body {
|
|
10245
9740
|
--cui-text-opacity: 1;
|
|
10246
9741
|
color: rgba(var(--cui-body-color-rgb), var(--cui-text-opacity)) !important;
|
|
10247
9742
|
}
|
|
10248
9743
|
|
|
10249
|
-
[data-coreui-theme=dark] .dark\:text-muted, [data-coreui-theme=dark] .dark\:text-muted:not([class*="dark:"]),
|
|
10250
9744
|
.text-muted {
|
|
10251
9745
|
--cui-text-opacity: 1;
|
|
10252
9746
|
color: var(--cui-secondary-color) !important;
|
|
10253
9747
|
}
|
|
10254
9748
|
|
|
10255
|
-
[data-coreui-theme=dark] .dark\:text-black-50, [data-coreui-theme=dark] .dark\:text-black-50:not([class*="dark:"]),
|
|
10256
9749
|
.text-black-50 {
|
|
10257
9750
|
--cui-text-opacity: 1;
|
|
10258
|
-
color: rgba(
|
|
9751
|
+
color: rgba(0, 0, 21, 0.5) !important;
|
|
10259
9752
|
}
|
|
10260
9753
|
|
|
10261
|
-
[data-coreui-theme=dark] .dark\:text-white-50, [data-coreui-theme=dark] .dark\:text-white-50:not([class*="dark:"]),
|
|
10262
9754
|
.text-white-50 {
|
|
10263
9755
|
--cui-text-opacity: 1;
|
|
10264
9756
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
10265
9757
|
}
|
|
10266
9758
|
|
|
10267
|
-
[data-coreui-theme=dark] .dark\:text-body-secondary, [data-coreui-theme=dark] .dark\:text-body-secondary:not([class*="dark:"]),
|
|
10268
9759
|
.text-body-secondary {
|
|
10269
9760
|
--cui-text-opacity: 1;
|
|
10270
9761
|
color: var(--cui-secondary-color) !important;
|
|
10271
9762
|
}
|
|
10272
9763
|
|
|
10273
|
-
[data-coreui-theme=dark] .dark\:text-body-tertiary, [data-coreui-theme=dark] .dark\:text-body-tertiary:not([class*="dark:"]),
|
|
10274
9764
|
.text-body-tertiary {
|
|
10275
9765
|
--cui-text-opacity: 1;
|
|
10276
9766
|
color: var(--cui-tertiary-color) !important;
|
|
10277
9767
|
}
|
|
10278
9768
|
|
|
10279
|
-
[data-coreui-theme=dark] .dark\:text-body-emphasis, [data-coreui-theme=dark] .dark\:text-body-emphasis:not([class*="dark:"]),
|
|
10280
9769
|
.text-body-emphasis {
|
|
10281
9770
|
--cui-text-opacity: 1;
|
|
10282
9771
|
color: var(--cui-emphasis-color) !important;
|
|
10283
9772
|
}
|
|
10284
9773
|
|
|
10285
|
-
[data-coreui-theme=dark] .dark\:text-reset, [data-coreui-theme=dark] .dark\:text-reset:not([class*="dark:"]),
|
|
10286
9774
|
.text-reset {
|
|
10287
9775
|
--cui-text-opacity: 1;
|
|
10288
9776
|
color: inherit !important;
|
|
10289
9777
|
}
|
|
10290
9778
|
|
|
10291
|
-
[data-coreui-theme=dark] .dark\:text-high-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-high-emphasis-inverse:not([class*="dark:"]),
|
|
10292
9779
|
.text-high-emphasis-inverse {
|
|
10293
9780
|
--cui-text-opacity: 1;
|
|
10294
9781
|
color: var(--cui-high-emphasis-inverse) !important;
|
|
10295
9782
|
}
|
|
10296
9783
|
|
|
10297
|
-
[data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse:not([class*="dark:"]),
|
|
10298
9784
|
.text-medium-emphasis-inverse {
|
|
10299
9785
|
--cui-text-opacity: 1;
|
|
10300
9786
|
color: var(--cui-medium-emphasis-inverse) !important;
|
|
10301
9787
|
}
|
|
10302
9788
|
|
|
10303
|
-
[data-coreui-theme=dark] .dark\:text-disabled-inverse, [data-coreui-theme=dark] .dark\:text-disabled-inverse:not([class*="dark:"]),
|
|
10304
9789
|
.text-disabled-inverse {
|
|
10305
9790
|
--cui-text-opacity: 1;
|
|
10306
9791
|
color: var(--cui-disabled-inverse) !important;
|
|
10307
9792
|
}
|
|
10308
9793
|
|
|
10309
|
-
[data-coreui-theme=dark] .dark\:text-high-emphasis, [data-coreui-theme=dark] .dark\:text-high-emphasis:not([class*="dark:"]),
|
|
10310
9794
|
.text-high-emphasis {
|
|
10311
9795
|
--cui-text-opacity: 1;
|
|
10312
9796
|
color: var(--cui-high-emphasis) !important;
|
|
10313
9797
|
}
|
|
10314
9798
|
|
|
10315
|
-
[data-coreui-theme=dark] .dark\:text-medium-emphasis, [data-coreui-theme=dark] .dark\:text-medium-emphasis:not([class*="dark:"]),
|
|
10316
9799
|
.text-medium-emphasis {
|
|
10317
9800
|
--cui-text-opacity: 1;
|
|
10318
9801
|
color: var(--cui-medium-emphasis) !important;
|
|
10319
9802
|
}
|
|
10320
9803
|
|
|
10321
|
-
[data-coreui-theme=dark] .dark\:text-disabled, [data-coreui-theme=dark] .dark\:text-disabled:not([class*="dark:"]),
|
|
10322
9804
|
.text-disabled {
|
|
10323
9805
|
--cui-text-opacity: 1;
|
|
10324
9806
|
color: var(--cui-disabled) !important;
|
|
@@ -10340,38 +9822,6 @@ textarea.form-control-lg {
|
|
|
10340
9822
|
--cui-text-opacity: 1;
|
|
10341
9823
|
}
|
|
10342
9824
|
|
|
10343
|
-
.text-primary-emphasis {
|
|
10344
|
-
color: var(--cui-primary-text-emphasis) !important;
|
|
10345
|
-
}
|
|
10346
|
-
|
|
10347
|
-
.text-secondary-emphasis {
|
|
10348
|
-
color: var(--cui-secondary-text-emphasis) !important;
|
|
10349
|
-
}
|
|
10350
|
-
|
|
10351
|
-
.text-success-emphasis {
|
|
10352
|
-
color: var(--cui-success-text-emphasis) !important;
|
|
10353
|
-
}
|
|
10354
|
-
|
|
10355
|
-
.text-info-emphasis {
|
|
10356
|
-
color: var(--cui-info-text-emphasis) !important;
|
|
10357
|
-
}
|
|
10358
|
-
|
|
10359
|
-
.text-warning-emphasis {
|
|
10360
|
-
color: var(--cui-warning-text-emphasis) !important;
|
|
10361
|
-
}
|
|
10362
|
-
|
|
10363
|
-
.text-danger-emphasis {
|
|
10364
|
-
color: var(--cui-danger-text-emphasis) !important;
|
|
10365
|
-
}
|
|
10366
|
-
|
|
10367
|
-
.text-light-emphasis {
|
|
10368
|
-
color: var(--cui-light-text-emphasis) !important;
|
|
10369
|
-
}
|
|
10370
|
-
|
|
10371
|
-
.text-dark-emphasis {
|
|
10372
|
-
color: var(--cui-dark-text-emphasis) !important;
|
|
10373
|
-
}
|
|
10374
|
-
|
|
10375
9825
|
.link-opacity-10 {
|
|
10376
9826
|
--cui-link-opacity: 0.1;
|
|
10377
9827
|
}
|
|
@@ -10529,85 +9979,71 @@ textarea.form-control-lg {
|
|
|
10529
9979
|
--cui-link-underline-opacity: 1;
|
|
10530
9980
|
}
|
|
10531
9981
|
|
|
10532
|
-
[data-coreui-theme=dark] .dark\:bg-primary, [data-coreui-theme=dark] .dark\:bg-primary:not([class*="dark:"]),
|
|
10533
9982
|
.bg-primary {
|
|
10534
9983
|
--cui-bg-opacity: 1;
|
|
10535
9984
|
background-color: rgba(var(--cui-primary-rgb), var(--cui-bg-opacity)) !important;
|
|
10536
9985
|
}
|
|
10537
9986
|
|
|
10538
|
-
[data-coreui-theme=dark] .dark\:bg-secondary, [data-coreui-theme=dark] .dark\:bg-secondary:not([class*="dark:"]),
|
|
10539
9987
|
.bg-secondary {
|
|
10540
9988
|
--cui-bg-opacity: 1;
|
|
10541
9989
|
background-color: rgba(var(--cui-secondary-rgb), var(--cui-bg-opacity)) !important;
|
|
10542
9990
|
}
|
|
10543
9991
|
|
|
10544
|
-
[data-coreui-theme=dark] .dark\:bg-success, [data-coreui-theme=dark] .dark\:bg-success:not([class*="dark:"]),
|
|
10545
9992
|
.bg-success {
|
|
10546
9993
|
--cui-bg-opacity: 1;
|
|
10547
9994
|
background-color: rgba(var(--cui-success-rgb), var(--cui-bg-opacity)) !important;
|
|
10548
9995
|
}
|
|
10549
9996
|
|
|
10550
|
-
[data-coreui-theme=dark] .dark\:bg-info, [data-coreui-theme=dark] .dark\:bg-info:not([class*="dark:"]),
|
|
10551
9997
|
.bg-info {
|
|
10552
9998
|
--cui-bg-opacity: 1;
|
|
10553
9999
|
background-color: rgba(var(--cui-info-rgb), var(--cui-bg-opacity)) !important;
|
|
10554
10000
|
}
|
|
10555
10001
|
|
|
10556
|
-
[data-coreui-theme=dark] .dark\:bg-warning, [data-coreui-theme=dark] .dark\:bg-warning:not([class*="dark:"]),
|
|
10557
10002
|
.bg-warning {
|
|
10558
10003
|
--cui-bg-opacity: 1;
|
|
10559
10004
|
background-color: rgba(var(--cui-warning-rgb), var(--cui-bg-opacity)) !important;
|
|
10560
10005
|
}
|
|
10561
10006
|
|
|
10562
|
-
[data-coreui-theme=dark] .dark\:bg-danger, [data-coreui-theme=dark] .dark\:bg-danger:not([class*="dark:"]),
|
|
10563
10007
|
.bg-danger {
|
|
10564
10008
|
--cui-bg-opacity: 1;
|
|
10565
10009
|
background-color: rgba(var(--cui-danger-rgb), var(--cui-bg-opacity)) !important;
|
|
10566
10010
|
}
|
|
10567
10011
|
|
|
10568
|
-
[data-coreui-theme=dark] .dark\:bg-light, [data-coreui-theme=dark] .dark\:bg-light:not([class*="dark:"]),
|
|
10569
10012
|
.bg-light {
|
|
10570
10013
|
--cui-bg-opacity: 1;
|
|
10571
10014
|
background-color: rgba(var(--cui-light-rgb), var(--cui-bg-opacity)) !important;
|
|
10572
10015
|
}
|
|
10573
10016
|
|
|
10574
|
-
[data-coreui-theme=dark] .dark\:bg-dark, [data-coreui-theme=dark] .dark\:bg-dark:not([class*="dark:"]),
|
|
10575
10017
|
.bg-dark {
|
|
10576
10018
|
--cui-bg-opacity: 1;
|
|
10577
10019
|
background-color: rgba(var(--cui-dark-rgb), var(--cui-bg-opacity)) !important;
|
|
10578
10020
|
}
|
|
10579
10021
|
|
|
10580
|
-
[data-coreui-theme=dark] .dark\:bg-black, [data-coreui-theme=dark] .dark\:bg-black:not([class*="dark:"]),
|
|
10581
10022
|
.bg-black {
|
|
10582
10023
|
--cui-bg-opacity: 1;
|
|
10583
10024
|
background-color: rgba(var(--cui-black-rgb), var(--cui-bg-opacity)) !important;
|
|
10584
10025
|
}
|
|
10585
10026
|
|
|
10586
|
-
[data-coreui-theme=dark] .dark\:bg-white, [data-coreui-theme=dark] .dark\:bg-white:not([class*="dark:"]),
|
|
10587
10027
|
.bg-white {
|
|
10588
10028
|
--cui-bg-opacity: 1;
|
|
10589
10029
|
background-color: rgba(var(--cui-white-rgb), var(--cui-bg-opacity)) !important;
|
|
10590
10030
|
}
|
|
10591
10031
|
|
|
10592
|
-
[data-coreui-theme=dark] .dark\:bg-body, [data-coreui-theme=dark] .dark\:bg-body:not([class*="dark:"]),
|
|
10593
10032
|
.bg-body {
|
|
10594
10033
|
--cui-bg-opacity: 1;
|
|
10595
10034
|
background-color: rgba(var(--cui-body-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
10596
10035
|
}
|
|
10597
10036
|
|
|
10598
|
-
[data-coreui-theme=dark] .dark\:bg-transparent, [data-coreui-theme=dark] .dark\:bg-transparent:not([class*="dark:"]),
|
|
10599
10037
|
.bg-transparent {
|
|
10600
10038
|
--cui-bg-opacity: 1;
|
|
10601
10039
|
background-color: transparent !important;
|
|
10602
10040
|
}
|
|
10603
10041
|
|
|
10604
|
-
[data-coreui-theme=dark] .dark\:bg-body-secondary, [data-coreui-theme=dark] .dark\:bg-body-secondary:not([class*="dark:"]),
|
|
10605
10042
|
.bg-body-secondary {
|
|
10606
10043
|
--cui-bg-opacity: 1;
|
|
10607
10044
|
background-color: rgba(var(--cui-secondary-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
10608
10045
|
}
|
|
10609
10046
|
|
|
10610
|
-
[data-coreui-theme=dark] .dark\:bg-body-tertiary, [data-coreui-theme=dark] .dark\:bg-body-tertiary:not([class*="dark:"]),
|
|
10611
10047
|
.bg-body-tertiary {
|
|
10612
10048
|
--cui-bg-opacity: 1;
|
|
10613
10049
|
background-color: rgba(var(--cui-tertiary-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
@@ -10633,46 +10069,6 @@ textarea.form-control-lg {
|
|
|
10633
10069
|
--cui-bg-opacity: 1;
|
|
10634
10070
|
}
|
|
10635
10071
|
|
|
10636
|
-
[data-coreui-theme=dark] .dark\:bg-primary-subtle, [data-coreui-theme=dark] .dark\:bg-primary-subtle:not([class*="dark:"]),
|
|
10637
|
-
.bg-primary-subtle {
|
|
10638
|
-
background-color: var(--cui-primary-bg-subtle) !important;
|
|
10639
|
-
}
|
|
10640
|
-
|
|
10641
|
-
[data-coreui-theme=dark] .dark\:bg-secondary-subtle, [data-coreui-theme=dark] .dark\:bg-secondary-subtle:not([class*="dark:"]),
|
|
10642
|
-
.bg-secondary-subtle {
|
|
10643
|
-
background-color: var(--cui-secondary-bg-subtle) !important;
|
|
10644
|
-
}
|
|
10645
|
-
|
|
10646
|
-
[data-coreui-theme=dark] .dark\:bg-success-subtle, [data-coreui-theme=dark] .dark\:bg-success-subtle:not([class*="dark:"]),
|
|
10647
|
-
.bg-success-subtle {
|
|
10648
|
-
background-color: var(--cui-success-bg-subtle) !important;
|
|
10649
|
-
}
|
|
10650
|
-
|
|
10651
|
-
[data-coreui-theme=dark] .dark\:bg-info-subtle, [data-coreui-theme=dark] .dark\:bg-info-subtle:not([class*="dark:"]),
|
|
10652
|
-
.bg-info-subtle {
|
|
10653
|
-
background-color: var(--cui-info-bg-subtle) !important;
|
|
10654
|
-
}
|
|
10655
|
-
|
|
10656
|
-
[data-coreui-theme=dark] .dark\:bg-warning-subtle, [data-coreui-theme=dark] .dark\:bg-warning-subtle:not([class*="dark:"]),
|
|
10657
|
-
.bg-warning-subtle {
|
|
10658
|
-
background-color: var(--cui-warning-bg-subtle) !important;
|
|
10659
|
-
}
|
|
10660
|
-
|
|
10661
|
-
[data-coreui-theme=dark] .dark\:bg-danger-subtle, [data-coreui-theme=dark] .dark\:bg-danger-subtle:not([class*="dark:"]),
|
|
10662
|
-
.bg-danger-subtle {
|
|
10663
|
-
background-color: var(--cui-danger-bg-subtle) !important;
|
|
10664
|
-
}
|
|
10665
|
-
|
|
10666
|
-
[data-coreui-theme=dark] .dark\:bg-light-subtle, [data-coreui-theme=dark] .dark\:bg-light-subtle:not([class*="dark:"]),
|
|
10667
|
-
.bg-light-subtle {
|
|
10668
|
-
background-color: var(--cui-light-bg-subtle) !important;
|
|
10669
|
-
}
|
|
10670
|
-
|
|
10671
|
-
[data-coreui-theme=dark] .dark\:bg-dark-subtle, [data-coreui-theme=dark] .dark\:bg-dark-subtle:not([class*="dark:"]),
|
|
10672
|
-
.bg-dark-subtle {
|
|
10673
|
-
background-color: var(--cui-dark-bg-subtle) !important;
|
|
10674
|
-
}
|
|
10675
|
-
|
|
10676
10072
|
.bg-gradient {
|
|
10677
10073
|
background-image: var(--cui-gradient) !important;
|
|
10678
10074
|
}
|