@coreui/coreui 4.3.0-beta.0 → 4.3.1
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 +13 -13
- package/dist/css/coreui-grid.css.map +1 -1
- package/dist/css/coreui-grid.min.css +2 -2
- package/dist/css/coreui-grid.min.css.map +1 -1
- package/dist/css/coreui-grid.rtl.css +13 -18
- package/dist/css/coreui-grid.rtl.css.map +1 -1
- package/dist/css/coreui-grid.rtl.min.css +2 -6
- package/dist/css/coreui-grid.rtl.min.css.map +1 -1
- package/dist/css/coreui-reboot.css +46 -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 +46 -154
- package/dist/css/coreui-reboot.rtl.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.min.css +2 -6
- package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
- package/dist/css/coreui-utilities.css +82 -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 -367
- package/dist/css/coreui-utilities.rtl.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.min.css +2 -6
- package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
- package/dist/css/coreui.css +522 -1125
- 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 +551 -1157
- package/dist/css/coreui.rtl.css.map +1 -1
- package/dist/css/coreui.rtl.min.css +2 -6
- 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/dom/selector-engine.js +2 -2
- package/js/src/tab.js +14 -4
- package/package.json +40 -50
- 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 +5 -4
- package/scss/_root.scss +12 -93
- package/scss/_tooltip.scss +1 -1
- package/scss/_type.scss +1 -1
- package/scss/_utilities.scss +3 -19
- package/scss/_variables.scss +170 -122
- package/scss/coreui-grid.rtl.scss +0 -3
- package/scss/coreui-grid.scss +0 -1
- package/scss/coreui-reboot.rtl.scss +0 -3
- package/scss/coreui-reboot.scss +0 -1
- package/scss/coreui-utilities.rtl.scss +0 -3
- package/scss/coreui-utilities.scss +0 -1
- package/scss/coreui.rtl.scss +0 -3
- package/scss/coreui.scss +0 -1
- package/scss/forms/_floating-labels.scss +3 -2
- package/scss/forms/_form-check.scss +13 -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/_grid.scss +1 -1
- package/scss/mixins/_list-group.scss +1 -2
- 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,10 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* CoreUI v4.3.
|
|
3
|
+
* CoreUI v4.3.1 (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
|
-
|
|
8
|
-
* CoreUI v4.3.0-beta.0 (https://coreui.io)
|
|
9
|
-
* Copyright (c) 2023 creativeLabs Łukasz Holeczek
|
|
10
|
-
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
|
|
11
|
-
*/
|
|
12
|
-
:root,
|
|
13
|
-
[data-coreui-theme=light] {
|
|
7
|
+
:root {
|
|
14
8
|
--cui-blue: #0d6efd;
|
|
15
9
|
--cui-indigo: #6610f2;
|
|
16
10
|
--cui-purple: #6f42c1;
|
|
@@ -21,61 +15,39 @@
|
|
|
21
15
|
--cui-green: #198754;
|
|
22
16
|
--cui-teal: #20c997;
|
|
23
17
|
--cui-cyan: #0dcaf0;
|
|
24
|
-
--cui-black: #
|
|
18
|
+
--cui-black: #000015;
|
|
25
19
|
--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: #
|
|
20
|
+
--cui-gray: #8a93a2;
|
|
21
|
+
--cui-gray-dark: #636f83;
|
|
22
|
+
--cui-gray-100: #ebedef;
|
|
23
|
+
--cui-gray-200: #d8dbe0;
|
|
24
|
+
--cui-gray-300: #c4c9d0;
|
|
25
|
+
--cui-gray-400: #b1b7c1;
|
|
26
|
+
--cui-gray-500: #9da5b1;
|
|
27
|
+
--cui-gray-600: #8a93a2;
|
|
28
|
+
--cui-gray-700: #768192;
|
|
29
|
+
--cui-gray-800: #636f83;
|
|
30
|
+
--cui-gray-900: #4f5d73;
|
|
37
31
|
--cui-primary: #321fdb;
|
|
38
32
|
--cui-secondary: #9da5b1;
|
|
39
33
|
--cui-success: #2eb85c;
|
|
40
34
|
--cui-info: #39f;
|
|
41
35
|
--cui-warning: #f9b115;
|
|
42
36
|
--cui-danger: #e55353;
|
|
43
|
-
--cui-light: #
|
|
44
|
-
--cui-dark: #
|
|
37
|
+
--cui-light: #ebedef;
|
|
38
|
+
--cui-dark: #4f5d73;
|
|
45
39
|
--cui-primary-rgb: 50, 31, 219;
|
|
46
40
|
--cui-secondary-rgb: 157, 165, 177;
|
|
47
41
|
--cui-success-rgb: 46, 184, 92;
|
|
48
42
|
--cui-info-rgb: 51, 153, 255;
|
|
49
43
|
--cui-warning-rgb: 249, 177, 21;
|
|
50
44
|
--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;
|
|
45
|
+
--cui-light-rgb: 235, 237, 239;
|
|
46
|
+
--cui-dark-rgb: 79, 93, 115;
|
|
77
47
|
--cui-white-rgb: 255, 255, 255;
|
|
78
|
-
--cui-black-rgb:
|
|
48
|
+
--cui-black-rgb: 0, 0, 21;
|
|
49
|
+
--cui-body-color-rgb: 44, 56, 74;
|
|
50
|
+
--cui-body-bg-rgb: 255, 255, 255;
|
|
79
51
|
--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
52
|
--cui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
81
53
|
--cui-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
|
@@ -83,23 +55,23 @@
|
|
|
83
55
|
--cui-body-font-size: 1rem;
|
|
84
56
|
--cui-body-font-weight: 400;
|
|
85
57
|
--cui-body-line-height: 1.5;
|
|
86
|
-
--cui-body-color: rgba(
|
|
87
|
-
--cui-body-color-rgb:
|
|
58
|
+
--cui-body-color: rgba(44, 56, 74, 0.95);
|
|
59
|
+
--cui-body-color-rgb: 44, 56, 74;
|
|
88
60
|
--cui-body-bg: #fff;
|
|
89
61
|
--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(
|
|
62
|
+
--cui-emphasis-color: #000015;
|
|
63
|
+
--cui-emphasis-color-rgb: 0, 0, 21;
|
|
64
|
+
--cui-secondary-color: rgba(44, 56, 74, 0.681);
|
|
65
|
+
--cui-secondary-color-rgb: 44, 56, 74;
|
|
66
|
+
--cui-secondary-bg: #d8dbe0;
|
|
67
|
+
--cui-secondary-bg-rgb: 216, 219, 224;
|
|
68
|
+
--cui-tertiary-color: rgba(44, 56, 74, 0.38);
|
|
69
|
+
--cui-tertiary-color-rgb: 44, 56, 74;
|
|
70
|
+
--cui-tertiary-bg: #ebedef;
|
|
71
|
+
--cui-tertiary-bg-rgb: 235, 237, 239;
|
|
72
|
+
--cui-high-emphasis: rgba(44, 56, 74, 0.95);
|
|
73
|
+
--cui-medium-emphasis: rgba(44, 56, 74, 0.681);
|
|
74
|
+
--cui-disabled: rgba(44, 56, 74, 0.38);
|
|
103
75
|
--cui-high-emphasis-inverse: rgba(255, 255, 255, 0.87);
|
|
104
76
|
--cui-medium-emphasis-inverse: rgba(255, 255, 255, 0.6);
|
|
105
77
|
--cui-disabled-inverse: rgba(255, 255, 255, 0.38);
|
|
@@ -110,11 +82,12 @@
|
|
|
110
82
|
--cui-link-hover-color: #2819af;
|
|
111
83
|
--cui-link-hover-color-rgb: 40, 25, 175;
|
|
112
84
|
--cui-code-color: #d63384;
|
|
85
|
+
--cui-highlight-color: rgba(44, 56, 74, 0.95);
|
|
113
86
|
--cui-highlight-bg: #fff3cd;
|
|
114
87
|
--cui-border-width: 1px;
|
|
115
88
|
--cui-border-style: solid;
|
|
116
|
-
--cui-border-color: #
|
|
117
|
-
--cui-border-color-translucent: rgba(
|
|
89
|
+
--cui-border-color: #d8dbe0;
|
|
90
|
+
--cui-border-color-translucent: rgba(0, 0, 21, 0.175);
|
|
118
91
|
--cui-border-radius: 0.375rem;
|
|
119
92
|
--cui-border-radius-sm: 0.25rem;
|
|
120
93
|
--cui-border-radius-lg: 0.5rem;
|
|
@@ -122,10 +95,10 @@
|
|
|
122
95
|
--cui-border-radius-xxl: 2rem;
|
|
123
96
|
--cui-border-radius-2xl: var(--cui-border-radius-xxl);
|
|
124
97
|
--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(
|
|
98
|
+
--cui-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15);
|
|
99
|
+
--cui-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
|
|
100
|
+
--cui-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 21, 0.175);
|
|
101
|
+
--cui-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 21, 0.075);
|
|
129
102
|
--cui-focus-ring-width: 0.25rem;
|
|
130
103
|
--cui-focus-ring-opacity: 0.25;
|
|
131
104
|
--cui-focus-ring-color: rgba(50, 31, 219, 0.25);
|
|
@@ -135,88 +108,6 @@
|
|
|
135
108
|
--cui-form-invalid-border-color: #e55353;
|
|
136
109
|
}
|
|
137
110
|
|
|
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
111
|
*,
|
|
221
112
|
*::before,
|
|
222
113
|
*::after {
|
|
@@ -239,7 +130,7 @@ body {
|
|
|
239
130
|
text-align: var(--cui-body-text-align);
|
|
240
131
|
background-color: var(--cui-body-bg);
|
|
241
132
|
-webkit-text-size-adjust: 100%;
|
|
242
|
-
-webkit-tap-highlight-color: rgba(
|
|
133
|
+
-webkit-tap-highlight-color: rgba(0, 0, 21, 0);
|
|
243
134
|
}
|
|
244
135
|
|
|
245
136
|
hr {
|
|
@@ -357,6 +248,7 @@ small, .small {
|
|
|
357
248
|
|
|
358
249
|
mark, .mark {
|
|
359
250
|
padding: 0.1875em;
|
|
251
|
+
color: var(--cui-highlight-color);
|
|
360
252
|
background-color: var(--cui-highlight-bg);
|
|
361
253
|
}
|
|
362
254
|
|
|
@@ -573,8 +465,8 @@ legend + * {
|
|
|
573
465
|
}
|
|
574
466
|
|
|
575
467
|
[type=search] {
|
|
576
|
-
outline-offset: -2px;
|
|
577
468
|
-webkit-appearance: textfield;
|
|
469
|
+
outline-offset: -2px;
|
|
578
470
|
}
|
|
579
471
|
|
|
580
472
|
*[dir=rtl] [type=tel],
|
|
@@ -703,7 +595,7 @@ progress {
|
|
|
703
595
|
display: inline-block;
|
|
704
596
|
}
|
|
705
597
|
.list-inline-item:not(:last-child) {
|
|
706
|
-
margin-
|
|
598
|
+
margin-left: 0.5rem;
|
|
707
599
|
}
|
|
708
600
|
|
|
709
601
|
.initialism {
|
|
@@ -723,7 +615,7 @@ progress {
|
|
|
723
615
|
margin-top: -1rem;
|
|
724
616
|
margin-bottom: 1rem;
|
|
725
617
|
font-size: 0.875em;
|
|
726
|
-
color: #
|
|
618
|
+
color: #8a93a2;
|
|
727
619
|
}
|
|
728
620
|
.blockquote-footer::before {
|
|
729
621
|
content: "— ";
|
|
@@ -847,7 +739,7 @@ progress {
|
|
|
847
739
|
|
|
848
740
|
.row-cols-3 > * {
|
|
849
741
|
flex: 0 0 auto;
|
|
850
|
-
width: 33.
|
|
742
|
+
width: 33.33333333%;
|
|
851
743
|
}
|
|
852
744
|
|
|
853
745
|
.row-cols-4 > * {
|
|
@@ -862,7 +754,7 @@ progress {
|
|
|
862
754
|
|
|
863
755
|
.row-cols-6 > * {
|
|
864
756
|
flex: 0 0 auto;
|
|
865
|
-
width: 16.
|
|
757
|
+
width: 16.66666667%;
|
|
866
758
|
}
|
|
867
759
|
|
|
868
760
|
.col-auto {
|
|
@@ -1052,7 +944,7 @@ progress {
|
|
|
1052
944
|
}
|
|
1053
945
|
.row-cols-sm-3 > * {
|
|
1054
946
|
flex: 0 0 auto;
|
|
1055
|
-
width: 33.
|
|
947
|
+
width: 33.33333333%;
|
|
1056
948
|
}
|
|
1057
949
|
.row-cols-sm-4 > * {
|
|
1058
950
|
flex: 0 0 auto;
|
|
@@ -1064,7 +956,7 @@ progress {
|
|
|
1064
956
|
}
|
|
1065
957
|
.row-cols-sm-6 > * {
|
|
1066
958
|
flex: 0 0 auto;
|
|
1067
|
-
width: 16.
|
|
959
|
+
width: 16.66666667%;
|
|
1068
960
|
}
|
|
1069
961
|
.col-sm-auto {
|
|
1070
962
|
flex: 0 0 auto;
|
|
@@ -1221,7 +1113,7 @@ progress {
|
|
|
1221
1113
|
}
|
|
1222
1114
|
.row-cols-md-3 > * {
|
|
1223
1115
|
flex: 0 0 auto;
|
|
1224
|
-
width: 33.
|
|
1116
|
+
width: 33.33333333%;
|
|
1225
1117
|
}
|
|
1226
1118
|
.row-cols-md-4 > * {
|
|
1227
1119
|
flex: 0 0 auto;
|
|
@@ -1233,7 +1125,7 @@ progress {
|
|
|
1233
1125
|
}
|
|
1234
1126
|
.row-cols-md-6 > * {
|
|
1235
1127
|
flex: 0 0 auto;
|
|
1236
|
-
width: 16.
|
|
1128
|
+
width: 16.66666667%;
|
|
1237
1129
|
}
|
|
1238
1130
|
.col-md-auto {
|
|
1239
1131
|
flex: 0 0 auto;
|
|
@@ -1390,7 +1282,7 @@ progress {
|
|
|
1390
1282
|
}
|
|
1391
1283
|
.row-cols-lg-3 > * {
|
|
1392
1284
|
flex: 0 0 auto;
|
|
1393
|
-
width: 33.
|
|
1285
|
+
width: 33.33333333%;
|
|
1394
1286
|
}
|
|
1395
1287
|
.row-cols-lg-4 > * {
|
|
1396
1288
|
flex: 0 0 auto;
|
|
@@ -1402,7 +1294,7 @@ progress {
|
|
|
1402
1294
|
}
|
|
1403
1295
|
.row-cols-lg-6 > * {
|
|
1404
1296
|
flex: 0 0 auto;
|
|
1405
|
-
width: 16.
|
|
1297
|
+
width: 16.66666667%;
|
|
1406
1298
|
}
|
|
1407
1299
|
.col-lg-auto {
|
|
1408
1300
|
flex: 0 0 auto;
|
|
@@ -1559,7 +1451,7 @@ progress {
|
|
|
1559
1451
|
}
|
|
1560
1452
|
.row-cols-xl-3 > * {
|
|
1561
1453
|
flex: 0 0 auto;
|
|
1562
|
-
width: 33.
|
|
1454
|
+
width: 33.33333333%;
|
|
1563
1455
|
}
|
|
1564
1456
|
.row-cols-xl-4 > * {
|
|
1565
1457
|
flex: 0 0 auto;
|
|
@@ -1571,7 +1463,7 @@ progress {
|
|
|
1571
1463
|
}
|
|
1572
1464
|
.row-cols-xl-6 > * {
|
|
1573
1465
|
flex: 0 0 auto;
|
|
1574
|
-
width: 16.
|
|
1466
|
+
width: 16.66666667%;
|
|
1575
1467
|
}
|
|
1576
1468
|
.col-xl-auto {
|
|
1577
1469
|
flex: 0 0 auto;
|
|
@@ -1728,7 +1620,7 @@ progress {
|
|
|
1728
1620
|
}
|
|
1729
1621
|
.row-cols-xxl-3 > * {
|
|
1730
1622
|
flex: 0 0 auto;
|
|
1731
|
-
width: 33.
|
|
1623
|
+
width: 33.33333333%;
|
|
1732
1624
|
}
|
|
1733
1625
|
.row-cols-xxl-4 > * {
|
|
1734
1626
|
flex: 0 0 auto;
|
|
@@ -1740,7 +1632,7 @@ progress {
|
|
|
1740
1632
|
}
|
|
1741
1633
|
.row-cols-xxl-6 > * {
|
|
1742
1634
|
flex: 0 0 auto;
|
|
1743
|
-
width: 16.
|
|
1635
|
+
width: 16.66666667%;
|
|
1744
1636
|
}
|
|
1745
1637
|
.col-xxl-auto {
|
|
1746
1638
|
flex: 0 0 auto;
|
|
@@ -1884,16 +1776,16 @@ progress {
|
|
|
1884
1776
|
--cui-table-bg-type: initial;
|
|
1885
1777
|
--cui-table-color-state: initial;
|
|
1886
1778
|
--cui-table-bg-state: initial;
|
|
1887
|
-
--cui-table-color: var(--cui-
|
|
1779
|
+
--cui-table-color: var(--cui-emphasis-color);
|
|
1888
1780
|
--cui-table-bg: var(--cui-body-bg);
|
|
1889
1781
|
--cui-table-border-color: var(--cui-border-color);
|
|
1890
1782
|
--cui-table-accent-bg: transparent;
|
|
1891
|
-
--cui-table-striped-color: var(--cui-
|
|
1892
|
-
--cui-table-striped-bg: rgba(
|
|
1893
|
-
--cui-table-active-color: var(--cui-
|
|
1894
|
-
--cui-table-active-bg: rgba(
|
|
1895
|
-
--cui-table-hover-color: var(--cui-
|
|
1896
|
-
--cui-table-hover-bg: rgba(
|
|
1783
|
+
--cui-table-striped-color: var(--cui-emphasis-color);
|
|
1784
|
+
--cui-table-striped-bg: rgba(var(--cui-emphasis-color-rgb), 0.05);
|
|
1785
|
+
--cui-table-active-color: var(--cui-emphasis-color);
|
|
1786
|
+
--cui-table-active-bg: rgba(var(--cui-emphasis-color-rgb), 0.1);
|
|
1787
|
+
--cui-table-hover-color: var(--cui-emphasis-color);
|
|
1788
|
+
--cui-table-hover-bg: rgba(var(--cui-emphasis-color-rgb), 0.075);
|
|
1897
1789
|
width: 100%;
|
|
1898
1790
|
margin-bottom: 1rem;
|
|
1899
1791
|
vertical-align: top;
|
|
@@ -1960,112 +1852,112 @@ progress {
|
|
|
1960
1852
|
}
|
|
1961
1853
|
|
|
1962
1854
|
.table-primary {
|
|
1963
|
-
--cui-table-color: rgba(
|
|
1855
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1964
1856
|
--cui-table-bg: #d6d2f8;
|
|
1965
|
-
--cui-table-border-color: rgba(
|
|
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(
|
|
1857
|
+
--cui-table-border-color: rgba(183, 182, 216, 0.99);
|
|
1858
|
+
--cui-table-striped-bg: rgba(206, 203, 240, 0.9975);
|
|
1859
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1860
|
+
--cui-table-active-bg: rgba(198, 196, 232, 0.995);
|
|
1861
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1862
|
+
--cui-table-hover-bg: rgba(202, 199, 236, 0.99625);
|
|
1863
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
1972
1864
|
color: var(--cui-table-color);
|
|
1973
1865
|
border-color: var(--cui-table-border-color);
|
|
1974
1866
|
}
|
|
1975
1867
|
|
|
1976
1868
|
.table-secondary {
|
|
1977
|
-
--cui-table-color: rgba(
|
|
1869
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1978
1870
|
--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(
|
|
1871
|
+
--cui-table-border-color: rgba(200, 204, 209, 0.99);
|
|
1872
|
+
--cui-table-striped-bg: rgba(226, 229, 232, 0.9975);
|
|
1873
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1874
|
+
--cui-table-active-bg: rgba(218, 220, 224, 0.995);
|
|
1875
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1876
|
+
--cui-table-hover-bg: rgba(222, 225, 228, 0.99625);
|
|
1877
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
1986
1878
|
color: var(--cui-table-color);
|
|
1987
1879
|
border-color: var(--cui-table-border-color);
|
|
1988
1880
|
}
|
|
1989
1881
|
|
|
1990
1882
|
.table-success {
|
|
1991
|
-
--cui-table-color: rgba(
|
|
1883
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1992
1884
|
--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(
|
|
1885
|
+
--cui-table-border-color: rgba(182, 207, 195, 0.99);
|
|
1886
|
+
--cui-table-striped-bg: rgba(205, 233, 215, 0.9975);
|
|
1887
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1888
|
+
--cui-table-active-bg: rgba(198, 224, 208, 0.995);
|
|
1889
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1890
|
+
--cui-table-hover-bg: rgba(201, 228, 212, 0.99625);
|
|
1891
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2000
1892
|
color: var(--cui-table-color);
|
|
2001
1893
|
border-color: var(--cui-table-border-color);
|
|
2002
1894
|
}
|
|
2003
1895
|
|
|
2004
1896
|
.table-info {
|
|
2005
|
-
--cui-table-color: rgba(
|
|
1897
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
2006
1898
|
--cui-table-bg: #d6ebff;
|
|
2007
|
-
--cui-table-border-color: rgba(
|
|
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(
|
|
1899
|
+
--cui-table-border-color: rgba(183, 202, 222, 0.99);
|
|
1900
|
+
--cui-table-striped-bg: rgba(206, 227, 247, 0.9975);
|
|
1901
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1902
|
+
--cui-table-active-bg: rgba(198, 219, 238, 0.995);
|
|
1903
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1904
|
+
--cui-table-hover-bg: rgba(202, 223, 243, 0.99625);
|
|
1905
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2014
1906
|
color: var(--cui-table-color);
|
|
2015
1907
|
border-color: var(--cui-table-border-color);
|
|
2016
1908
|
}
|
|
2017
1909
|
|
|
2018
1910
|
.table-warning {
|
|
2019
|
-
--cui-table-color: rgba(
|
|
1911
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
2020
1912
|
--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(
|
|
1913
|
+
--cui-table-border-color: rgba(215, 205, 183, 0.99);
|
|
1914
|
+
--cui-table-striped-bg: rgba(244, 231, 202, 0.9975);
|
|
1915
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1916
|
+
--cui-table-active-bg: rgba(235, 222, 196, 0.995);
|
|
1917
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1918
|
+
--cui-table-hover-bg: rgba(240, 226, 199, 0.99625);
|
|
1919
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2028
1920
|
color: var(--cui-table-color);
|
|
2029
1921
|
border-color: var(--cui-table-border-color);
|
|
2030
1922
|
}
|
|
2031
1923
|
|
|
2032
1924
|
.table-danger {
|
|
2033
|
-
--cui-table-color: rgba(
|
|
1925
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
2034
1926
|
--cui-table-bg: #fadddd;
|
|
2035
|
-
--cui-table-border-color: rgba(
|
|
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(
|
|
1927
|
+
--cui-table-border-color: rgba(212, 191, 194, 0.99);
|
|
1928
|
+
--cui-table-striped-bg: rgba(241, 214, 214, 0.9975);
|
|
1929
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1930
|
+
--cui-table-active-bg: rgba(231, 206, 208, 0.995);
|
|
1931
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1932
|
+
--cui-table-hover-bg: rgba(236, 210, 211, 0.99625);
|
|
1933
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2042
1934
|
color: var(--cui-table-color);
|
|
2043
1935
|
border-color: var(--cui-table-border-color);
|
|
2044
1936
|
}
|
|
2045
1937
|
|
|
2046
1938
|
.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(
|
|
1939
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1940
|
+
--cui-table-bg: #ebedef;
|
|
1941
|
+
--cui-table-border-color: rgba(200, 204, 209, 0.99);
|
|
1942
|
+
--cui-table-striped-bg: rgba(226, 229, 232, 0.9975);
|
|
1943
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1944
|
+
--cui-table-active-bg: rgba(218, 220, 224, 0.995);
|
|
1945
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1946
|
+
--cui-table-hover-bg: rgba(222, 225, 228, 0.99625);
|
|
1947
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2056
1948
|
color: var(--cui-table-color);
|
|
2057
1949
|
border-color: var(--cui-table-border-color);
|
|
2058
1950
|
}
|
|
2059
1951
|
|
|
2060
1952
|
.table-dark {
|
|
2061
1953
|
--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(
|
|
1954
|
+
--cui-table-bg: #4f5d73;
|
|
1955
|
+
--cui-table-border-color: rgba(107, 119, 138, 0.974);
|
|
1956
|
+
--cui-table-striped-bg: rgba(86, 99, 120, 0.9935);
|
|
2065
1957
|
--cui-table-striped-color: rgba(255, 255, 255, 0.87);
|
|
2066
|
-
--cui-table-active-bg: rgba(
|
|
1958
|
+
--cui-table-active-bg: rgba(93, 106, 126, 0.987);
|
|
2067
1959
|
--cui-table-active-color: rgba(255, 255, 255, 0.87);
|
|
2068
|
-
--cui-table-hover-bg: rgba(
|
|
1960
|
+
--cui-table-hover-bg: rgba(89, 103, 123, 0.99025);
|
|
2069
1961
|
--cui-table-hover-color: rgba(255, 255, 255, 0.87);
|
|
2070
1962
|
color: var(--cui-table-color);
|
|
2071
1963
|
border-color: var(--cui-table-border-color);
|
|
@@ -2108,6 +2000,7 @@ progress {
|
|
|
2108
2000
|
}
|
|
2109
2001
|
.form-label {
|
|
2110
2002
|
margin-bottom: 0.5rem;
|
|
2003
|
+
color: var(--cui-form-label-color, );
|
|
2111
2004
|
}
|
|
2112
2005
|
|
|
2113
2006
|
.col-form-label {
|
|
@@ -2116,6 +2009,7 @@ progress {
|
|
|
2116
2009
|
margin-bottom: 0;
|
|
2117
2010
|
font-size: inherit;
|
|
2118
2011
|
line-height: 1.5;
|
|
2012
|
+
color: var(--cui-form-label-color, );
|
|
2119
2013
|
}
|
|
2120
2014
|
|
|
2121
2015
|
.col-form-label-lg {
|
|
@@ -2133,7 +2027,7 @@ progress {
|
|
|
2133
2027
|
.form-text {
|
|
2134
2028
|
margin-top: 0.25rem;
|
|
2135
2029
|
font-size: 0.875em;
|
|
2136
|
-
color: var(--cui-secondary-color);
|
|
2030
|
+
color: var(--cui-form-text-color, var(--cui-secondary-color));
|
|
2137
2031
|
}
|
|
2138
2032
|
|
|
2139
2033
|
.form-control {
|
|
@@ -2143,11 +2037,11 @@ progress {
|
|
|
2143
2037
|
font-size: 1rem;
|
|
2144
2038
|
font-weight: 400;
|
|
2145
2039
|
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);
|
|
2040
|
+
color: var(--cui-input-color, var(--cui-body-color));
|
|
2150
2041
|
appearance: none;
|
|
2042
|
+
background-color: var(--cui-input-bg, var(--cui-body-bg));
|
|
2043
|
+
background-clip: padding-box;
|
|
2044
|
+
border: var(--cui-border-width) solid var(--cui-input-border-color, var(--cui-border-color));
|
|
2151
2045
|
border-radius: var(--cui-border-radius);
|
|
2152
2046
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2153
2047
|
}
|
|
@@ -2163,9 +2057,9 @@ progress {
|
|
|
2163
2057
|
cursor: pointer;
|
|
2164
2058
|
}
|
|
2165
2059
|
.form-control:focus {
|
|
2166
|
-
color: var(--cui-body-color);
|
|
2167
|
-
background-color: var(--cui-body-bg);
|
|
2168
|
-
border-color: #998fed;
|
|
2060
|
+
color: var(--cui-input-focus-color, var(--cui-body-color));
|
|
2061
|
+
background-color: var(--cui-input-focus-bg, var(--cui-body-bg));
|
|
2062
|
+
border-color: var(--cui-input-focus-border-color, #998fed);
|
|
2169
2063
|
outline: 0;
|
|
2170
2064
|
box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
2171
2065
|
}
|
|
@@ -2190,8 +2084,8 @@ progress {
|
|
|
2190
2084
|
padding: 0.375rem 0.75rem;
|
|
2191
2085
|
margin: -0.375rem -0.75rem;
|
|
2192
2086
|
margin-inline-end: 0.75rem;
|
|
2193
|
-
color: var(--cui-body-color);
|
|
2194
|
-
background-color: var(--cui-tertiary-bg);
|
|
2087
|
+
color: var(--cui-form-file-button-color, var(--cui-body-color));
|
|
2088
|
+
background-color: var(--cui-form-file-button-bg, var(--cui-tertiary-bg));
|
|
2195
2089
|
pointer-events: none;
|
|
2196
2090
|
border-color: inherit;
|
|
2197
2091
|
border-style: solid;
|
|
@@ -2206,7 +2100,7 @@ progress {
|
|
|
2206
2100
|
}
|
|
2207
2101
|
}
|
|
2208
2102
|
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
|
2209
|
-
background-color: var(--cui-secondary-bg);
|
|
2103
|
+
background-color: var(--cui-form-file-button-hover-bg, var(--cui-secondary-bg));
|
|
2210
2104
|
}
|
|
2211
2105
|
|
|
2212
2106
|
.form-control-plaintext {
|
|
@@ -2215,7 +2109,7 @@ progress {
|
|
|
2215
2109
|
padding: 0.375rem 0;
|
|
2216
2110
|
margin-bottom: 0;
|
|
2217
2111
|
line-height: 1.5;
|
|
2218
|
-
color: var(--cui-body-color);
|
|
2112
|
+
color: var(--cui-input-plaintext-color, var(--cui-body-color));
|
|
2219
2113
|
background-color: transparent;
|
|
2220
2114
|
border: solid transparent;
|
|
2221
2115
|
border-width: var(--cui-border-width) 0;
|
|
@@ -2286,23 +2180,24 @@ textarea.form-control-lg {
|
|
|
2286
2180
|
}
|
|
2287
2181
|
|
|
2288
2182
|
.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='%
|
|
2183
|
+
--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
2184
|
display: block;
|
|
2291
2185
|
width: 100%;
|
|
2292
2186
|
padding: 0.375rem 0.75rem 0.375rem 2.25rem;
|
|
2187
|
+
-moz-padding-start: calc(0.75rem - 3px);
|
|
2293
2188
|
font-size: 1rem;
|
|
2294
2189
|
font-weight: 400;
|
|
2295
2190
|
line-height: 1.5;
|
|
2296
|
-
color: var(--cui-body-color);
|
|
2297
|
-
|
|
2191
|
+
color: var(--cui-form-select-color, var(--cui-body-color));
|
|
2192
|
+
appearance: none;
|
|
2193
|
+
background-color: var(--cui-form-select-bg, var(--cui-body-bg));
|
|
2298
2194
|
background-image: var(--cui-form-select-bg-img), var(--cui-form-select-bg-icon, none);
|
|
2299
2195
|
background-repeat: no-repeat;
|
|
2300
2196
|
background-position: left 0.75rem center;
|
|
2301
2197
|
background-size: 16px 12px;
|
|
2302
|
-
border: var(--cui-border-width) solid var(--cui-border-color);
|
|
2198
|
+
border: var(--cui-border-width) solid var(--cui-form-select-border-color, var(--cui-border-color));
|
|
2303
2199
|
border-radius: var(--cui-border-radius);
|
|
2304
2200
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2305
|
-
appearance: none;
|
|
2306
2201
|
}
|
|
2307
2202
|
@media (prefers-reduced-motion: reduce) {
|
|
2308
2203
|
.form-select {
|
|
@@ -2310,7 +2205,7 @@ textarea.form-control-lg {
|
|
|
2310
2205
|
}
|
|
2311
2206
|
}
|
|
2312
2207
|
.form-select:focus {
|
|
2313
|
-
border-color: var(#998fed);
|
|
2208
|
+
border-color: var(--cui-form-select-focus-border-color, #998fed);
|
|
2314
2209
|
outline: 0;
|
|
2315
2210
|
box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
2316
2211
|
}
|
|
@@ -2319,11 +2214,12 @@ textarea.form-control-lg {
|
|
|
2319
2214
|
background-image: none;
|
|
2320
2215
|
}
|
|
2321
2216
|
.form-select:disabled {
|
|
2322
|
-
|
|
2217
|
+
color: var(--cui-form-select-disabled-color, );
|
|
2218
|
+
background-color: var(--cui-form-select-disabled-bg, var(--cui-secondary-bg));
|
|
2323
2219
|
}
|
|
2324
2220
|
.form-select:-moz-focusring {
|
|
2325
2221
|
color: transparent;
|
|
2326
|
-
text-shadow: 0 0 0 var(--cui-body-color);
|
|
2222
|
+
text-shadow: 0 0 0 var(--cui-form-select-color, var(--cui-body-color));
|
|
2327
2223
|
}
|
|
2328
2224
|
|
|
2329
2225
|
.form-select-sm {
|
|
@@ -2342,10 +2238,6 @@ textarea.form-control-lg {
|
|
|
2342
2238
|
border-radius: var(--cui-border-radius-lg);
|
|
2343
2239
|
}
|
|
2344
2240
|
|
|
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
2241
|
.form-check {
|
|
2350
2242
|
display: block;
|
|
2351
2243
|
min-height: 1.5rem;
|
|
@@ -2358,29 +2250,30 @@ textarea.form-control-lg {
|
|
|
2358
2250
|
}
|
|
2359
2251
|
|
|
2360
2252
|
.form-check-reverse {
|
|
2361
|
-
padding-
|
|
2362
|
-
padding-
|
|
2363
|
-
text-align:
|
|
2253
|
+
padding-left: 1.5em;
|
|
2254
|
+
padding-right: 0;
|
|
2255
|
+
text-align: left;
|
|
2364
2256
|
}
|
|
2365
2257
|
.form-check-reverse .form-check-input {
|
|
2366
|
-
float:
|
|
2367
|
-
margin-
|
|
2368
|
-
margin-
|
|
2258
|
+
float: left;
|
|
2259
|
+
margin-left: -1.5em;
|
|
2260
|
+
margin-right: 0;
|
|
2369
2261
|
}
|
|
2370
2262
|
|
|
2371
2263
|
.form-check-input {
|
|
2372
2264
|
--cui-form-check-bg: var(--cui-body-bg);
|
|
2265
|
+
flex-shrink: 0;
|
|
2373
2266
|
width: 1em;
|
|
2374
2267
|
height: 1em;
|
|
2375
2268
|
margin-top: 0.25em;
|
|
2376
2269
|
vertical-align: top;
|
|
2270
|
+
appearance: none;
|
|
2377
2271
|
background-color: var(--cui-form-check-bg);
|
|
2378
2272
|
background-image: var(--cui-form-check-bg-image);
|
|
2379
2273
|
background-repeat: no-repeat;
|
|
2380
2274
|
background-position: center;
|
|
2381
2275
|
background-size: contain;
|
|
2382
2276
|
border: var(--cui-border-width) solid var(--cui-border-color);
|
|
2383
|
-
appearance: none;
|
|
2384
2277
|
print-color-adjust: exact;
|
|
2385
2278
|
}
|
|
2386
2279
|
.form-check-input[type=checkbox] {
|
|
@@ -2430,9 +2323,9 @@ textarea.form-control-lg {
|
|
|
2430
2323
|
padding-right: 2.5em;
|
|
2431
2324
|
}
|
|
2432
2325
|
.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%
|
|
2326
|
+
--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
2327
|
width: 2em;
|
|
2435
|
-
margin-
|
|
2328
|
+
margin-right: -2.5em;
|
|
2436
2329
|
background-image: var(--cui-form-switch-bg);
|
|
2437
2330
|
background-position: left center;
|
|
2438
2331
|
border-radius: 2em;
|
|
@@ -2451,12 +2344,12 @@ textarea.form-control-lg {
|
|
|
2451
2344
|
--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
2345
|
}
|
|
2453
2346
|
.form-switch.form-check-reverse {
|
|
2454
|
-
padding-
|
|
2455
|
-
padding-
|
|
2347
|
+
padding-left: 1.5em;
|
|
2348
|
+
padding-right: 0;
|
|
2456
2349
|
}
|
|
2457
2350
|
.form-switch.form-check-reverse .form-check-input {
|
|
2458
|
-
margin-
|
|
2459
|
-
margin-
|
|
2351
|
+
margin-left: -1.5em;
|
|
2352
|
+
margin-right: 0;
|
|
2460
2353
|
}
|
|
2461
2354
|
|
|
2462
2355
|
.form-switch-lg {
|
|
@@ -2501,16 +2394,12 @@ textarea.form-control-lg {
|
|
|
2501
2394
|
opacity: 0.65;
|
|
2502
2395
|
}
|
|
2503
2396
|
|
|
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
2397
|
.form-range {
|
|
2509
2398
|
width: 100%;
|
|
2510
2399
|
height: 1.5rem;
|
|
2511
2400
|
padding: 0;
|
|
2512
|
-
background-color: transparent;
|
|
2513
2401
|
appearance: none;
|
|
2402
|
+
background-color: transparent;
|
|
2514
2403
|
}
|
|
2515
2404
|
.form-range:focus {
|
|
2516
2405
|
outline: 0;
|
|
@@ -2528,11 +2417,11 @@ textarea.form-control-lg {
|
|
|
2528
2417
|
width: 1rem;
|
|
2529
2418
|
height: 1rem;
|
|
2530
2419
|
margin-top: -0.25rem;
|
|
2531
|
-
|
|
2420
|
+
appearance: none;
|
|
2421
|
+
background-color: var(--cui-form-range-thumb-bg, #321fdb);
|
|
2532
2422
|
border: 0;
|
|
2533
2423
|
border-radius: 1rem;
|
|
2534
2424
|
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
2425
|
}
|
|
2537
2426
|
@media (prefers-reduced-motion: reduce) {
|
|
2538
2427
|
.form-range::-webkit-slider-thumb {
|
|
@@ -2540,25 +2429,25 @@ textarea.form-control-lg {
|
|
|
2540
2429
|
}
|
|
2541
2430
|
}
|
|
2542
2431
|
.form-range::-webkit-slider-thumb:active {
|
|
2543
|
-
background-color: #c2bcf4;
|
|
2432
|
+
background-color: var(--cui-form-range-thumb-active-bg, #c2bcf4);
|
|
2544
2433
|
}
|
|
2545
2434
|
.form-range::-webkit-slider-runnable-track {
|
|
2546
2435
|
width: 100%;
|
|
2547
2436
|
height: 0.5rem;
|
|
2548
2437
|
color: transparent;
|
|
2549
2438
|
cursor: pointer;
|
|
2550
|
-
background-color: var(--cui-
|
|
2439
|
+
background-color: var(--cui-form-range-track-bg, var(--cui-secondary-bg));
|
|
2551
2440
|
border-color: transparent;
|
|
2552
2441
|
border-radius: 1rem;
|
|
2553
2442
|
}
|
|
2554
2443
|
.form-range::-moz-range-thumb {
|
|
2555
2444
|
width: 1rem;
|
|
2556
2445
|
height: 1rem;
|
|
2557
|
-
|
|
2446
|
+
appearance: none;
|
|
2447
|
+
background-color: var(--cui-form-range-thumb-bg, #321fdb);
|
|
2558
2448
|
border: 0;
|
|
2559
2449
|
border-radius: 1rem;
|
|
2560
2450
|
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
2451
|
}
|
|
2563
2452
|
@media (prefers-reduced-motion: reduce) {
|
|
2564
2453
|
.form-range::-moz-range-thumb {
|
|
@@ -2566,14 +2455,14 @@ textarea.form-control-lg {
|
|
|
2566
2455
|
}
|
|
2567
2456
|
}
|
|
2568
2457
|
.form-range::-moz-range-thumb:active {
|
|
2569
|
-
background-color: #c2bcf4;
|
|
2458
|
+
background-color: var(--cui-form-range-thumb-active-bg, #c2bcf4);
|
|
2570
2459
|
}
|
|
2571
2460
|
.form-range::-moz-range-track {
|
|
2572
2461
|
width: 100%;
|
|
2573
2462
|
height: 0.5rem;
|
|
2574
2463
|
color: transparent;
|
|
2575
2464
|
cursor: pointer;
|
|
2576
|
-
background-color: var(--cui-
|
|
2465
|
+
background-color: var(--cui-form-range-track-bg, var(--cui-secondary-bg));
|
|
2577
2466
|
border-color: transparent;
|
|
2578
2467
|
border-radius: 1rem;
|
|
2579
2468
|
}
|
|
@@ -2581,10 +2470,10 @@ textarea.form-control-lg {
|
|
|
2581
2470
|
pointer-events: none;
|
|
2582
2471
|
}
|
|
2583
2472
|
.form-range:disabled::-webkit-slider-thumb {
|
|
2584
|
-
background-color: var(--cui-secondary-color);
|
|
2473
|
+
background-color: var(--cui-form-range-thumb-disabled-bg, var(--cui-secondary-color));
|
|
2585
2474
|
}
|
|
2586
2475
|
.form-range:disabled::-moz-range-thumb {
|
|
2587
|
-
background-color: var(--cui-secondary-color);
|
|
2476
|
+
background-color: var(--cui-form-range-thumb-disabled-bg, var(--cui-secondary-color));
|
|
2588
2477
|
}
|
|
2589
2478
|
|
|
2590
2479
|
.form-floating {
|
|
@@ -2600,7 +2489,7 @@ textarea.form-control-lg {
|
|
|
2600
2489
|
.form-floating > label {
|
|
2601
2490
|
position: absolute;
|
|
2602
2491
|
top: 0;
|
|
2603
|
-
|
|
2492
|
+
right: 0;
|
|
2604
2493
|
z-index: 2;
|
|
2605
2494
|
height: 100%;
|
|
2606
2495
|
padding: 1rem 0.75rem;
|
|
@@ -2667,10 +2556,12 @@ textarea.form-control-lg {
|
|
|
2667
2556
|
.form-floating > .form-control-plaintext ~ label {
|
|
2668
2557
|
border-width: var(--cui-border-width) 0;
|
|
2669
2558
|
}
|
|
2670
|
-
.form-floating > :disabled ~ label
|
|
2671
|
-
|
|
2559
|
+
.form-floating > :disabled ~ label,
|
|
2560
|
+
.form-floating > .form-control:disabled ~ label {
|
|
2561
|
+
color: #8a93a2;
|
|
2672
2562
|
}
|
|
2673
|
-
.form-floating > :disabled ~ label::after
|
|
2563
|
+
.form-floating > :disabled ~ label::after,
|
|
2564
|
+
.form-floating > .form-control:disabled ~ label::after {
|
|
2674
2565
|
background-color: var(--cui-secondary-bg);
|
|
2675
2566
|
}
|
|
2676
2567
|
|
|
@@ -2958,7 +2849,7 @@ textarea.form-control-lg {
|
|
|
2958
2849
|
--cui-btn-border-color: transparent;
|
|
2959
2850
|
--cui-btn-border-radius: var(--cui-border-radius);
|
|
2960
2851
|
--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(
|
|
2852
|
+
--cui-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 21, 0.075);
|
|
2962
2853
|
--cui-btn-disabled-opacity: 0.65;
|
|
2963
2854
|
--cui-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--cui-btn-focus-shadow-rgb), .5);
|
|
2964
2855
|
display: inline-block;
|
|
@@ -3038,129 +2929,129 @@ textarea.form-control-lg {
|
|
|
3038
2929
|
--cui-btn-active-color: rgba(255, 255, 255, 0.87);
|
|
3039
2930
|
--cui-btn-active-bg: #5b4ce2;
|
|
3040
2931
|
--cui-btn-active-border-color: #4735df;
|
|
3041
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
2932
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3042
2933
|
--cui-btn-disabled-color: rgba(255, 255, 255, 0.87);
|
|
3043
2934
|
--cui-btn-disabled-bg: #321fdb;
|
|
3044
2935
|
--cui-btn-disabled-border-color: #321fdb;
|
|
3045
2936
|
}
|
|
3046
2937
|
|
|
3047
2938
|
.btn-secondary {
|
|
3048
|
-
--cui-btn-color:
|
|
2939
|
+
--cui-btn-color: #000015;
|
|
3049
2940
|
--cui-btn-bg: #9da5b1;
|
|
3050
2941
|
--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:
|
|
2942
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
2943
|
+
--cui-btn-hover-bg: #acb3bd;
|
|
2944
|
+
--cui-btn-hover-border-color: #a7aeb9;
|
|
2945
|
+
--cui-btn-focus-shadow-rgb: 133, 140, 154;
|
|
2946
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
2947
|
+
--cui-btn-active-bg: #b1b7c1;
|
|
2948
|
+
--cui-btn-active-border-color: #a7aeb9;
|
|
2949
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
2950
|
+
--cui-btn-disabled-color: #000015;
|
|
3060
2951
|
--cui-btn-disabled-bg: #9da5b1;
|
|
3061
2952
|
--cui-btn-disabled-border-color: #9da5b1;
|
|
3062
2953
|
}
|
|
3063
2954
|
|
|
3064
2955
|
.btn-success {
|
|
3065
|
-
--cui-btn-color:
|
|
2956
|
+
--cui-btn-color: #000015;
|
|
3066
2957
|
--cui-btn-bg: #2eb85c;
|
|
3067
2958
|
--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:
|
|
2959
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
2960
|
+
--cui-btn-hover-bg: #4dc374;
|
|
2961
|
+
--cui-btn-hover-border-color: #43bf6c;
|
|
2962
|
+
--cui-btn-focus-shadow-rgb: 39, 156, 81;
|
|
2963
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
2964
|
+
--cui-btn-active-bg: #58c67d;
|
|
2965
|
+
--cui-btn-active-border-color: #43bf6c;
|
|
2966
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
2967
|
+
--cui-btn-disabled-color: #000015;
|
|
3077
2968
|
--cui-btn-disabled-bg: #2eb85c;
|
|
3078
2969
|
--cui-btn-disabled-border-color: #2eb85c;
|
|
3079
2970
|
}
|
|
3080
2971
|
|
|
3081
2972
|
.btn-danger {
|
|
3082
|
-
--cui-btn-color: #
|
|
2973
|
+
--cui-btn-color: #000015;
|
|
3083
2974
|
--cui-btn-bg: #e55353;
|
|
3084
2975
|
--cui-btn-border-color: #e55353;
|
|
3085
|
-
--cui-btn-hover-color: #
|
|
2976
|
+
--cui-btn-hover-color: #000015;
|
|
3086
2977
|
--cui-btn-hover-bg: #e96d6d;
|
|
3087
2978
|
--cui-btn-hover-border-color: #e86464;
|
|
3088
|
-
--cui-btn-focus-shadow-rgb:
|
|
3089
|
-
--cui-btn-active-color: #
|
|
2979
|
+
--cui-btn-focus-shadow-rgb: 195, 71, 74;
|
|
2980
|
+
--cui-btn-active-color: #000015;
|
|
3090
2981
|
--cui-btn-active-bg: #ea7575;
|
|
3091
2982
|
--cui-btn-active-border-color: #e86464;
|
|
3092
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3093
|
-
--cui-btn-disabled-color: #
|
|
2983
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
2984
|
+
--cui-btn-disabled-color: #000015;
|
|
3094
2985
|
--cui-btn-disabled-bg: #e55353;
|
|
3095
2986
|
--cui-btn-disabled-border-color: #e55353;
|
|
3096
2987
|
}
|
|
3097
2988
|
|
|
3098
2989
|
.btn-warning {
|
|
3099
|
-
--cui-btn-color: rgba(
|
|
2990
|
+
--cui-btn-color: rgba(44, 56, 74, 0.95);
|
|
3100
2991
|
--cui-btn-bg: #f9b115;
|
|
3101
2992
|
--cui-btn-border-color: #f9b115;
|
|
3102
|
-
--cui-btn-hover-color:
|
|
2993
|
+
--cui-btn-hover-color: #000015;
|
|
3103
2994
|
--cui-btn-hover-bg: #d49612;
|
|
3104
2995
|
--cui-btn-hover-border-color: #c78e11;
|
|
3105
|
-
--cui-btn-focus-shadow-rgb:
|
|
3106
|
-
--cui-btn-active-color: #
|
|
2996
|
+
--cui-btn-focus-shadow-rgb: 221, 160, 28;
|
|
2997
|
+
--cui-btn-active-color: #000015;
|
|
3107
2998
|
--cui-btn-active-bg: #c78e11;
|
|
3108
2999
|
--cui-btn-active-border-color: #bb8510;
|
|
3109
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3110
|
-
--cui-btn-disabled-color: rgba(
|
|
3000
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3001
|
+
--cui-btn-disabled-color: rgba(44, 56, 74, 0.95);
|
|
3111
3002
|
--cui-btn-disabled-bg: #f9b115;
|
|
3112
3003
|
--cui-btn-disabled-border-color: #f9b115;
|
|
3113
3004
|
}
|
|
3114
3005
|
|
|
3115
3006
|
.btn-info {
|
|
3116
|
-
--cui-btn-color: #
|
|
3007
|
+
--cui-btn-color: #000015;
|
|
3117
3008
|
--cui-btn-bg: #39f;
|
|
3118
3009
|
--cui-btn-border-color: #39f;
|
|
3119
|
-
--cui-btn-hover-color:
|
|
3010
|
+
--cui-btn-hover-color: #000015;
|
|
3120
3011
|
--cui-btn-hover-bg: #52a8ff;
|
|
3121
3012
|
--cui-btn-hover-border-color: #47a3ff;
|
|
3122
|
-
--cui-btn-focus-shadow-rgb:
|
|
3123
|
-
--cui-btn-active-color:
|
|
3013
|
+
--cui-btn-focus-shadow-rgb: 43, 130, 220;
|
|
3014
|
+
--cui-btn-active-color: #000015;
|
|
3124
3015
|
--cui-btn-active-bg: #5cadff;
|
|
3125
3016
|
--cui-btn-active-border-color: #47a3ff;
|
|
3126
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3127
|
-
--cui-btn-disabled-color: #
|
|
3017
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3018
|
+
--cui-btn-disabled-color: #000015;
|
|
3128
3019
|
--cui-btn-disabled-bg: #39f;
|
|
3129
3020
|
--cui-btn-disabled-border-color: #39f;
|
|
3130
3021
|
}
|
|
3131
3022
|
|
|
3132
3023
|
.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: #
|
|
3024
|
+
--cui-btn-color: rgba(44, 56, 74, 0.95);
|
|
3025
|
+
--cui-btn-bg: #ebedef;
|
|
3026
|
+
--cui-btn-border-color: #ebedef;
|
|
3027
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3028
|
+
--cui-btn-hover-bg: #c8c9cb;
|
|
3029
|
+
--cui-btn-hover-border-color: #bcbebf;
|
|
3030
|
+
--cui-btn-focus-shadow-rgb: 209, 212, 216;
|
|
3031
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3032
|
+
--cui-btn-active-bg: #bcbebf;
|
|
3033
|
+
--cui-btn-active-border-color: #b0b2b3;
|
|
3034
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3035
|
+
--cui-btn-disabled-color: rgba(44, 56, 74, 0.95);
|
|
3036
|
+
--cui-btn-disabled-bg: #ebedef;
|
|
3037
|
+
--cui-btn-disabled-border-color: #ebedef;
|
|
3147
3038
|
}
|
|
3148
3039
|
|
|
3149
3040
|
.btn-dark {
|
|
3150
3041
|
--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(
|
|
3042
|
+
--cui-btn-bg: #4f5d73;
|
|
3043
|
+
--cui-btn-border-color: #4f5d73;
|
|
3044
|
+
--cui-btn-hover-color: #fff;
|
|
3045
|
+
--cui-btn-hover-bg: #697588;
|
|
3046
|
+
--cui-btn-hover-border-color: #616d81;
|
|
3047
|
+
--cui-btn-focus-shadow-rgb: 100, 112, 132;
|
|
3048
|
+
--cui-btn-active-color: #fff;
|
|
3049
|
+
--cui-btn-active-bg: #727d8f;
|
|
3050
|
+
--cui-btn-active-border-color: #616d81;
|
|
3051
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3161
3052
|
--cui-btn-disabled-color: rgba(255, 255, 255, 0.87);
|
|
3162
|
-
--cui-btn-disabled-bg: #
|
|
3163
|
-
--cui-btn-disabled-border-color: #
|
|
3053
|
+
--cui-btn-disabled-bg: #4f5d73;
|
|
3054
|
+
--cui-btn-disabled-border-color: #4f5d73;
|
|
3164
3055
|
}
|
|
3165
3056
|
|
|
3166
3057
|
.btn-outline-primary {
|
|
@@ -3173,7 +3064,7 @@ textarea.form-control-lg {
|
|
|
3173
3064
|
--cui-btn-active-color: rgba(255, 255, 255, 0.87);
|
|
3174
3065
|
--cui-btn-active-bg: #5b4ce2;
|
|
3175
3066
|
--cui-btn-active-border-color: #4735df;
|
|
3176
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3067
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3177
3068
|
--cui-btn-disabled-color: #321fdb;
|
|
3178
3069
|
--cui-btn-disabled-bg: transparent;
|
|
3179
3070
|
--cui-gradient: none;
|
|
@@ -3182,14 +3073,14 @@ textarea.form-control-lg {
|
|
|
3182
3073
|
.btn-outline-secondary {
|
|
3183
3074
|
--cui-btn-color: #9da5b1;
|
|
3184
3075
|
--cui-btn-border-color: #9da5b1;
|
|
3185
|
-
--cui-btn-hover-color:
|
|
3186
|
-
--cui-btn-hover-bg: #
|
|
3187
|
-
--cui-btn-hover-border-color: #
|
|
3076
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3077
|
+
--cui-btn-hover-bg: #b1b7c1;
|
|
3078
|
+
--cui-btn-hover-border-color: #a7aeb9;
|
|
3188
3079
|
--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(
|
|
3080
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3081
|
+
--cui-btn-active-bg: #b1b7c1;
|
|
3082
|
+
--cui-btn-active-border-color: #a7aeb9;
|
|
3083
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3193
3084
|
--cui-btn-disabled-color: #9da5b1;
|
|
3194
3085
|
--cui-btn-disabled-bg: transparent;
|
|
3195
3086
|
--cui-gradient: none;
|
|
@@ -3198,14 +3089,14 @@ textarea.form-control-lg {
|
|
|
3198
3089
|
.btn-outline-success {
|
|
3199
3090
|
--cui-btn-color: #2eb85c;
|
|
3200
3091
|
--cui-btn-border-color: #2eb85c;
|
|
3201
|
-
--cui-btn-hover-color:
|
|
3202
|
-
--cui-btn-hover-bg: #
|
|
3203
|
-
--cui-btn-hover-border-color: #
|
|
3092
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3093
|
+
--cui-btn-hover-bg: #58c67d;
|
|
3094
|
+
--cui-btn-hover-border-color: #43bf6c;
|
|
3204
3095
|
--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(
|
|
3096
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3097
|
+
--cui-btn-active-bg: #58c67d;
|
|
3098
|
+
--cui-btn-active-border-color: #43bf6c;
|
|
3099
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3209
3100
|
--cui-btn-disabled-color: #2eb85c;
|
|
3210
3101
|
--cui-btn-disabled-bg: transparent;
|
|
3211
3102
|
--cui-gradient: none;
|
|
@@ -3214,14 +3105,14 @@ textarea.form-control-lg {
|
|
|
3214
3105
|
.btn-outline-danger {
|
|
3215
3106
|
--cui-btn-color: #e55353;
|
|
3216
3107
|
--cui-btn-border-color: #e55353;
|
|
3217
|
-
--cui-btn-hover-color: #
|
|
3108
|
+
--cui-btn-hover-color: #000015;
|
|
3218
3109
|
--cui-btn-hover-bg: #ea7575;
|
|
3219
3110
|
--cui-btn-hover-border-color: #e86464;
|
|
3220
3111
|
--cui-btn-focus-shadow-rgb: 229, 83, 83;
|
|
3221
|
-
--cui-btn-active-color: #
|
|
3112
|
+
--cui-btn-active-color: #000015;
|
|
3222
3113
|
--cui-btn-active-bg: #ea7575;
|
|
3223
3114
|
--cui-btn-active-border-color: #e86464;
|
|
3224
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3115
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3225
3116
|
--cui-btn-disabled-color: #e55353;
|
|
3226
3117
|
--cui-btn-disabled-bg: transparent;
|
|
3227
3118
|
--cui-gradient: none;
|
|
@@ -3230,14 +3121,14 @@ textarea.form-control-lg {
|
|
|
3230
3121
|
.btn-outline-warning {
|
|
3231
3122
|
--cui-btn-color: #f9b115;
|
|
3232
3123
|
--cui-btn-border-color: #f9b115;
|
|
3233
|
-
--cui-btn-hover-color:
|
|
3124
|
+
--cui-btn-hover-color: #000015;
|
|
3234
3125
|
--cui-btn-hover-bg: #c78e11;
|
|
3235
3126
|
--cui-btn-hover-border-color: #bb8510;
|
|
3236
3127
|
--cui-btn-focus-shadow-rgb: 249, 177, 21;
|
|
3237
|
-
--cui-btn-active-color: #
|
|
3128
|
+
--cui-btn-active-color: #000015;
|
|
3238
3129
|
--cui-btn-active-bg: #c78e11;
|
|
3239
3130
|
--cui-btn-active-border-color: #bb8510;
|
|
3240
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3131
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3241
3132
|
--cui-btn-disabled-color: #f9b115;
|
|
3242
3133
|
--cui-btn-disabled-bg: transparent;
|
|
3243
3134
|
--cui-gradient: none;
|
|
@@ -3246,47 +3137,47 @@ textarea.form-control-lg {
|
|
|
3246
3137
|
.btn-outline-info {
|
|
3247
3138
|
--cui-btn-color: #39f;
|
|
3248
3139
|
--cui-btn-border-color: #39f;
|
|
3249
|
-
--cui-btn-hover-color:
|
|
3140
|
+
--cui-btn-hover-color: #000015;
|
|
3250
3141
|
--cui-btn-hover-bg: #5cadff;
|
|
3251
3142
|
--cui-btn-hover-border-color: #47a3ff;
|
|
3252
3143
|
--cui-btn-focus-shadow-rgb: 51, 153, 255;
|
|
3253
|
-
--cui-btn-active-color:
|
|
3144
|
+
--cui-btn-active-color: #000015;
|
|
3254
3145
|
--cui-btn-active-bg: #5cadff;
|
|
3255
3146
|
--cui-btn-active-border-color: #47a3ff;
|
|
3256
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3147
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3257
3148
|
--cui-btn-disabled-color: #39f;
|
|
3258
3149
|
--cui-btn-disabled-bg: transparent;
|
|
3259
3150
|
--cui-gradient: none;
|
|
3260
3151
|
}
|
|
3261
3152
|
|
|
3262
3153
|
.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: #
|
|
3154
|
+
--cui-btn-color: #ebedef;
|
|
3155
|
+
--cui-btn-border-color: #ebedef;
|
|
3156
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3157
|
+
--cui-btn-hover-bg: #bcbebf;
|
|
3158
|
+
--cui-btn-hover-border-color: #b0b2b3;
|
|
3159
|
+
--cui-btn-focus-shadow-rgb: 235, 237, 239;
|
|
3160
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3161
|
+
--cui-btn-active-bg: #bcbebf;
|
|
3162
|
+
--cui-btn-active-border-color: #b0b2b3;
|
|
3163
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3164
|
+
--cui-btn-disabled-color: #ebedef;
|
|
3274
3165
|
--cui-btn-disabled-bg: transparent;
|
|
3275
3166
|
--cui-gradient: none;
|
|
3276
3167
|
}
|
|
3277
3168
|
|
|
3278
3169
|
.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: #
|
|
3170
|
+
--cui-btn-color: #4f5d73;
|
|
3171
|
+
--cui-btn-border-color: #4f5d73;
|
|
3172
|
+
--cui-btn-hover-color: #fff;
|
|
3173
|
+
--cui-btn-hover-bg: #727d8f;
|
|
3174
|
+
--cui-btn-hover-border-color: #616d81;
|
|
3175
|
+
--cui-btn-focus-shadow-rgb: 79, 93, 115;
|
|
3176
|
+
--cui-btn-active-color: #fff;
|
|
3177
|
+
--cui-btn-active-bg: #727d8f;
|
|
3178
|
+
--cui-btn-active-border-color: #616d81;
|
|
3179
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3180
|
+
--cui-btn-disabled-color: #4f5d73;
|
|
3290
3181
|
--cui-btn-disabled-bg: transparent;
|
|
3291
3182
|
--cui-gradient: none;
|
|
3292
3183
|
}
|
|
@@ -3305,24 +3196,24 @@ textarea.form-control-lg {
|
|
|
3305
3196
|
|
|
3306
3197
|
.btn-ghost-secondary {
|
|
3307
3198
|
--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:
|
|
3199
|
+
--cui-btn-hover-bg: #acb3bd;
|
|
3200
|
+
--cui-btn-hover-border-color: #a7aeb9;
|
|
3201
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3202
|
+
--cui-btn-active-bg: #b1b7c1;
|
|
3203
|
+
--cui-btn-active-border-color: #a7aeb9;
|
|
3204
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3314
3205
|
--cui-btn-disabled-color: #9da5b1;
|
|
3315
3206
|
--cui-btn-shadow: rgba(157, 165, 177, 0.5);
|
|
3316
3207
|
}
|
|
3317
3208
|
|
|
3318
3209
|
.btn-ghost-success {
|
|
3319
3210
|
--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:
|
|
3211
|
+
--cui-btn-hover-bg: #4dc374;
|
|
3212
|
+
--cui-btn-hover-border-color: #43bf6c;
|
|
3213
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3214
|
+
--cui-btn-active-bg: #58c67d;
|
|
3215
|
+
--cui-btn-active-border-color: #43bf6c;
|
|
3216
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3326
3217
|
--cui-btn-disabled-color: #2eb85c;
|
|
3327
3218
|
--cui-btn-shadow: rgba(46, 184, 92, 0.5);
|
|
3328
3219
|
}
|
|
@@ -3331,10 +3222,10 @@ textarea.form-control-lg {
|
|
|
3331
3222
|
--cui-btn-color: #e55353;
|
|
3332
3223
|
--cui-btn-hover-bg: #e96d6d;
|
|
3333
3224
|
--cui-btn-hover-border-color: #e86464;
|
|
3334
|
-
--cui-btn-hover-color: #
|
|
3225
|
+
--cui-btn-hover-color: #000015;
|
|
3335
3226
|
--cui-btn-active-bg: #ea7575;
|
|
3336
3227
|
--cui-btn-active-border-color: #e86464;
|
|
3337
|
-
--cui-btn-active-color: #
|
|
3228
|
+
--cui-btn-active-color: #000015;
|
|
3338
3229
|
--cui-btn-disabled-color: #e55353;
|
|
3339
3230
|
--cui-btn-shadow: rgba(229, 83, 83, 0.5);
|
|
3340
3231
|
}
|
|
@@ -3343,10 +3234,10 @@ textarea.form-control-lg {
|
|
|
3343
3234
|
--cui-btn-color: #f9b115;
|
|
3344
3235
|
--cui-btn-hover-bg: #d49612;
|
|
3345
3236
|
--cui-btn-hover-border-color: #c78e11;
|
|
3346
|
-
--cui-btn-hover-color:
|
|
3237
|
+
--cui-btn-hover-color: #000015;
|
|
3347
3238
|
--cui-btn-active-bg: #c78e11;
|
|
3348
3239
|
--cui-btn-active-border-color: #bb8510;
|
|
3349
|
-
--cui-btn-active-color: #
|
|
3240
|
+
--cui-btn-active-color: #000015;
|
|
3350
3241
|
--cui-btn-disabled-color: #f9b115;
|
|
3351
3242
|
--cui-btn-shadow: rgba(249, 177, 21, 0.5);
|
|
3352
3243
|
}
|
|
@@ -3355,36 +3246,36 @@ textarea.form-control-lg {
|
|
|
3355
3246
|
--cui-btn-color: #39f;
|
|
3356
3247
|
--cui-btn-hover-bg: #52a8ff;
|
|
3357
3248
|
--cui-btn-hover-border-color: #47a3ff;
|
|
3358
|
-
--cui-btn-hover-color:
|
|
3249
|
+
--cui-btn-hover-color: #000015;
|
|
3359
3250
|
--cui-btn-active-bg: #5cadff;
|
|
3360
3251
|
--cui-btn-active-border-color: #47a3ff;
|
|
3361
|
-
--cui-btn-active-color:
|
|
3252
|
+
--cui-btn-active-color: #000015;
|
|
3362
3253
|
--cui-btn-disabled-color: #39f;
|
|
3363
3254
|
--cui-btn-shadow: rgba(51, 153, 255, 0.5);
|
|
3364
3255
|
}
|
|
3365
3256
|
|
|
3366
3257
|
.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(
|
|
3258
|
+
--cui-btn-color: #ebedef;
|
|
3259
|
+
--cui-btn-hover-bg: #c8c9cb;
|
|
3260
|
+
--cui-btn-hover-border-color: #bcbebf;
|
|
3261
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3262
|
+
--cui-btn-active-bg: #bcbebf;
|
|
3263
|
+
--cui-btn-active-border-color: #b0b2b3;
|
|
3264
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3265
|
+
--cui-btn-disabled-color: #ebedef;
|
|
3266
|
+
--cui-btn-shadow: rgba(235, 237, 239, 0.5);
|
|
3376
3267
|
}
|
|
3377
3268
|
|
|
3378
3269
|
.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(
|
|
3270
|
+
--cui-btn-color: #4f5d73;
|
|
3271
|
+
--cui-btn-hover-bg: #697588;
|
|
3272
|
+
--cui-btn-hover-border-color: #616d81;
|
|
3273
|
+
--cui-btn-hover-color: #fff;
|
|
3274
|
+
--cui-btn-active-bg: #727d8f;
|
|
3275
|
+
--cui-btn-active-border-color: #616d81;
|
|
3276
|
+
--cui-btn-active-color: #fff;
|
|
3277
|
+
--cui-btn-disabled-color: #4f5d73;
|
|
3278
|
+
--cui-btn-shadow: rgba(79, 93, 115, 0.5);
|
|
3388
3279
|
}
|
|
3389
3280
|
|
|
3390
3281
|
.btn-link {
|
|
@@ -3395,7 +3286,7 @@ textarea.form-control-lg {
|
|
|
3395
3286
|
--cui-btn-hover-color: var(--cui-link-hover-color);
|
|
3396
3287
|
--cui-btn-hover-border-color: transparent;
|
|
3397
3288
|
--cui-btn-active-border-color: transparent;
|
|
3398
|
-
--cui-btn-disabled-color: #
|
|
3289
|
+
--cui-btn-disabled-color: #8a93a2;
|
|
3399
3290
|
--cui-btn-disabled-border-color: transparent;
|
|
3400
3291
|
--cui-btn-box-shadow: none;
|
|
3401
3292
|
--cui-btn-focus-shadow-rgb: 75, 58, 223;
|
|
@@ -3419,259 +3310,6 @@ textarea.form-control-lg {
|
|
|
3419
3310
|
--cui-btn-border-radius: var(--cui-border-radius-sm);
|
|
3420
3311
|
}
|
|
3421
3312
|
|
|
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
3313
|
.fade {
|
|
3676
3314
|
transition: opacity 0.15s linear;
|
|
3677
3315
|
}
|
|
@@ -3723,7 +3361,7 @@ textarea.form-control-lg {
|
|
|
3723
3361
|
}
|
|
3724
3362
|
.dropdown-toggle::after {
|
|
3725
3363
|
display: inline-block;
|
|
3726
|
-
margin-
|
|
3364
|
+
margin-right: 0.255em;
|
|
3727
3365
|
vertical-align: 0.255em;
|
|
3728
3366
|
content: "";
|
|
3729
3367
|
border-top: 0.3em solid;
|
|
@@ -3732,7 +3370,7 @@ textarea.form-control-lg {
|
|
|
3732
3370
|
border-left: 0.3em solid transparent;
|
|
3733
3371
|
}
|
|
3734
3372
|
.dropdown-toggle:empty::after {
|
|
3735
|
-
margin-
|
|
3373
|
+
margin-right: 0;
|
|
3736
3374
|
}
|
|
3737
3375
|
|
|
3738
3376
|
.dropdown-menu {
|
|
@@ -3750,7 +3388,7 @@ textarea.form-control-lg {
|
|
|
3750
3388
|
--cui-dropdown-inner-border-radius: calc(var(--cui-border-radius) - var(--cui-border-width));
|
|
3751
3389
|
--cui-dropdown-divider-bg: var(--cui-border-color-translucent);
|
|
3752
3390
|
--cui-dropdown-divider-margin-y: 0.5rem;
|
|
3753
|
-
--cui-dropdown-box-shadow:
|
|
3391
|
+
--cui-dropdown-box-shadow: var(--cui-box-shadow);
|
|
3754
3392
|
--cui-dropdown-link-color: var(--cui-body-color);
|
|
3755
3393
|
--cui-dropdown-link-hover-color: var(--cui-body-color);
|
|
3756
3394
|
--cui-dropdown-link-hover-bg: var(--cui-tertiary-bg);
|
|
@@ -3759,7 +3397,7 @@ textarea.form-control-lg {
|
|
|
3759
3397
|
--cui-dropdown-link-disabled-color: var(--cui-tertiary-color);
|
|
3760
3398
|
--cui-dropdown-item-padding-x: 1rem;
|
|
3761
3399
|
--cui-dropdown-item-padding-y: 0.25rem;
|
|
3762
|
-
--cui-dropdown-header-color: #
|
|
3400
|
+
--cui-dropdown-header-color: #8a93a2;
|
|
3763
3401
|
--cui-dropdown-header-padding-x: 1rem;
|
|
3764
3402
|
--cui-dropdown-header-padding-y: 0.5rem;
|
|
3765
3403
|
position: absolute;
|
|
@@ -3787,16 +3425,16 @@ textarea.form-control-lg {
|
|
|
3787
3425
|
--cui-position: start;
|
|
3788
3426
|
}
|
|
3789
3427
|
.dropdown-menu-start[data-coreui-popper] {
|
|
3790
|
-
|
|
3791
|
-
|
|
3428
|
+
left: auto;
|
|
3429
|
+
right: 0;
|
|
3792
3430
|
}
|
|
3793
3431
|
|
|
3794
3432
|
.dropdown-menu-end {
|
|
3795
3433
|
--cui-position: end;
|
|
3796
3434
|
}
|
|
3797
3435
|
.dropdown-menu-end[data-coreui-popper] {
|
|
3798
|
-
|
|
3799
|
-
|
|
3436
|
+
left: 0;
|
|
3437
|
+
right: auto;
|
|
3800
3438
|
}
|
|
3801
3439
|
|
|
3802
3440
|
@media (min-width: 576px) {
|
|
@@ -3804,15 +3442,15 @@ textarea.form-control-lg {
|
|
|
3804
3442
|
--cui-position: start;
|
|
3805
3443
|
}
|
|
3806
3444
|
.dropdown-menu-sm-start[data-coreui-popper] {
|
|
3807
|
-
|
|
3808
|
-
|
|
3445
|
+
left: auto;
|
|
3446
|
+
right: 0;
|
|
3809
3447
|
}
|
|
3810
3448
|
.dropdown-menu-sm-end {
|
|
3811
3449
|
--cui-position: end;
|
|
3812
3450
|
}
|
|
3813
3451
|
.dropdown-menu-sm-end[data-coreui-popper] {
|
|
3814
|
-
|
|
3815
|
-
|
|
3452
|
+
left: 0;
|
|
3453
|
+
right: auto;
|
|
3816
3454
|
}
|
|
3817
3455
|
}
|
|
3818
3456
|
@media (min-width: 768px) {
|
|
@@ -3820,15 +3458,15 @@ textarea.form-control-lg {
|
|
|
3820
3458
|
--cui-position: start;
|
|
3821
3459
|
}
|
|
3822
3460
|
.dropdown-menu-md-start[data-coreui-popper] {
|
|
3823
|
-
|
|
3824
|
-
|
|
3461
|
+
left: auto;
|
|
3462
|
+
right: 0;
|
|
3825
3463
|
}
|
|
3826
3464
|
.dropdown-menu-md-end {
|
|
3827
3465
|
--cui-position: end;
|
|
3828
3466
|
}
|
|
3829
3467
|
.dropdown-menu-md-end[data-coreui-popper] {
|
|
3830
|
-
|
|
3831
|
-
|
|
3468
|
+
left: 0;
|
|
3469
|
+
right: auto;
|
|
3832
3470
|
}
|
|
3833
3471
|
}
|
|
3834
3472
|
@media (min-width: 992px) {
|
|
@@ -3836,15 +3474,15 @@ textarea.form-control-lg {
|
|
|
3836
3474
|
--cui-position: start;
|
|
3837
3475
|
}
|
|
3838
3476
|
.dropdown-menu-lg-start[data-coreui-popper] {
|
|
3839
|
-
|
|
3840
|
-
|
|
3477
|
+
left: auto;
|
|
3478
|
+
right: 0;
|
|
3841
3479
|
}
|
|
3842
3480
|
.dropdown-menu-lg-end {
|
|
3843
3481
|
--cui-position: end;
|
|
3844
3482
|
}
|
|
3845
3483
|
.dropdown-menu-lg-end[data-coreui-popper] {
|
|
3846
|
-
|
|
3847
|
-
|
|
3484
|
+
left: 0;
|
|
3485
|
+
right: auto;
|
|
3848
3486
|
}
|
|
3849
3487
|
}
|
|
3850
3488
|
@media (min-width: 1200px) {
|
|
@@ -3852,15 +3490,15 @@ textarea.form-control-lg {
|
|
|
3852
3490
|
--cui-position: start;
|
|
3853
3491
|
}
|
|
3854
3492
|
.dropdown-menu-xl-start[data-coreui-popper] {
|
|
3855
|
-
|
|
3856
|
-
|
|
3493
|
+
left: auto;
|
|
3494
|
+
right: 0;
|
|
3857
3495
|
}
|
|
3858
3496
|
.dropdown-menu-xl-end {
|
|
3859
3497
|
--cui-position: end;
|
|
3860
3498
|
}
|
|
3861
3499
|
.dropdown-menu-xl-end[data-coreui-popper] {
|
|
3862
|
-
|
|
3863
|
-
|
|
3500
|
+
left: 0;
|
|
3501
|
+
right: auto;
|
|
3864
3502
|
}
|
|
3865
3503
|
}
|
|
3866
3504
|
@media (min-width: 1400px) {
|
|
@@ -3868,15 +3506,15 @@ textarea.form-control-lg {
|
|
|
3868
3506
|
--cui-position: start;
|
|
3869
3507
|
}
|
|
3870
3508
|
.dropdown-menu-xxl-start[data-coreui-popper] {
|
|
3871
|
-
|
|
3872
|
-
|
|
3509
|
+
left: auto;
|
|
3510
|
+
right: 0;
|
|
3873
3511
|
}
|
|
3874
3512
|
.dropdown-menu-xxl-end {
|
|
3875
3513
|
--cui-position: end;
|
|
3876
3514
|
}
|
|
3877
3515
|
.dropdown-menu-xxl-end[data-coreui-popper] {
|
|
3878
|
-
|
|
3879
|
-
|
|
3516
|
+
left: 0;
|
|
3517
|
+
right: auto;
|
|
3880
3518
|
}
|
|
3881
3519
|
}
|
|
3882
3520
|
.dropup .dropdown-menu[data-coreui-popper] {
|
|
@@ -3887,7 +3525,7 @@ textarea.form-control-lg {
|
|
|
3887
3525
|
}
|
|
3888
3526
|
.dropup .dropdown-toggle::after {
|
|
3889
3527
|
display: inline-block;
|
|
3890
|
-
margin-
|
|
3528
|
+
margin-right: 0.255em;
|
|
3891
3529
|
vertical-align: 0.255em;
|
|
3892
3530
|
content: "";
|
|
3893
3531
|
border-top: 0;
|
|
@@ -3896,7 +3534,7 @@ textarea.form-control-lg {
|
|
|
3896
3534
|
border-left: 0.3em solid transparent;
|
|
3897
3535
|
}
|
|
3898
3536
|
.dropup .dropdown-toggle:empty::after {
|
|
3899
|
-
margin-
|
|
3537
|
+
margin-right: 0;
|
|
3900
3538
|
}
|
|
3901
3539
|
|
|
3902
3540
|
.dropend .dropdown-menu[data-coreui-popper] {
|
|
@@ -3908,7 +3546,7 @@ textarea.form-control-lg {
|
|
|
3908
3546
|
}
|
|
3909
3547
|
.dropend .dropdown-toggle::after {
|
|
3910
3548
|
display: inline-block;
|
|
3911
|
-
margin-
|
|
3549
|
+
margin-right: 0.255em;
|
|
3912
3550
|
vertical-align: 0.255em;
|
|
3913
3551
|
content: "";
|
|
3914
3552
|
border-top: 0.3em solid transparent;
|
|
@@ -3917,7 +3555,7 @@ textarea.form-control-lg {
|
|
|
3917
3555
|
border-left: 0.3em solid;
|
|
3918
3556
|
}
|
|
3919
3557
|
.dropend .dropdown-toggle:empty::after {
|
|
3920
|
-
margin-
|
|
3558
|
+
margin-right: 0;
|
|
3921
3559
|
}
|
|
3922
3560
|
.dropend .dropdown-toggle::after {
|
|
3923
3561
|
vertical-align: 0;
|
|
@@ -3932,7 +3570,7 @@ textarea.form-control-lg {
|
|
|
3932
3570
|
}
|
|
3933
3571
|
.dropstart .dropdown-toggle::after {
|
|
3934
3572
|
display: inline-block;
|
|
3935
|
-
margin-
|
|
3573
|
+
margin-right: 0.255em;
|
|
3936
3574
|
vertical-align: 0.255em;
|
|
3937
3575
|
content: "";
|
|
3938
3576
|
}
|
|
@@ -3941,7 +3579,7 @@ textarea.form-control-lg {
|
|
|
3941
3579
|
}
|
|
3942
3580
|
.dropstart .dropdown-toggle::before {
|
|
3943
3581
|
display: inline-block;
|
|
3944
|
-
margin-
|
|
3582
|
+
margin-left: 0.255em;
|
|
3945
3583
|
vertical-align: 0.255em;
|
|
3946
3584
|
content: "";
|
|
3947
3585
|
border-top: 0.3em solid transparent;
|
|
@@ -3949,7 +3587,7 @@ textarea.form-control-lg {
|
|
|
3949
3587
|
border-bottom: 0.3em solid transparent;
|
|
3950
3588
|
}
|
|
3951
3589
|
.dropstart .dropdown-toggle:empty::after {
|
|
3952
|
-
margin-
|
|
3590
|
+
margin-right: 0;
|
|
3953
3591
|
}
|
|
3954
3592
|
.dropstart .dropdown-toggle::before {
|
|
3955
3593
|
vertical-align: 0;
|
|
@@ -4012,18 +3650,18 @@ textarea.form-control-lg {
|
|
|
4012
3650
|
}
|
|
4013
3651
|
|
|
4014
3652
|
.dropdown-menu-dark {
|
|
4015
|
-
--cui-dropdown-color: #
|
|
4016
|
-
--cui-dropdown-bg: #
|
|
3653
|
+
--cui-dropdown-color: #c4c9d0;
|
|
3654
|
+
--cui-dropdown-bg: #636f83;
|
|
4017
3655
|
--cui-dropdown-border-color: var(--cui-border-color-translucent);
|
|
4018
3656
|
--cui-dropdown-box-shadow: ;
|
|
4019
|
-
--cui-dropdown-link-color: #
|
|
4020
|
-
--cui-dropdown-link-hover-color:
|
|
3657
|
+
--cui-dropdown-link-color: #c4c9d0;
|
|
3658
|
+
--cui-dropdown-link-hover-color: rgba(255, 255, 255, 0.87);
|
|
4021
3659
|
--cui-dropdown-divider-bg: var(--cui-border-color-translucent);
|
|
4022
3660
|
--cui-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
|
|
4023
3661
|
--cui-dropdown-link-active-color: rgba(255, 255, 255, 0.87);
|
|
4024
3662
|
--cui-dropdown-link-active-bg: #321fdb;
|
|
4025
|
-
--cui-dropdown-link-disabled-color: #
|
|
4026
|
-
--cui-dropdown-header-color: #
|
|
3663
|
+
--cui-dropdown-link-disabled-color: #9da5b1;
|
|
3664
|
+
--cui-dropdown-header-color: #9da5b1;
|
|
4027
3665
|
}
|
|
4028
3666
|
|
|
4029
3667
|
.btn-group,
|
|
@@ -4066,7 +3704,7 @@ textarea.form-control-lg {
|
|
|
4066
3704
|
}
|
|
4067
3705
|
.btn-group > :not(.btn-check:first-child) + .btn,
|
|
4068
3706
|
.btn-group > .btn-group:not(:first-child) {
|
|
4069
|
-
margin-
|
|
3707
|
+
margin-right: calc(var(--cui-border-width) * -1);
|
|
4070
3708
|
}
|
|
4071
3709
|
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
|
4072
3710
|
.btn-group > .btn.dropdown-toggle-split:first-child,
|
|
@@ -4086,10 +3724,10 @@ textarea.form-control-lg {
|
|
|
4086
3724
|
padding-left: 0.5625rem;
|
|
4087
3725
|
}
|
|
4088
3726
|
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
|
|
4089
|
-
margin-
|
|
3727
|
+
margin-right: 0;
|
|
4090
3728
|
}
|
|
4091
3729
|
.dropstart .dropdown-toggle-split::before {
|
|
4092
|
-
margin-
|
|
3730
|
+
margin-left: 0;
|
|
4093
3731
|
}
|
|
4094
3732
|
|
|
4095
3733
|
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
|
|
@@ -4163,7 +3801,7 @@ textarea.form-control-lg {
|
|
|
4163
3801
|
outline: 0;
|
|
4164
3802
|
box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
4165
3803
|
}
|
|
4166
|
-
.nav-link.disabled {
|
|
3804
|
+
.nav-link.disabled, .nav-link:disabled {
|
|
4167
3805
|
color: var(--cui-nav-link-disabled-color);
|
|
4168
3806
|
pointer-events: none;
|
|
4169
3807
|
cursor: default;
|
|
@@ -4181,7 +3819,6 @@ textarea.form-control-lg {
|
|
|
4181
3819
|
}
|
|
4182
3820
|
.nav-tabs .nav-link {
|
|
4183
3821
|
margin-bottom: calc(-1 * var(--cui-nav-tabs-border-width));
|
|
4184
|
-
background: none;
|
|
4185
3822
|
border: var(--cui-nav-tabs-border-width) solid transparent;
|
|
4186
3823
|
border-top-left-radius: var(--cui-nav-tabs-border-radius);
|
|
4187
3824
|
border-top-right-radius: var(--cui-nav-tabs-border-radius);
|
|
@@ -4190,11 +3827,6 @@ textarea.form-control-lg {
|
|
|
4190
3827
|
isolation: isolate;
|
|
4191
3828
|
border-color: var(--cui-nav-tabs-link-hover-border-color);
|
|
4192
3829
|
}
|
|
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
3830
|
.nav-tabs .nav-link.active,
|
|
4199
3831
|
.nav-tabs .nav-item.show .nav-link {
|
|
4200
3832
|
color: var(--cui-nav-tabs-link-active-color);
|
|
@@ -4213,15 +3845,8 @@ textarea.form-control-lg {
|
|
|
4213
3845
|
--cui-nav-pills-link-active-bg: #321fdb;
|
|
4214
3846
|
}
|
|
4215
3847
|
.nav-pills .nav-link {
|
|
4216
|
-
background: none;
|
|
4217
|
-
border: 0;
|
|
4218
3848
|
border-radius: var(--cui-nav-pills-border-radius);
|
|
4219
3849
|
}
|
|
4220
|
-
.nav-pills .nav-link:disabled {
|
|
4221
|
-
color: var(--cui-nav-link-disabled-color);
|
|
4222
|
-
background-color: transparent;
|
|
4223
|
-
border-color: transparent;
|
|
4224
|
-
}
|
|
4225
3850
|
.nav-pills .nav-link.active,
|
|
4226
3851
|
.nav-pills .show > .nav-link {
|
|
4227
3852
|
color: var(--cui-nav-pills-link-active-color);
|
|
@@ -4269,7 +3894,7 @@ textarea.form-control-lg {
|
|
|
4269
3894
|
--cui-navbar-toggler-padding-y: 0.25rem;
|
|
4270
3895
|
--cui-navbar-toggler-padding-x: 0.75rem;
|
|
4271
3896
|
--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%
|
|
3897
|
+
--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
3898
|
--cui-navbar-toggler-border-color: rgba(var(--cui-emphasis-color-rgb), 0.15);
|
|
4274
3899
|
--cui-navbar-toggler-border-radius: var(--cui-border-radius);
|
|
4275
3900
|
--cui-navbar-toggler-focus-width: 0.25rem;
|
|
@@ -4670,8 +4295,7 @@ textarea.form-control-lg {
|
|
|
4670
4295
|
overflow-y: visible;
|
|
4671
4296
|
}
|
|
4672
4297
|
|
|
4673
|
-
.navbar-dark
|
|
4674
|
-
.navbar[data-coreui-theme=dark] {
|
|
4298
|
+
.navbar-dark {
|
|
4675
4299
|
--cui-navbar-color: rgba(255, 255, 255, 0.55);
|
|
4676
4300
|
--cui-navbar-hover-color: rgba(255, 255, 255, 0.75);
|
|
4677
4301
|
--cui-navbar-disabled-color: rgba(255, 255, 255, 0.25);
|
|
@@ -4682,10 +4306,6 @@ textarea.form-control-lg {
|
|
|
4682
4306
|
--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
4307
|
}
|
|
4684
4308
|
|
|
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
4309
|
.card {
|
|
4690
4310
|
--cui-card-spacer-y: 1rem;
|
|
4691
4311
|
--cui-card-spacer-x: 1rem;
|
|
@@ -4763,7 +4383,7 @@ textarea.form-control-lg {
|
|
|
4763
4383
|
}
|
|
4764
4384
|
|
|
4765
4385
|
.card-link + .card-link {
|
|
4766
|
-
margin-
|
|
4386
|
+
margin-right: var(--cui-card-spacer-x);
|
|
4767
4387
|
}
|
|
4768
4388
|
|
|
4769
4389
|
.card-header {
|
|
@@ -4844,8 +4464,8 @@ textarea.form-control-lg {
|
|
|
4844
4464
|
margin-bottom: 0;
|
|
4845
4465
|
}
|
|
4846
4466
|
.card-group > .card + .card {
|
|
4847
|
-
margin-
|
|
4848
|
-
border-
|
|
4467
|
+
margin-right: 0;
|
|
4468
|
+
border-right: 0;
|
|
4849
4469
|
}
|
|
4850
4470
|
.card-group > .card:not(:last-child) {
|
|
4851
4471
|
border-top-left-radius: 0;
|
|
@@ -4885,17 +4505,17 @@ textarea.form-control-lg {
|
|
|
4885
4505
|
--cui-accordion-btn-padding-y: 1rem;
|
|
4886
4506
|
--cui-accordion-btn-color: var(--cui-body-color);
|
|
4887
4507
|
--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='
|
|
4508
|
+
--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
4509
|
--cui-accordion-btn-icon-width: 1.25rem;
|
|
4890
4510
|
--cui-accordion-btn-icon-transform: rotate(-180deg);
|
|
4891
4511
|
--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='%
|
|
4512
|
+
--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
4513
|
--cui-accordion-btn-focus-border-color: #998fed;
|
|
4894
4514
|
--cui-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
4895
4515
|
--cui-accordion-body-padding-x: 1.25rem;
|
|
4896
4516
|
--cui-accordion-body-padding-y: 1rem;
|
|
4897
|
-
--cui-accordion-active-color:
|
|
4898
|
-
--cui-accordion-active-bg:
|
|
4517
|
+
--cui-accordion-active-color: #2d1cc5;
|
|
4518
|
+
--cui-accordion-active-bg: #ebe9fb;
|
|
4899
4519
|
}
|
|
4900
4520
|
|
|
4901
4521
|
.accordion-button {
|
|
@@ -5008,11 +4628,6 @@ textarea.form-control-lg {
|
|
|
5008
4628
|
border-radius: 0;
|
|
5009
4629
|
}
|
|
5010
4630
|
|
|
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
4631
|
.breadcrumb {
|
|
5017
4632
|
--cui-breadcrumb-padding-x: 0;
|
|
5018
4633
|
--cui-breadcrumb-padding-y: 0;
|
|
@@ -5144,7 +4759,7 @@ textarea.form-control-lg {
|
|
|
5144
4759
|
--cui-badge-padding-y: 0.35em;
|
|
5145
4760
|
--cui-badge-font-size: 0.75em;
|
|
5146
4761
|
--cui-badge-font-weight: 700;
|
|
5147
|
-
--cui-badge-color:
|
|
4762
|
+
--cui-badge-color: rgba(255, 255, 255, 0.87);
|
|
5148
4763
|
--cui-badge-border-radius: var(--cui-border-radius);
|
|
5149
4764
|
display: inline-block;
|
|
5150
4765
|
padding: var(--cui-badge-padding-y) var(--cui-badge-padding-x);
|
|
@@ -5212,59 +4827,59 @@ textarea.form-control-lg {
|
|
|
5212
4827
|
}
|
|
5213
4828
|
|
|
5214
4829
|
.alert-primary {
|
|
5215
|
-
--cui-alert-color:
|
|
5216
|
-
--cui-alert-bg:
|
|
5217
|
-
--cui-alert-border-color:
|
|
5218
|
-
--cui-alert-link-color:
|
|
4830
|
+
--cui-alert-color: #1e1383;
|
|
4831
|
+
--cui-alert-bg: #d6d2f8;
|
|
4832
|
+
--cui-alert-border-color: #c2bcf4;
|
|
4833
|
+
--cui-alert-link-color: #180f69;
|
|
5219
4834
|
}
|
|
5220
4835
|
|
|
5221
4836
|
.alert-secondary {
|
|
5222
|
-
--cui-alert-color:
|
|
5223
|
-
--cui-alert-bg:
|
|
5224
|
-
--cui-alert-border-color:
|
|
5225
|
-
--cui-alert-link-color:
|
|
4837
|
+
--cui-alert-color: #5e636a;
|
|
4838
|
+
--cui-alert-bg: #ebedef;
|
|
4839
|
+
--cui-alert-border-color: #e2e4e8;
|
|
4840
|
+
--cui-alert-link-color: #4b4f55;
|
|
5226
4841
|
}
|
|
5227
4842
|
|
|
5228
4843
|
.alert-success {
|
|
5229
|
-
--cui-alert-color:
|
|
5230
|
-
--cui-alert-bg:
|
|
5231
|
-
--cui-alert-border-color:
|
|
5232
|
-
--cui-alert-link-color:
|
|
4844
|
+
--cui-alert-color: #1c6e37;
|
|
4845
|
+
--cui-alert-bg: #d5f1de;
|
|
4846
|
+
--cui-alert-border-color: #c0eace;
|
|
4847
|
+
--cui-alert-link-color: #16582c;
|
|
5233
4848
|
}
|
|
5234
4849
|
|
|
5235
4850
|
.alert-info {
|
|
5236
|
-
--cui-alert-color:
|
|
5237
|
-
--cui-alert-bg:
|
|
5238
|
-
--cui-alert-border-color:
|
|
5239
|
-
--cui-alert-link-color:
|
|
4851
|
+
--cui-alert-color: #1f5c99;
|
|
4852
|
+
--cui-alert-bg: #d6ebff;
|
|
4853
|
+
--cui-alert-border-color: #c2e0ff;
|
|
4854
|
+
--cui-alert-link-color: #194a7a;
|
|
5240
4855
|
}
|
|
5241
4856
|
|
|
5242
4857
|
.alert-warning {
|
|
5243
|
-
--cui-alert-color:
|
|
5244
|
-
--cui-alert-bg:
|
|
5245
|
-
--cui-alert-border-color:
|
|
5246
|
-
--cui-alert-link-color:
|
|
4858
|
+
--cui-alert-color: #956a0d;
|
|
4859
|
+
--cui-alert-bg: #feefd0;
|
|
4860
|
+
--cui-alert-border-color: #fde8b9;
|
|
4861
|
+
--cui-alert-link-color: #77550a;
|
|
5247
4862
|
}
|
|
5248
4863
|
|
|
5249
4864
|
.alert-danger {
|
|
5250
|
-
--cui-alert-color:
|
|
5251
|
-
--cui-alert-bg:
|
|
5252
|
-
--cui-alert-border-color:
|
|
5253
|
-
--cui-alert-link-color:
|
|
4865
|
+
--cui-alert-color: #893232;
|
|
4866
|
+
--cui-alert-bg: #fadddd;
|
|
4867
|
+
--cui-alert-border-color: #f7cbcb;
|
|
4868
|
+
--cui-alert-link-color: #6e2828;
|
|
5254
4869
|
}
|
|
5255
4870
|
|
|
5256
4871
|
.alert-light {
|
|
5257
|
-
--cui-alert-color:
|
|
5258
|
-
--cui-alert-bg:
|
|
5259
|
-
--cui-alert-border-color:
|
|
5260
|
-
--cui-alert-link-color:
|
|
4872
|
+
--cui-alert-color: #8d8e8f;
|
|
4873
|
+
--cui-alert-bg: #fbfbfc;
|
|
4874
|
+
--cui-alert-border-color: #f9fafa;
|
|
4875
|
+
--cui-alert-link-color: #717272;
|
|
5261
4876
|
}
|
|
5262
4877
|
|
|
5263
4878
|
.alert-dark {
|
|
5264
|
-
--cui-alert-color:
|
|
5265
|
-
--cui-alert-bg:
|
|
5266
|
-
--cui-alert-border-color:
|
|
5267
|
-
--cui-alert-link-color:
|
|
4879
|
+
--cui-alert-color: #2f3845;
|
|
4880
|
+
--cui-alert-bg: #dcdfe3;
|
|
4881
|
+
--cui-alert-border-color: #caced5;
|
|
4882
|
+
--cui-alert-link-color: #262d37;
|
|
5268
4883
|
}
|
|
5269
4884
|
|
|
5270
4885
|
@keyframes progress-bar-stripes {
|
|
@@ -5279,7 +4894,7 @@ textarea.form-control-lg {
|
|
|
5279
4894
|
--cui-progress-bg: var(--cui-secondary-bg);
|
|
5280
4895
|
--cui-progress-border-radius: var(--cui-border-radius);
|
|
5281
4896
|
--cui-progress-box-shadow: var(--cui-box-shadow-inset);
|
|
5282
|
-
--cui-progress-bar-color:
|
|
4897
|
+
--cui-progress-bar-color: rgba(255, 255, 255, 0.87);
|
|
5283
4898
|
--cui-progress-bar-bg: var(--cui-primary);
|
|
5284
4899
|
--cui-progress-bar-transition: width 0.6s ease;
|
|
5285
4900
|
display: flex;
|
|
@@ -5610,112 +5225,88 @@ textarea.form-control-lg {
|
|
|
5610
5225
|
}
|
|
5611
5226
|
|
|
5612
5227
|
.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);
|
|
5228
|
+
--cui-list-group-color: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5229
|
+
--cui-list-group-bg: #d6d2f8;
|
|
5230
|
+
--cui-list-group-hover-bg: #2d1cc5;
|
|
5231
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5232
|
+
--cui-list-group-action-active-color: #fff;
|
|
5233
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5234
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5623
5235
|
}
|
|
5624
5236
|
|
|
5625
5237
|
.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);
|
|
5238
|
+
--cui-list-group-color: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5239
|
+
--cui-list-group-bg: #ebedef;
|
|
5240
|
+
--cui-list-group-hover-bg: #8d959f;
|
|
5241
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5242
|
+
--cui-list-group-action-active-color: #fff;
|
|
5243
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5244
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5636
5245
|
}
|
|
5637
5246
|
|
|
5638
5247
|
.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);
|
|
5248
|
+
--cui-list-group-color: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5249
|
+
--cui-list-group-bg: #d5f1de;
|
|
5250
|
+
--cui-list-group-hover-bg: #29a653;
|
|
5251
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5252
|
+
--cui-list-group-action-active-color: #fff;
|
|
5253
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5254
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5649
5255
|
}
|
|
5650
5256
|
|
|
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);
|
|
5257
|
+
.list-group-item-danger {
|
|
5258
|
+
--cui-list-group-color: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5259
|
+
--cui-list-group-bg: #fadddd;
|
|
5260
|
+
--cui-list-group-hover-bg: #ce4b4b;
|
|
5261
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5262
|
+
--cui-list-group-action-active-color: #fff;
|
|
5263
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5264
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5662
5265
|
}
|
|
5663
5266
|
|
|
5664
5267
|
.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);
|
|
5268
|
+
--cui-list-group-color: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5269
|
+
--cui-list-group-bg: #feefd0;
|
|
5270
|
+
--cui-list-group-hover-bg: #e09f13;
|
|
5271
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5272
|
+
--cui-list-group-action-active-color: #fff;
|
|
5273
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5274
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5675
5275
|
}
|
|
5676
5276
|
|
|
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);
|
|
5277
|
+
.list-group-item-info {
|
|
5278
|
+
--cui-list-group-color: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5279
|
+
--cui-list-group-bg: #d6ebff;
|
|
5280
|
+
--cui-list-group-hover-bg: #2e8ae6;
|
|
5281
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5282
|
+
--cui-list-group-action-active-color: #fff;
|
|
5283
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5284
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5688
5285
|
}
|
|
5689
5286
|
|
|
5690
5287
|
.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);
|
|
5288
|
+
--cui-list-group-color: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5289
|
+
--cui-list-group-bg: #fbfbfc;
|
|
5290
|
+
--cui-list-group-hover-bg: #d4d5d7;
|
|
5291
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5292
|
+
--cui-list-group-action-active-color: #fff;
|
|
5293
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5294
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5701
5295
|
}
|
|
5702
5296
|
|
|
5703
5297
|
.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);
|
|
5298
|
+
--cui-list-group-color: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5299
|
+
--cui-list-group-bg: #dcdfe3;
|
|
5300
|
+
--cui-list-group-hover-bg: #475468;
|
|
5301
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5302
|
+
--cui-list-group-action-active-color: #fff;
|
|
5303
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5304
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5714
5305
|
}
|
|
5715
5306
|
|
|
5716
5307
|
.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='%
|
|
5308
|
+
--cui-btn-close-color: rgba(44, 56, 74, 0.95);
|
|
5309
|
+
--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
5310
|
--cui-btn-close-opacity: 0.5;
|
|
5720
5311
|
--cui-btn-close-hover-opacity: 0.75;
|
|
5721
5312
|
--cui-btn-close-focus-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
@@ -5752,10 +5343,6 @@ textarea.form-control-lg {
|
|
|
5752
5343
|
filter: var(--cui-btn-close-white-filter);
|
|
5753
5344
|
}
|
|
5754
5345
|
|
|
5755
|
-
[data-coreui-theme=dark] .btn-close {
|
|
5756
|
-
filter: var(--cui-btn-close-white-filter);
|
|
5757
|
-
}
|
|
5758
|
-
|
|
5759
5346
|
.toast {
|
|
5760
5347
|
--cui-toast-zindex: 1090;
|
|
5761
5348
|
--cui-toast-padding-x: 0.75rem;
|
|
@@ -5833,7 +5420,7 @@ textarea.form-control-lg {
|
|
|
5833
5420
|
--cui-modal-border-color: var(--cui-border-color-translucent);
|
|
5834
5421
|
--cui-modal-border-width: var(--cui-border-width);
|
|
5835
5422
|
--cui-modal-border-radius: var(--cui-border-radius-lg);
|
|
5836
|
-
--cui-modal-box-shadow:
|
|
5423
|
+
--cui-modal-box-shadow: var(--cui-box-shadow-sm);
|
|
5837
5424
|
--cui-modal-inner-border-radius: calc(var(--cui-border-radius-lg) - (var(--cui-border-width)));
|
|
5838
5425
|
--cui-modal-header-padding-x: 1rem;
|
|
5839
5426
|
--cui-modal-header-padding-y: 1rem;
|
|
@@ -5912,7 +5499,7 @@ textarea.form-control-lg {
|
|
|
5912
5499
|
|
|
5913
5500
|
.modal-backdrop {
|
|
5914
5501
|
--cui-backdrop-zindex: 1050;
|
|
5915
|
-
--cui-backdrop-bg: #
|
|
5502
|
+
--cui-backdrop-bg: #000015;
|
|
5916
5503
|
--cui-backdrop-opacity: 0.5;
|
|
5917
5504
|
position: fixed;
|
|
5918
5505
|
top: 0;
|
|
@@ -5974,7 +5561,7 @@ textarea.form-control-lg {
|
|
|
5974
5561
|
@media (min-width: 576px) {
|
|
5975
5562
|
.modal {
|
|
5976
5563
|
--cui-modal-margin: 1.75rem;
|
|
5977
|
-
--cui-modal-box-shadow:
|
|
5564
|
+
--cui-modal-box-shadow: var(--cui-box-shadow);
|
|
5978
5565
|
}
|
|
5979
5566
|
.modal-dialog {
|
|
5980
5567
|
max-width: var(--cui-modal-width);
|
|
@@ -6226,7 +5813,7 @@ textarea.form-control-lg {
|
|
|
6226
5813
|
--cui-popover-border-color: var(--cui-border-color-translucent);
|
|
6227
5814
|
--cui-popover-border-radius: var(--cui-border-radius-lg);
|
|
6228
5815
|
--cui-popover-inner-border-radius: calc(var(--cui-border-radius-lg) - var(--cui-border-width));
|
|
6229
|
-
--cui-popover-box-shadow:
|
|
5816
|
+
--cui-popover-box-shadow: var(--cui-box-shadow);
|
|
6230
5817
|
--cui-popover-header-padding-x: 1rem;
|
|
6231
5818
|
--cui-popover-header-padding-y: 0.5rem;
|
|
6232
5819
|
--cui-popover-header-font-size: 1rem;
|
|
@@ -6458,7 +6045,7 @@ textarea.form-control-lg {
|
|
|
6458
6045
|
justify-content: center;
|
|
6459
6046
|
width: 15%;
|
|
6460
6047
|
padding: 0;
|
|
6461
|
-
color:
|
|
6048
|
+
color: var(--cui-carousel-control-color, rgba(255, 255, 255, 0.87));
|
|
6462
6049
|
text-align: center;
|
|
6463
6050
|
background: none;
|
|
6464
6051
|
border: 0;
|
|
@@ -6474,7 +6061,7 @@ textarea.form-control-lg {
|
|
|
6474
6061
|
.carousel-control-prev:hover, .carousel-control-prev:focus,
|
|
6475
6062
|
.carousel-control-next:hover,
|
|
6476
6063
|
.carousel-control-next:focus {
|
|
6477
|
-
color:
|
|
6064
|
+
color: var(--cui-carousel-control-color, rgba(255, 255, 255, 0.87));
|
|
6478
6065
|
text-decoration: none;
|
|
6479
6066
|
outline: 0;
|
|
6480
6067
|
opacity: 0.9;
|
|
@@ -6507,11 +6094,11 @@ textarea.form-control-lg {
|
|
|
6507
6094
|
} ]
|
|
6508
6095
|
} */
|
|
6509
6096
|
.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='%
|
|
6097
|
+
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
6098
|
}
|
|
6512
6099
|
|
|
6513
6100
|
.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='%
|
|
6101
|
+
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
6102
|
}
|
|
6516
6103
|
|
|
6517
6104
|
.carousel-indicators {
|
|
@@ -6526,6 +6113,7 @@ textarea.form-control-lg {
|
|
|
6526
6113
|
margin-right: 15%;
|
|
6527
6114
|
margin-bottom: 1rem;
|
|
6528
6115
|
margin-left: 15%;
|
|
6116
|
+
list-style: none;
|
|
6529
6117
|
}
|
|
6530
6118
|
.carousel-indicators [data-coreui-target] {
|
|
6531
6119
|
box-sizing: content-box;
|
|
@@ -6537,7 +6125,7 @@ textarea.form-control-lg {
|
|
|
6537
6125
|
margin-left: 3px;
|
|
6538
6126
|
text-indent: -999px;
|
|
6539
6127
|
cursor: pointer;
|
|
6540
|
-
background-color: #fff;
|
|
6128
|
+
background-color: var(--cui-carousel-indicator-active-bg, #fff);
|
|
6541
6129
|
background-clip: padding-box;
|
|
6542
6130
|
border: 0;
|
|
6543
6131
|
border-top: 10px solid transparent;
|
|
@@ -6561,31 +6149,23 @@ textarea.form-control-lg {
|
|
|
6561
6149
|
left: 15%;
|
|
6562
6150
|
padding-top: 1.25rem;
|
|
6563
6151
|
padding-bottom: 1.25rem;
|
|
6564
|
-
color:
|
|
6152
|
+
color: var(--cui-carousel-caption-color, rgba(255, 255, 255, 0.87));
|
|
6565
6153
|
text-align: center;
|
|
6566
6154
|
}
|
|
6567
6155
|
|
|
6156
|
+
.carousel-dark {
|
|
6157
|
+
--cui-carousel-indicator-active-bg: #000015;
|
|
6158
|
+
--cui-carousel-caption-color: rgba(44, 56, 74, 0.95);
|
|
6159
|
+
}
|
|
6568
6160
|
.carousel-dark .carousel-control-prev-icon,
|
|
6569
6161
|
.carousel-dark .carousel-control-next-icon {
|
|
6570
6162
|
filter: invert(1) grayscale(100);
|
|
6571
6163
|
}
|
|
6572
6164
|
.carousel-dark .carousel-indicators [data-coreui-target] {
|
|
6573
|
-
background-color: #
|
|
6165
|
+
background-color: #000015;
|
|
6574
6166
|
}
|
|
6575
6167
|
.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;
|
|
6168
|
+
color: rgba(44, 56, 74, 0.95);
|
|
6589
6169
|
}
|
|
6590
6170
|
|
|
6591
6171
|
.spinner-grow,
|
|
@@ -6660,7 +6240,7 @@ textarea.form-control-lg {
|
|
|
6660
6240
|
--cui-offcanvas-bg: var(--cui-body-bg);
|
|
6661
6241
|
--cui-offcanvas-border-width: var(--cui-border-width);
|
|
6662
6242
|
--cui-offcanvas-border-color: var(--cui-border-color-translucent);
|
|
6663
|
-
--cui-offcanvas-box-shadow:
|
|
6243
|
+
--cui-offcanvas-box-shadow: var(--cui-box-shadow-sm);
|
|
6664
6244
|
--cui-offcanvas-transition: transform 0.3s ease-in-out;
|
|
6665
6245
|
--cui-offcanvas-title-line-height: 1.5;
|
|
6666
6246
|
}
|
|
@@ -7119,7 +6699,7 @@ textarea.form-control-lg {
|
|
|
7119
6699
|
z-index: 1040;
|
|
7120
6700
|
width: 100vw;
|
|
7121
6701
|
height: 100vh;
|
|
7122
|
-
background-color: var(--cui-offcanvas-backdrop-bg, #
|
|
6702
|
+
background-color: var(--cui-offcanvas-backdrop-bg, #000015);
|
|
7123
6703
|
}
|
|
7124
6704
|
.offcanvas-backdrop.fade {
|
|
7125
6705
|
opacity: 0;
|
|
@@ -7187,7 +6767,7 @@ textarea.form-control-lg {
|
|
|
7187
6767
|
}
|
|
7188
6768
|
}
|
|
7189
6769
|
.placeholder-wave {
|
|
7190
|
-
mask-image: linear-gradient(130deg, #
|
|
6770
|
+
mask-image: linear-gradient(130deg, #000015 55%, rgba(0, 0, 0, 0.8) 75%, #000015 95%);
|
|
7191
6771
|
mask-size: 200% 100%;
|
|
7192
6772
|
animation: placeholder-wave 2s linear infinite;
|
|
7193
6773
|
}
|
|
@@ -7338,11 +6918,11 @@ textarea.form-control-lg {
|
|
|
7338
6918
|
}
|
|
7339
6919
|
|
|
7340
6920
|
.callout-light {
|
|
7341
|
-
--cui-callout-border-left-color: #
|
|
6921
|
+
--cui-callout-border-left-color: #ebedef;
|
|
7342
6922
|
}
|
|
7343
6923
|
|
|
7344
6924
|
.callout-dark {
|
|
7345
|
-
--cui-callout-border-left-color: #
|
|
6925
|
+
--cui-callout-border-left-color: #4f5d73;
|
|
7346
6926
|
}
|
|
7347
6927
|
|
|
7348
6928
|
.footer {
|
|
@@ -7390,16 +6970,16 @@ textarea.form-control-lg {
|
|
|
7390
6970
|
--cui-header-disabled-color: rgba(var(--cui-emphasis-color-rgb), 0.3);
|
|
7391
6971
|
--cui-header-active-color: rgba(var(--cui-emphasis-color-rgb), 1);
|
|
7392
6972
|
--cui-header-brand-padding-y: 0.3125rem;
|
|
7393
|
-
--cui-header-brand-color: #
|
|
7394
|
-
--cui-header-brand-hover-color: #
|
|
6973
|
+
--cui-header-brand-color: #4f5d73;
|
|
6974
|
+
--cui-header-brand-hover-color: #475468;
|
|
7395
6975
|
--cui-header-toggler-padding-x: 0.75rem;
|
|
7396
6976
|
--cui-header-toggler-padding-y: 0.25rem;
|
|
7397
6977
|
--cui-header-toggler-bg: transparent;
|
|
7398
6978
|
--cui-header-toggler-color: rgba(var(--cui-emphasis-color-rgb), 0.65);
|
|
7399
6979
|
--cui-header-toggler-border-radius: var(--cui-border-radius);
|
|
7400
6980
|
--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='
|
|
6981
|
+
--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");
|
|
6982
|
+
--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
6983
|
--cui-header-nav-link-padding-x: 0.5rem;
|
|
7404
6984
|
--cui-header-nav-link-padding-y: 0.5rem;
|
|
7405
6985
|
--cui-header-divider-border-color: var(--cui-border-color);
|
|
@@ -7615,7 +7195,7 @@ textarea.form-control-lg {
|
|
|
7615
7195
|
|
|
7616
7196
|
.sidebar {
|
|
7617
7197
|
--cui-sidebar-width: 16rem;
|
|
7618
|
-
--cui-sidebar-bg: #
|
|
7198
|
+
--cui-sidebar-bg: #3c4b64;
|
|
7619
7199
|
--cui-sidebar-padding-x: 0;
|
|
7620
7200
|
--cui-sidebar-padding-y: 0;
|
|
7621
7201
|
--cui-sidebar-color: rgba(255, 255, 255, 0.87);
|
|
@@ -7623,16 +7203,16 @@ textarea.form-control-lg {
|
|
|
7623
7203
|
--cui-sidebar-border-color: transparent;
|
|
7624
7204
|
--cui-sidebar-brand-color: rgba(255, 255, 255, 0.87);
|
|
7625
7205
|
--cui-sidebar-brand-height: 4rem;
|
|
7626
|
-
--cui-sidebar-brand-bg: rgba(
|
|
7206
|
+
--cui-sidebar-brand-bg: rgba(0, 0, 21, 0.2);
|
|
7627
7207
|
--cui-sidebar-header-height: 4rem;
|
|
7628
|
-
--cui-sidebar-header-bg: rgba(
|
|
7208
|
+
--cui-sidebar-header-bg: rgba(0, 0, 21, 0.2);
|
|
7629
7209
|
--cui-sidebar-header-padding-x: 1rem;
|
|
7630
7210
|
--cui-sidebar-header-padding-y: 0.75rem;
|
|
7631
|
-
--cui-sidebar-footer-bg: rgba(
|
|
7211
|
+
--cui-sidebar-footer-bg: rgba(0, 0, 21, 0.2);
|
|
7632
7212
|
--cui-sidebar-footer-height: auto;
|
|
7633
7213
|
--cui-sidebar-footer-padding-x: 1rem;
|
|
7634
7214
|
--cui-sidebar-footer-padding-y: 0.75rem;
|
|
7635
|
-
--cui-sidebar-toggler-bg: rgba(
|
|
7215
|
+
--cui-sidebar-toggler-bg: rgba(0, 0, 21, 0.2);
|
|
7636
7216
|
--cui-sidebar-toggler-height: 3rem;
|
|
7637
7217
|
--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
7218
|
--cui-sidebar-toggler-indicator-width: 4rem;
|
|
@@ -7701,7 +7281,7 @@ textarea.form-control-lg {
|
|
|
7701
7281
|
--cui-sidebar-occupy-end: 16rem;
|
|
7702
7282
|
}
|
|
7703
7283
|
.sidebar[class*=bg-] {
|
|
7704
|
-
border-color: rgba(
|
|
7284
|
+
border-color: rgba(0, 0, 21, 0.1);
|
|
7705
7285
|
}
|
|
7706
7286
|
.sidebar.sidebar-sm {
|
|
7707
7287
|
--cui-sidebar-width: 12rem;
|
|
@@ -7928,7 +7508,7 @@ textarea.form-control-lg {
|
|
|
7928
7508
|
|
|
7929
7509
|
.sidebar-backdrop {
|
|
7930
7510
|
--cui-backdrop-zindex: 1030;
|
|
7931
|
-
--cui-backdrop-bg: #
|
|
7511
|
+
--cui-backdrop-bg: #000015;
|
|
7932
7512
|
--cui-backdrop-opacity: 0.5;
|
|
7933
7513
|
}
|
|
7934
7514
|
@media (max-width: 767.98px) {
|
|
@@ -7949,12 +7529,6 @@ textarea.form-control-lg {
|
|
|
7949
7529
|
}
|
|
7950
7530
|
}
|
|
7951
7531
|
|
|
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
7532
|
.sidebar-nav {
|
|
7959
7533
|
position: relative;
|
|
7960
7534
|
display: flex;
|
|
@@ -8255,7 +7829,7 @@ textarea.form-control-lg {
|
|
|
8255
7829
|
min-height: 3rem;
|
|
8256
7830
|
padding: 0.5rem 1rem;
|
|
8257
7831
|
background: var(--cui-subheader-bg, #fff);
|
|
8258
|
-
border-bottom: var(--cui-subheader-border-width,
|
|
7832
|
+
border-bottom: var(--cui-subheader-border-width, var(--cui-border-width)) solid var(--cui-subheader-border-color, var(--cui-border-color));
|
|
8259
7833
|
}
|
|
8260
7834
|
|
|
8261
7835
|
.subheader-sticky {
|
|
@@ -8280,7 +7854,7 @@ textarea.form-control-lg {
|
|
|
8280
7854
|
color: var(--cui-subheader-hover-color, var(--cui-body-color));
|
|
8281
7855
|
}
|
|
8282
7856
|
.subheader-nav .nav-link.disabled {
|
|
8283
|
-
color: var(--cui-subheader-disabled-color, rgba(
|
|
7857
|
+
color: var(--cui-subheader-disabled-color, rgba(44, 56, 74, 0.38));
|
|
8284
7858
|
}
|
|
8285
7859
|
.subheader-nav .show > .nav-link,
|
|
8286
7860
|
.subheader-nav .nav-link.active {
|
|
@@ -8310,75 +7884,42 @@ textarea.form-control-lg {
|
|
|
8310
7884
|
|
|
8311
7885
|
.text-bg-primary {
|
|
8312
7886
|
color: rgba(255, 255, 255, 0.87) !important;
|
|
8313
|
-
background-color: RGBA(
|
|
7887
|
+
background-color: RGBA(var(--cui-primary-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8314
7888
|
}
|
|
8315
7889
|
|
|
8316
7890
|
.text-bg-secondary {
|
|
8317
|
-
color:
|
|
8318
|
-
background-color: RGBA(
|
|
7891
|
+
color: #000015 !important;
|
|
7892
|
+
background-color: RGBA(var(--cui-secondary-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8319
7893
|
}
|
|
8320
7894
|
|
|
8321
7895
|
.text-bg-success {
|
|
8322
|
-
color:
|
|
8323
|
-
background-color: RGBA(
|
|
7896
|
+
color: #000015 !important;
|
|
7897
|
+
background-color: RGBA(var(--cui-success-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8324
7898
|
}
|
|
8325
7899
|
|
|
8326
7900
|
.text-bg-info {
|
|
8327
|
-
color: #
|
|
8328
|
-
background-color: RGBA(
|
|
7901
|
+
color: #000015 !important;
|
|
7902
|
+
background-color: RGBA(var(--cui-info-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8329
7903
|
}
|
|
8330
7904
|
|
|
8331
7905
|
.text-bg-warning {
|
|
8332
|
-
color: rgba(
|
|
8333
|
-
background-color: RGBA(
|
|
7906
|
+
color: rgba(44, 56, 74, 0.95) !important;
|
|
7907
|
+
background-color: RGBA(var(--cui-warning-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8334
7908
|
}
|
|
8335
7909
|
|
|
8336
7910
|
.text-bg-danger {
|
|
8337
|
-
color: #
|
|
8338
|
-
background-color: RGBA(
|
|
7911
|
+
color: #000015 !important;
|
|
7912
|
+
background-color: RGBA(var(--cui-danger-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8339
7913
|
}
|
|
8340
7914
|
|
|
8341
7915
|
.text-bg-light {
|
|
8342
|
-
color: rgba(
|
|
8343
|
-
background-color: RGBA(
|
|
7916
|
+
color: rgba(44, 56, 74, 0.95) !important;
|
|
7917
|
+
background-color: RGBA(var(--cui-light-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8344
7918
|
}
|
|
8345
7919
|
|
|
8346
7920
|
.text-bg-dark {
|
|
8347
7921
|
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;
|
|
7922
|
+
background-color: RGBA(var(--cui-dark-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8382
7923
|
}
|
|
8383
7924
|
|
|
8384
7925
|
.link-primary {
|
|
@@ -8395,8 +7936,8 @@ textarea.form-control-lg {
|
|
|
8395
7936
|
text-decoration-color: RGBA(var(--cui-secondary-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8396
7937
|
}
|
|
8397
7938
|
.link-secondary:hover, .link-secondary:focus {
|
|
8398
|
-
color: RGBA(
|
|
8399
|
-
text-decoration-color: RGBA(
|
|
7939
|
+
color: RGBA(177, 183, 193, var(--cui-link-opacity, 1)) !important;
|
|
7940
|
+
text-decoration-color: RGBA(177, 183, 193, var(--cui-link-underline-opacity, 1)) !important;
|
|
8400
7941
|
}
|
|
8401
7942
|
|
|
8402
7943
|
.link-success {
|
|
@@ -8404,8 +7945,8 @@ textarea.form-control-lg {
|
|
|
8404
7945
|
text-decoration-color: RGBA(var(--cui-success-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8405
7946
|
}
|
|
8406
7947
|
.link-success:hover, .link-success:focus {
|
|
8407
|
-
color: RGBA(
|
|
8408
|
-
text-decoration-color: RGBA(
|
|
7948
|
+
color: RGBA(88, 198, 125, var(--cui-link-opacity, 1)) !important;
|
|
7949
|
+
text-decoration-color: RGBA(88, 198, 125, var(--cui-link-underline-opacity, 1)) !important;
|
|
8409
7950
|
}
|
|
8410
7951
|
|
|
8411
7952
|
.link-info {
|
|
@@ -8440,8 +7981,8 @@ textarea.form-control-lg {
|
|
|
8440
7981
|
text-decoration-color: RGBA(var(--cui-light-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8441
7982
|
}
|
|
8442
7983
|
.link-light:hover, .link-light:focus {
|
|
8443
|
-
color: RGBA(
|
|
8444
|
-
text-decoration-color: RGBA(
|
|
7984
|
+
color: RGBA(188, 190, 191, var(--cui-link-opacity, 1)) !important;
|
|
7985
|
+
text-decoration-color: RGBA(188, 190, 191, var(--cui-link-underline-opacity, 1)) !important;
|
|
8445
7986
|
}
|
|
8446
7987
|
|
|
8447
7988
|
.link-dark {
|
|
@@ -8449,8 +7990,8 @@ textarea.form-control-lg {
|
|
|
8449
7990
|
text-decoration-color: RGBA(var(--cui-dark-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8450
7991
|
}
|
|
8451
7992
|
.link-dark:hover, .link-dark:focus {
|
|
8452
|
-
color: RGBA(
|
|
8453
|
-
text-decoration-color: RGBA(
|
|
7993
|
+
color: RGBA(114, 125, 143, var(--cui-link-opacity, 1)) !important;
|
|
7994
|
+
text-decoration-color: RGBA(114, 125, 143, var(--cui-link-underline-opacity, 1)) !important;
|
|
8454
7995
|
}
|
|
8455
7996
|
|
|
8456
7997
|
.link-body-emphasis {
|
|
@@ -8662,7 +8203,7 @@ textarea.form-control-lg {
|
|
|
8662
8203
|
.vr {
|
|
8663
8204
|
display: inline-block;
|
|
8664
8205
|
align-self: stretch;
|
|
8665
|
-
width:
|
|
8206
|
+
width: var(--cui-border-width);
|
|
8666
8207
|
min-height: 1em;
|
|
8667
8208
|
padding: 0;
|
|
8668
8209
|
background-color: currentcolor;
|
|
@@ -8838,15 +8379,15 @@ textarea.form-control-lg {
|
|
|
8838
8379
|
}
|
|
8839
8380
|
|
|
8840
8381
|
.shadow {
|
|
8841
|
-
box-shadow:
|
|
8382
|
+
box-shadow: var(--cui-box-shadow) !important;
|
|
8842
8383
|
}
|
|
8843
8384
|
|
|
8844
8385
|
.shadow-sm {
|
|
8845
|
-
box-shadow:
|
|
8386
|
+
box-shadow: var(--cui-box-shadow-sm) !important;
|
|
8846
8387
|
}
|
|
8847
8388
|
|
|
8848
8389
|
.shadow-lg {
|
|
8849
|
-
box-shadow:
|
|
8390
|
+
box-shadow: var(--cui-box-shadow-lg) !important;
|
|
8850
8391
|
}
|
|
8851
8392
|
|
|
8852
8393
|
.shadow-none {
|
|
@@ -9045,11 +8586,6 @@ textarea.form-control-lg {
|
|
|
9045
8586
|
border-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
|
|
9046
8587
|
}
|
|
9047
8588
|
|
|
9048
|
-
.border-black {
|
|
9049
|
-
--cui-border-opacity: 1;
|
|
9050
|
-
border-color: rgba(var(--cui-black-rgb), var(--cui-border-opacity)) !important;
|
|
9051
|
-
}
|
|
9052
|
-
|
|
9053
8589
|
.border-white {
|
|
9054
8590
|
--cui-border-opacity: 1;
|
|
9055
8591
|
border-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
|
|
@@ -9080,11 +8616,11 @@ textarea.form-control-lg {
|
|
|
9080
8616
|
}
|
|
9081
8617
|
|
|
9082
8618
|
.border-top-light {
|
|
9083
|
-
border-top-color: #
|
|
8619
|
+
border-top-color: #ebedef !important;
|
|
9084
8620
|
}
|
|
9085
8621
|
|
|
9086
8622
|
.border-top-dark {
|
|
9087
|
-
border-top-color: #
|
|
8623
|
+
border-top-color: #4f5d73 !important;
|
|
9088
8624
|
}
|
|
9089
8625
|
|
|
9090
8626
|
.border-top-white {
|
|
@@ -9116,11 +8652,11 @@ textarea.form-control-lg {
|
|
|
9116
8652
|
}
|
|
9117
8653
|
|
|
9118
8654
|
.border-end-light {
|
|
9119
|
-
border-left-color: #
|
|
8655
|
+
border-left-color: #ebedef !important;
|
|
9120
8656
|
}
|
|
9121
8657
|
|
|
9122
8658
|
.border-end-dark {
|
|
9123
|
-
border-left-color: #
|
|
8659
|
+
border-left-color: #4f5d73 !important;
|
|
9124
8660
|
}
|
|
9125
8661
|
|
|
9126
8662
|
.border-end-white {
|
|
@@ -9152,11 +8688,11 @@ textarea.form-control-lg {
|
|
|
9152
8688
|
}
|
|
9153
8689
|
|
|
9154
8690
|
.border-bottom-light {
|
|
9155
|
-
border-bottom-color: #
|
|
8691
|
+
border-bottom-color: #ebedef !important;
|
|
9156
8692
|
}
|
|
9157
8693
|
|
|
9158
8694
|
.border-bottom-dark {
|
|
9159
|
-
border-bottom-color: #
|
|
8695
|
+
border-bottom-color: #4f5d73 !important;
|
|
9160
8696
|
}
|
|
9161
8697
|
|
|
9162
8698
|
.border-bottom-white {
|
|
@@ -9188,11 +8724,11 @@ textarea.form-control-lg {
|
|
|
9188
8724
|
}
|
|
9189
8725
|
|
|
9190
8726
|
.border-start-light {
|
|
9191
|
-
border-right-color: #
|
|
8727
|
+
border-right-color: #ebedef !important;
|
|
9192
8728
|
}
|
|
9193
8729
|
|
|
9194
8730
|
.border-start-dark {
|
|
9195
|
-
border-right-color: #
|
|
8731
|
+
border-right-color: #4f5d73 !important;
|
|
9196
8732
|
}
|
|
9197
8733
|
|
|
9198
8734
|
.border-start-white {
|
|
@@ -9299,38 +8835,6 @@ textarea.form-control-lg {
|
|
|
9299
8835
|
border-right-width: 5px !important;
|
|
9300
8836
|
}
|
|
9301
8837
|
|
|
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
8838
|
.border-opacity-10 {
|
|
9335
8839
|
--cui-border-opacity: 0.1;
|
|
9336
8840
|
}
|
|
@@ -10180,145 +9684,121 @@ textarea.form-control-lg {
|
|
|
10180
9684
|
}
|
|
10181
9685
|
|
|
10182
9686
|
/* rtl:end:remove */
|
|
10183
|
-
[data-coreui-theme=dark] .dark\:text-primary, [data-coreui-theme=dark] .dark\:text-primary:not([class*="dark:"]),
|
|
10184
9687
|
.text-primary {
|
|
10185
9688
|
--cui-text-opacity: 1;
|
|
10186
9689
|
color: rgba(var(--cui-primary-rgb), var(--cui-text-opacity)) !important;
|
|
10187
9690
|
}
|
|
10188
9691
|
|
|
10189
|
-
[data-coreui-theme=dark] .dark\:text-secondary, [data-coreui-theme=dark] .dark\:text-secondary:not([class*="dark:"]),
|
|
10190
9692
|
.text-secondary {
|
|
10191
9693
|
--cui-text-opacity: 1;
|
|
10192
9694
|
color: rgba(var(--cui-secondary-rgb), var(--cui-text-opacity)) !important;
|
|
10193
9695
|
}
|
|
10194
9696
|
|
|
10195
|
-
[data-coreui-theme=dark] .dark\:text-success, [data-coreui-theme=dark] .dark\:text-success:not([class*="dark:"]),
|
|
10196
9697
|
.text-success {
|
|
10197
9698
|
--cui-text-opacity: 1;
|
|
10198
9699
|
color: rgba(var(--cui-success-rgb), var(--cui-text-opacity)) !important;
|
|
10199
9700
|
}
|
|
10200
9701
|
|
|
10201
|
-
[data-coreui-theme=dark] .dark\:text-info, [data-coreui-theme=dark] .dark\:text-info:not([class*="dark:"]),
|
|
10202
9702
|
.text-info {
|
|
10203
9703
|
--cui-text-opacity: 1;
|
|
10204
9704
|
color: rgba(var(--cui-info-rgb), var(--cui-text-opacity)) !important;
|
|
10205
9705
|
}
|
|
10206
9706
|
|
|
10207
|
-
[data-coreui-theme=dark] .dark\:text-warning, [data-coreui-theme=dark] .dark\:text-warning:not([class*="dark:"]),
|
|
10208
9707
|
.text-warning {
|
|
10209
9708
|
--cui-text-opacity: 1;
|
|
10210
9709
|
color: rgba(var(--cui-warning-rgb), var(--cui-text-opacity)) !important;
|
|
10211
9710
|
}
|
|
10212
9711
|
|
|
10213
|
-
[data-coreui-theme=dark] .dark\:text-danger, [data-coreui-theme=dark] .dark\:text-danger:not([class*="dark:"]),
|
|
10214
9712
|
.text-danger {
|
|
10215
9713
|
--cui-text-opacity: 1;
|
|
10216
9714
|
color: rgba(var(--cui-danger-rgb), var(--cui-text-opacity)) !important;
|
|
10217
9715
|
}
|
|
10218
9716
|
|
|
10219
|
-
[data-coreui-theme=dark] .dark\:text-light, [data-coreui-theme=dark] .dark\:text-light:not([class*="dark:"]),
|
|
10220
9717
|
.text-light {
|
|
10221
9718
|
--cui-text-opacity: 1;
|
|
10222
9719
|
color: rgba(var(--cui-light-rgb), var(--cui-text-opacity)) !important;
|
|
10223
9720
|
}
|
|
10224
9721
|
|
|
10225
|
-
[data-coreui-theme=dark] .dark\:text-dark, [data-coreui-theme=dark] .dark\:text-dark:not([class*="dark:"]),
|
|
10226
9722
|
.text-dark {
|
|
10227
9723
|
--cui-text-opacity: 1;
|
|
10228
9724
|
color: rgba(var(--cui-dark-rgb), var(--cui-text-opacity)) !important;
|
|
10229
9725
|
}
|
|
10230
9726
|
|
|
10231
|
-
[data-coreui-theme=dark] .dark\:text-black, [data-coreui-theme=dark] .dark\:text-black:not([class*="dark:"]),
|
|
10232
9727
|
.text-black {
|
|
10233
9728
|
--cui-text-opacity: 1;
|
|
10234
9729
|
color: rgba(var(--cui-black-rgb), var(--cui-text-opacity)) !important;
|
|
10235
9730
|
}
|
|
10236
9731
|
|
|
10237
|
-
[data-coreui-theme=dark] .dark\:text-white, [data-coreui-theme=dark] .dark\:text-white:not([class*="dark:"]),
|
|
10238
9732
|
.text-white {
|
|
10239
9733
|
--cui-text-opacity: 1;
|
|
10240
9734
|
color: rgba(var(--cui-white-rgb), var(--cui-text-opacity)) !important;
|
|
10241
9735
|
}
|
|
10242
9736
|
|
|
10243
|
-
[data-coreui-theme=dark] .dark\:text-body, [data-coreui-theme=dark] .dark\:text-body:not([class*="dark:"]),
|
|
10244
9737
|
.text-body {
|
|
10245
9738
|
--cui-text-opacity: 1;
|
|
10246
9739
|
color: rgba(var(--cui-body-color-rgb), var(--cui-text-opacity)) !important;
|
|
10247
9740
|
}
|
|
10248
9741
|
|
|
10249
|
-
[data-coreui-theme=dark] .dark\:text-muted, [data-coreui-theme=dark] .dark\:text-muted:not([class*="dark:"]),
|
|
10250
9742
|
.text-muted {
|
|
10251
9743
|
--cui-text-opacity: 1;
|
|
10252
9744
|
color: var(--cui-secondary-color) !important;
|
|
10253
9745
|
}
|
|
10254
9746
|
|
|
10255
|
-
[data-coreui-theme=dark] .dark\:text-black-50, [data-coreui-theme=dark] .dark\:text-black-50:not([class*="dark:"]),
|
|
10256
9747
|
.text-black-50 {
|
|
10257
9748
|
--cui-text-opacity: 1;
|
|
10258
|
-
color: rgba(
|
|
9749
|
+
color: rgba(0, 0, 21, 0.5) !important;
|
|
10259
9750
|
}
|
|
10260
9751
|
|
|
10261
|
-
[data-coreui-theme=dark] .dark\:text-white-50, [data-coreui-theme=dark] .dark\:text-white-50:not([class*="dark:"]),
|
|
10262
9752
|
.text-white-50 {
|
|
10263
9753
|
--cui-text-opacity: 1;
|
|
10264
9754
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
10265
9755
|
}
|
|
10266
9756
|
|
|
10267
|
-
[data-coreui-theme=dark] .dark\:text-body-secondary, [data-coreui-theme=dark] .dark\:text-body-secondary:not([class*="dark:"]),
|
|
10268
9757
|
.text-body-secondary {
|
|
10269
9758
|
--cui-text-opacity: 1;
|
|
10270
9759
|
color: var(--cui-secondary-color) !important;
|
|
10271
9760
|
}
|
|
10272
9761
|
|
|
10273
|
-
[data-coreui-theme=dark] .dark\:text-body-tertiary, [data-coreui-theme=dark] .dark\:text-body-tertiary:not([class*="dark:"]),
|
|
10274
9762
|
.text-body-tertiary {
|
|
10275
9763
|
--cui-text-opacity: 1;
|
|
10276
9764
|
color: var(--cui-tertiary-color) !important;
|
|
10277
9765
|
}
|
|
10278
9766
|
|
|
10279
|
-
[data-coreui-theme=dark] .dark\:text-body-emphasis, [data-coreui-theme=dark] .dark\:text-body-emphasis:not([class*="dark:"]),
|
|
10280
9767
|
.text-body-emphasis {
|
|
10281
9768
|
--cui-text-opacity: 1;
|
|
10282
9769
|
color: var(--cui-emphasis-color) !important;
|
|
10283
9770
|
}
|
|
10284
9771
|
|
|
10285
|
-
[data-coreui-theme=dark] .dark\:text-reset, [data-coreui-theme=dark] .dark\:text-reset:not([class*="dark:"]),
|
|
10286
9772
|
.text-reset {
|
|
10287
9773
|
--cui-text-opacity: 1;
|
|
10288
9774
|
color: inherit !important;
|
|
10289
9775
|
}
|
|
10290
9776
|
|
|
10291
|
-
[data-coreui-theme=dark] .dark\:text-high-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-high-emphasis-inverse:not([class*="dark:"]),
|
|
10292
9777
|
.text-high-emphasis-inverse {
|
|
10293
9778
|
--cui-text-opacity: 1;
|
|
10294
9779
|
color: var(--cui-high-emphasis-inverse) !important;
|
|
10295
9780
|
}
|
|
10296
9781
|
|
|
10297
|
-
[data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse:not([class*="dark:"]),
|
|
10298
9782
|
.text-medium-emphasis-inverse {
|
|
10299
9783
|
--cui-text-opacity: 1;
|
|
10300
9784
|
color: var(--cui-medium-emphasis-inverse) !important;
|
|
10301
9785
|
}
|
|
10302
9786
|
|
|
10303
|
-
[data-coreui-theme=dark] .dark\:text-disabled-inverse, [data-coreui-theme=dark] .dark\:text-disabled-inverse:not([class*="dark:"]),
|
|
10304
9787
|
.text-disabled-inverse {
|
|
10305
9788
|
--cui-text-opacity: 1;
|
|
10306
9789
|
color: var(--cui-disabled-inverse) !important;
|
|
10307
9790
|
}
|
|
10308
9791
|
|
|
10309
|
-
[data-coreui-theme=dark] .dark\:text-high-emphasis, [data-coreui-theme=dark] .dark\:text-high-emphasis:not([class*="dark:"]),
|
|
10310
9792
|
.text-high-emphasis {
|
|
10311
9793
|
--cui-text-opacity: 1;
|
|
10312
9794
|
color: var(--cui-high-emphasis) !important;
|
|
10313
9795
|
}
|
|
10314
9796
|
|
|
10315
|
-
[data-coreui-theme=dark] .dark\:text-medium-emphasis, [data-coreui-theme=dark] .dark\:text-medium-emphasis:not([class*="dark:"]),
|
|
10316
9797
|
.text-medium-emphasis {
|
|
10317
9798
|
--cui-text-opacity: 1;
|
|
10318
9799
|
color: var(--cui-medium-emphasis) !important;
|
|
10319
9800
|
}
|
|
10320
9801
|
|
|
10321
|
-
[data-coreui-theme=dark] .dark\:text-disabled, [data-coreui-theme=dark] .dark\:text-disabled:not([class*="dark:"]),
|
|
10322
9802
|
.text-disabled {
|
|
10323
9803
|
--cui-text-opacity: 1;
|
|
10324
9804
|
color: var(--cui-disabled) !important;
|
|
@@ -10340,38 +9820,6 @@ textarea.form-control-lg {
|
|
|
10340
9820
|
--cui-text-opacity: 1;
|
|
10341
9821
|
}
|
|
10342
9822
|
|
|
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
9823
|
.link-opacity-10 {
|
|
10376
9824
|
--cui-link-opacity: 0.1;
|
|
10377
9825
|
}
|
|
@@ -10529,85 +9977,71 @@ textarea.form-control-lg {
|
|
|
10529
9977
|
--cui-link-underline-opacity: 1;
|
|
10530
9978
|
}
|
|
10531
9979
|
|
|
10532
|
-
[data-coreui-theme=dark] .dark\:bg-primary, [data-coreui-theme=dark] .dark\:bg-primary:not([class*="dark:"]),
|
|
10533
9980
|
.bg-primary {
|
|
10534
9981
|
--cui-bg-opacity: 1;
|
|
10535
9982
|
background-color: rgba(var(--cui-primary-rgb), var(--cui-bg-opacity)) !important;
|
|
10536
9983
|
}
|
|
10537
9984
|
|
|
10538
|
-
[data-coreui-theme=dark] .dark\:bg-secondary, [data-coreui-theme=dark] .dark\:bg-secondary:not([class*="dark:"]),
|
|
10539
9985
|
.bg-secondary {
|
|
10540
9986
|
--cui-bg-opacity: 1;
|
|
10541
9987
|
background-color: rgba(var(--cui-secondary-rgb), var(--cui-bg-opacity)) !important;
|
|
10542
9988
|
}
|
|
10543
9989
|
|
|
10544
|
-
[data-coreui-theme=dark] .dark\:bg-success, [data-coreui-theme=dark] .dark\:bg-success:not([class*="dark:"]),
|
|
10545
9990
|
.bg-success {
|
|
10546
9991
|
--cui-bg-opacity: 1;
|
|
10547
9992
|
background-color: rgba(var(--cui-success-rgb), var(--cui-bg-opacity)) !important;
|
|
10548
9993
|
}
|
|
10549
9994
|
|
|
10550
|
-
[data-coreui-theme=dark] .dark\:bg-info, [data-coreui-theme=dark] .dark\:bg-info:not([class*="dark:"]),
|
|
10551
9995
|
.bg-info {
|
|
10552
9996
|
--cui-bg-opacity: 1;
|
|
10553
9997
|
background-color: rgba(var(--cui-info-rgb), var(--cui-bg-opacity)) !important;
|
|
10554
9998
|
}
|
|
10555
9999
|
|
|
10556
|
-
[data-coreui-theme=dark] .dark\:bg-warning, [data-coreui-theme=dark] .dark\:bg-warning:not([class*="dark:"]),
|
|
10557
10000
|
.bg-warning {
|
|
10558
10001
|
--cui-bg-opacity: 1;
|
|
10559
10002
|
background-color: rgba(var(--cui-warning-rgb), var(--cui-bg-opacity)) !important;
|
|
10560
10003
|
}
|
|
10561
10004
|
|
|
10562
|
-
[data-coreui-theme=dark] .dark\:bg-danger, [data-coreui-theme=dark] .dark\:bg-danger:not([class*="dark:"]),
|
|
10563
10005
|
.bg-danger {
|
|
10564
10006
|
--cui-bg-opacity: 1;
|
|
10565
10007
|
background-color: rgba(var(--cui-danger-rgb), var(--cui-bg-opacity)) !important;
|
|
10566
10008
|
}
|
|
10567
10009
|
|
|
10568
|
-
[data-coreui-theme=dark] .dark\:bg-light, [data-coreui-theme=dark] .dark\:bg-light:not([class*="dark:"]),
|
|
10569
10010
|
.bg-light {
|
|
10570
10011
|
--cui-bg-opacity: 1;
|
|
10571
10012
|
background-color: rgba(var(--cui-light-rgb), var(--cui-bg-opacity)) !important;
|
|
10572
10013
|
}
|
|
10573
10014
|
|
|
10574
|
-
[data-coreui-theme=dark] .dark\:bg-dark, [data-coreui-theme=dark] .dark\:bg-dark:not([class*="dark:"]),
|
|
10575
10015
|
.bg-dark {
|
|
10576
10016
|
--cui-bg-opacity: 1;
|
|
10577
10017
|
background-color: rgba(var(--cui-dark-rgb), var(--cui-bg-opacity)) !important;
|
|
10578
10018
|
}
|
|
10579
10019
|
|
|
10580
|
-
[data-coreui-theme=dark] .dark\:bg-black, [data-coreui-theme=dark] .dark\:bg-black:not([class*="dark:"]),
|
|
10581
10020
|
.bg-black {
|
|
10582
10021
|
--cui-bg-opacity: 1;
|
|
10583
10022
|
background-color: rgba(var(--cui-black-rgb), var(--cui-bg-opacity)) !important;
|
|
10584
10023
|
}
|
|
10585
10024
|
|
|
10586
|
-
[data-coreui-theme=dark] .dark\:bg-white, [data-coreui-theme=dark] .dark\:bg-white:not([class*="dark:"]),
|
|
10587
10025
|
.bg-white {
|
|
10588
10026
|
--cui-bg-opacity: 1;
|
|
10589
10027
|
background-color: rgba(var(--cui-white-rgb), var(--cui-bg-opacity)) !important;
|
|
10590
10028
|
}
|
|
10591
10029
|
|
|
10592
|
-
[data-coreui-theme=dark] .dark\:bg-body, [data-coreui-theme=dark] .dark\:bg-body:not([class*="dark:"]),
|
|
10593
10030
|
.bg-body {
|
|
10594
10031
|
--cui-bg-opacity: 1;
|
|
10595
10032
|
background-color: rgba(var(--cui-body-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
10596
10033
|
}
|
|
10597
10034
|
|
|
10598
|
-
[data-coreui-theme=dark] .dark\:bg-transparent, [data-coreui-theme=dark] .dark\:bg-transparent:not([class*="dark:"]),
|
|
10599
10035
|
.bg-transparent {
|
|
10600
10036
|
--cui-bg-opacity: 1;
|
|
10601
10037
|
background-color: transparent !important;
|
|
10602
10038
|
}
|
|
10603
10039
|
|
|
10604
|
-
[data-coreui-theme=dark] .dark\:bg-body-secondary, [data-coreui-theme=dark] .dark\:bg-body-secondary:not([class*="dark:"]),
|
|
10605
10040
|
.bg-body-secondary {
|
|
10606
10041
|
--cui-bg-opacity: 1;
|
|
10607
10042
|
background-color: rgba(var(--cui-secondary-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
10608
10043
|
}
|
|
10609
10044
|
|
|
10610
|
-
[data-coreui-theme=dark] .dark\:bg-body-tertiary, [data-coreui-theme=dark] .dark\:bg-body-tertiary:not([class*="dark:"]),
|
|
10611
10045
|
.bg-body-tertiary {
|
|
10612
10046
|
--cui-bg-opacity: 1;
|
|
10613
10047
|
background-color: rgba(var(--cui-tertiary-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
@@ -10633,46 +10067,6 @@ textarea.form-control-lg {
|
|
|
10633
10067
|
--cui-bg-opacity: 1;
|
|
10634
10068
|
}
|
|
10635
10069
|
|
|
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
10070
|
.bg-gradient {
|
|
10677
10071
|
background-image: var(--cui-gradient) !important;
|
|
10678
10072
|
}
|