@coreui/coreui 4.3.0-alpha.0 → 4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/css/coreui-grid.css +1 -1
- package/dist/css/coreui-grid.css.map +1 -1
- package/dist/css/coreui-grid.min.css +1 -1
- package/dist/css/coreui-grid.min.css.map +1 -1
- package/dist/css/coreui-grid.rtl.css +2 -2
- package/dist/css/coreui-grid.rtl.css.map +1 -1
- package/dist/css/coreui-grid.rtl.min.css +2 -2
- package/dist/css/coreui-grid.rtl.min.css.map +1 -1
- package/dist/css/coreui-reboot.css +44 -149
- package/dist/css/coreui-reboot.css.map +1 -1
- package/dist/css/coreui-reboot.min.css +2 -2
- package/dist/css/coreui-reboot.min.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.css +45 -150
- package/dist/css/coreui-reboot.rtl.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.min.css +3 -3
- package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
- package/dist/css/coreui-utilities.css +81 -366
- package/dist/css/coreui-utilities.css.map +1 -1
- package/dist/css/coreui-utilities.min.css +2 -2
- package/dist/css/coreui-utilities.min.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.css +78 -363
- package/dist/css/coreui-utilities.rtl.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.min.css +3 -3
- package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
- package/dist/css/coreui.css +523 -1112
- 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 +537 -1140
- package/dist/css/coreui.rtl.css.map +1 -1
- package/dist/css/coreui.rtl.min.css +3 -3
- package/dist/css/coreui.rtl.min.css.map +1 -1
- package/dist/js/coreui.bundle.js +43 -47
- 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 +37 -35
- 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 +37 -35
- 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 +3 -3
- package/js/dist/scrollspy.js.map +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 +23 -29
- package/js/dist/util/sanitizer.js.map +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/scrollspy.js +2 -2
- package/js/src/tab.js +13 -3
- package/js/src/util/sanitizer.js +36 -41
- package/package.json +35 -47
- 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 +1 -10
- package/scss/_reboot.scss +4 -4
- package/scss/_root.scss +11 -93
- package/scss/_tooltip.scss +1 -1
- package/scss/_type.scss +1 -1
- package/scss/_utilities.scss +0 -16
- package/scss/_variables.scss +162 -115
- package/scss/coreui-grid.rtl.scss +1 -1
- package/scss/coreui-grid.scss +0 -1
- package/scss/coreui-reboot.rtl.scss +1 -1
- package/scss/coreui-reboot.scss +0 -1
- package/scss/coreui-utilities.rtl.scss +1 -1
- package/scss/coreui-utilities.scss +0 -1
- package/scss/coreui.scss +0 -1
- package/scss/forms/_floating-labels.scss +3 -2
- package/scss/forms/_form-check.scss +12 -20
- package/scss/forms/_form-control.scss +14 -11
- package/scss/forms/_form-range.scss +11 -11
- package/scss/forms/_form-select.scss +9 -16
- package/scss/forms/_form-text.scss +1 -1
- package/scss/forms/_labels.scss +2 -2
- package/scss/helpers/_color-bg.scss +1 -14
- package/scss/helpers/_vr.scss +1 -1
- package/scss/mixins/_banner.scss +1 -1
- package/scss/mixins/_caret.scss +3 -3
- package/scss/mixins/_list-group.scss +0 -1
- package/scss/mixins/_utilities.scss +15 -35
- package/scss/sidebar/_sidebar.scss +2 -10
- package/js/index.esm.js +0 -21
- package/js/index.umd.js +0 -38
- package/scss/_variables-dark.scss +0 -169
- package/scss/mixins/_color-mode.scss +0 -21
package/dist/css/coreui.css
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* CoreUI v4.3.0
|
|
3
|
+
* CoreUI v4.3.0 (https://coreui.io)
|
|
4
4
|
* Copyright (c) 2023 creativeLabs Łukasz Holeczek
|
|
5
5
|
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
|
|
6
6
|
*/
|
|
7
|
-
:root
|
|
8
|
-
[data-coreui-theme=light] {
|
|
7
|
+
:root {
|
|
9
8
|
--cui-blue: #0d6efd;
|
|
10
9
|
--cui-indigo: #6610f2;
|
|
11
10
|
--cui-purple: #6f42c1;
|
|
@@ -16,61 +15,39 @@
|
|
|
16
15
|
--cui-green: #198754;
|
|
17
16
|
--cui-teal: #20c997;
|
|
18
17
|
--cui-cyan: #0dcaf0;
|
|
19
|
-
--cui-black: #
|
|
18
|
+
--cui-black: #000015;
|
|
20
19
|
--cui-white: #fff;
|
|
21
|
-
--cui-gray: #
|
|
22
|
-
--cui-gray-dark: #
|
|
23
|
-
--cui-gray-100: #
|
|
24
|
-
--cui-gray-200: #
|
|
25
|
-
--cui-gray-300: #
|
|
26
|
-
--cui-gray-400: #
|
|
27
|
-
--cui-gray-500: #
|
|
28
|
-
--cui-gray-600: #
|
|
29
|
-
--cui-gray-700: #
|
|
30
|
-
--cui-gray-800: #
|
|
31
|
-
--cui-gray-900: #
|
|
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;
|
|
32
31
|
--cui-primary: #321fdb;
|
|
33
32
|
--cui-secondary: #9da5b1;
|
|
34
33
|
--cui-success: #2eb85c;
|
|
35
34
|
--cui-info: #39f;
|
|
36
35
|
--cui-warning: #f9b115;
|
|
37
36
|
--cui-danger: #e55353;
|
|
38
|
-
--cui-light: #
|
|
39
|
-
--cui-dark: #
|
|
37
|
+
--cui-light: #ebedef;
|
|
38
|
+
--cui-dark: #4f5d73;
|
|
40
39
|
--cui-primary-rgb: 50, 31, 219;
|
|
41
40
|
--cui-secondary-rgb: 157, 165, 177;
|
|
42
41
|
--cui-success-rgb: 46, 184, 92;
|
|
43
42
|
--cui-info-rgb: 51, 153, 255;
|
|
44
43
|
--cui-warning-rgb: 249, 177, 21;
|
|
45
44
|
--cui-danger-rgb: 229, 83, 83;
|
|
46
|
-
--cui-light-rgb:
|
|
47
|
-
--cui-dark-rgb:
|
|
48
|
-
--cui-primary-text-emphasis: #1f1498;
|
|
49
|
-
--cui-secondary-text-emphasis: #212233;
|
|
50
|
-
--cui-success-text-emphasis: #0f5722;
|
|
51
|
-
--cui-info-text-emphasis: #184c77;
|
|
52
|
-
--cui-warning-text-emphasis: #764705;
|
|
53
|
-
--cui-danger-text-emphasis: #671414;
|
|
54
|
-
--cui-light-text-emphasis: #4a566d;
|
|
55
|
-
--cui-dark-text-emphasis: #323a49;
|
|
56
|
-
--cui-primary-bg-subtle: #ccc7f6;
|
|
57
|
-
--cui-secondary-bg-subtle: #ced2d8;
|
|
58
|
-
--cui-success-bg-subtle: #cbedd6;
|
|
59
|
-
--cui-info-bg-subtle: #c0e6ff;
|
|
60
|
-
--cui-warning-bg-subtle: #feecc5;
|
|
61
|
-
--cui-danger-bg-subtle: #f9d4d4;
|
|
62
|
-
--cui-light-bg-subtle: #f9fafb;
|
|
63
|
-
--cui-dark-bg-subtle: #cfd4de;
|
|
64
|
-
--cui-primary-border-subtle: #988fed;
|
|
65
|
-
--cui-secondary-border-subtle: #9da5b1;
|
|
66
|
-
--cui-success-border-subtle: #96dbad;
|
|
67
|
-
--cui-info-border-subtle: #80c6ff;
|
|
68
|
-
--cui-warning-border-subtle: #fcd88a;
|
|
69
|
-
--cui-danger-border-subtle: #f2a9a9;
|
|
70
|
-
--cui-light-border-subtle: #e7eaee;
|
|
71
|
-
--cui-dark-border-subtle: #aab3c5;
|
|
45
|
+
--cui-light-rgb: 235, 237, 239;
|
|
46
|
+
--cui-dark-rgb: 79, 93, 115;
|
|
72
47
|
--cui-white-rgb: 255, 255, 255;
|
|
73
|
-
--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;
|
|
74
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";
|
|
75
52
|
--cui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
76
53
|
--cui-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
|
@@ -78,23 +55,23 @@
|
|
|
78
55
|
--cui-body-font-size: 1rem;
|
|
79
56
|
--cui-body-font-weight: 400;
|
|
80
57
|
--cui-body-line-height: 1.5;
|
|
81
|
-
--cui-body-color: rgba(
|
|
82
|
-
--cui-body-color-rgb:
|
|
58
|
+
--cui-body-color: rgba(44, 56, 74, 0.95);
|
|
59
|
+
--cui-body-color-rgb: 44, 56, 74;
|
|
83
60
|
--cui-body-bg: #fff;
|
|
84
61
|
--cui-body-bg-rgb: 255, 255, 255;
|
|
85
|
-
--cui-emphasis-color: #
|
|
86
|
-
--cui-emphasis-color-rgb:
|
|
87
|
-
--cui-secondary-color: rgba(
|
|
88
|
-
--cui-secondary-color-rgb:
|
|
89
|
-
--cui-secondary-bg: #
|
|
90
|
-
--cui-secondary-bg-rgb:
|
|
91
|
-
--cui-tertiary-color: rgba(
|
|
92
|
-
--cui-tertiary-color-rgb:
|
|
93
|
-
--cui-tertiary-bg: #
|
|
94
|
-
--cui-tertiary-bg-rgb:
|
|
95
|
-
--cui-high-emphasis: rgba(
|
|
96
|
-
--cui-medium-emphasis: rgba(
|
|
97
|
-
--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);
|
|
98
75
|
--cui-high-emphasis-inverse: rgba(255, 255, 255, 0.87);
|
|
99
76
|
--cui-medium-emphasis-inverse: rgba(255, 255, 255, 0.6);
|
|
100
77
|
--cui-disabled-inverse: rgba(255, 255, 255, 0.38);
|
|
@@ -108,8 +85,8 @@
|
|
|
108
85
|
--cui-highlight-bg: #fff3cd;
|
|
109
86
|
--cui-border-width: 1px;
|
|
110
87
|
--cui-border-style: solid;
|
|
111
|
-
--cui-border-color: #
|
|
112
|
-
--cui-border-color-translucent: rgba(
|
|
88
|
+
--cui-border-color: #d8dbe0;
|
|
89
|
+
--cui-border-color-translucent: rgba(0, 0, 21, 0.175);
|
|
113
90
|
--cui-border-radius: 0.375rem;
|
|
114
91
|
--cui-border-radius-sm: 0.25rem;
|
|
115
92
|
--cui-border-radius-lg: 0.5rem;
|
|
@@ -117,10 +94,10 @@
|
|
|
117
94
|
--cui-border-radius-xxl: 2rem;
|
|
118
95
|
--cui-border-radius-2xl: var(--cui-border-radius-xxl);
|
|
119
96
|
--cui-border-radius-pill: 50rem;
|
|
120
|
-
--cui-box-shadow: 0 0.5rem 1rem rgba(
|
|
121
|
-
--cui-box-shadow-sm: 0 0.125rem 0.25rem rgba(
|
|
122
|
-
--cui-box-shadow-lg: 0 1rem 3rem rgba(
|
|
123
|
-
--cui-box-shadow-inset: inset 0 1px 2px rgba(
|
|
97
|
+
--cui-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15);
|
|
98
|
+
--cui-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
|
|
99
|
+
--cui-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 21, 0.175);
|
|
100
|
+
--cui-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 21, 0.075);
|
|
124
101
|
--cui-focus-ring-width: 0.25rem;
|
|
125
102
|
--cui-focus-ring-opacity: 0.25;
|
|
126
103
|
--cui-focus-ring-color: rgba(50, 31, 219, 0.25);
|
|
@@ -128,88 +105,13 @@
|
|
|
128
105
|
--cui-form-valid-border-color: #2eb85c;
|
|
129
106
|
--cui-form-invalid-color: #e55353;
|
|
130
107
|
--cui-form-invalid-border-color: #e55353;
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
--cui-
|
|
136
|
-
--cui-
|
|
137
|
-
--cui-
|
|
138
|
-
--cui-body-bg-rgb: 33, 38, 49;
|
|
139
|
-
--cui-emphasis-color: #fff;
|
|
140
|
-
--cui-emphasis-color-rgb: 255, 255, 255;
|
|
141
|
-
--cui-secondary-color: rgba(170, 179, 197, 0.75);
|
|
142
|
-
--cui-secondary-color-rgb: 170, 179, 197;
|
|
143
|
-
--cui-secondary-bg: #323a49;
|
|
144
|
-
--cui-secondary-bg-rgb: 50, 58, 73;
|
|
145
|
-
--cui-tertiary-color: rgba(170, 179, 197, 0.5);
|
|
146
|
-
--cui-tertiary-color-rgb: 170, 179, 197;
|
|
147
|
-
--cui-tertiary-bg: #252a37;
|
|
148
|
-
--cui-tertiary-bg-rgb: 37, 42, 55;
|
|
149
|
-
--cui-high-emphasis: #aab3c5;
|
|
150
|
-
--cui-medium-emphasis: rgba(170, 179, 197, 0.75);
|
|
151
|
-
--cui-disabled: rgba(170, 179, 197, 0.5);
|
|
152
|
-
--cui-primary: #6b60ce;
|
|
153
|
-
--cui-secondary: #a6a7a8;
|
|
154
|
-
--cui-success: #3aad60;
|
|
155
|
-
--cui-info: #3d99f5;
|
|
156
|
-
--cui-warning: #edad21;
|
|
157
|
-
--cui-danger: #db5d5d;
|
|
158
|
-
--cui-light: #f4f5f6;
|
|
159
|
-
--cui-dark: #25282d;
|
|
160
|
-
--cui-gray-100: #f3f4f7;
|
|
161
|
-
--cui-gray-200: #e7eaee;
|
|
162
|
-
--cui-gray-300: #dbdfe6;
|
|
163
|
-
--cui-gray-400: #cfd4de;
|
|
164
|
-
--cui-gray-500: #aab3c5;
|
|
165
|
-
--cui-gray-600: #6d7d9c;
|
|
166
|
-
--cui-gray-700: #4a566d;
|
|
167
|
-
--cui-gray-800: #323a49;
|
|
168
|
-
--cui-gray-900: #212631;
|
|
169
|
-
--cui-primary-rgb: 107, 96, 206;
|
|
170
|
-
--cui-secondary-rgb: 166, 167, 168;
|
|
171
|
-
--cui-success-rgb: 58, 173, 96;
|
|
172
|
-
--cui-info-rgb: 61, 153, 245;
|
|
173
|
-
--cui-warning-rgb: 237, 173, 33;
|
|
174
|
-
--cui-danger-rgb: 219, 93, 93;
|
|
175
|
-
--cui-light-rgb: 244, 245, 246;
|
|
176
|
-
--cui-dark-rgb: 37, 40, 45;
|
|
177
|
-
--cui-primary-text-emphasis: #1f1498;
|
|
178
|
-
--cui-secondary-text-emphasis: #212233;
|
|
179
|
-
--cui-success-text-emphasis: #0f5722;
|
|
180
|
-
--cui-info-text-emphasis: #184c77;
|
|
181
|
-
--cui-warning-text-emphasis: #764705;
|
|
182
|
-
--cui-danger-text-emphasis: #671414;
|
|
183
|
-
--cui-light-text-emphasis: #f3f4f7;
|
|
184
|
-
--cui-dark-text-emphasis: #dbdfe6;
|
|
185
|
-
--cui-primary-bg-subtle: #ccc7f6;
|
|
186
|
-
--cui-secondary-bg-subtle: #ced2d8;
|
|
187
|
-
--cui-success-bg-subtle: #cbedd6;
|
|
188
|
-
--cui-info-bg-subtle: #c0e6ff;
|
|
189
|
-
--cui-warning-bg-subtle: #feecc5;
|
|
190
|
-
--cui-danger-bg-subtle: #f9d4d4;
|
|
191
|
-
--cui-light-bg-subtle: #323a49;
|
|
192
|
-
--cui-dark-bg-subtle: #1d222b;
|
|
193
|
-
--cui-primary-border-subtle: #988fed;
|
|
194
|
-
--cui-secondary-border-subtle: #9da5b1;
|
|
195
|
-
--cui-success-border-subtle: #96dbad;
|
|
196
|
-
--cui-info-border-subtle: #80c6ff;
|
|
197
|
-
--cui-warning-border-subtle: #fcd88a;
|
|
198
|
-
--cui-danger-border-subtle: #f2a9a9;
|
|
199
|
-
--cui-light-border-subtle: #4a566d;
|
|
200
|
-
--cui-dark-border-subtle: #323a49;
|
|
201
|
-
--cui-heading-color: inherit;
|
|
202
|
-
--cui-link-color: #8479e9;
|
|
203
|
-
--cui-link-hover-color: #9d94ed;
|
|
204
|
-
--cui-link-color-rgb: 132, 121, 233;
|
|
205
|
-
--cui-link-hover-color-rgb: 157, 148, 237;
|
|
206
|
-
--cui-code-color: #e685b5;
|
|
207
|
-
--cui-border-color: #323a49;
|
|
208
|
-
--cui-border-color-translucent: rgba(255, 255, 255, 0.1);
|
|
209
|
-
--cui-form-valid-color: #75b798;
|
|
210
|
-
--cui-form-valid-border-color: #75b798;
|
|
211
|
-
--cui-form-invalid-color: #ea868f;
|
|
212
|
-
--cui-form-invalid-border-color: #ea868f;
|
|
108
|
+
--cui-breakpoint-xs: 0;
|
|
109
|
+
--cui-breakpoint-sm: 576px;
|
|
110
|
+
--cui-breakpoint-md: 768px;
|
|
111
|
+
--cui-breakpoint-lg: 992px;
|
|
112
|
+
--cui-breakpoint-xl: 1200px;
|
|
113
|
+
--cui-breakpoint-xxl: 1400px;
|
|
114
|
+
--cui-mobile-breakpoint: md;
|
|
213
115
|
}
|
|
214
116
|
|
|
215
117
|
*,
|
|
@@ -234,7 +136,7 @@ body {
|
|
|
234
136
|
text-align: var(--cui-body-text-align);
|
|
235
137
|
background-color: var(--cui-body-bg);
|
|
236
138
|
-webkit-text-size-adjust: 100%;
|
|
237
|
-
-webkit-tap-highlight-color: rgba(
|
|
139
|
+
-webkit-tap-highlight-color: rgba(0, 0, 21, 0);
|
|
238
140
|
}
|
|
239
141
|
|
|
240
142
|
hr {
|
|
@@ -570,8 +472,8 @@ legend + * {
|
|
|
570
472
|
}
|
|
571
473
|
|
|
572
474
|
[type=search] {
|
|
573
|
-
outline-offset: -2px;
|
|
574
475
|
-webkit-appearance: textfield;
|
|
476
|
+
outline-offset: -2px;
|
|
575
477
|
}
|
|
576
478
|
|
|
577
479
|
*[dir=rtl] [type=tel],
|
|
@@ -725,7 +627,7 @@ progress {
|
|
|
725
627
|
margin-top: -1rem;
|
|
726
628
|
margin-bottom: 1rem;
|
|
727
629
|
font-size: 0.875em;
|
|
728
|
-
color: #
|
|
630
|
+
color: #8a93a2;
|
|
729
631
|
}
|
|
730
632
|
.blockquote-footer::before {
|
|
731
633
|
content: "— ";
|
|
@@ -800,15 +702,6 @@ progress {
|
|
|
800
702
|
max-width: 1320px;
|
|
801
703
|
}
|
|
802
704
|
}
|
|
803
|
-
:root {
|
|
804
|
-
--cui-breakpoint-xs: 0;
|
|
805
|
-
--cui-breakpoint-sm: 576px;
|
|
806
|
-
--cui-breakpoint-md: 768px;
|
|
807
|
-
--cui-breakpoint-lg: 992px;
|
|
808
|
-
--cui-breakpoint-xl: 1200px;
|
|
809
|
-
--cui-breakpoint-xxl: 1400px;
|
|
810
|
-
--cui-mobile-breakpoint: md;
|
|
811
|
-
}
|
|
812
705
|
|
|
813
706
|
.row {
|
|
814
707
|
--cui-gutter-x: 1.5rem;
|
|
@@ -1887,15 +1780,15 @@ progress {
|
|
|
1887
1780
|
--cui-table-color-state: initial;
|
|
1888
1781
|
--cui-table-bg-state: initial;
|
|
1889
1782
|
--cui-table-color: var(--cui-body-color);
|
|
1890
|
-
--cui-table-bg:
|
|
1783
|
+
--cui-table-bg: var(--cui-body-bg);
|
|
1891
1784
|
--cui-table-border-color: var(--cui-border-color);
|
|
1892
1785
|
--cui-table-accent-bg: transparent;
|
|
1893
1786
|
--cui-table-striped-color: var(--cui-body-color);
|
|
1894
|
-
--cui-table-striped-bg: rgba(
|
|
1787
|
+
--cui-table-striped-bg: rgba(0, 0, 21, 0.05);
|
|
1895
1788
|
--cui-table-active-color: var(--cui-body-color);
|
|
1896
|
-
--cui-table-active-bg: rgba(
|
|
1789
|
+
--cui-table-active-bg: rgba(0, 0, 21, 0.1);
|
|
1897
1790
|
--cui-table-hover-color: var(--cui-body-color);
|
|
1898
|
-
--cui-table-hover-bg: rgba(
|
|
1791
|
+
--cui-table-hover-bg: rgba(0, 0, 21, 0.075);
|
|
1899
1792
|
width: 100%;
|
|
1900
1793
|
margin-bottom: 1rem;
|
|
1901
1794
|
vertical-align: top;
|
|
@@ -1962,112 +1855,112 @@ progress {
|
|
|
1962
1855
|
}
|
|
1963
1856
|
|
|
1964
1857
|
.table-primary {
|
|
1965
|
-
--cui-table-color: rgba(
|
|
1858
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1966
1859
|
--cui-table-bg: #d6d2f8;
|
|
1967
|
-
--cui-table-border-color: rgba(198,
|
|
1968
|
-
--cui-table-striped-bg: rgba(206,
|
|
1969
|
-
--cui-table-striped-color: rgba(
|
|
1970
|
-
--cui-table-active-bg: rgba(198,
|
|
1971
|
-
--cui-table-active-color: rgba(
|
|
1972
|
-
--cui-table-hover-bg: rgba(202, 199,
|
|
1973
|
-
--cui-table-hover-color: rgba(
|
|
1860
|
+
--cui-table-border-color: rgba(198, 196, 232, 0.995);
|
|
1861
|
+
--cui-table-striped-bg: rgba(206, 203, 240, 0.9975);
|
|
1862
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1863
|
+
--cui-table-active-bg: rgba(198, 196, 232, 0.995);
|
|
1864
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1865
|
+
--cui-table-hover-bg: rgba(202, 199, 236, 0.99625);
|
|
1866
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
1974
1867
|
color: var(--cui-table-color);
|
|
1975
1868
|
border-color: var(--cui-table-border-color);
|
|
1976
1869
|
}
|
|
1977
1870
|
|
|
1978
1871
|
.table-secondary {
|
|
1979
|
-
--cui-table-color: rgba(
|
|
1872
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1980
1873
|
--cui-table-bg: #ebedef;
|
|
1981
|
-
--cui-table-border-color: rgba(
|
|
1982
|
-
--cui-table-striped-bg: rgba(226,
|
|
1983
|
-
--cui-table-striped-color: rgba(
|
|
1984
|
-
--cui-table-active-bg: rgba(
|
|
1985
|
-
--cui-table-active-color: rgba(
|
|
1986
|
-
--cui-table-hover-bg: rgba(
|
|
1987
|
-
--cui-table-hover-color: rgba(
|
|
1874
|
+
--cui-table-border-color: rgba(218, 220, 224, 0.995);
|
|
1875
|
+
--cui-table-striped-bg: rgba(226, 229, 232, 0.9975);
|
|
1876
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1877
|
+
--cui-table-active-bg: rgba(218, 220, 224, 0.995);
|
|
1878
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1879
|
+
--cui-table-hover-bg: rgba(222, 225, 228, 0.99625);
|
|
1880
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
1988
1881
|
color: var(--cui-table-color);
|
|
1989
1882
|
border-color: var(--cui-table-border-color);
|
|
1990
1883
|
}
|
|
1991
1884
|
|
|
1992
1885
|
.table-success {
|
|
1993
|
-
--cui-table-color: rgba(
|
|
1886
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1994
1887
|
--cui-table-bg: #d5f1de;
|
|
1995
|
-
--cui-table-border-color: rgba(
|
|
1996
|
-
--cui-table-striped-bg: rgba(205,
|
|
1997
|
-
--cui-table-striped-color: rgba(
|
|
1998
|
-
--cui-table-active-bg: rgba(
|
|
1999
|
-
--cui-table-active-color: rgba(
|
|
2000
|
-
--cui-table-hover-bg: rgba(201,
|
|
2001
|
-
--cui-table-hover-color: rgba(
|
|
1888
|
+
--cui-table-border-color: rgba(198, 224, 208, 0.995);
|
|
1889
|
+
--cui-table-striped-bg: rgba(205, 233, 215, 0.9975);
|
|
1890
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1891
|
+
--cui-table-active-bg: rgba(198, 224, 208, 0.995);
|
|
1892
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1893
|
+
--cui-table-hover-bg: rgba(201, 228, 212, 0.99625);
|
|
1894
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2002
1895
|
color: var(--cui-table-color);
|
|
2003
1896
|
border-color: var(--cui-table-border-color);
|
|
2004
1897
|
}
|
|
2005
1898
|
|
|
2006
1899
|
.table-info {
|
|
2007
|
-
--cui-table-color: rgba(
|
|
1900
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
2008
1901
|
--cui-table-bg: #d6ebff;
|
|
2009
|
-
--cui-table-border-color: rgba(198,
|
|
2010
|
-
--cui-table-striped-bg: rgba(206,
|
|
2011
|
-
--cui-table-striped-color: rgba(
|
|
2012
|
-
--cui-table-active-bg: rgba(198,
|
|
2013
|
-
--cui-table-active-color: rgba(
|
|
2014
|
-
--cui-table-hover-bg: rgba(202,
|
|
2015
|
-
--cui-table-hover-color: rgba(
|
|
1902
|
+
--cui-table-border-color: rgba(198, 219, 238, 0.995);
|
|
1903
|
+
--cui-table-striped-bg: rgba(206, 227, 247, 0.9975);
|
|
1904
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1905
|
+
--cui-table-active-bg: rgba(198, 219, 238, 0.995);
|
|
1906
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1907
|
+
--cui-table-hover-bg: rgba(202, 223, 243, 0.99625);
|
|
1908
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2016
1909
|
color: var(--cui-table-color);
|
|
2017
1910
|
border-color: var(--cui-table-border-color);
|
|
2018
1911
|
}
|
|
2019
1912
|
|
|
2020
1913
|
.table-warning {
|
|
2021
|
-
--cui-table-color: rgba(
|
|
1914
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
2022
1915
|
--cui-table-bg: #feefd0;
|
|
2023
|
-
--cui-table-border-color: rgba(
|
|
2024
|
-
--cui-table-striped-bg: rgba(244,
|
|
2025
|
-
--cui-table-striped-color: rgba(
|
|
2026
|
-
--cui-table-active-bg: rgba(
|
|
2027
|
-
--cui-table-active-color: rgba(
|
|
2028
|
-
--cui-table-hover-bg: rgba(
|
|
2029
|
-
--cui-table-hover-color: rgba(
|
|
1916
|
+
--cui-table-border-color: rgba(235, 222, 196, 0.995);
|
|
1917
|
+
--cui-table-striped-bg: rgba(244, 231, 202, 0.9975);
|
|
1918
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1919
|
+
--cui-table-active-bg: rgba(235, 222, 196, 0.995);
|
|
1920
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1921
|
+
--cui-table-hover-bg: rgba(240, 226, 199, 0.99625);
|
|
1922
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2030
1923
|
color: var(--cui-table-color);
|
|
2031
1924
|
border-color: var(--cui-table-border-color);
|
|
2032
1925
|
}
|
|
2033
1926
|
|
|
2034
1927
|
.table-danger {
|
|
2035
|
-
--cui-table-color: rgba(
|
|
1928
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
2036
1929
|
--cui-table-bg: #fadddd;
|
|
2037
|
-
--cui-table-border-color: rgba(231,
|
|
2038
|
-
--cui-table-striped-bg: rgba(
|
|
2039
|
-
--cui-table-striped-color: rgba(
|
|
2040
|
-
--cui-table-active-bg: rgba(231,
|
|
2041
|
-
--cui-table-active-color: rgba(
|
|
2042
|
-
--cui-table-hover-bg: rgba(
|
|
2043
|
-
--cui-table-hover-color: rgba(
|
|
1930
|
+
--cui-table-border-color: rgba(231, 206, 208, 0.995);
|
|
1931
|
+
--cui-table-striped-bg: rgba(241, 214, 214, 0.9975);
|
|
1932
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1933
|
+
--cui-table-active-bg: rgba(231, 206, 208, 0.995);
|
|
1934
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1935
|
+
--cui-table-hover-bg: rgba(236, 210, 211, 0.99625);
|
|
1936
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2044
1937
|
color: var(--cui-table-color);
|
|
2045
1938
|
border-color: var(--cui-table-border-color);
|
|
2046
1939
|
}
|
|
2047
1940
|
|
|
2048
1941
|
.table-light {
|
|
2049
|
-
--cui-table-color: rgba(
|
|
2050
|
-
--cui-table-bg: #
|
|
2051
|
-
--cui-table-border-color: rgba(
|
|
2052
|
-
--cui-table-striped-bg: rgba(
|
|
2053
|
-
--cui-table-striped-color: rgba(
|
|
2054
|
-
--cui-table-active-bg: rgba(
|
|
2055
|
-
--cui-table-active-color: rgba(
|
|
2056
|
-
--cui-table-hover-bg: rgba(
|
|
2057
|
-
--cui-table-hover-color: rgba(
|
|
1942
|
+
--cui-table-color: rgba(44, 56, 74, 0.95);
|
|
1943
|
+
--cui-table-bg: #ebedef;
|
|
1944
|
+
--cui-table-border-color: rgba(218, 220, 224, 0.995);
|
|
1945
|
+
--cui-table-striped-bg: rgba(226, 229, 232, 0.9975);
|
|
1946
|
+
--cui-table-striped-color: rgba(44, 56, 74, 0.95);
|
|
1947
|
+
--cui-table-active-bg: rgba(218, 220, 224, 0.995);
|
|
1948
|
+
--cui-table-active-color: rgba(44, 56, 74, 0.95);
|
|
1949
|
+
--cui-table-hover-bg: rgba(222, 225, 228, 0.99625);
|
|
1950
|
+
--cui-table-hover-color: rgba(44, 56, 74, 0.95);
|
|
2058
1951
|
color: var(--cui-table-color);
|
|
2059
1952
|
border-color: var(--cui-table-border-color);
|
|
2060
1953
|
}
|
|
2061
1954
|
|
|
2062
1955
|
.table-dark {
|
|
2063
1956
|
--cui-table-color: rgba(255, 255, 255, 0.87);
|
|
2064
|
-
--cui-table-bg: #
|
|
2065
|
-
--cui-table-border-color: rgba(
|
|
2066
|
-
--cui-table-striped-bg: rgba(
|
|
1957
|
+
--cui-table-bg: #4f5d73;
|
|
1958
|
+
--cui-table-border-color: rgba(93, 106, 126, 0.987);
|
|
1959
|
+
--cui-table-striped-bg: rgba(86, 99, 120, 0.9935);
|
|
2067
1960
|
--cui-table-striped-color: rgba(255, 255, 255, 0.87);
|
|
2068
|
-
--cui-table-active-bg: rgba(
|
|
1961
|
+
--cui-table-active-bg: rgba(93, 106, 126, 0.987);
|
|
2069
1962
|
--cui-table-active-color: rgba(255, 255, 255, 0.87);
|
|
2070
|
-
--cui-table-hover-bg: rgba(
|
|
1963
|
+
--cui-table-hover-bg: rgba(89, 103, 123, 0.99025);
|
|
2071
1964
|
--cui-table-hover-color: rgba(255, 255, 255, 0.87);
|
|
2072
1965
|
color: var(--cui-table-color);
|
|
2073
1966
|
border-color: var(--cui-table-border-color);
|
|
@@ -2110,6 +2003,7 @@ progress {
|
|
|
2110
2003
|
}
|
|
2111
2004
|
.form-label {
|
|
2112
2005
|
margin-bottom: 0.5rem;
|
|
2006
|
+
color: var(--cui-form-label-color, );
|
|
2113
2007
|
}
|
|
2114
2008
|
|
|
2115
2009
|
.col-form-label {
|
|
@@ -2118,6 +2012,7 @@ progress {
|
|
|
2118
2012
|
margin-bottom: 0;
|
|
2119
2013
|
font-size: inherit;
|
|
2120
2014
|
line-height: 1.5;
|
|
2015
|
+
color: var(--cui-form-label-color, );
|
|
2121
2016
|
}
|
|
2122
2017
|
|
|
2123
2018
|
.col-form-label-lg {
|
|
@@ -2135,7 +2030,7 @@ progress {
|
|
|
2135
2030
|
.form-text {
|
|
2136
2031
|
margin-top: 0.25rem;
|
|
2137
2032
|
font-size: 0.875em;
|
|
2138
|
-
color: var(--cui-secondary-color);
|
|
2033
|
+
color: var(--cui-form-text-color, var(--cui-secondary-color));
|
|
2139
2034
|
}
|
|
2140
2035
|
|
|
2141
2036
|
.form-control {
|
|
@@ -2145,13 +2040,13 @@ progress {
|
|
|
2145
2040
|
font-size: 1rem;
|
|
2146
2041
|
font-weight: 400;
|
|
2147
2042
|
line-height: 1.5;
|
|
2148
|
-
color: var(--cui-body-color);
|
|
2149
|
-
background-color: var(--cui-body-bg);
|
|
2150
|
-
background-clip: padding-box;
|
|
2151
|
-
border: var(--cui-border-width) solid var(--cui-border-color);
|
|
2043
|
+
color: var(--cui-input-color, var(--cui-body-color));
|
|
2152
2044
|
-webkit-appearance: none;
|
|
2153
2045
|
-moz-appearance: none;
|
|
2154
2046
|
appearance: none;
|
|
2047
|
+
background-color: var(--cui-input-bg, var(--cui-body-bg));
|
|
2048
|
+
background-clip: padding-box;
|
|
2049
|
+
border: var(--cui-border-width) solid var(--cui-input-border-color, var(--cui-border-color));
|
|
2155
2050
|
border-radius: var(--cui-border-radius);
|
|
2156
2051
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2157
2052
|
}
|
|
@@ -2167,9 +2062,9 @@ progress {
|
|
|
2167
2062
|
cursor: pointer;
|
|
2168
2063
|
}
|
|
2169
2064
|
.form-control:focus {
|
|
2170
|
-
color: var(--cui-body-color);
|
|
2171
|
-
background-color: var(--cui-body-bg);
|
|
2172
|
-
border-color: #998fed;
|
|
2065
|
+
color: var(--cui-input-focus-color, var(--cui-body-color));
|
|
2066
|
+
background-color: var(--cui-input-focus-bg, var(--cui-body-bg));
|
|
2067
|
+
border-color: var(--cui-input-focus-border-color, #998fed);
|
|
2173
2068
|
outline: 0;
|
|
2174
2069
|
box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
2175
2070
|
}
|
|
@@ -2199,8 +2094,8 @@ progress {
|
|
|
2199
2094
|
margin: -0.375rem -0.75rem;
|
|
2200
2095
|
-webkit-margin-end: 0.75rem;
|
|
2201
2096
|
margin-inline-end: 0.75rem;
|
|
2202
|
-
color: var(--cui-body-color);
|
|
2203
|
-
background-color: var(--cui-tertiary-bg);
|
|
2097
|
+
color: var(--cui-form-file-button-color, var(--cui-body-color));
|
|
2098
|
+
background-color: var(--cui-form-file-button-bg, var(--cui-tertiary-bg));
|
|
2204
2099
|
pointer-events: none;
|
|
2205
2100
|
border-color: inherit;
|
|
2206
2101
|
border-style: solid;
|
|
@@ -2215,8 +2110,8 @@ progress {
|
|
|
2215
2110
|
margin: -0.375rem -0.75rem;
|
|
2216
2111
|
-webkit-margin-end: 0.75rem;
|
|
2217
2112
|
margin-inline-end: 0.75rem;
|
|
2218
|
-
color: var(--cui-body-color);
|
|
2219
|
-
background-color: var(--cui-tertiary-bg);
|
|
2113
|
+
color: var(--cui-form-file-button-color, var(--cui-body-color));
|
|
2114
|
+
background-color: var(--cui-form-file-button-bg, var(--cui-tertiary-bg));
|
|
2220
2115
|
pointer-events: none;
|
|
2221
2116
|
border-color: inherit;
|
|
2222
2117
|
border-style: solid;
|
|
@@ -2235,10 +2130,10 @@ progress {
|
|
|
2235
2130
|
}
|
|
2236
2131
|
}
|
|
2237
2132
|
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
|
|
2238
|
-
background-color: var(--cui-secondary-bg);
|
|
2133
|
+
background-color: var(--cui-form-file-button-hover-bg, var(--cui-secondary-bg));
|
|
2239
2134
|
}
|
|
2240
2135
|
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
|
2241
|
-
background-color: var(--cui-secondary-bg);
|
|
2136
|
+
background-color: var(--cui-form-file-button-hover-bg, var(--cui-secondary-bg));
|
|
2242
2137
|
}
|
|
2243
2138
|
|
|
2244
2139
|
.form-control-plaintext {
|
|
@@ -2247,7 +2142,7 @@ progress {
|
|
|
2247
2142
|
padding: 0.375rem 0;
|
|
2248
2143
|
margin-bottom: 0;
|
|
2249
2144
|
line-height: 1.5;
|
|
2250
|
-
color: var(--cui-body-color);
|
|
2145
|
+
color: var(--cui-input-plaintext-color, var(--cui-body-color));
|
|
2251
2146
|
background-color: transparent;
|
|
2252
2147
|
border: solid transparent;
|
|
2253
2148
|
border-width: var(--cui-border-width) 0;
|
|
@@ -2332,25 +2227,26 @@ textarea.form-control-lg {
|
|
|
2332
2227
|
}
|
|
2333
2228
|
|
|
2334
2229
|
.form-select {
|
|
2335
|
-
--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='%
|
|
2230
|
+
--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");
|
|
2336
2231
|
display: block;
|
|
2337
2232
|
width: 100%;
|
|
2338
2233
|
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
|
|
2234
|
+
-moz-padding-start: calc(0.75rem - 3px);
|
|
2339
2235
|
font-size: 1rem;
|
|
2340
2236
|
font-weight: 400;
|
|
2341
2237
|
line-height: 1.5;
|
|
2342
|
-
color: var(--cui-body-color);
|
|
2343
|
-
|
|
2238
|
+
color: var(--cui-form-select-color, var(--cui-body-color));
|
|
2239
|
+
-webkit-appearance: none;
|
|
2240
|
+
-moz-appearance: none;
|
|
2241
|
+
appearance: none;
|
|
2242
|
+
background-color: var(--cui-form-select-bg, var(--cui-body-bg));
|
|
2344
2243
|
background-image: var(--cui-form-select-bg-img), var(--cui-form-select-bg-icon, none);
|
|
2345
2244
|
background-repeat: no-repeat;
|
|
2346
2245
|
background-position: right 0.75rem center;
|
|
2347
2246
|
background-size: 16px 12px;
|
|
2348
|
-
border: var(--cui-border-width) solid var(--cui-border-color);
|
|
2247
|
+
border: var(--cui-border-width) solid var(--cui-form-select-border-color, var(--cui-border-color));
|
|
2349
2248
|
border-radius: var(--cui-border-radius);
|
|
2350
2249
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2351
|
-
-webkit-appearance: none;
|
|
2352
|
-
-moz-appearance: none;
|
|
2353
|
-
appearance: none;
|
|
2354
2250
|
}
|
|
2355
2251
|
@media (prefers-reduced-motion: reduce) {
|
|
2356
2252
|
.form-select {
|
|
@@ -2358,7 +2254,7 @@ textarea.form-control-lg {
|
|
|
2358
2254
|
}
|
|
2359
2255
|
}
|
|
2360
2256
|
.form-select:focus {
|
|
2361
|
-
border-color: var(#998fed);
|
|
2257
|
+
border-color: var(--cui-form-select-focus-border-color, #998fed);
|
|
2362
2258
|
outline: 0;
|
|
2363
2259
|
box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
2364
2260
|
}
|
|
@@ -2367,11 +2263,12 @@ textarea.form-control-lg {
|
|
|
2367
2263
|
background-image: none;
|
|
2368
2264
|
}
|
|
2369
2265
|
.form-select:disabled {
|
|
2370
|
-
|
|
2266
|
+
color: var(--cui-form-select-disabled-color, );
|
|
2267
|
+
background-color: var(--cui-form-select-disabled-bg, var(--cui-secondary-bg));
|
|
2371
2268
|
}
|
|
2372
2269
|
.form-select:-moz-focusring {
|
|
2373
2270
|
color: transparent;
|
|
2374
|
-
text-shadow: 0 0 0 var(--cui-body-color);
|
|
2271
|
+
text-shadow: 0 0 0 var(--cui-form-select-color, var(--cui-body-color));
|
|
2375
2272
|
}
|
|
2376
2273
|
|
|
2377
2274
|
.form-select-sm {
|
|
@@ -2390,10 +2287,6 @@ textarea.form-control-lg {
|
|
|
2390
2287
|
border-radius: var(--cui-border-radius-lg);
|
|
2391
2288
|
}
|
|
2392
2289
|
|
|
2393
|
-
[data-coreui-theme=dark] .form-select {
|
|
2394
|
-
--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");
|
|
2395
|
-
}
|
|
2396
|
-
|
|
2397
2290
|
.form-check {
|
|
2398
2291
|
display: block;
|
|
2399
2292
|
min-height: 1.5rem;
|
|
@@ -2422,15 +2315,15 @@ textarea.form-control-lg {
|
|
|
2422
2315
|
height: 1em;
|
|
2423
2316
|
margin-top: 0.25em;
|
|
2424
2317
|
vertical-align: top;
|
|
2318
|
+
-webkit-appearance: none;
|
|
2319
|
+
-moz-appearance: none;
|
|
2320
|
+
appearance: none;
|
|
2425
2321
|
background-color: var(--cui-form-check-bg);
|
|
2426
2322
|
background-image: var(--cui-form-check-bg-image);
|
|
2427
2323
|
background-repeat: no-repeat;
|
|
2428
2324
|
background-position: center;
|
|
2429
2325
|
background-size: contain;
|
|
2430
2326
|
border: var(--cui-border-width) solid var(--cui-border-color);
|
|
2431
|
-
-webkit-appearance: none;
|
|
2432
|
-
-moz-appearance: none;
|
|
2433
|
-
appearance: none;
|
|
2434
2327
|
-webkit-print-color-adjust: exact;
|
|
2435
2328
|
color-adjust: exact;
|
|
2436
2329
|
print-color-adjust: exact;
|
|
@@ -2482,7 +2375,7 @@ textarea.form-control-lg {
|
|
|
2482
2375
|
padding-left: 2.5em;
|
|
2483
2376
|
}
|
|
2484
2377
|
.form-switch .form-check-input {
|
|
2485
|
-
--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%
|
|
2378
|
+
--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");
|
|
2486
2379
|
width: 2em;
|
|
2487
2380
|
margin-left: -2.5em;
|
|
2488
2381
|
background-image: var(--cui-form-switch-bg);
|
|
@@ -2503,11 +2396,11 @@ textarea.form-control-lg {
|
|
|
2503
2396
|
--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");
|
|
2504
2397
|
}
|
|
2505
2398
|
.form-switch.form-check-reverse {
|
|
2506
|
-
padding-right:
|
|
2399
|
+
padding-right: 1.5em;
|
|
2507
2400
|
padding-left: 0;
|
|
2508
2401
|
}
|
|
2509
2402
|
.form-switch.form-check-reverse .form-check-input {
|
|
2510
|
-
margin-right: -
|
|
2403
|
+
margin-right: -1.5em;
|
|
2511
2404
|
margin-left: 0;
|
|
2512
2405
|
}
|
|
2513
2406
|
|
|
@@ -2553,18 +2446,14 @@ textarea.form-control-lg {
|
|
|
2553
2446
|
opacity: 0.65;
|
|
2554
2447
|
}
|
|
2555
2448
|
|
|
2556
|
-
[data-coreui-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
|
|
2557
|
-
--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");
|
|
2558
|
-
}
|
|
2559
|
-
|
|
2560
2449
|
.form-range {
|
|
2561
2450
|
width: 100%;
|
|
2562
2451
|
height: 1.5rem;
|
|
2563
2452
|
padding: 0;
|
|
2564
|
-
background-color: transparent;
|
|
2565
2453
|
-webkit-appearance: none;
|
|
2566
2454
|
-moz-appearance: none;
|
|
2567
2455
|
appearance: none;
|
|
2456
|
+
background-color: transparent;
|
|
2568
2457
|
}
|
|
2569
2458
|
.form-range:focus {
|
|
2570
2459
|
outline: 0;
|
|
@@ -2582,13 +2471,13 @@ textarea.form-control-lg {
|
|
|
2582
2471
|
width: 1rem;
|
|
2583
2472
|
height: 1rem;
|
|
2584
2473
|
margin-top: -0.25rem;
|
|
2585
|
-
|
|
2474
|
+
-webkit-appearance: none;
|
|
2475
|
+
appearance: none;
|
|
2476
|
+
background-color: var(--cui-form-range-thumb-bg, #321fdb);
|
|
2586
2477
|
border: 0;
|
|
2587
2478
|
border-radius: 1rem;
|
|
2588
2479
|
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2589
2480
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2590
|
-
-webkit-appearance: none;
|
|
2591
|
-
appearance: none;
|
|
2592
2481
|
}
|
|
2593
2482
|
@media (prefers-reduced-motion: reduce) {
|
|
2594
2483
|
.form-range::-webkit-slider-thumb {
|
|
@@ -2597,27 +2486,27 @@ textarea.form-control-lg {
|
|
|
2597
2486
|
}
|
|
2598
2487
|
}
|
|
2599
2488
|
.form-range::-webkit-slider-thumb:active {
|
|
2600
|
-
background-color: #c2bcf4;
|
|
2489
|
+
background-color: var(--cui-form-range-thumb-active-bg, #c2bcf4);
|
|
2601
2490
|
}
|
|
2602
2491
|
.form-range::-webkit-slider-runnable-track {
|
|
2603
2492
|
width: 100%;
|
|
2604
2493
|
height: 0.5rem;
|
|
2605
2494
|
color: transparent;
|
|
2606
2495
|
cursor: pointer;
|
|
2607
|
-
background-color: var(--cui-tertiary-bg);
|
|
2496
|
+
background-color: var(--cui-form-range-track-bg, var(--cui-tertiary-bg));
|
|
2608
2497
|
border-color: transparent;
|
|
2609
2498
|
border-radius: 1rem;
|
|
2610
2499
|
}
|
|
2611
2500
|
.form-range::-moz-range-thumb {
|
|
2612
2501
|
width: 1rem;
|
|
2613
2502
|
height: 1rem;
|
|
2614
|
-
|
|
2503
|
+
-moz-appearance: none;
|
|
2504
|
+
appearance: none;
|
|
2505
|
+
background-color: var(--cui-form-range-thumb-bg, #321fdb);
|
|
2615
2506
|
border: 0;
|
|
2616
2507
|
border-radius: 1rem;
|
|
2617
2508
|
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2618
2509
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2619
|
-
-moz-appearance: none;
|
|
2620
|
-
appearance: none;
|
|
2621
2510
|
}
|
|
2622
2511
|
@media (prefers-reduced-motion: reduce) {
|
|
2623
2512
|
.form-range::-moz-range-thumb {
|
|
@@ -2626,14 +2515,14 @@ textarea.form-control-lg {
|
|
|
2626
2515
|
}
|
|
2627
2516
|
}
|
|
2628
2517
|
.form-range::-moz-range-thumb:active {
|
|
2629
|
-
background-color: #c2bcf4;
|
|
2518
|
+
background-color: var(--cui-form-range-thumb-active-bg, #c2bcf4);
|
|
2630
2519
|
}
|
|
2631
2520
|
.form-range::-moz-range-track {
|
|
2632
2521
|
width: 100%;
|
|
2633
2522
|
height: 0.5rem;
|
|
2634
2523
|
color: transparent;
|
|
2635
2524
|
cursor: pointer;
|
|
2636
|
-
background-color: var(--cui-tertiary-bg);
|
|
2525
|
+
background-color: var(--cui-form-range-track-bg, var(--cui-tertiary-bg));
|
|
2637
2526
|
border-color: transparent;
|
|
2638
2527
|
border-radius: 1rem;
|
|
2639
2528
|
}
|
|
@@ -2641,10 +2530,10 @@ textarea.form-control-lg {
|
|
|
2641
2530
|
pointer-events: none;
|
|
2642
2531
|
}
|
|
2643
2532
|
.form-range:disabled::-webkit-slider-thumb {
|
|
2644
|
-
background-color: var(--cui-secondary-color);
|
|
2533
|
+
background-color: var(--cui-form-range-thumb-disabled-bg, var(--cui-secondary-color));
|
|
2645
2534
|
}
|
|
2646
2535
|
.form-range:disabled::-moz-range-thumb {
|
|
2647
|
-
background-color: var(--cui-secondary-color);
|
|
2536
|
+
background-color: var(--cui-form-range-thumb-disabled-bg, var(--cui-secondary-color));
|
|
2648
2537
|
}
|
|
2649
2538
|
|
|
2650
2539
|
.form-floating {
|
|
@@ -2747,10 +2636,12 @@ textarea.form-control-lg {
|
|
|
2747
2636
|
.form-floating > .form-control-plaintext ~ label {
|
|
2748
2637
|
border-width: var(--cui-border-width) 0;
|
|
2749
2638
|
}
|
|
2750
|
-
.form-floating > :disabled ~ label
|
|
2751
|
-
|
|
2639
|
+
.form-floating > :disabled ~ label,
|
|
2640
|
+
.form-floating > .form-control:disabled ~ label {
|
|
2641
|
+
color: #8a93a2;
|
|
2752
2642
|
}
|
|
2753
|
-
.form-floating > :disabled ~ label::after
|
|
2643
|
+
.form-floating > :disabled ~ label::after,
|
|
2644
|
+
.form-floating > .form-control:disabled ~ label::after {
|
|
2754
2645
|
background-color: var(--cui-secondary-bg);
|
|
2755
2646
|
}
|
|
2756
2647
|
|
|
@@ -3028,6 +2919,7 @@ textarea.form-control-lg {
|
|
|
3028
2919
|
.btn {
|
|
3029
2920
|
--cui-btn-padding-x: 0.75rem;
|
|
3030
2921
|
--cui-btn-padding-y: 0.375rem;
|
|
2922
|
+
--cui-btn-font-family: ;
|
|
3031
2923
|
--cui-btn-font-size: 1rem;
|
|
3032
2924
|
--cui-btn-font-weight: 400;
|
|
3033
2925
|
--cui-btn-line-height: 1.5;
|
|
@@ -3037,7 +2929,7 @@ textarea.form-control-lg {
|
|
|
3037
2929
|
--cui-btn-border-color: transparent;
|
|
3038
2930
|
--cui-btn-border-radius: var(--cui-border-radius);
|
|
3039
2931
|
--cui-btn-hover-border-color: transparent;
|
|
3040
|
-
--cui-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(
|
|
2932
|
+
--cui-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 21, 0.075);
|
|
3041
2933
|
--cui-btn-disabled-opacity: 0.65;
|
|
3042
2934
|
--cui-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--cui-btn-focus-shadow-rgb), .5);
|
|
3043
2935
|
display: inline-block;
|
|
@@ -3119,129 +3011,129 @@ textarea.form-control-lg {
|
|
|
3119
3011
|
--cui-btn-active-color: rgba(255, 255, 255, 0.87);
|
|
3120
3012
|
--cui-btn-active-bg: #5b4ce2;
|
|
3121
3013
|
--cui-btn-active-border-color: #4735df;
|
|
3122
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3014
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3123
3015
|
--cui-btn-disabled-color: rgba(255, 255, 255, 0.87);
|
|
3124
3016
|
--cui-btn-disabled-bg: #321fdb;
|
|
3125
3017
|
--cui-btn-disabled-border-color: #321fdb;
|
|
3126
3018
|
}
|
|
3127
3019
|
|
|
3128
3020
|
.btn-secondary {
|
|
3129
|
-
--cui-btn-color:
|
|
3021
|
+
--cui-btn-color: #000015;
|
|
3130
3022
|
--cui-btn-bg: #9da5b1;
|
|
3131
3023
|
--cui-btn-border-color: #9da5b1;
|
|
3132
|
-
--cui-btn-hover-color:
|
|
3133
|
-
--cui-btn-hover-bg: #
|
|
3134
|
-
--cui-btn-hover-border-color: #
|
|
3135
|
-
--cui-btn-focus-shadow-rgb:
|
|
3136
|
-
--cui-btn-active-color:
|
|
3137
|
-
--cui-btn-active-bg: #
|
|
3138
|
-
--cui-btn-active-border-color: #
|
|
3139
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3140
|
-
--cui-btn-disabled-color:
|
|
3024
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3025
|
+
--cui-btn-hover-bg: #acb3bd;
|
|
3026
|
+
--cui-btn-hover-border-color: #a7aeb9;
|
|
3027
|
+
--cui-btn-focus-shadow-rgb: 133, 140, 154;
|
|
3028
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3029
|
+
--cui-btn-active-bg: #b1b7c1;
|
|
3030
|
+
--cui-btn-active-border-color: #a7aeb9;
|
|
3031
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3032
|
+
--cui-btn-disabled-color: #000015;
|
|
3141
3033
|
--cui-btn-disabled-bg: #9da5b1;
|
|
3142
3034
|
--cui-btn-disabled-border-color: #9da5b1;
|
|
3143
3035
|
}
|
|
3144
3036
|
|
|
3145
3037
|
.btn-success {
|
|
3146
|
-
--cui-btn-color:
|
|
3038
|
+
--cui-btn-color: #000015;
|
|
3147
3039
|
--cui-btn-bg: #2eb85c;
|
|
3148
3040
|
--cui-btn-border-color: #2eb85c;
|
|
3149
|
-
--cui-btn-hover-color:
|
|
3150
|
-
--cui-btn-hover-bg: #
|
|
3151
|
-
--cui-btn-hover-border-color: #
|
|
3152
|
-
--cui-btn-focus-shadow-rgb:
|
|
3153
|
-
--cui-btn-active-color:
|
|
3154
|
-
--cui-btn-active-bg: #
|
|
3155
|
-
--cui-btn-active-border-color: #
|
|
3156
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3157
|
-
--cui-btn-disabled-color:
|
|
3041
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3042
|
+
--cui-btn-hover-bg: #4dc374;
|
|
3043
|
+
--cui-btn-hover-border-color: #43bf6c;
|
|
3044
|
+
--cui-btn-focus-shadow-rgb: 39, 156, 81;
|
|
3045
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3046
|
+
--cui-btn-active-bg: #58c67d;
|
|
3047
|
+
--cui-btn-active-border-color: #43bf6c;
|
|
3048
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3049
|
+
--cui-btn-disabled-color: #000015;
|
|
3158
3050
|
--cui-btn-disabled-bg: #2eb85c;
|
|
3159
3051
|
--cui-btn-disabled-border-color: #2eb85c;
|
|
3160
3052
|
}
|
|
3161
3053
|
|
|
3162
3054
|
.btn-danger {
|
|
3163
|
-
--cui-btn-color: #
|
|
3055
|
+
--cui-btn-color: #000015;
|
|
3164
3056
|
--cui-btn-bg: #e55353;
|
|
3165
3057
|
--cui-btn-border-color: #e55353;
|
|
3166
|
-
--cui-btn-hover-color: #
|
|
3058
|
+
--cui-btn-hover-color: #000015;
|
|
3167
3059
|
--cui-btn-hover-bg: #e96d6d;
|
|
3168
3060
|
--cui-btn-hover-border-color: #e86464;
|
|
3169
|
-
--cui-btn-focus-shadow-rgb:
|
|
3170
|
-
--cui-btn-active-color: #
|
|
3061
|
+
--cui-btn-focus-shadow-rgb: 195, 71, 74;
|
|
3062
|
+
--cui-btn-active-color: #000015;
|
|
3171
3063
|
--cui-btn-active-bg: #ea7575;
|
|
3172
3064
|
--cui-btn-active-border-color: #e86464;
|
|
3173
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3174
|
-
--cui-btn-disabled-color: #
|
|
3065
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3066
|
+
--cui-btn-disabled-color: #000015;
|
|
3175
3067
|
--cui-btn-disabled-bg: #e55353;
|
|
3176
3068
|
--cui-btn-disabled-border-color: #e55353;
|
|
3177
3069
|
}
|
|
3178
3070
|
|
|
3179
3071
|
.btn-warning {
|
|
3180
|
-
--cui-btn-color: rgba(
|
|
3072
|
+
--cui-btn-color: rgba(44, 56, 74, 0.95);
|
|
3181
3073
|
--cui-btn-bg: #f9b115;
|
|
3182
3074
|
--cui-btn-border-color: #f9b115;
|
|
3183
|
-
--cui-btn-hover-color:
|
|
3075
|
+
--cui-btn-hover-color: #000015;
|
|
3184
3076
|
--cui-btn-hover-bg: #d49612;
|
|
3185
3077
|
--cui-btn-hover-border-color: #c78e11;
|
|
3186
|
-
--cui-btn-focus-shadow-rgb:
|
|
3187
|
-
--cui-btn-active-color: #
|
|
3078
|
+
--cui-btn-focus-shadow-rgb: 221, 160, 28;
|
|
3079
|
+
--cui-btn-active-color: #000015;
|
|
3188
3080
|
--cui-btn-active-bg: #c78e11;
|
|
3189
3081
|
--cui-btn-active-border-color: #bb8510;
|
|
3190
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3191
|
-
--cui-btn-disabled-color: rgba(
|
|
3082
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3083
|
+
--cui-btn-disabled-color: rgba(44, 56, 74, 0.95);
|
|
3192
3084
|
--cui-btn-disabled-bg: #f9b115;
|
|
3193
3085
|
--cui-btn-disabled-border-color: #f9b115;
|
|
3194
3086
|
}
|
|
3195
3087
|
|
|
3196
3088
|
.btn-info {
|
|
3197
|
-
--cui-btn-color: #
|
|
3089
|
+
--cui-btn-color: #000015;
|
|
3198
3090
|
--cui-btn-bg: #39f;
|
|
3199
3091
|
--cui-btn-border-color: #39f;
|
|
3200
|
-
--cui-btn-hover-color:
|
|
3092
|
+
--cui-btn-hover-color: #000015;
|
|
3201
3093
|
--cui-btn-hover-bg: #52a8ff;
|
|
3202
3094
|
--cui-btn-hover-border-color: #47a3ff;
|
|
3203
|
-
--cui-btn-focus-shadow-rgb:
|
|
3204
|
-
--cui-btn-active-color:
|
|
3095
|
+
--cui-btn-focus-shadow-rgb: 43, 130, 220;
|
|
3096
|
+
--cui-btn-active-color: #000015;
|
|
3205
3097
|
--cui-btn-active-bg: #5cadff;
|
|
3206
3098
|
--cui-btn-active-border-color: #47a3ff;
|
|
3207
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3208
|
-
--cui-btn-disabled-color: #
|
|
3099
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3100
|
+
--cui-btn-disabled-color: #000015;
|
|
3209
3101
|
--cui-btn-disabled-bg: #39f;
|
|
3210
3102
|
--cui-btn-disabled-border-color: #39f;
|
|
3211
3103
|
}
|
|
3212
3104
|
|
|
3213
3105
|
.btn-light {
|
|
3214
|
-
--cui-btn-color: rgba(
|
|
3215
|
-
--cui-btn-bg: #
|
|
3216
|
-
--cui-btn-border-color: #
|
|
3217
|
-
--cui-btn-hover-color: rgba(
|
|
3218
|
-
--cui-btn-hover-bg: #
|
|
3219
|
-
--cui-btn-hover-border-color: #
|
|
3220
|
-
--cui-btn-focus-shadow-rgb:
|
|
3221
|
-
--cui-btn-active-color: rgba(
|
|
3222
|
-
--cui-btn-active-bg: #
|
|
3223
|
-
--cui-btn-active-border-color: #
|
|
3224
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3225
|
-
--cui-btn-disabled-color: rgba(
|
|
3226
|
-
--cui-btn-disabled-bg: #
|
|
3227
|
-
--cui-btn-disabled-border-color: #
|
|
3106
|
+
--cui-btn-color: rgba(44, 56, 74, 0.95);
|
|
3107
|
+
--cui-btn-bg: #ebedef;
|
|
3108
|
+
--cui-btn-border-color: #ebedef;
|
|
3109
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3110
|
+
--cui-btn-hover-bg: #c8c9cb;
|
|
3111
|
+
--cui-btn-hover-border-color: #bcbebf;
|
|
3112
|
+
--cui-btn-focus-shadow-rgb: 209, 212, 216;
|
|
3113
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3114
|
+
--cui-btn-active-bg: #bcbebf;
|
|
3115
|
+
--cui-btn-active-border-color: #b0b2b3;
|
|
3116
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3117
|
+
--cui-btn-disabled-color: rgba(44, 56, 74, 0.95);
|
|
3118
|
+
--cui-btn-disabled-bg: #ebedef;
|
|
3119
|
+
--cui-btn-disabled-border-color: #ebedef;
|
|
3228
3120
|
}
|
|
3229
3121
|
|
|
3230
3122
|
.btn-dark {
|
|
3231
3123
|
--cui-btn-color: rgba(255, 255, 255, 0.87);
|
|
3232
|
-
--cui-btn-bg: #
|
|
3233
|
-
--cui-btn-border-color: #
|
|
3234
|
-
--cui-btn-hover-color:
|
|
3235
|
-
--cui-btn-hover-bg: #
|
|
3236
|
-
--cui-btn-hover-border-color: #
|
|
3237
|
-
--cui-btn-focus-shadow-rgb:
|
|
3238
|
-
--cui-btn-active-color:
|
|
3239
|
-
--cui-btn-active-bg: #
|
|
3240
|
-
--cui-btn-active-border-color: #
|
|
3241
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3124
|
+
--cui-btn-bg: #4f5d73;
|
|
3125
|
+
--cui-btn-border-color: #4f5d73;
|
|
3126
|
+
--cui-btn-hover-color: #fff;
|
|
3127
|
+
--cui-btn-hover-bg: #697588;
|
|
3128
|
+
--cui-btn-hover-border-color: #616d81;
|
|
3129
|
+
--cui-btn-focus-shadow-rgb: 100, 112, 132;
|
|
3130
|
+
--cui-btn-active-color: #fff;
|
|
3131
|
+
--cui-btn-active-bg: #727d8f;
|
|
3132
|
+
--cui-btn-active-border-color: #616d81;
|
|
3133
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3242
3134
|
--cui-btn-disabled-color: rgba(255, 255, 255, 0.87);
|
|
3243
|
-
--cui-btn-disabled-bg: #
|
|
3244
|
-
--cui-btn-disabled-border-color: #
|
|
3135
|
+
--cui-btn-disabled-bg: #4f5d73;
|
|
3136
|
+
--cui-btn-disabled-border-color: #4f5d73;
|
|
3245
3137
|
}
|
|
3246
3138
|
|
|
3247
3139
|
.btn-outline-primary {
|
|
@@ -3254,7 +3146,7 @@ textarea.form-control-lg {
|
|
|
3254
3146
|
--cui-btn-active-color: rgba(255, 255, 255, 0.87);
|
|
3255
3147
|
--cui-btn-active-bg: #5b4ce2;
|
|
3256
3148
|
--cui-btn-active-border-color: #4735df;
|
|
3257
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3149
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3258
3150
|
--cui-btn-disabled-color: #321fdb;
|
|
3259
3151
|
--cui-btn-disabled-bg: transparent;
|
|
3260
3152
|
--cui-gradient: none;
|
|
@@ -3263,14 +3155,14 @@ textarea.form-control-lg {
|
|
|
3263
3155
|
.btn-outline-secondary {
|
|
3264
3156
|
--cui-btn-color: #9da5b1;
|
|
3265
3157
|
--cui-btn-border-color: #9da5b1;
|
|
3266
|
-
--cui-btn-hover-color:
|
|
3267
|
-
--cui-btn-hover-bg: #
|
|
3268
|
-
--cui-btn-hover-border-color: #
|
|
3158
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3159
|
+
--cui-btn-hover-bg: #b1b7c1;
|
|
3160
|
+
--cui-btn-hover-border-color: #a7aeb9;
|
|
3269
3161
|
--cui-btn-focus-shadow-rgb: 157, 165, 177;
|
|
3270
|
-
--cui-btn-active-color:
|
|
3271
|
-
--cui-btn-active-bg: #
|
|
3272
|
-
--cui-btn-active-border-color: #
|
|
3273
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3162
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3163
|
+
--cui-btn-active-bg: #b1b7c1;
|
|
3164
|
+
--cui-btn-active-border-color: #a7aeb9;
|
|
3165
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3274
3166
|
--cui-btn-disabled-color: #9da5b1;
|
|
3275
3167
|
--cui-btn-disabled-bg: transparent;
|
|
3276
3168
|
--cui-gradient: none;
|
|
@@ -3279,14 +3171,14 @@ textarea.form-control-lg {
|
|
|
3279
3171
|
.btn-outline-success {
|
|
3280
3172
|
--cui-btn-color: #2eb85c;
|
|
3281
3173
|
--cui-btn-border-color: #2eb85c;
|
|
3282
|
-
--cui-btn-hover-color:
|
|
3283
|
-
--cui-btn-hover-bg: #
|
|
3284
|
-
--cui-btn-hover-border-color: #
|
|
3174
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3175
|
+
--cui-btn-hover-bg: #58c67d;
|
|
3176
|
+
--cui-btn-hover-border-color: #43bf6c;
|
|
3285
3177
|
--cui-btn-focus-shadow-rgb: 46, 184, 92;
|
|
3286
|
-
--cui-btn-active-color:
|
|
3287
|
-
--cui-btn-active-bg: #
|
|
3288
|
-
--cui-btn-active-border-color: #
|
|
3289
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3178
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3179
|
+
--cui-btn-active-bg: #58c67d;
|
|
3180
|
+
--cui-btn-active-border-color: #43bf6c;
|
|
3181
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3290
3182
|
--cui-btn-disabled-color: #2eb85c;
|
|
3291
3183
|
--cui-btn-disabled-bg: transparent;
|
|
3292
3184
|
--cui-gradient: none;
|
|
@@ -3295,14 +3187,14 @@ textarea.form-control-lg {
|
|
|
3295
3187
|
.btn-outline-danger {
|
|
3296
3188
|
--cui-btn-color: #e55353;
|
|
3297
3189
|
--cui-btn-border-color: #e55353;
|
|
3298
|
-
--cui-btn-hover-color: #
|
|
3190
|
+
--cui-btn-hover-color: #000015;
|
|
3299
3191
|
--cui-btn-hover-bg: #ea7575;
|
|
3300
3192
|
--cui-btn-hover-border-color: #e86464;
|
|
3301
3193
|
--cui-btn-focus-shadow-rgb: 229, 83, 83;
|
|
3302
|
-
--cui-btn-active-color: #
|
|
3194
|
+
--cui-btn-active-color: #000015;
|
|
3303
3195
|
--cui-btn-active-bg: #ea7575;
|
|
3304
3196
|
--cui-btn-active-border-color: #e86464;
|
|
3305
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3197
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3306
3198
|
--cui-btn-disabled-color: #e55353;
|
|
3307
3199
|
--cui-btn-disabled-bg: transparent;
|
|
3308
3200
|
--cui-gradient: none;
|
|
@@ -3311,14 +3203,14 @@ textarea.form-control-lg {
|
|
|
3311
3203
|
.btn-outline-warning {
|
|
3312
3204
|
--cui-btn-color: #f9b115;
|
|
3313
3205
|
--cui-btn-border-color: #f9b115;
|
|
3314
|
-
--cui-btn-hover-color:
|
|
3206
|
+
--cui-btn-hover-color: #000015;
|
|
3315
3207
|
--cui-btn-hover-bg: #c78e11;
|
|
3316
3208
|
--cui-btn-hover-border-color: #bb8510;
|
|
3317
3209
|
--cui-btn-focus-shadow-rgb: 249, 177, 21;
|
|
3318
|
-
--cui-btn-active-color: #
|
|
3210
|
+
--cui-btn-active-color: #000015;
|
|
3319
3211
|
--cui-btn-active-bg: #c78e11;
|
|
3320
3212
|
--cui-btn-active-border-color: #bb8510;
|
|
3321
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3213
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3322
3214
|
--cui-btn-disabled-color: #f9b115;
|
|
3323
3215
|
--cui-btn-disabled-bg: transparent;
|
|
3324
3216
|
--cui-gradient: none;
|
|
@@ -3327,47 +3219,47 @@ textarea.form-control-lg {
|
|
|
3327
3219
|
.btn-outline-info {
|
|
3328
3220
|
--cui-btn-color: #39f;
|
|
3329
3221
|
--cui-btn-border-color: #39f;
|
|
3330
|
-
--cui-btn-hover-color:
|
|
3222
|
+
--cui-btn-hover-color: #000015;
|
|
3331
3223
|
--cui-btn-hover-bg: #5cadff;
|
|
3332
3224
|
--cui-btn-hover-border-color: #47a3ff;
|
|
3333
3225
|
--cui-btn-focus-shadow-rgb: 51, 153, 255;
|
|
3334
|
-
--cui-btn-active-color:
|
|
3226
|
+
--cui-btn-active-color: #000015;
|
|
3335
3227
|
--cui-btn-active-bg: #5cadff;
|
|
3336
3228
|
--cui-btn-active-border-color: #47a3ff;
|
|
3337
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3229
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3338
3230
|
--cui-btn-disabled-color: #39f;
|
|
3339
3231
|
--cui-btn-disabled-bg: transparent;
|
|
3340
3232
|
--cui-gradient: none;
|
|
3341
3233
|
}
|
|
3342
3234
|
|
|
3343
3235
|
.btn-outline-light {
|
|
3344
|
-
--cui-btn-color: #
|
|
3345
|
-
--cui-btn-border-color: #
|
|
3346
|
-
--cui-btn-hover-color: rgba(
|
|
3347
|
-
--cui-btn-hover-bg: #
|
|
3348
|
-
--cui-btn-hover-border-color: #
|
|
3349
|
-
--cui-btn-focus-shadow-rgb:
|
|
3350
|
-
--cui-btn-active-color: rgba(
|
|
3351
|
-
--cui-btn-active-bg: #
|
|
3352
|
-
--cui-btn-active-border-color: #
|
|
3353
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3354
|
-
--cui-btn-disabled-color: #
|
|
3236
|
+
--cui-btn-color: #ebedef;
|
|
3237
|
+
--cui-btn-border-color: #ebedef;
|
|
3238
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3239
|
+
--cui-btn-hover-bg: #bcbebf;
|
|
3240
|
+
--cui-btn-hover-border-color: #b0b2b3;
|
|
3241
|
+
--cui-btn-focus-shadow-rgb: 235, 237, 239;
|
|
3242
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3243
|
+
--cui-btn-active-bg: #bcbebf;
|
|
3244
|
+
--cui-btn-active-border-color: #b0b2b3;
|
|
3245
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3246
|
+
--cui-btn-disabled-color: #ebedef;
|
|
3355
3247
|
--cui-btn-disabled-bg: transparent;
|
|
3356
3248
|
--cui-gradient: none;
|
|
3357
3249
|
}
|
|
3358
3250
|
|
|
3359
3251
|
.btn-outline-dark {
|
|
3360
|
-
--cui-btn-color: #
|
|
3361
|
-
--cui-btn-border-color: #
|
|
3362
|
-
--cui-btn-hover-color:
|
|
3363
|
-
--cui-btn-hover-bg: #
|
|
3364
|
-
--cui-btn-hover-border-color: #
|
|
3365
|
-
--cui-btn-focus-shadow-rgb:
|
|
3366
|
-
--cui-btn-active-color:
|
|
3367
|
-
--cui-btn-active-bg: #
|
|
3368
|
-
--cui-btn-active-border-color: #
|
|
3369
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(
|
|
3370
|
-
--cui-btn-disabled-color: #
|
|
3252
|
+
--cui-btn-color: #4f5d73;
|
|
3253
|
+
--cui-btn-border-color: #4f5d73;
|
|
3254
|
+
--cui-btn-hover-color: #fff;
|
|
3255
|
+
--cui-btn-hover-bg: #727d8f;
|
|
3256
|
+
--cui-btn-hover-border-color: #616d81;
|
|
3257
|
+
--cui-btn-focus-shadow-rgb: 79, 93, 115;
|
|
3258
|
+
--cui-btn-active-color: #fff;
|
|
3259
|
+
--cui-btn-active-bg: #727d8f;
|
|
3260
|
+
--cui-btn-active-border-color: #616d81;
|
|
3261
|
+
--cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
|
|
3262
|
+
--cui-btn-disabled-color: #4f5d73;
|
|
3371
3263
|
--cui-btn-disabled-bg: transparent;
|
|
3372
3264
|
--cui-gradient: none;
|
|
3373
3265
|
}
|
|
@@ -3386,24 +3278,24 @@ textarea.form-control-lg {
|
|
|
3386
3278
|
|
|
3387
3279
|
.btn-ghost-secondary {
|
|
3388
3280
|
--cui-btn-color: #9da5b1;
|
|
3389
|
-
--cui-btn-hover-bg: #
|
|
3390
|
-
--cui-btn-hover-border-color: #
|
|
3391
|
-
--cui-btn-hover-color:
|
|
3392
|
-
--cui-btn-active-bg: #
|
|
3393
|
-
--cui-btn-active-border-color: #
|
|
3394
|
-
--cui-btn-active-color:
|
|
3281
|
+
--cui-btn-hover-bg: #acb3bd;
|
|
3282
|
+
--cui-btn-hover-border-color: #a7aeb9;
|
|
3283
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3284
|
+
--cui-btn-active-bg: #b1b7c1;
|
|
3285
|
+
--cui-btn-active-border-color: #a7aeb9;
|
|
3286
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3395
3287
|
--cui-btn-disabled-color: #9da5b1;
|
|
3396
3288
|
--cui-btn-shadow: rgba(157, 165, 177, 0.5);
|
|
3397
3289
|
}
|
|
3398
3290
|
|
|
3399
3291
|
.btn-ghost-success {
|
|
3400
3292
|
--cui-btn-color: #2eb85c;
|
|
3401
|
-
--cui-btn-hover-bg: #
|
|
3402
|
-
--cui-btn-hover-border-color: #
|
|
3403
|
-
--cui-btn-hover-color:
|
|
3404
|
-
--cui-btn-active-bg: #
|
|
3405
|
-
--cui-btn-active-border-color: #
|
|
3406
|
-
--cui-btn-active-color:
|
|
3293
|
+
--cui-btn-hover-bg: #4dc374;
|
|
3294
|
+
--cui-btn-hover-border-color: #43bf6c;
|
|
3295
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3296
|
+
--cui-btn-active-bg: #58c67d;
|
|
3297
|
+
--cui-btn-active-border-color: #43bf6c;
|
|
3298
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3407
3299
|
--cui-btn-disabled-color: #2eb85c;
|
|
3408
3300
|
--cui-btn-shadow: rgba(46, 184, 92, 0.5);
|
|
3409
3301
|
}
|
|
@@ -3412,10 +3304,10 @@ textarea.form-control-lg {
|
|
|
3412
3304
|
--cui-btn-color: #e55353;
|
|
3413
3305
|
--cui-btn-hover-bg: #e96d6d;
|
|
3414
3306
|
--cui-btn-hover-border-color: #e86464;
|
|
3415
|
-
--cui-btn-hover-color: #
|
|
3307
|
+
--cui-btn-hover-color: #000015;
|
|
3416
3308
|
--cui-btn-active-bg: #ea7575;
|
|
3417
3309
|
--cui-btn-active-border-color: #e86464;
|
|
3418
|
-
--cui-btn-active-color: #
|
|
3310
|
+
--cui-btn-active-color: #000015;
|
|
3419
3311
|
--cui-btn-disabled-color: #e55353;
|
|
3420
3312
|
--cui-btn-shadow: rgba(229, 83, 83, 0.5);
|
|
3421
3313
|
}
|
|
@@ -3424,10 +3316,10 @@ textarea.form-control-lg {
|
|
|
3424
3316
|
--cui-btn-color: #f9b115;
|
|
3425
3317
|
--cui-btn-hover-bg: #d49612;
|
|
3426
3318
|
--cui-btn-hover-border-color: #c78e11;
|
|
3427
|
-
--cui-btn-hover-color:
|
|
3319
|
+
--cui-btn-hover-color: #000015;
|
|
3428
3320
|
--cui-btn-active-bg: #c78e11;
|
|
3429
3321
|
--cui-btn-active-border-color: #bb8510;
|
|
3430
|
-
--cui-btn-active-color: #
|
|
3322
|
+
--cui-btn-active-color: #000015;
|
|
3431
3323
|
--cui-btn-disabled-color: #f9b115;
|
|
3432
3324
|
--cui-btn-shadow: rgba(249, 177, 21, 0.5);
|
|
3433
3325
|
}
|
|
@@ -3436,36 +3328,36 @@ textarea.form-control-lg {
|
|
|
3436
3328
|
--cui-btn-color: #39f;
|
|
3437
3329
|
--cui-btn-hover-bg: #52a8ff;
|
|
3438
3330
|
--cui-btn-hover-border-color: #47a3ff;
|
|
3439
|
-
--cui-btn-hover-color:
|
|
3331
|
+
--cui-btn-hover-color: #000015;
|
|
3440
3332
|
--cui-btn-active-bg: #5cadff;
|
|
3441
3333
|
--cui-btn-active-border-color: #47a3ff;
|
|
3442
|
-
--cui-btn-active-color:
|
|
3334
|
+
--cui-btn-active-color: #000015;
|
|
3443
3335
|
--cui-btn-disabled-color: #39f;
|
|
3444
3336
|
--cui-btn-shadow: rgba(51, 153, 255, 0.5);
|
|
3445
3337
|
}
|
|
3446
3338
|
|
|
3447
3339
|
.btn-ghost-light {
|
|
3448
|
-
--cui-btn-color: #
|
|
3449
|
-
--cui-btn-hover-bg: #
|
|
3450
|
-
--cui-btn-hover-border-color: #
|
|
3451
|
-
--cui-btn-hover-color: rgba(
|
|
3452
|
-
--cui-btn-active-bg: #
|
|
3453
|
-
--cui-btn-active-border-color: #
|
|
3454
|
-
--cui-btn-active-color: rgba(
|
|
3455
|
-
--cui-btn-disabled-color: #
|
|
3456
|
-
--cui-btn-shadow: rgba(
|
|
3340
|
+
--cui-btn-color: #ebedef;
|
|
3341
|
+
--cui-btn-hover-bg: #c8c9cb;
|
|
3342
|
+
--cui-btn-hover-border-color: #bcbebf;
|
|
3343
|
+
--cui-btn-hover-color: rgba(44, 56, 74, 0.95);
|
|
3344
|
+
--cui-btn-active-bg: #bcbebf;
|
|
3345
|
+
--cui-btn-active-border-color: #b0b2b3;
|
|
3346
|
+
--cui-btn-active-color: rgba(44, 56, 74, 0.95);
|
|
3347
|
+
--cui-btn-disabled-color: #ebedef;
|
|
3348
|
+
--cui-btn-shadow: rgba(235, 237, 239, 0.5);
|
|
3457
3349
|
}
|
|
3458
3350
|
|
|
3459
3351
|
.btn-ghost-dark {
|
|
3460
|
-
--cui-btn-color: #
|
|
3461
|
-
--cui-btn-hover-bg: #
|
|
3462
|
-
--cui-btn-hover-border-color: #
|
|
3463
|
-
--cui-btn-hover-color:
|
|
3464
|
-
--cui-btn-active-bg: #
|
|
3465
|
-
--cui-btn-active-border-color: #
|
|
3466
|
-
--cui-btn-active-color:
|
|
3467
|
-
--cui-btn-disabled-color: #
|
|
3468
|
-
--cui-btn-shadow: rgba(
|
|
3352
|
+
--cui-btn-color: #4f5d73;
|
|
3353
|
+
--cui-btn-hover-bg: #697588;
|
|
3354
|
+
--cui-btn-hover-border-color: #616d81;
|
|
3355
|
+
--cui-btn-hover-color: #fff;
|
|
3356
|
+
--cui-btn-active-bg: #727d8f;
|
|
3357
|
+
--cui-btn-active-border-color: #616d81;
|
|
3358
|
+
--cui-btn-active-color: #fff;
|
|
3359
|
+
--cui-btn-disabled-color: #4f5d73;
|
|
3360
|
+
--cui-btn-shadow: rgba(79, 93, 115, 0.5);
|
|
3469
3361
|
}
|
|
3470
3362
|
|
|
3471
3363
|
.btn-link {
|
|
@@ -3476,7 +3368,7 @@ textarea.form-control-lg {
|
|
|
3476
3368
|
--cui-btn-hover-color: var(--cui-link-hover-color);
|
|
3477
3369
|
--cui-btn-hover-border-color: transparent;
|
|
3478
3370
|
--cui-btn-active-border-color: transparent;
|
|
3479
|
-
--cui-btn-disabled-color: #
|
|
3371
|
+
--cui-btn-disabled-color: #8a93a2;
|
|
3480
3372
|
--cui-btn-disabled-border-color: transparent;
|
|
3481
3373
|
--cui-btn-box-shadow: none;
|
|
3482
3374
|
--cui-btn-focus-shadow-rgb: 75, 58, 223;
|
|
@@ -3500,259 +3392,6 @@ textarea.form-control-lg {
|
|
|
3500
3392
|
--cui-btn-border-radius: var(--cui-border-radius-sm);
|
|
3501
3393
|
}
|
|
3502
3394
|
|
|
3503
|
-
[data-coreui-theme=dark] .btn-primary {
|
|
3504
|
-
--cui-btn-color: #fff;
|
|
3505
|
-
--cui-btn-bg: #6b60ce;
|
|
3506
|
-
--cui-btn-border-color: #6b60ce;
|
|
3507
|
-
--cui-btn-hover-color: #080a0c;
|
|
3508
|
-
--cui-btn-hover-bg: #8178d5;
|
|
3509
|
-
--cui-btn-hover-border-color: #7a70d3;
|
|
3510
|
-
--cui-btn-focus-shadow-rgb: 129, 120, 213;
|
|
3511
|
-
--cui-btn-active-color: #080a0c;
|
|
3512
|
-
--cui-btn-active-bg: #8980d8;
|
|
3513
|
-
--cui-btn-active-border-color: #7a70d3;
|
|
3514
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3515
|
-
--cui-btn-disabled-color: #fff;
|
|
3516
|
-
--cui-btn-disabled-bg: #6b60ce;
|
|
3517
|
-
--cui-btn-disabled-border-color: #6b60ce;
|
|
3518
|
-
}
|
|
3519
|
-
[data-coreui-theme=dark] .btn-secondary {
|
|
3520
|
-
--cui-btn-color: rgba(37, 43, 54, 0.95);
|
|
3521
|
-
--cui-btn-bg: #a6a7a8;
|
|
3522
|
-
--cui-btn-border-color: #a6a7a8;
|
|
3523
|
-
--cui-btn-hover-color: #080a0c;
|
|
3524
|
-
--cui-btn-hover-bg: #8d8e8f;
|
|
3525
|
-
--cui-btn-hover-border-color: #858686;
|
|
3526
|
-
--cui-btn-focus-shadow-rgb: 148, 150, 152;
|
|
3527
|
-
--cui-btn-active-color: #080a0c;
|
|
3528
|
-
--cui-btn-active-bg: #858686;
|
|
3529
|
-
--cui-btn-active-border-color: #7d7d7e;
|
|
3530
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3531
|
-
--cui-btn-disabled-color: rgba(37, 43, 54, 0.95);
|
|
3532
|
-
--cui-btn-disabled-bg: #a6a7a8;
|
|
3533
|
-
--cui-btn-disabled-border-color: #a6a7a8;
|
|
3534
|
-
}
|
|
3535
|
-
[data-coreui-theme=dark] .btn-success {
|
|
3536
|
-
--cui-btn-color: rgba(37, 43, 54, 0.95);
|
|
3537
|
-
--cui-btn-bg: #3aad60;
|
|
3538
|
-
--cui-btn-border-color: #3aad60;
|
|
3539
|
-
--cui-btn-hover-color: #080a0c;
|
|
3540
|
-
--cui-btn-hover-bg: #319352;
|
|
3541
|
-
--cui-btn-hover-border-color: #2e8a4d;
|
|
3542
|
-
--cui-btn-focus-shadow-rgb: 55, 155, 90;
|
|
3543
|
-
--cui-btn-active-color: #fff;
|
|
3544
|
-
--cui-btn-active-bg: #2e8a4d;
|
|
3545
|
-
--cui-btn-active-border-color: #2c8248;
|
|
3546
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3547
|
-
--cui-btn-disabled-color: rgba(37, 43, 54, 0.95);
|
|
3548
|
-
--cui-btn-disabled-bg: #3aad60;
|
|
3549
|
-
--cui-btn-disabled-border-color: #3aad60;
|
|
3550
|
-
}
|
|
3551
|
-
[data-coreui-theme=dark] .btn-danger {
|
|
3552
|
-
--cui-btn-color: #080a0c;
|
|
3553
|
-
--cui-btn-bg: #db5d5d;
|
|
3554
|
-
--cui-btn-border-color: #db5d5d;
|
|
3555
|
-
--cui-btn-hover-color: #080a0c;
|
|
3556
|
-
--cui-btn-hover-bg: #e07575;
|
|
3557
|
-
--cui-btn-hover-border-color: #df6d6d;
|
|
3558
|
-
--cui-btn-focus-shadow-rgb: 187, 81, 81;
|
|
3559
|
-
--cui-btn-active-color: #080a0c;
|
|
3560
|
-
--cui-btn-active-bg: #e27d7d;
|
|
3561
|
-
--cui-btn-active-border-color: #df6d6d;
|
|
3562
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3563
|
-
--cui-btn-disabled-color: #080a0c;
|
|
3564
|
-
--cui-btn-disabled-bg: #db5d5d;
|
|
3565
|
-
--cui-btn-disabled-border-color: #db5d5d;
|
|
3566
|
-
}
|
|
3567
|
-
[data-coreui-theme=dark] .btn-warning {
|
|
3568
|
-
--cui-btn-color: rgba(37, 43, 54, 0.95);
|
|
3569
|
-
--cui-btn-bg: #edad21;
|
|
3570
|
-
--cui-btn-border-color: #edad21;
|
|
3571
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3572
|
-
--cui-btn-hover-bg: #c9931c;
|
|
3573
|
-
--cui-btn-hover-border-color: #be8a1a;
|
|
3574
|
-
--cui-btn-focus-shadow-rgb: 209, 155, 36;
|
|
3575
|
-
--cui-btn-active-color: #080a0c;
|
|
3576
|
-
--cui-btn-active-bg: #be8a1a;
|
|
3577
|
-
--cui-btn-active-border-color: #b28219;
|
|
3578
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3579
|
-
--cui-btn-disabled-color: rgba(37, 43, 54, 0.95);
|
|
3580
|
-
--cui-btn-disabled-bg: #edad21;
|
|
3581
|
-
--cui-btn-disabled-border-color: #edad21;
|
|
3582
|
-
}
|
|
3583
|
-
[data-coreui-theme=dark] .btn-info {
|
|
3584
|
-
--cui-btn-color: #080a0c;
|
|
3585
|
-
--cui-btn-bg: #3d99f5;
|
|
3586
|
-
--cui-btn-border-color: #3d99f5;
|
|
3587
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3588
|
-
--cui-btn-hover-bg: #5aa8f7;
|
|
3589
|
-
--cui-btn-hover-border-color: #50a3f6;
|
|
3590
|
-
--cui-btn-focus-shadow-rgb: 53, 132, 210;
|
|
3591
|
-
--cui-btn-active-color: rgba(37, 43, 54, 0.95);
|
|
3592
|
-
--cui-btn-active-bg: #64adf7;
|
|
3593
|
-
--cui-btn-active-border-color: #50a3f6;
|
|
3594
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3595
|
-
--cui-btn-disabled-color: #080a0c;
|
|
3596
|
-
--cui-btn-disabled-bg: #3d99f5;
|
|
3597
|
-
--cui-btn-disabled-border-color: #3d99f5;
|
|
3598
|
-
}
|
|
3599
|
-
[data-coreui-theme=dark] .btn-outline-primary {
|
|
3600
|
-
--cui-btn-color: #6b60ce;
|
|
3601
|
-
--cui-btn-border-color: #6b60ce;
|
|
3602
|
-
--cui-btn-hover-color: #080a0c;
|
|
3603
|
-
--cui-btn-hover-bg: #8980d8;
|
|
3604
|
-
--cui-btn-hover-border-color: #7a70d3;
|
|
3605
|
-
--cui-btn-focus-shadow-rgb: 107, 96, 206;
|
|
3606
|
-
--cui-btn-active-color: #080a0c;
|
|
3607
|
-
--cui-btn-active-bg: #8980d8;
|
|
3608
|
-
--cui-btn-active-border-color: #7a70d3;
|
|
3609
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3610
|
-
--cui-btn-disabled-color: #6b60ce;
|
|
3611
|
-
--cui-btn-disabled-bg: transparent;
|
|
3612
|
-
--cui-gradient: none;
|
|
3613
|
-
}
|
|
3614
|
-
[data-coreui-theme=dark] .btn-outline-secondary {
|
|
3615
|
-
--cui-btn-color: #a6a7a8;
|
|
3616
|
-
--cui-btn-border-color: #a6a7a8;
|
|
3617
|
-
--cui-btn-hover-color: #080a0c;
|
|
3618
|
-
--cui-btn-hover-bg: #858686;
|
|
3619
|
-
--cui-btn-hover-border-color: #7d7d7e;
|
|
3620
|
-
--cui-btn-focus-shadow-rgb: 166, 167, 168;
|
|
3621
|
-
--cui-btn-active-color: #080a0c;
|
|
3622
|
-
--cui-btn-active-bg: #858686;
|
|
3623
|
-
--cui-btn-active-border-color: #7d7d7e;
|
|
3624
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3625
|
-
--cui-btn-disabled-color: #a6a7a8;
|
|
3626
|
-
--cui-btn-disabled-bg: transparent;
|
|
3627
|
-
--cui-gradient: none;
|
|
3628
|
-
}
|
|
3629
|
-
[data-coreui-theme=dark] .btn-outline-success {
|
|
3630
|
-
--cui-btn-color: #3aad60;
|
|
3631
|
-
--cui-btn-border-color: #3aad60;
|
|
3632
|
-
--cui-btn-hover-color: #080a0c;
|
|
3633
|
-
--cui-btn-hover-bg: #2e8a4d;
|
|
3634
|
-
--cui-btn-hover-border-color: #2c8248;
|
|
3635
|
-
--cui-btn-focus-shadow-rgb: 58, 173, 96;
|
|
3636
|
-
--cui-btn-active-color: #fff;
|
|
3637
|
-
--cui-btn-active-bg: #2e8a4d;
|
|
3638
|
-
--cui-btn-active-border-color: #2c8248;
|
|
3639
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3640
|
-
--cui-btn-disabled-color: #3aad60;
|
|
3641
|
-
--cui-btn-disabled-bg: transparent;
|
|
3642
|
-
--cui-gradient: none;
|
|
3643
|
-
}
|
|
3644
|
-
[data-coreui-theme=dark] .btn-outline-danger {
|
|
3645
|
-
--cui-btn-color: #db5d5d;
|
|
3646
|
-
--cui-btn-border-color: #db5d5d;
|
|
3647
|
-
--cui-btn-hover-color: #080a0c;
|
|
3648
|
-
--cui-btn-hover-bg: #e27d7d;
|
|
3649
|
-
--cui-btn-hover-border-color: #df6d6d;
|
|
3650
|
-
--cui-btn-focus-shadow-rgb: 219, 93, 93;
|
|
3651
|
-
--cui-btn-active-color: #080a0c;
|
|
3652
|
-
--cui-btn-active-bg: #e27d7d;
|
|
3653
|
-
--cui-btn-active-border-color: #df6d6d;
|
|
3654
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3655
|
-
--cui-btn-disabled-color: #db5d5d;
|
|
3656
|
-
--cui-btn-disabled-bg: transparent;
|
|
3657
|
-
--cui-gradient: none;
|
|
3658
|
-
}
|
|
3659
|
-
[data-coreui-theme=dark] .btn-outline-warning {
|
|
3660
|
-
--cui-btn-color: #edad21;
|
|
3661
|
-
--cui-btn-border-color: #edad21;
|
|
3662
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3663
|
-
--cui-btn-hover-bg: #be8a1a;
|
|
3664
|
-
--cui-btn-hover-border-color: #b28219;
|
|
3665
|
-
--cui-btn-focus-shadow-rgb: 237, 173, 33;
|
|
3666
|
-
--cui-btn-active-color: #080a0c;
|
|
3667
|
-
--cui-btn-active-bg: #be8a1a;
|
|
3668
|
-
--cui-btn-active-border-color: #b28219;
|
|
3669
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3670
|
-
--cui-btn-disabled-color: #edad21;
|
|
3671
|
-
--cui-btn-disabled-bg: transparent;
|
|
3672
|
-
--cui-gradient: none;
|
|
3673
|
-
}
|
|
3674
|
-
[data-coreui-theme=dark] .btn-outline-info {
|
|
3675
|
-
--cui-btn-color: #3d99f5;
|
|
3676
|
-
--cui-btn-border-color: #3d99f5;
|
|
3677
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3678
|
-
--cui-btn-hover-bg: #64adf7;
|
|
3679
|
-
--cui-btn-hover-border-color: #50a3f6;
|
|
3680
|
-
--cui-btn-focus-shadow-rgb: 61, 153, 245;
|
|
3681
|
-
--cui-btn-active-color: rgba(37, 43, 54, 0.95);
|
|
3682
|
-
--cui-btn-active-bg: #64adf7;
|
|
3683
|
-
--cui-btn-active-border-color: #50a3f6;
|
|
3684
|
-
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
|
3685
|
-
--cui-btn-disabled-color: #3d99f5;
|
|
3686
|
-
--cui-btn-disabled-bg: transparent;
|
|
3687
|
-
--cui-gradient: none;
|
|
3688
|
-
}
|
|
3689
|
-
[data-coreui-theme=dark] .btn-ghost-primary {
|
|
3690
|
-
--cui-btn-color: #6b60ce;
|
|
3691
|
-
--cui-btn-hover-bg: #8178d5;
|
|
3692
|
-
--cui-btn-hover-border-color: #7a70d3;
|
|
3693
|
-
--cui-btn-hover-color: #080a0c;
|
|
3694
|
-
--cui-btn-active-bg: #8980d8;
|
|
3695
|
-
--cui-btn-active-border-color: #7a70d3;
|
|
3696
|
-
--cui-btn-active-color: #080a0c;
|
|
3697
|
-
--cui-btn-disabled-color: #6b60ce;
|
|
3698
|
-
--cui-btn-shadow: rgba(107, 96, 206, 0.5);
|
|
3699
|
-
}
|
|
3700
|
-
[data-coreui-theme=dark] .btn-ghost-secondary {
|
|
3701
|
-
--cui-btn-color: #a6a7a8;
|
|
3702
|
-
--cui-btn-hover-bg: #8d8e8f;
|
|
3703
|
-
--cui-btn-hover-border-color: #858686;
|
|
3704
|
-
--cui-btn-hover-color: #080a0c;
|
|
3705
|
-
--cui-btn-active-bg: #858686;
|
|
3706
|
-
--cui-btn-active-border-color: #7d7d7e;
|
|
3707
|
-
--cui-btn-active-color: #080a0c;
|
|
3708
|
-
--cui-btn-disabled-color: #a6a7a8;
|
|
3709
|
-
--cui-btn-shadow: rgba(166, 167, 168, 0.5);
|
|
3710
|
-
}
|
|
3711
|
-
[data-coreui-theme=dark] .btn-ghost-success {
|
|
3712
|
-
--cui-btn-color: #3aad60;
|
|
3713
|
-
--cui-btn-hover-bg: #319352;
|
|
3714
|
-
--cui-btn-hover-border-color: #2e8a4d;
|
|
3715
|
-
--cui-btn-hover-color: #080a0c;
|
|
3716
|
-
--cui-btn-active-bg: #2e8a4d;
|
|
3717
|
-
--cui-btn-active-border-color: #2c8248;
|
|
3718
|
-
--cui-btn-active-color: #fff;
|
|
3719
|
-
--cui-btn-disabled-color: #3aad60;
|
|
3720
|
-
--cui-btn-shadow: rgba(58, 173, 96, 0.5);
|
|
3721
|
-
}
|
|
3722
|
-
[data-coreui-theme=dark] .btn-ghost-danger {
|
|
3723
|
-
--cui-btn-color: #db5d5d;
|
|
3724
|
-
--cui-btn-hover-bg: #e07575;
|
|
3725
|
-
--cui-btn-hover-border-color: #df6d6d;
|
|
3726
|
-
--cui-btn-hover-color: #080a0c;
|
|
3727
|
-
--cui-btn-active-bg: #e27d7d;
|
|
3728
|
-
--cui-btn-active-border-color: #df6d6d;
|
|
3729
|
-
--cui-btn-active-color: #080a0c;
|
|
3730
|
-
--cui-btn-disabled-color: #db5d5d;
|
|
3731
|
-
--cui-btn-shadow: rgba(219, 93, 93, 0.5);
|
|
3732
|
-
}
|
|
3733
|
-
[data-coreui-theme=dark] .btn-ghost-warning {
|
|
3734
|
-
--cui-btn-color: #edad21;
|
|
3735
|
-
--cui-btn-hover-bg: #c9931c;
|
|
3736
|
-
--cui-btn-hover-border-color: #be8a1a;
|
|
3737
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3738
|
-
--cui-btn-active-bg: #be8a1a;
|
|
3739
|
-
--cui-btn-active-border-color: #b28219;
|
|
3740
|
-
--cui-btn-active-color: #080a0c;
|
|
3741
|
-
--cui-btn-disabled-color: #edad21;
|
|
3742
|
-
--cui-btn-shadow: rgba(237, 173, 33, 0.5);
|
|
3743
|
-
}
|
|
3744
|
-
[data-coreui-theme=dark] .btn-ghost-info {
|
|
3745
|
-
--cui-btn-color: #3d99f5;
|
|
3746
|
-
--cui-btn-hover-bg: #5aa8f7;
|
|
3747
|
-
--cui-btn-hover-border-color: #50a3f6;
|
|
3748
|
-
--cui-btn-hover-color: rgba(37, 43, 54, 0.95);
|
|
3749
|
-
--cui-btn-active-bg: #64adf7;
|
|
3750
|
-
--cui-btn-active-border-color: #50a3f6;
|
|
3751
|
-
--cui-btn-active-color: rgba(37, 43, 54, 0.95);
|
|
3752
|
-
--cui-btn-disabled-color: #3d99f5;
|
|
3753
|
-
--cui-btn-shadow: rgba(61, 153, 245, 0.5);
|
|
3754
|
-
}
|
|
3755
|
-
|
|
3756
3395
|
.fade {
|
|
3757
3396
|
transition: opacity 0.15s linear;
|
|
3758
3397
|
}
|
|
@@ -3831,7 +3470,7 @@ textarea.form-control-lg {
|
|
|
3831
3470
|
--cui-dropdown-inner-border-radius: calc(var(--cui-border-radius) - var(--cui-border-width));
|
|
3832
3471
|
--cui-dropdown-divider-bg: var(--cui-border-color-translucent);
|
|
3833
3472
|
--cui-dropdown-divider-margin-y: 0.5rem;
|
|
3834
|
-
--cui-dropdown-box-shadow: 0 0.5rem 1rem rgba(
|
|
3473
|
+
--cui-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15);
|
|
3835
3474
|
--cui-dropdown-link-color: var(--cui-body-color);
|
|
3836
3475
|
--cui-dropdown-link-hover-color: var(--cui-body-color);
|
|
3837
3476
|
--cui-dropdown-link-hover-bg: var(--cui-tertiary-bg);
|
|
@@ -3840,7 +3479,7 @@ textarea.form-control-lg {
|
|
|
3840
3479
|
--cui-dropdown-link-disabled-color: var(--cui-tertiary-color);
|
|
3841
3480
|
--cui-dropdown-item-padding-x: 1rem;
|
|
3842
3481
|
--cui-dropdown-item-padding-y: 0.25rem;
|
|
3843
|
-
--cui-dropdown-header-color: #
|
|
3482
|
+
--cui-dropdown-header-color: #8a93a2;
|
|
3844
3483
|
--cui-dropdown-header-padding-x: 1rem;
|
|
3845
3484
|
--cui-dropdown-header-padding-y: 0.5rem;
|
|
3846
3485
|
position: absolute;
|
|
@@ -4087,17 +3726,18 @@ textarea.form-control-lg {
|
|
|
4087
3726
|
}
|
|
4088
3727
|
|
|
4089
3728
|
.dropdown-menu-dark {
|
|
4090
|
-
--cui-dropdown-color: #
|
|
4091
|
-
--cui-dropdown-bg: #
|
|
3729
|
+
--cui-dropdown-color: #c4c9d0;
|
|
3730
|
+
--cui-dropdown-bg: #636f83;
|
|
4092
3731
|
--cui-dropdown-border-color: var(--cui-border-color-translucent);
|
|
4093
|
-
--cui-dropdown-
|
|
4094
|
-
--cui-dropdown-link-
|
|
3732
|
+
--cui-dropdown-box-shadow: ;
|
|
3733
|
+
--cui-dropdown-link-color: #c4c9d0;
|
|
3734
|
+
--cui-dropdown-link-hover-color: rgba(255, 255, 255, 0.87);
|
|
4095
3735
|
--cui-dropdown-divider-bg: var(--cui-border-color-translucent);
|
|
4096
3736
|
--cui-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
|
|
4097
3737
|
--cui-dropdown-link-active-color: rgba(255, 255, 255, 0.87);
|
|
4098
3738
|
--cui-dropdown-link-active-bg: #321fdb;
|
|
4099
|
-
--cui-dropdown-link-disabled-color: #
|
|
4100
|
-
--cui-dropdown-header-color: #
|
|
3739
|
+
--cui-dropdown-link-disabled-color: #9da5b1;
|
|
3740
|
+
--cui-dropdown-header-color: #9da5b1;
|
|
4101
3741
|
}
|
|
4102
3742
|
|
|
4103
3743
|
.btn-group,
|
|
@@ -4203,6 +3843,7 @@ textarea.form-control-lg {
|
|
|
4203
3843
|
.nav {
|
|
4204
3844
|
--cui-nav-link-padding-x: 1rem;
|
|
4205
3845
|
--cui-nav-link-padding-y: 0.5rem;
|
|
3846
|
+
--cui-nav-link-font-weight: ;
|
|
4206
3847
|
--cui-nav-link-color: var(--cui-link-color);
|
|
4207
3848
|
--cui-nav-link-hover-color: var(--cui-link-hover-color);
|
|
4208
3849
|
--cui-nav-link-disabled-color: var(--cui-secondary-color);
|
|
@@ -4236,7 +3877,7 @@ textarea.form-control-lg {
|
|
|
4236
3877
|
outline: 0;
|
|
4237
3878
|
box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
4238
3879
|
}
|
|
4239
|
-
.nav-link.disabled {
|
|
3880
|
+
.nav-link.disabled, .nav-link:disabled {
|
|
4240
3881
|
color: var(--cui-nav-link-disabled-color);
|
|
4241
3882
|
pointer-events: none;
|
|
4242
3883
|
cursor: default;
|
|
@@ -4254,7 +3895,6 @@ textarea.form-control-lg {
|
|
|
4254
3895
|
}
|
|
4255
3896
|
.nav-tabs .nav-link {
|
|
4256
3897
|
margin-bottom: calc(-1 * var(--cui-nav-tabs-border-width));
|
|
4257
|
-
background: none;
|
|
4258
3898
|
border: var(--cui-nav-tabs-border-width) solid transparent;
|
|
4259
3899
|
border-top-left-radius: var(--cui-nav-tabs-border-radius);
|
|
4260
3900
|
border-top-right-radius: var(--cui-nav-tabs-border-radius);
|
|
@@ -4263,11 +3903,6 @@ textarea.form-control-lg {
|
|
|
4263
3903
|
isolation: isolate;
|
|
4264
3904
|
border-color: var(--cui-nav-tabs-link-hover-border-color);
|
|
4265
3905
|
}
|
|
4266
|
-
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
|
|
4267
|
-
color: var(--cui-nav-link-disabled-color);
|
|
4268
|
-
background-color: transparent;
|
|
4269
|
-
border-color: transparent;
|
|
4270
|
-
}
|
|
4271
3906
|
.nav-tabs .nav-link.active,
|
|
4272
3907
|
.nav-tabs .nav-item.show .nav-link {
|
|
4273
3908
|
color: var(--cui-nav-tabs-link-active-color);
|
|
@@ -4286,15 +3921,8 @@ textarea.form-control-lg {
|
|
|
4286
3921
|
--cui-nav-pills-link-active-bg: #321fdb;
|
|
4287
3922
|
}
|
|
4288
3923
|
.nav-pills .nav-link {
|
|
4289
|
-
background: none;
|
|
4290
|
-
border: 0;
|
|
4291
3924
|
border-radius: var(--cui-nav-pills-border-radius);
|
|
4292
3925
|
}
|
|
4293
|
-
.nav-pills .nav-link:disabled {
|
|
4294
|
-
color: var(--cui-nav-link-disabled-color);
|
|
4295
|
-
background-color: transparent;
|
|
4296
|
-
border-color: transparent;
|
|
4297
|
-
}
|
|
4298
3926
|
.nav-pills .nav-link.active,
|
|
4299
3927
|
.nav-pills .show > .nav-link {
|
|
4300
3928
|
color: var(--cui-nav-pills-link-active-color);
|
|
@@ -4342,7 +3970,7 @@ textarea.form-control-lg {
|
|
|
4342
3970
|
--cui-navbar-toggler-padding-y: 0.25rem;
|
|
4343
3971
|
--cui-navbar-toggler-padding-x: 0.75rem;
|
|
4344
3972
|
--cui-navbar-toggler-font-size: 1.25rem;
|
|
4345
|
-
--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%
|
|
3973
|
+
--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");
|
|
4346
3974
|
--cui-navbar-toggler-border-color: rgba(var(--cui-emphasis-color-rgb), 0.15);
|
|
4347
3975
|
--cui-navbar-toggler-border-radius: var(--cui-border-radius);
|
|
4348
3976
|
--cui-navbar-toggler-focus-width: 0.25rem;
|
|
@@ -4388,6 +4016,7 @@ textarea.form-control-lg {
|
|
|
4388
4016
|
.navbar-nav {
|
|
4389
4017
|
--cui-nav-link-padding-x: 0;
|
|
4390
4018
|
--cui-nav-link-padding-y: 0.5rem;
|
|
4019
|
+
--cui-nav-link-font-weight: ;
|
|
4391
4020
|
--cui-nav-link-color: var(--cui-navbar-color);
|
|
4392
4021
|
--cui-nav-link-hover-color: var(--cui-navbar-hover-color);
|
|
4393
4022
|
--cui-nav-link-disabled-color: var(--cui-navbar-disabled-color);
|
|
@@ -4753,21 +4382,23 @@ textarea.form-control-lg {
|
|
|
4753
4382
|
--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");
|
|
4754
4383
|
}
|
|
4755
4384
|
|
|
4756
|
-
[data-coreui-theme=dark] .navbar-toggler-icon {
|
|
4757
|
-
--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");
|
|
4758
|
-
}
|
|
4759
|
-
|
|
4760
4385
|
.card {
|
|
4761
4386
|
--cui-card-spacer-y: 1rem;
|
|
4762
4387
|
--cui-card-spacer-x: 1rem;
|
|
4763
4388
|
--cui-card-title-spacer-y: 0.5rem;
|
|
4389
|
+
--cui-card-title-color: ;
|
|
4390
|
+
--cui-card-subtitle-color: ;
|
|
4764
4391
|
--cui-card-border-width: var(--cui-border-width);
|
|
4765
4392
|
--cui-card-border-color: var(--cui-border-color-translucent);
|
|
4766
4393
|
--cui-card-border-radius: var(--cui-border-radius);
|
|
4394
|
+
--cui-card-box-shadow: ;
|
|
4767
4395
|
--cui-card-inner-border-radius: calc(var(--cui-border-radius) - (var(--cui-border-width)));
|
|
4768
4396
|
--cui-card-cap-padding-y: 0.5rem;
|
|
4769
4397
|
--cui-card-cap-padding-x: 1rem;
|
|
4770
4398
|
--cui-card-cap-bg: rgba(var(--cui-body-color-rgb), 0.03);
|
|
4399
|
+
--cui-card-cap-color: ;
|
|
4400
|
+
--cui-card-height: ;
|
|
4401
|
+
--cui-card-color: ;
|
|
4771
4402
|
--cui-card-bg: var(--cui-body-bg);
|
|
4772
4403
|
--cui-card-img-overlay-padding: 1rem;
|
|
4773
4404
|
--cui-card-group-margin: 0.75rem;
|
|
@@ -4950,17 +4581,17 @@ textarea.form-control-lg {
|
|
|
4950
4581
|
--cui-accordion-btn-padding-y: 1rem;
|
|
4951
4582
|
--cui-accordion-btn-color: var(--cui-body-color);
|
|
4952
4583
|
--cui-accordion-btn-bg: var(--cui-accordion-bg);
|
|
4953
|
-
--cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='
|
|
4584
|
+
--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");
|
|
4954
4585
|
--cui-accordion-btn-icon-width: 1.25rem;
|
|
4955
4586
|
--cui-accordion-btn-icon-transform: rotate(-180deg);
|
|
4956
4587
|
--cui-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
4957
|
-
--cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
4588
|
+
--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");
|
|
4958
4589
|
--cui-accordion-btn-focus-border-color: #998fed;
|
|
4959
4590
|
--cui-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
4960
4591
|
--cui-accordion-body-padding-x: 1.25rem;
|
|
4961
4592
|
--cui-accordion-body-padding-y: 1rem;
|
|
4962
|
-
--cui-accordion-active-color:
|
|
4963
|
-
--cui-accordion-active-bg:
|
|
4593
|
+
--cui-accordion-active-color: #2d1cc5;
|
|
4594
|
+
--cui-accordion-active-bg: #ebe9fb;
|
|
4964
4595
|
}
|
|
4965
4596
|
|
|
4966
4597
|
.accordion-button {
|
|
@@ -5073,15 +4704,12 @@ textarea.form-control-lg {
|
|
|
5073
4704
|
border-radius: 0;
|
|
5074
4705
|
}
|
|
5075
4706
|
|
|
5076
|
-
[data-coreui-theme=dark] .accordion-button::after {
|
|
5077
|
-
--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");
|
|
5078
|
-
--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");
|
|
5079
|
-
}
|
|
5080
|
-
|
|
5081
4707
|
.breadcrumb {
|
|
5082
4708
|
--cui-breadcrumb-padding-x: 0;
|
|
5083
4709
|
--cui-breadcrumb-padding-y: 0;
|
|
5084
4710
|
--cui-breadcrumb-margin-bottom: 1rem;
|
|
4711
|
+
--cui-breadcrumb-bg: ;
|
|
4712
|
+
--cui-breadcrumb-border-radius: ;
|
|
5085
4713
|
--cui-breadcrumb-divider-color: var(--cui-secondary-color);
|
|
5086
4714
|
--cui-breadcrumb-item-padding-x: 0.5rem;
|
|
5087
4715
|
--cui-breadcrumb-item-active-color: var(--cui-secondary-color);
|
|
@@ -5207,7 +4835,7 @@ textarea.form-control-lg {
|
|
|
5207
4835
|
--cui-badge-padding-y: 0.35em;
|
|
5208
4836
|
--cui-badge-font-size: 0.75em;
|
|
5209
4837
|
--cui-badge-font-weight: 700;
|
|
5210
|
-
--cui-badge-color:
|
|
4838
|
+
--cui-badge-color: rgba(255, 255, 255, 0.87);
|
|
5211
4839
|
--cui-badge-border-radius: var(--cui-border-radius);
|
|
5212
4840
|
display: inline-block;
|
|
5213
4841
|
padding: var(--cui-badge-padding-y) var(--cui-badge-padding-x);
|
|
@@ -5275,59 +4903,59 @@ textarea.form-control-lg {
|
|
|
5275
4903
|
}
|
|
5276
4904
|
|
|
5277
4905
|
.alert-primary {
|
|
5278
|
-
--cui-alert-color:
|
|
5279
|
-
--cui-alert-bg:
|
|
5280
|
-
--cui-alert-border-color:
|
|
5281
|
-
--cui-alert-link-color:
|
|
4906
|
+
--cui-alert-color: #1e1383;
|
|
4907
|
+
--cui-alert-bg: #d6d2f8;
|
|
4908
|
+
--cui-alert-border-color: #c2bcf4;
|
|
4909
|
+
--cui-alert-link-color: #180f69;
|
|
5282
4910
|
}
|
|
5283
4911
|
|
|
5284
4912
|
.alert-secondary {
|
|
5285
|
-
--cui-alert-color:
|
|
5286
|
-
--cui-alert-bg:
|
|
5287
|
-
--cui-alert-border-color:
|
|
5288
|
-
--cui-alert-link-color:
|
|
4913
|
+
--cui-alert-color: #5e636a;
|
|
4914
|
+
--cui-alert-bg: #ebedef;
|
|
4915
|
+
--cui-alert-border-color: #e2e4e8;
|
|
4916
|
+
--cui-alert-link-color: #4b4f55;
|
|
5289
4917
|
}
|
|
5290
4918
|
|
|
5291
4919
|
.alert-success {
|
|
5292
|
-
--cui-alert-color:
|
|
5293
|
-
--cui-alert-bg:
|
|
5294
|
-
--cui-alert-border-color:
|
|
5295
|
-
--cui-alert-link-color:
|
|
4920
|
+
--cui-alert-color: #1c6e37;
|
|
4921
|
+
--cui-alert-bg: #d5f1de;
|
|
4922
|
+
--cui-alert-border-color: #c0eace;
|
|
4923
|
+
--cui-alert-link-color: #16582c;
|
|
5296
4924
|
}
|
|
5297
4925
|
|
|
5298
4926
|
.alert-info {
|
|
5299
|
-
--cui-alert-color:
|
|
5300
|
-
--cui-alert-bg:
|
|
5301
|
-
--cui-alert-border-color:
|
|
5302
|
-
--cui-alert-link-color:
|
|
4927
|
+
--cui-alert-color: #1f5c99;
|
|
4928
|
+
--cui-alert-bg: #d6ebff;
|
|
4929
|
+
--cui-alert-border-color: #c2e0ff;
|
|
4930
|
+
--cui-alert-link-color: #194a7a;
|
|
5303
4931
|
}
|
|
5304
4932
|
|
|
5305
4933
|
.alert-warning {
|
|
5306
|
-
--cui-alert-color:
|
|
5307
|
-
--cui-alert-bg:
|
|
5308
|
-
--cui-alert-border-color:
|
|
5309
|
-
--cui-alert-link-color:
|
|
4934
|
+
--cui-alert-color: #956a0d;
|
|
4935
|
+
--cui-alert-bg: #feefd0;
|
|
4936
|
+
--cui-alert-border-color: #fde8b9;
|
|
4937
|
+
--cui-alert-link-color: #77550a;
|
|
5310
4938
|
}
|
|
5311
4939
|
|
|
5312
4940
|
.alert-danger {
|
|
5313
|
-
--cui-alert-color:
|
|
5314
|
-
--cui-alert-bg:
|
|
5315
|
-
--cui-alert-border-color:
|
|
5316
|
-
--cui-alert-link-color:
|
|
4941
|
+
--cui-alert-color: #893232;
|
|
4942
|
+
--cui-alert-bg: #fadddd;
|
|
4943
|
+
--cui-alert-border-color: #f7cbcb;
|
|
4944
|
+
--cui-alert-link-color: #6e2828;
|
|
5317
4945
|
}
|
|
5318
4946
|
|
|
5319
4947
|
.alert-light {
|
|
5320
|
-
--cui-alert-color:
|
|
5321
|
-
--cui-alert-bg:
|
|
5322
|
-
--cui-alert-border-color:
|
|
5323
|
-
--cui-alert-link-color:
|
|
4948
|
+
--cui-alert-color: #8d8e8f;
|
|
4949
|
+
--cui-alert-bg: #fbfbfc;
|
|
4950
|
+
--cui-alert-border-color: #f9fafa;
|
|
4951
|
+
--cui-alert-link-color: #717272;
|
|
5324
4952
|
}
|
|
5325
4953
|
|
|
5326
4954
|
.alert-dark {
|
|
5327
|
-
--cui-alert-color:
|
|
5328
|
-
--cui-alert-bg:
|
|
5329
|
-
--cui-alert-border-color:
|
|
5330
|
-
--cui-alert-link-color:
|
|
4955
|
+
--cui-alert-color: #2f3845;
|
|
4956
|
+
--cui-alert-bg: #dcdfe3;
|
|
4957
|
+
--cui-alert-border-color: #caced5;
|
|
4958
|
+
--cui-alert-link-color: #262d37;
|
|
5331
4959
|
}
|
|
5332
4960
|
|
|
5333
4961
|
@keyframes progress-bar-stripes {
|
|
@@ -5342,7 +4970,7 @@ textarea.form-control-lg {
|
|
|
5342
4970
|
--cui-progress-bg: var(--cui-secondary-bg);
|
|
5343
4971
|
--cui-progress-border-radius: var(--cui-border-radius);
|
|
5344
4972
|
--cui-progress-box-shadow: var(--cui-box-shadow-inset);
|
|
5345
|
-
--cui-progress-bar-color:
|
|
4973
|
+
--cui-progress-bar-color: rgba(255, 255, 255, 0.87);
|
|
5346
4974
|
--cui-progress-bar-bg: var(--cui-primary);
|
|
5347
4975
|
--cui-progress-bar-transition: width 0.6s ease;
|
|
5348
4976
|
display: flex;
|
|
@@ -5673,112 +5301,88 @@ textarea.form-control-lg {
|
|
|
5673
5301
|
}
|
|
5674
5302
|
|
|
5675
5303
|
.list-group-item-primary {
|
|
5676
|
-
--cui-list-group-color:
|
|
5677
|
-
--cui-list-group-bg:
|
|
5678
|
-
--cui-list-group-
|
|
5679
|
-
--cui-list-group-action-hover-color:
|
|
5680
|
-
--cui-list-group-action-
|
|
5681
|
-
--cui-list-group-action-active-
|
|
5682
|
-
--cui-list-group-action-active-
|
|
5683
|
-
--cui-list-group-active-color: var(--cui-primary-bg-subtle);
|
|
5684
|
-
--cui-list-group-active-bg: var(--cui-primary-text-emphasis);
|
|
5685
|
-
--cui-list-group-active-border-color: var(--cui-primary-text-emphasis);
|
|
5304
|
+
--cui-list-group-color: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5305
|
+
--cui-list-group-bg: #d6d2f8;
|
|
5306
|
+
--cui-list-group-hover-bg: #2d1cc5;
|
|
5307
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5308
|
+
--cui-list-group-action-active-color: #fff;
|
|
5309
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5310
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#1e1383, #d6d2f8, 40%, "primary");
|
|
5686
5311
|
}
|
|
5687
5312
|
|
|
5688
5313
|
.list-group-item-secondary {
|
|
5689
|
-
--cui-list-group-color:
|
|
5690
|
-
--cui-list-group-bg:
|
|
5691
|
-
--cui-list-group-
|
|
5692
|
-
--cui-list-group-action-hover-color:
|
|
5693
|
-
--cui-list-group-action-
|
|
5694
|
-
--cui-list-group-action-active-
|
|
5695
|
-
--cui-list-group-action-active-
|
|
5696
|
-
--cui-list-group-active-color: var(--cui-secondary-bg-subtle);
|
|
5697
|
-
--cui-list-group-active-bg: var(--cui-secondary-text-emphasis);
|
|
5698
|
-
--cui-list-group-active-border-color: var(--cui-secondary-text-emphasis);
|
|
5314
|
+
--cui-list-group-color: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5315
|
+
--cui-list-group-bg: #ebedef;
|
|
5316
|
+
--cui-list-group-hover-bg: #8d959f;
|
|
5317
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5318
|
+
--cui-list-group-action-active-color: #fff;
|
|
5319
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5320
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#5e636a, #ebedef, 40%, "secondary");
|
|
5699
5321
|
}
|
|
5700
5322
|
|
|
5701
5323
|
.list-group-item-success {
|
|
5702
|
-
--cui-list-group-color:
|
|
5703
|
-
--cui-list-group-bg:
|
|
5704
|
-
--cui-list-group-
|
|
5705
|
-
--cui-list-group-action-hover-color:
|
|
5706
|
-
--cui-list-group-action-
|
|
5707
|
-
--cui-list-group-action-active-
|
|
5708
|
-
--cui-list-group-action-active-
|
|
5709
|
-
--cui-list-group-active-color: var(--cui-success-bg-subtle);
|
|
5710
|
-
--cui-list-group-active-bg: var(--cui-success-text-emphasis);
|
|
5711
|
-
--cui-list-group-active-border-color: var(--cui-success-text-emphasis);
|
|
5324
|
+
--cui-list-group-color: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5325
|
+
--cui-list-group-bg: #d5f1de;
|
|
5326
|
+
--cui-list-group-hover-bg: #29a653;
|
|
5327
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5328
|
+
--cui-list-group-action-active-color: #fff;
|
|
5329
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5330
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#1c6e37, #d5f1de, 40%, "success");
|
|
5712
5331
|
}
|
|
5713
5332
|
|
|
5714
|
-
.list-group-item-
|
|
5715
|
-
--cui-list-group-color:
|
|
5716
|
-
--cui-list-group-bg:
|
|
5717
|
-
--cui-list-group-
|
|
5718
|
-
--cui-list-group-action-hover-color:
|
|
5719
|
-
--cui-list-group-action-
|
|
5720
|
-
--cui-list-group-action-active-
|
|
5721
|
-
--cui-list-group-action-active-
|
|
5722
|
-
--cui-list-group-active-color: var(--cui-info-bg-subtle);
|
|
5723
|
-
--cui-list-group-active-bg: var(--cui-info-text-emphasis);
|
|
5724
|
-
--cui-list-group-active-border-color: var(--cui-info-text-emphasis);
|
|
5333
|
+
.list-group-item-danger {
|
|
5334
|
+
--cui-list-group-color: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5335
|
+
--cui-list-group-bg: #fadddd;
|
|
5336
|
+
--cui-list-group-hover-bg: #ce4b4b;
|
|
5337
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5338
|
+
--cui-list-group-action-active-color: #fff;
|
|
5339
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5340
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#893232, #fadddd, 40%, "danger");
|
|
5725
5341
|
}
|
|
5726
5342
|
|
|
5727
5343
|
.list-group-item-warning {
|
|
5728
|
-
--cui-list-group-color:
|
|
5729
|
-
--cui-list-group-bg:
|
|
5730
|
-
--cui-list-group-
|
|
5731
|
-
--cui-list-group-action-hover-color:
|
|
5732
|
-
--cui-list-group-action-
|
|
5733
|
-
--cui-list-group-action-active-
|
|
5734
|
-
--cui-list-group-action-active-
|
|
5735
|
-
--cui-list-group-active-color: var(--cui-warning-bg-subtle);
|
|
5736
|
-
--cui-list-group-active-bg: var(--cui-warning-text-emphasis);
|
|
5737
|
-
--cui-list-group-active-border-color: var(--cui-warning-text-emphasis);
|
|
5344
|
+
--cui-list-group-color: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5345
|
+
--cui-list-group-bg: #feefd0;
|
|
5346
|
+
--cui-list-group-hover-bg: #e09f13;
|
|
5347
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5348
|
+
--cui-list-group-action-active-color: #fff;
|
|
5349
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5350
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#956a0d, #feefd0, 40%, "warning");
|
|
5738
5351
|
}
|
|
5739
5352
|
|
|
5740
|
-
.list-group-item-
|
|
5741
|
-
--cui-list-group-color:
|
|
5742
|
-
--cui-list-group-bg:
|
|
5743
|
-
--cui-list-group-
|
|
5744
|
-
--cui-list-group-action-hover-color:
|
|
5745
|
-
--cui-list-group-action-
|
|
5746
|
-
--cui-list-group-action-active-
|
|
5747
|
-
--cui-list-group-action-active-
|
|
5748
|
-
--cui-list-group-active-color: var(--cui-danger-bg-subtle);
|
|
5749
|
-
--cui-list-group-active-bg: var(--cui-danger-text-emphasis);
|
|
5750
|
-
--cui-list-group-active-border-color: var(--cui-danger-text-emphasis);
|
|
5353
|
+
.list-group-item-info {
|
|
5354
|
+
--cui-list-group-color: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5355
|
+
--cui-list-group-bg: #d6ebff;
|
|
5356
|
+
--cui-list-group-hover-bg: #2e8ae6;
|
|
5357
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5358
|
+
--cui-list-group-action-active-color: #fff;
|
|
5359
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5360
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#1f5c99, #d6ebff, 40%, "info");
|
|
5751
5361
|
}
|
|
5752
5362
|
|
|
5753
5363
|
.list-group-item-light {
|
|
5754
|
-
--cui-list-group-color:
|
|
5755
|
-
--cui-list-group-bg:
|
|
5756
|
-
--cui-list-group-
|
|
5757
|
-
--cui-list-group-action-hover-color:
|
|
5758
|
-
--cui-list-group-action-
|
|
5759
|
-
--cui-list-group-action-active-
|
|
5760
|
-
--cui-list-group-action-active-
|
|
5761
|
-
--cui-list-group-active-color: var(--cui-light-bg-subtle);
|
|
5762
|
-
--cui-list-group-active-bg: var(--cui-light-text-emphasis);
|
|
5763
|
-
--cui-list-group-active-border-color: var(--cui-light-text-emphasis);
|
|
5364
|
+
--cui-list-group-color: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5365
|
+
--cui-list-group-bg: #fbfbfc;
|
|
5366
|
+
--cui-list-group-hover-bg: #d4d5d7;
|
|
5367
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5368
|
+
--cui-list-group-action-active-color: #fff;
|
|
5369
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5370
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#8d8e8f, #fbfbfc, 40%, "light");
|
|
5764
5371
|
}
|
|
5765
5372
|
|
|
5766
5373
|
.list-group-item-dark {
|
|
5767
|
-
--cui-list-group-color:
|
|
5768
|
-
--cui-list-group-bg:
|
|
5769
|
-
--cui-list-group-
|
|
5770
|
-
--cui-list-group-action-hover-color:
|
|
5771
|
-
--cui-list-group-action-
|
|
5772
|
-
--cui-list-group-action-active-
|
|
5773
|
-
--cui-list-group-action-active-
|
|
5774
|
-
--cui-list-group-active-color: var(--cui-dark-bg-subtle);
|
|
5775
|
-
--cui-list-group-active-bg: var(--cui-dark-text-emphasis);
|
|
5776
|
-
--cui-list-group-active-border-color: var(--cui-dark-text-emphasis);
|
|
5374
|
+
--cui-list-group-color: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5375
|
+
--cui-list-group-bg: #dcdfe3;
|
|
5376
|
+
--cui-list-group-hover-bg: #475468;
|
|
5377
|
+
--cui-list-group-action-hover-color: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5378
|
+
--cui-list-group-action-active-color: #fff;
|
|
5379
|
+
--cui-list-group-action-active-bg: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5380
|
+
--cui-list-group-action-active-border-color: contrast-ratio-correction(#2f3845, #dcdfe3, 40%, "dark");
|
|
5777
5381
|
}
|
|
5778
5382
|
|
|
5779
5383
|
.btn-close {
|
|
5780
|
-
--cui-btn-close-color:
|
|
5781
|
-
--cui-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
5384
|
+
--cui-btn-close-color: rgba(44, 56, 74, 0.95);
|
|
5385
|
+
--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");
|
|
5782
5386
|
--cui-btn-close-opacity: 0.5;
|
|
5783
5387
|
--cui-btn-close-hover-opacity: 0.75;
|
|
5784
5388
|
--cui-btn-close-focus-shadow: 0 0 0 0.25rem rgba(50, 31, 219, 0.25);
|
|
@@ -5817,10 +5421,6 @@ textarea.form-control-lg {
|
|
|
5817
5421
|
filter: var(--cui-btn-close-white-filter);
|
|
5818
5422
|
}
|
|
5819
5423
|
|
|
5820
|
-
[data-coreui-theme=dark] .btn-close {
|
|
5821
|
-
filter: var(--cui-btn-close-white-filter);
|
|
5822
|
-
}
|
|
5823
|
-
|
|
5824
5424
|
.toast {
|
|
5825
5425
|
--cui-toast-zindex: 1090;
|
|
5826
5426
|
--cui-toast-padding-x: 0.75rem;
|
|
@@ -5828,6 +5428,7 @@ textarea.form-control-lg {
|
|
|
5828
5428
|
--cui-toast-spacing: 1.5rem;
|
|
5829
5429
|
--cui-toast-max-width: 350px;
|
|
5830
5430
|
--cui-toast-font-size: 0.875rem;
|
|
5431
|
+
--cui-toast-color: ;
|
|
5831
5432
|
--cui-toast-bg: rgba(var(--cui-body-bg-rgb), 0.85);
|
|
5832
5433
|
--cui-toast-border-width: var(--cui-border-width);
|
|
5833
5434
|
--cui-toast-border-color: var(--cui-border-color-translucent);
|
|
@@ -5894,11 +5495,12 @@ textarea.form-control-lg {
|
|
|
5894
5495
|
--cui-modal-width: 500px;
|
|
5895
5496
|
--cui-modal-padding: 1rem;
|
|
5896
5497
|
--cui-modal-margin: 0.5rem;
|
|
5498
|
+
--cui-modal-color: ;
|
|
5897
5499
|
--cui-modal-bg: var(--cui-body-bg);
|
|
5898
5500
|
--cui-modal-border-color: var(--cui-border-color-translucent);
|
|
5899
5501
|
--cui-modal-border-width: var(--cui-border-width);
|
|
5900
5502
|
--cui-modal-border-radius: var(--cui-border-radius-lg);
|
|
5901
|
-
--cui-modal-box-shadow: 0 0.125rem 0.25rem rgba(
|
|
5503
|
+
--cui-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
|
|
5902
5504
|
--cui-modal-inner-border-radius: calc(var(--cui-border-radius-lg) - (var(--cui-border-width)));
|
|
5903
5505
|
--cui-modal-header-padding-x: 1rem;
|
|
5904
5506
|
--cui-modal-header-padding-y: 1rem;
|
|
@@ -5907,6 +5509,7 @@ textarea.form-control-lg {
|
|
|
5907
5509
|
--cui-modal-header-border-width: var(--cui-border-width);
|
|
5908
5510
|
--cui-modal-title-line-height: 1.5;
|
|
5909
5511
|
--cui-modal-footer-gap: 0.5rem;
|
|
5512
|
+
--cui-modal-footer-bg: ;
|
|
5910
5513
|
--cui-modal-footer-border-color: var(--cui-border-color);
|
|
5911
5514
|
--cui-modal-footer-border-width: var(--cui-border-width);
|
|
5912
5515
|
position: fixed;
|
|
@@ -5976,7 +5579,7 @@ textarea.form-control-lg {
|
|
|
5976
5579
|
|
|
5977
5580
|
.modal-backdrop {
|
|
5978
5581
|
--cui-backdrop-zindex: 1050;
|
|
5979
|
-
--cui-backdrop-bg: #
|
|
5582
|
+
--cui-backdrop-bg: #000015;
|
|
5980
5583
|
--cui-backdrop-opacity: 0.5;
|
|
5981
5584
|
position: fixed;
|
|
5982
5585
|
top: 0;
|
|
@@ -6038,7 +5641,7 @@ textarea.form-control-lg {
|
|
|
6038
5641
|
@media (min-width: 576px) {
|
|
6039
5642
|
.modal {
|
|
6040
5643
|
--cui-modal-margin: 1.75rem;
|
|
6041
|
-
--cui-modal-box-shadow: 0 0.5rem 1rem rgba(
|
|
5644
|
+
--cui-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15);
|
|
6042
5645
|
}
|
|
6043
5646
|
.modal-dialog {
|
|
6044
5647
|
max-width: var(--cui-modal-width);
|
|
@@ -6184,6 +5787,7 @@ textarea.form-control-lg {
|
|
|
6184
5787
|
--cui-tooltip-max-width: 200px;
|
|
6185
5788
|
--cui-tooltip-padding-x: 0.5rem;
|
|
6186
5789
|
--cui-tooltip-padding-y: 0.25rem;
|
|
5790
|
+
--cui-tooltip-margin: ;
|
|
6187
5791
|
--cui-tooltip-font-size: 0.875rem;
|
|
6188
5792
|
--cui-tooltip-color: var(--cui-body-bg);
|
|
6189
5793
|
--cui-tooltip-bg: var(--cui-emphasis-color);
|
|
@@ -6289,7 +5893,7 @@ textarea.form-control-lg {
|
|
|
6289
5893
|
--cui-popover-border-color: var(--cui-border-color-translucent);
|
|
6290
5894
|
--cui-popover-border-radius: var(--cui-border-radius-lg);
|
|
6291
5895
|
--cui-popover-inner-border-radius: calc(var(--cui-border-radius-lg) - var(--cui-border-width));
|
|
6292
|
-
--cui-popover-box-shadow: 0 0.5rem 1rem rgba(
|
|
5896
|
+
--cui-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15);
|
|
6293
5897
|
--cui-popover-header-padding-x: 1rem;
|
|
6294
5898
|
--cui-popover-header-padding-y: 0.5rem;
|
|
6295
5899
|
--cui-popover-header-font-size: 1rem;
|
|
@@ -6522,7 +6126,7 @@ textarea.form-control-lg {
|
|
|
6522
6126
|
justify-content: center;
|
|
6523
6127
|
width: 15%;
|
|
6524
6128
|
padding: 0;
|
|
6525
|
-
color:
|
|
6129
|
+
color: var(--cui-carousel-control-color, rgba(255, 255, 255, 0.87));
|
|
6526
6130
|
text-align: center;
|
|
6527
6131
|
background: none;
|
|
6528
6132
|
border: 0;
|
|
@@ -6538,7 +6142,7 @@ textarea.form-control-lg {
|
|
|
6538
6142
|
.carousel-control-prev:hover, .carousel-control-prev:focus,
|
|
6539
6143
|
.carousel-control-next:hover,
|
|
6540
6144
|
.carousel-control-next:focus {
|
|
6541
|
-
color:
|
|
6145
|
+
color: var(--cui-carousel-control-color, rgba(255, 255, 255, 0.87));
|
|
6542
6146
|
text-decoration: none;
|
|
6543
6147
|
outline: 0;
|
|
6544
6148
|
opacity: 0.9;
|
|
@@ -6571,11 +6175,11 @@ textarea.form-control-lg {
|
|
|
6571
6175
|
} ]
|
|
6572
6176
|
} */
|
|
6573
6177
|
.carousel-control-prev-icon {
|
|
6574
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
6178
|
+
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");
|
|
6575
6179
|
}
|
|
6576
6180
|
|
|
6577
6181
|
.carousel-control-next-icon {
|
|
6578
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
6182
|
+
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");
|
|
6579
6183
|
}
|
|
6580
6184
|
|
|
6581
6185
|
.carousel-indicators {
|
|
@@ -6590,6 +6194,7 @@ textarea.form-control-lg {
|
|
|
6590
6194
|
margin-right: 15%;
|
|
6591
6195
|
margin-bottom: 1rem;
|
|
6592
6196
|
margin-left: 15%;
|
|
6197
|
+
list-style: none;
|
|
6593
6198
|
}
|
|
6594
6199
|
.carousel-indicators [data-coreui-target] {
|
|
6595
6200
|
box-sizing: content-box;
|
|
@@ -6601,7 +6206,7 @@ textarea.form-control-lg {
|
|
|
6601
6206
|
margin-left: 3px;
|
|
6602
6207
|
text-indent: -999px;
|
|
6603
6208
|
cursor: pointer;
|
|
6604
|
-
background-color: #fff;
|
|
6209
|
+
background-color: var(--cui-carousel-indicator-active-bg, #fff);
|
|
6605
6210
|
background-clip: padding-box;
|
|
6606
6211
|
border: 0;
|
|
6607
6212
|
border-top: 10px solid transparent;
|
|
@@ -6625,31 +6230,23 @@ textarea.form-control-lg {
|
|
|
6625
6230
|
left: 15%;
|
|
6626
6231
|
padding-top: 1.25rem;
|
|
6627
6232
|
padding-bottom: 1.25rem;
|
|
6628
|
-
color:
|
|
6233
|
+
color: var(--cui-carousel-caption-color, rgba(255, 255, 255, 0.87));
|
|
6629
6234
|
text-align: center;
|
|
6630
6235
|
}
|
|
6631
6236
|
|
|
6237
|
+
.carousel-dark {
|
|
6238
|
+
--cui-carousel-indicator-active-bg: #000015;
|
|
6239
|
+
--cui-carousel-caption-color: rgba(44, 56, 74, 0.95);
|
|
6240
|
+
}
|
|
6632
6241
|
.carousel-dark .carousel-control-prev-icon,
|
|
6633
6242
|
.carousel-dark .carousel-control-next-icon {
|
|
6634
6243
|
filter: invert(1) grayscale(100);
|
|
6635
6244
|
}
|
|
6636
6245
|
.carousel-dark .carousel-indicators [data-coreui-target] {
|
|
6637
|
-
background-color: #
|
|
6246
|
+
background-color: #000015;
|
|
6638
6247
|
}
|
|
6639
6248
|
.carousel-dark .carousel-caption {
|
|
6640
|
-
color:
|
|
6641
|
-
}
|
|
6642
|
-
|
|
6643
|
-
[data-coreui-theme=dark] .carousel .carousel-control-prev-icon,
|
|
6644
|
-
[data-coreui-theme=dark] .carousel .carousel-control-next-icon, [data-coreui-theme=dark].carousel .carousel-control-prev-icon,
|
|
6645
|
-
[data-coreui-theme=dark].carousel .carousel-control-next-icon {
|
|
6646
|
-
filter: invert(1) grayscale(100);
|
|
6647
|
-
}
|
|
6648
|
-
[data-coreui-theme=dark] .carousel .carousel-indicators [data-coreui-target], [data-coreui-theme=dark].carousel .carousel-indicators [data-coreui-target] {
|
|
6649
|
-
background-color: #080a0c;
|
|
6650
|
-
}
|
|
6651
|
-
[data-coreui-theme=dark] .carousel .carousel-caption, [data-coreui-theme=dark].carousel .carousel-caption {
|
|
6652
|
-
color: #080a0c;
|
|
6249
|
+
color: rgba(44, 56, 74, 0.95);
|
|
6653
6250
|
}
|
|
6654
6251
|
|
|
6655
6252
|
.spinner-grow,
|
|
@@ -6724,7 +6321,7 @@ textarea.form-control-lg {
|
|
|
6724
6321
|
--cui-offcanvas-bg: var(--cui-body-bg);
|
|
6725
6322
|
--cui-offcanvas-border-width: var(--cui-border-width);
|
|
6726
6323
|
--cui-offcanvas-border-color: var(--cui-border-color-translucent);
|
|
6727
|
-
--cui-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(
|
|
6324
|
+
--cui-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
|
|
6728
6325
|
--cui-offcanvas-transition: transform 0.3s ease-in-out;
|
|
6729
6326
|
--cui-offcanvas-title-line-height: 1.5;
|
|
6730
6327
|
}
|
|
@@ -7183,7 +6780,7 @@ textarea.form-control-lg {
|
|
|
7183
6780
|
z-index: 1040;
|
|
7184
6781
|
width: 100vw;
|
|
7185
6782
|
height: 100vh;
|
|
7186
|
-
background-color: var(--cui-offcanvas-backdrop-bg, #
|
|
6783
|
+
background-color: var(--cui-offcanvas-backdrop-bg, #000015);
|
|
7187
6784
|
}
|
|
7188
6785
|
.offcanvas-backdrop.fade {
|
|
7189
6786
|
opacity: 0;
|
|
@@ -7251,8 +6848,8 @@ textarea.form-control-lg {
|
|
|
7251
6848
|
}
|
|
7252
6849
|
}
|
|
7253
6850
|
.placeholder-wave {
|
|
7254
|
-
-webkit-mask-image: linear-gradient(130deg, #
|
|
7255
|
-
mask-image: linear-gradient(130deg, #
|
|
6851
|
+
-webkit-mask-image: linear-gradient(130deg, #000015 55%, rgba(0, 0, 0, 0.8) 75%, #000015 95%);
|
|
6852
|
+
mask-image: linear-gradient(130deg, #000015 55%, rgba(0, 0, 0, 0.8) 75%, #000015 95%);
|
|
7256
6853
|
-webkit-mask-size: 200% 100%;
|
|
7257
6854
|
mask-size: 200% 100%;
|
|
7258
6855
|
animation: placeholder-wave 2s linear infinite;
|
|
@@ -7368,10 +6965,10 @@ textarea.form-control-lg {
|
|
|
7368
6965
|
--cui-callout-padding-y: 1rem;
|
|
7369
6966
|
--cui-callout-margin-x: 0;
|
|
7370
6967
|
--cui-callout-margin-y: 1rem;
|
|
7371
|
-
--cui-callout-border-width:
|
|
7372
|
-
--cui-callout-border-color:
|
|
7373
|
-
--cui-callout-border-left-width:
|
|
7374
|
-
--cui-callout-border-radius:
|
|
6968
|
+
--cui-callout-border-width: var(--cui-border-width);
|
|
6969
|
+
--cui-callout-border-color: var(--cui-border-color);
|
|
6970
|
+
--cui-callout-border-left-width: calc(var(--cui-border-width) * 4);
|
|
6971
|
+
--cui-callout-border-radius: var(--cui-border-radius);
|
|
7375
6972
|
padding: var(--cui-callout-padding-y) var(--cui-callout-padding-x);
|
|
7376
6973
|
margin: var(--cui-callout-margin-y) var(--cui-callout-margin-x);
|
|
7377
6974
|
border: var(--cui-callout-border-width) solid var(--cui-callout-border-color);
|
|
@@ -7405,11 +7002,11 @@ textarea.form-control-lg {
|
|
|
7405
7002
|
}
|
|
7406
7003
|
|
|
7407
7004
|
.callout-light {
|
|
7408
|
-
--cui-callout-border-left-color: #
|
|
7005
|
+
--cui-callout-border-left-color: #ebedef;
|
|
7409
7006
|
}
|
|
7410
7007
|
|
|
7411
7008
|
.callout-dark {
|
|
7412
|
-
--cui-callout-border-left-color: #
|
|
7009
|
+
--cui-callout-border-left-color: #4f5d73;
|
|
7413
7010
|
}
|
|
7414
7011
|
|
|
7415
7012
|
.footer {
|
|
@@ -7458,16 +7055,16 @@ textarea.form-control-lg {
|
|
|
7458
7055
|
--cui-header-disabled-color: rgba(var(--cui-emphasis-color-rgb), 0.3);
|
|
7459
7056
|
--cui-header-active-color: rgba(var(--cui-emphasis-color-rgb), 1);
|
|
7460
7057
|
--cui-header-brand-padding-y: 0.3125rem;
|
|
7461
|
-
--cui-header-brand-color: #
|
|
7462
|
-
--cui-header-brand-hover-color: #
|
|
7058
|
+
--cui-header-brand-color: #4f5d73;
|
|
7059
|
+
--cui-header-brand-hover-color: #475468;
|
|
7463
7060
|
--cui-header-toggler-padding-x: 0.75rem;
|
|
7464
7061
|
--cui-header-toggler-padding-y: 0.25rem;
|
|
7465
7062
|
--cui-header-toggler-bg: transparent;
|
|
7466
7063
|
--cui-header-toggler-color: rgba(var(--cui-emphasis-color-rgb), 0.65);
|
|
7467
7064
|
--cui-header-toggler-border-radius: var(--cui-border-radius);
|
|
7468
7065
|
--cui-header-toggler-hover-color: rgba(var(--cui-emphasis-color-rgb), 1);
|
|
7469
|
-
--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='
|
|
7470
|
-
--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='
|
|
7066
|
+
--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");
|
|
7067
|
+
--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");
|
|
7471
7068
|
--cui-header-nav-link-padding-x: 0.5rem;
|
|
7472
7069
|
--cui-header-nav-link-padding-y: 0.5rem;
|
|
7473
7070
|
--cui-header-divider-border-color: var(--cui-border-color);
|
|
@@ -7684,7 +7281,7 @@ textarea.form-control-lg {
|
|
|
7684
7281
|
|
|
7685
7282
|
.sidebar {
|
|
7686
7283
|
--cui-sidebar-width: 16rem;
|
|
7687
|
-
--cui-sidebar-bg: #
|
|
7284
|
+
--cui-sidebar-bg: #3c4b64;
|
|
7688
7285
|
--cui-sidebar-padding-x: 0;
|
|
7689
7286
|
--cui-sidebar-padding-y: 0;
|
|
7690
7287
|
--cui-sidebar-color: rgba(255, 255, 255, 0.87);
|
|
@@ -7692,16 +7289,16 @@ textarea.form-control-lg {
|
|
|
7692
7289
|
--cui-sidebar-border-color: transparent;
|
|
7693
7290
|
--cui-sidebar-brand-color: rgba(255, 255, 255, 0.87);
|
|
7694
7291
|
--cui-sidebar-brand-height: 4rem;
|
|
7695
|
-
--cui-sidebar-brand-bg: rgba(
|
|
7292
|
+
--cui-sidebar-brand-bg: rgba(0, 0, 21, 0.2);
|
|
7696
7293
|
--cui-sidebar-header-height: 4rem;
|
|
7697
|
-
--cui-sidebar-header-bg: rgba(
|
|
7294
|
+
--cui-sidebar-header-bg: rgba(0, 0, 21, 0.2);
|
|
7698
7295
|
--cui-sidebar-header-padding-x: 1rem;
|
|
7699
7296
|
--cui-sidebar-header-padding-y: 0.75rem;
|
|
7700
|
-
--cui-sidebar-footer-bg: rgba(
|
|
7297
|
+
--cui-sidebar-footer-bg: rgba(0, 0, 21, 0.2);
|
|
7701
7298
|
--cui-sidebar-footer-height: auto;
|
|
7702
7299
|
--cui-sidebar-footer-padding-x: 1rem;
|
|
7703
7300
|
--cui-sidebar-footer-padding-y: 0.75rem;
|
|
7704
|
-
--cui-sidebar-toggler-bg: rgba(
|
|
7301
|
+
--cui-sidebar-toggler-bg: rgba(0, 0, 21, 0.2);
|
|
7705
7302
|
--cui-sidebar-toggler-height: 3rem;
|
|
7706
7303
|
--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");
|
|
7707
7304
|
--cui-sidebar-toggler-indicator-width: 4rem;
|
|
@@ -7770,7 +7367,7 @@ textarea.form-control-lg {
|
|
|
7770
7367
|
--cui-sidebar-occupy-end: 16rem;
|
|
7771
7368
|
}
|
|
7772
7369
|
.sidebar[class*=bg-] {
|
|
7773
|
-
border-color: rgba(
|
|
7370
|
+
border-color: rgba(0, 0, 21, 0.1);
|
|
7774
7371
|
}
|
|
7775
7372
|
.sidebar.sidebar-sm {
|
|
7776
7373
|
--cui-sidebar-width: 12rem;
|
|
@@ -7995,7 +7592,7 @@ textarea.form-control-lg {
|
|
|
7995
7592
|
|
|
7996
7593
|
.sidebar-backdrop {
|
|
7997
7594
|
--cui-backdrop-zindex: 1030;
|
|
7998
|
-
--cui-backdrop-bg: #
|
|
7595
|
+
--cui-backdrop-bg: #000015;
|
|
7999
7596
|
--cui-backdrop-opacity: 0.5;
|
|
8000
7597
|
}
|
|
8001
7598
|
@media (max-width: 767.98px) {
|
|
@@ -8016,12 +7613,6 @@ textarea.form-control-lg {
|
|
|
8016
7613
|
}
|
|
8017
7614
|
}
|
|
8018
7615
|
|
|
8019
|
-
[data-coreui-theme=dark] .sidebar {
|
|
8020
|
-
--cui-sidebar-bg: #212631;
|
|
8021
|
-
--cui-sidebar-border-width: var(--cui-border-width);
|
|
8022
|
-
--cui-sidebar-border-color: var(--cui-border-color);
|
|
8023
|
-
}
|
|
8024
|
-
|
|
8025
7616
|
.sidebar-nav {
|
|
8026
7617
|
position: relative;
|
|
8027
7618
|
display: flex;
|
|
@@ -8322,7 +7913,7 @@ textarea.form-control-lg {
|
|
|
8322
7913
|
min-height: 3rem;
|
|
8323
7914
|
padding: 0.5rem 1rem;
|
|
8324
7915
|
background: var(--cui-subheader-bg, #fff);
|
|
8325
|
-
border-bottom: var(--cui-subheader-border-width,
|
|
7916
|
+
border-bottom: var(--cui-subheader-border-width, var(--cui-border-width)) solid var(--cui-subheader-border-color, var(--cui-border-color));
|
|
8326
7917
|
}
|
|
8327
7918
|
|
|
8328
7919
|
.subheader-sticky {
|
|
@@ -8348,7 +7939,7 @@ textarea.form-control-lg {
|
|
|
8348
7939
|
color: var(--cui-subheader-hover-color, var(--cui-body-color));
|
|
8349
7940
|
}
|
|
8350
7941
|
.subheader-nav .nav-link.disabled {
|
|
8351
|
-
color: var(--cui-subheader-disabled-color, rgba(
|
|
7942
|
+
color: var(--cui-subheader-disabled-color, rgba(44, 56, 74, 0.38));
|
|
8352
7943
|
}
|
|
8353
7944
|
.subheader-nav .show > .nav-link,
|
|
8354
7945
|
.subheader-nav .nav-link.active {
|
|
@@ -8378,75 +7969,42 @@ textarea.form-control-lg {
|
|
|
8378
7969
|
|
|
8379
7970
|
.text-bg-primary {
|
|
8380
7971
|
color: rgba(255, 255, 255, 0.87) !important;
|
|
8381
|
-
background-color: RGBA(
|
|
7972
|
+
background-color: RGBA(var(--cui-primary-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8382
7973
|
}
|
|
8383
7974
|
|
|
8384
7975
|
.text-bg-secondary {
|
|
8385
|
-
color:
|
|
8386
|
-
background-color: RGBA(
|
|
7976
|
+
color: #000015 !important;
|
|
7977
|
+
background-color: RGBA(var(--cui-secondary-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8387
7978
|
}
|
|
8388
7979
|
|
|
8389
7980
|
.text-bg-success {
|
|
8390
|
-
color:
|
|
8391
|
-
background-color: RGBA(
|
|
7981
|
+
color: #000015 !important;
|
|
7982
|
+
background-color: RGBA(var(--cui-success-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8392
7983
|
}
|
|
8393
7984
|
|
|
8394
7985
|
.text-bg-info {
|
|
8395
|
-
color: #
|
|
8396
|
-
background-color: RGBA(
|
|
7986
|
+
color: #000015 !important;
|
|
7987
|
+
background-color: RGBA(var(--cui-info-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8397
7988
|
}
|
|
8398
7989
|
|
|
8399
7990
|
.text-bg-warning {
|
|
8400
|
-
color: rgba(
|
|
8401
|
-
background-color: RGBA(
|
|
7991
|
+
color: rgba(44, 56, 74, 0.95) !important;
|
|
7992
|
+
background-color: RGBA(var(--cui-warning-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8402
7993
|
}
|
|
8403
7994
|
|
|
8404
7995
|
.text-bg-danger {
|
|
8405
|
-
color: #
|
|
8406
|
-
background-color: RGBA(
|
|
7996
|
+
color: #000015 !important;
|
|
7997
|
+
background-color: RGBA(var(--cui-danger-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8407
7998
|
}
|
|
8408
7999
|
|
|
8409
8000
|
.text-bg-light {
|
|
8410
|
-
color: rgba(
|
|
8411
|
-
background-color: RGBA(
|
|
8001
|
+
color: rgba(44, 56, 74, 0.95) !important;
|
|
8002
|
+
background-color: RGBA(var(--cui-light-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8412
8003
|
}
|
|
8413
8004
|
|
|
8414
8005
|
.text-bg-dark {
|
|
8415
8006
|
color: rgba(255, 255, 255, 0.87) !important;
|
|
8416
|
-
background-color: RGBA(
|
|
8417
|
-
}
|
|
8418
|
-
|
|
8419
|
-
[data-coreui-theme=dark] .text-bg-primary {
|
|
8420
|
-
color: #fff !important;
|
|
8421
|
-
background-color: RGBA(107, 96, 206, var(--cui-bg-opacity, 1)) !important;
|
|
8422
|
-
}
|
|
8423
|
-
[data-coreui-theme=dark] .text-bg-secondary {
|
|
8424
|
-
color: rgba(37, 43, 54, 0.95) !important;
|
|
8425
|
-
background-color: RGBA(166, 167, 168, var(--cui-bg-opacity, 1)) !important;
|
|
8426
|
-
}
|
|
8427
|
-
[data-coreui-theme=dark] .text-bg-success {
|
|
8428
|
-
color: rgba(37, 43, 54, 0.95) !important;
|
|
8429
|
-
background-color: RGBA(58, 173, 96, var(--cui-bg-opacity, 1)) !important;
|
|
8430
|
-
}
|
|
8431
|
-
[data-coreui-theme=dark] .text-bg-info {
|
|
8432
|
-
color: #080a0c !important;
|
|
8433
|
-
background-color: RGBA(61, 153, 245, var(--cui-bg-opacity, 1)) !important;
|
|
8434
|
-
}
|
|
8435
|
-
[data-coreui-theme=dark] .text-bg-warning {
|
|
8436
|
-
color: rgba(37, 43, 54, 0.95) !important;
|
|
8437
|
-
background-color: RGBA(237, 173, 33, var(--cui-bg-opacity, 1)) !important;
|
|
8438
|
-
}
|
|
8439
|
-
[data-coreui-theme=dark] .text-bg-danger {
|
|
8440
|
-
color: #080a0c !important;
|
|
8441
|
-
background-color: RGBA(219, 93, 93, var(--cui-bg-opacity, 1)) !important;
|
|
8442
|
-
}
|
|
8443
|
-
[data-coreui-theme=dark] .text-bg-light {
|
|
8444
|
-
color: rgba(37, 43, 54, 0.95) !important;
|
|
8445
|
-
background-color: RGBA(244, 245, 246, var(--cui-bg-opacity, 1)) !important;
|
|
8446
|
-
}
|
|
8447
|
-
[data-coreui-theme=dark] .text-bg-dark {
|
|
8448
|
-
color: rgba(255, 255, 255, 0.87) !important;
|
|
8449
|
-
background-color: RGBA(37, 40, 45, var(--cui-bg-opacity, 1)) !important;
|
|
8007
|
+
background-color: RGBA(var(--cui-dark-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
8450
8008
|
}
|
|
8451
8009
|
|
|
8452
8010
|
.link-primary {
|
|
@@ -8466,9 +8024,9 @@ textarea.form-control-lg {
|
|
|
8466
8024
|
text-decoration-color: RGBA(var(--cui-secondary-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8467
8025
|
}
|
|
8468
8026
|
.link-secondary:hover, .link-secondary:focus {
|
|
8469
|
-
color: RGBA(
|
|
8470
|
-
-webkit-text-decoration-color: RGBA(
|
|
8471
|
-
text-decoration-color: RGBA(
|
|
8027
|
+
color: RGBA(177, 183, 193, var(--cui-link-opacity, 1)) !important;
|
|
8028
|
+
-webkit-text-decoration-color: RGBA(177, 183, 193, var(--cui-link-underline-opacity, 1)) !important;
|
|
8029
|
+
text-decoration-color: RGBA(177, 183, 193, var(--cui-link-underline-opacity, 1)) !important;
|
|
8472
8030
|
}
|
|
8473
8031
|
|
|
8474
8032
|
.link-success {
|
|
@@ -8477,9 +8035,9 @@ textarea.form-control-lg {
|
|
|
8477
8035
|
text-decoration-color: RGBA(var(--cui-success-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8478
8036
|
}
|
|
8479
8037
|
.link-success:hover, .link-success:focus {
|
|
8480
|
-
color: RGBA(
|
|
8481
|
-
-webkit-text-decoration-color: RGBA(
|
|
8482
|
-
text-decoration-color: RGBA(
|
|
8038
|
+
color: RGBA(88, 198, 125, var(--cui-link-opacity, 1)) !important;
|
|
8039
|
+
-webkit-text-decoration-color: RGBA(88, 198, 125, var(--cui-link-underline-opacity, 1)) !important;
|
|
8040
|
+
text-decoration-color: RGBA(88, 198, 125, var(--cui-link-underline-opacity, 1)) !important;
|
|
8483
8041
|
}
|
|
8484
8042
|
|
|
8485
8043
|
.link-info {
|
|
@@ -8521,9 +8079,9 @@ textarea.form-control-lg {
|
|
|
8521
8079
|
text-decoration-color: RGBA(var(--cui-light-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8522
8080
|
}
|
|
8523
8081
|
.link-light:hover, .link-light:focus {
|
|
8524
|
-
color: RGBA(
|
|
8525
|
-
-webkit-text-decoration-color: RGBA(
|
|
8526
|
-
text-decoration-color: RGBA(
|
|
8082
|
+
color: RGBA(188, 190, 191, var(--cui-link-opacity, 1)) !important;
|
|
8083
|
+
-webkit-text-decoration-color: RGBA(188, 190, 191, var(--cui-link-underline-opacity, 1)) !important;
|
|
8084
|
+
text-decoration-color: RGBA(188, 190, 191, var(--cui-link-underline-opacity, 1)) !important;
|
|
8527
8085
|
}
|
|
8528
8086
|
|
|
8529
8087
|
.link-dark {
|
|
@@ -8532,9 +8090,9 @@ textarea.form-control-lg {
|
|
|
8532
8090
|
text-decoration-color: RGBA(var(--cui-dark-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
8533
8091
|
}
|
|
8534
8092
|
.link-dark:hover, .link-dark:focus {
|
|
8535
|
-
color: RGBA(
|
|
8536
|
-
-webkit-text-decoration-color: RGBA(
|
|
8537
|
-
text-decoration-color: RGBA(
|
|
8093
|
+
color: RGBA(114, 125, 143, var(--cui-link-opacity, 1)) !important;
|
|
8094
|
+
-webkit-text-decoration-color: RGBA(114, 125, 143, var(--cui-link-underline-opacity, 1)) !important;
|
|
8095
|
+
text-decoration-color: RGBA(114, 125, 143, var(--cui-link-underline-opacity, 1)) !important;
|
|
8538
8096
|
}
|
|
8539
8097
|
|
|
8540
8098
|
.link-body-emphasis {
|
|
@@ -8762,7 +8320,7 @@ textarea.form-control-lg {
|
|
|
8762
8320
|
.vr {
|
|
8763
8321
|
display: inline-block;
|
|
8764
8322
|
align-self: stretch;
|
|
8765
|
-
width:
|
|
8323
|
+
width: var(--cui-border-width);
|
|
8766
8324
|
min-height: 1em;
|
|
8767
8325
|
padding: 0;
|
|
8768
8326
|
background-color: currentcolor;
|
|
@@ -8943,15 +8501,15 @@ textarea.form-control-lg {
|
|
|
8943
8501
|
}
|
|
8944
8502
|
|
|
8945
8503
|
.shadow {
|
|
8946
|
-
box-shadow: 0 0.5rem 1rem rgba(
|
|
8504
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15) !important;
|
|
8947
8505
|
}
|
|
8948
8506
|
|
|
8949
8507
|
.shadow-sm {
|
|
8950
|
-
box-shadow: 0 0.125rem 0.25rem rgba(
|
|
8508
|
+
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075) !important;
|
|
8951
8509
|
}
|
|
8952
8510
|
|
|
8953
8511
|
.shadow-lg {
|
|
8954
|
-
box-shadow: 0 1rem 3rem rgba(
|
|
8512
|
+
box-shadow: 0 1rem 3rem rgba(0, 0, 21, 0.175) !important;
|
|
8955
8513
|
}
|
|
8956
8514
|
|
|
8957
8515
|
.shadow-none {
|
|
@@ -9151,11 +8709,6 @@ textarea.form-control-lg {
|
|
|
9151
8709
|
border-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
|
|
9152
8710
|
}
|
|
9153
8711
|
|
|
9154
|
-
.border-black {
|
|
9155
|
-
--cui-border-opacity: 1;
|
|
9156
|
-
border-color: rgba(var(--cui-black-rgb), var(--cui-border-opacity)) !important;
|
|
9157
|
-
}
|
|
9158
|
-
|
|
9159
8712
|
.border-white {
|
|
9160
8713
|
--cui-border-opacity: 1;
|
|
9161
8714
|
border-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
|
|
@@ -9186,11 +8739,11 @@ textarea.form-control-lg {
|
|
|
9186
8739
|
}
|
|
9187
8740
|
|
|
9188
8741
|
.border-top-light {
|
|
9189
|
-
border-top-color: #
|
|
8742
|
+
border-top-color: #ebedef !important;
|
|
9190
8743
|
}
|
|
9191
8744
|
|
|
9192
8745
|
.border-top-dark {
|
|
9193
|
-
border-top-color: #
|
|
8746
|
+
border-top-color: #4f5d73 !important;
|
|
9194
8747
|
}
|
|
9195
8748
|
|
|
9196
8749
|
.border-top-white {
|
|
@@ -9222,11 +8775,11 @@ textarea.form-control-lg {
|
|
|
9222
8775
|
}
|
|
9223
8776
|
|
|
9224
8777
|
.border-end-light {
|
|
9225
|
-
border-right-color: #
|
|
8778
|
+
border-right-color: #ebedef !important;
|
|
9226
8779
|
}
|
|
9227
8780
|
|
|
9228
8781
|
.border-end-dark {
|
|
9229
|
-
border-right-color: #
|
|
8782
|
+
border-right-color: #4f5d73 !important;
|
|
9230
8783
|
}
|
|
9231
8784
|
|
|
9232
8785
|
.border-end-white {
|
|
@@ -9258,11 +8811,11 @@ textarea.form-control-lg {
|
|
|
9258
8811
|
}
|
|
9259
8812
|
|
|
9260
8813
|
.border-bottom-light {
|
|
9261
|
-
border-bottom-color: #
|
|
8814
|
+
border-bottom-color: #ebedef !important;
|
|
9262
8815
|
}
|
|
9263
8816
|
|
|
9264
8817
|
.border-bottom-dark {
|
|
9265
|
-
border-bottom-color: #
|
|
8818
|
+
border-bottom-color: #4f5d73 !important;
|
|
9266
8819
|
}
|
|
9267
8820
|
|
|
9268
8821
|
.border-bottom-white {
|
|
@@ -9294,11 +8847,11 @@ textarea.form-control-lg {
|
|
|
9294
8847
|
}
|
|
9295
8848
|
|
|
9296
8849
|
.border-start-light {
|
|
9297
|
-
border-left-color: #
|
|
8850
|
+
border-left-color: #ebedef !important;
|
|
9298
8851
|
}
|
|
9299
8852
|
|
|
9300
8853
|
.border-start-dark {
|
|
9301
|
-
border-left-color: #
|
|
8854
|
+
border-left-color: #4f5d73 !important;
|
|
9302
8855
|
}
|
|
9303
8856
|
|
|
9304
8857
|
.border-start-white {
|
|
@@ -9405,38 +8958,6 @@ textarea.form-control-lg {
|
|
|
9405
8958
|
border-left-width: 5px !important;
|
|
9406
8959
|
}
|
|
9407
8960
|
|
|
9408
|
-
.border-primary-subtle {
|
|
9409
|
-
border-color: var(--cui-primary-border-subtle) !important;
|
|
9410
|
-
}
|
|
9411
|
-
|
|
9412
|
-
.border-secondary-subtle {
|
|
9413
|
-
border-color: var(--cui-secondary-border-subtle) !important;
|
|
9414
|
-
}
|
|
9415
|
-
|
|
9416
|
-
.border-success-subtle {
|
|
9417
|
-
border-color: var(--cui-success-border-subtle) !important;
|
|
9418
|
-
}
|
|
9419
|
-
|
|
9420
|
-
.border-info-subtle {
|
|
9421
|
-
border-color: var(--cui-info-border-subtle) !important;
|
|
9422
|
-
}
|
|
9423
|
-
|
|
9424
|
-
.border-warning-subtle {
|
|
9425
|
-
border-color: var(--cui-warning-border-subtle) !important;
|
|
9426
|
-
}
|
|
9427
|
-
|
|
9428
|
-
.border-danger-subtle {
|
|
9429
|
-
border-color: var(--cui-danger-border-subtle) !important;
|
|
9430
|
-
}
|
|
9431
|
-
|
|
9432
|
-
.border-light-subtle {
|
|
9433
|
-
border-color: var(--cui-light-border-subtle) !important;
|
|
9434
|
-
}
|
|
9435
|
-
|
|
9436
|
-
.border-dark-subtle {
|
|
9437
|
-
border-color: var(--cui-dark-border-subtle) !important;
|
|
9438
|
-
}
|
|
9439
|
-
|
|
9440
8961
|
.border-opacity-10 {
|
|
9441
8962
|
--cui-border-opacity: 0.1;
|
|
9442
8963
|
}
|
|
@@ -10292,145 +9813,121 @@ textarea.form-control-lg {
|
|
|
10292
9813
|
}
|
|
10293
9814
|
|
|
10294
9815
|
/* rtl:end:remove */
|
|
10295
|
-
[data-coreui-theme=dark] .dark\:text-primary, [data-coreui-theme=dark] .dark\:text-primary:not([class*="dark:"]),
|
|
10296
9816
|
.text-primary {
|
|
10297
9817
|
--cui-text-opacity: 1;
|
|
10298
9818
|
color: rgba(var(--cui-primary-rgb), var(--cui-text-opacity)) !important;
|
|
10299
9819
|
}
|
|
10300
9820
|
|
|
10301
|
-
[data-coreui-theme=dark] .dark\:text-secondary, [data-coreui-theme=dark] .dark\:text-secondary:not([class*="dark:"]),
|
|
10302
9821
|
.text-secondary {
|
|
10303
9822
|
--cui-text-opacity: 1;
|
|
10304
9823
|
color: rgba(var(--cui-secondary-rgb), var(--cui-text-opacity)) !important;
|
|
10305
9824
|
}
|
|
10306
9825
|
|
|
10307
|
-
[data-coreui-theme=dark] .dark\:text-success, [data-coreui-theme=dark] .dark\:text-success:not([class*="dark:"]),
|
|
10308
9826
|
.text-success {
|
|
10309
9827
|
--cui-text-opacity: 1;
|
|
10310
9828
|
color: rgba(var(--cui-success-rgb), var(--cui-text-opacity)) !important;
|
|
10311
9829
|
}
|
|
10312
9830
|
|
|
10313
|
-
[data-coreui-theme=dark] .dark\:text-info, [data-coreui-theme=dark] .dark\:text-info:not([class*="dark:"]),
|
|
10314
9831
|
.text-info {
|
|
10315
9832
|
--cui-text-opacity: 1;
|
|
10316
9833
|
color: rgba(var(--cui-info-rgb), var(--cui-text-opacity)) !important;
|
|
10317
9834
|
}
|
|
10318
9835
|
|
|
10319
|
-
[data-coreui-theme=dark] .dark\:text-warning, [data-coreui-theme=dark] .dark\:text-warning:not([class*="dark:"]),
|
|
10320
9836
|
.text-warning {
|
|
10321
9837
|
--cui-text-opacity: 1;
|
|
10322
9838
|
color: rgba(var(--cui-warning-rgb), var(--cui-text-opacity)) !important;
|
|
10323
9839
|
}
|
|
10324
9840
|
|
|
10325
|
-
[data-coreui-theme=dark] .dark\:text-danger, [data-coreui-theme=dark] .dark\:text-danger:not([class*="dark:"]),
|
|
10326
9841
|
.text-danger {
|
|
10327
9842
|
--cui-text-opacity: 1;
|
|
10328
9843
|
color: rgba(var(--cui-danger-rgb), var(--cui-text-opacity)) !important;
|
|
10329
9844
|
}
|
|
10330
9845
|
|
|
10331
|
-
[data-coreui-theme=dark] .dark\:text-light, [data-coreui-theme=dark] .dark\:text-light:not([class*="dark:"]),
|
|
10332
9846
|
.text-light {
|
|
10333
9847
|
--cui-text-opacity: 1;
|
|
10334
9848
|
color: rgba(var(--cui-light-rgb), var(--cui-text-opacity)) !important;
|
|
10335
9849
|
}
|
|
10336
9850
|
|
|
10337
|
-
[data-coreui-theme=dark] .dark\:text-dark, [data-coreui-theme=dark] .dark\:text-dark:not([class*="dark:"]),
|
|
10338
9851
|
.text-dark {
|
|
10339
9852
|
--cui-text-opacity: 1;
|
|
10340
9853
|
color: rgba(var(--cui-dark-rgb), var(--cui-text-opacity)) !important;
|
|
10341
9854
|
}
|
|
10342
9855
|
|
|
10343
|
-
[data-coreui-theme=dark] .dark\:text-black, [data-coreui-theme=dark] .dark\:text-black:not([class*="dark:"]),
|
|
10344
9856
|
.text-black {
|
|
10345
9857
|
--cui-text-opacity: 1;
|
|
10346
9858
|
color: rgba(var(--cui-black-rgb), var(--cui-text-opacity)) !important;
|
|
10347
9859
|
}
|
|
10348
9860
|
|
|
10349
|
-
[data-coreui-theme=dark] .dark\:text-white, [data-coreui-theme=dark] .dark\:text-white:not([class*="dark:"]),
|
|
10350
9861
|
.text-white {
|
|
10351
9862
|
--cui-text-opacity: 1;
|
|
10352
9863
|
color: rgba(var(--cui-white-rgb), var(--cui-text-opacity)) !important;
|
|
10353
9864
|
}
|
|
10354
9865
|
|
|
10355
|
-
[data-coreui-theme=dark] .dark\:text-body, [data-coreui-theme=dark] .dark\:text-body:not([class*="dark:"]),
|
|
10356
9866
|
.text-body {
|
|
10357
9867
|
--cui-text-opacity: 1;
|
|
10358
9868
|
color: rgba(var(--cui-body-color-rgb), var(--cui-text-opacity)) !important;
|
|
10359
9869
|
}
|
|
10360
9870
|
|
|
10361
|
-
[data-coreui-theme=dark] .dark\:text-muted, [data-coreui-theme=dark] .dark\:text-muted:not([class*="dark:"]),
|
|
10362
9871
|
.text-muted {
|
|
10363
9872
|
--cui-text-opacity: 1;
|
|
10364
9873
|
color: var(--cui-secondary-color) !important;
|
|
10365
9874
|
}
|
|
10366
9875
|
|
|
10367
|
-
[data-coreui-theme=dark] .dark\:text-black-50, [data-coreui-theme=dark] .dark\:text-black-50:not([class*="dark:"]),
|
|
10368
9876
|
.text-black-50 {
|
|
10369
9877
|
--cui-text-opacity: 1;
|
|
10370
|
-
color: rgba(
|
|
9878
|
+
color: rgba(0, 0, 21, 0.5) !important;
|
|
10371
9879
|
}
|
|
10372
9880
|
|
|
10373
|
-
[data-coreui-theme=dark] .dark\:text-white-50, [data-coreui-theme=dark] .dark\:text-white-50:not([class*="dark:"]),
|
|
10374
9881
|
.text-white-50 {
|
|
10375
9882
|
--cui-text-opacity: 1;
|
|
10376
9883
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
10377
9884
|
}
|
|
10378
9885
|
|
|
10379
|
-
[data-coreui-theme=dark] .dark\:text-body-secondary, [data-coreui-theme=dark] .dark\:text-body-secondary:not([class*="dark:"]),
|
|
10380
9886
|
.text-body-secondary {
|
|
10381
9887
|
--cui-text-opacity: 1;
|
|
10382
9888
|
color: var(--cui-secondary-color) !important;
|
|
10383
9889
|
}
|
|
10384
9890
|
|
|
10385
|
-
[data-coreui-theme=dark] .dark\:text-body-tertiary, [data-coreui-theme=dark] .dark\:text-body-tertiary:not([class*="dark:"]),
|
|
10386
9891
|
.text-body-tertiary {
|
|
10387
9892
|
--cui-text-opacity: 1;
|
|
10388
9893
|
color: var(--cui-tertiary-color) !important;
|
|
10389
9894
|
}
|
|
10390
9895
|
|
|
10391
|
-
[data-coreui-theme=dark] .dark\:text-body-emphasis, [data-coreui-theme=dark] .dark\:text-body-emphasis:not([class*="dark:"]),
|
|
10392
9896
|
.text-body-emphasis {
|
|
10393
9897
|
--cui-text-opacity: 1;
|
|
10394
9898
|
color: var(--cui-emphasis-color) !important;
|
|
10395
9899
|
}
|
|
10396
9900
|
|
|
10397
|
-
[data-coreui-theme=dark] .dark\:text-reset, [data-coreui-theme=dark] .dark\:text-reset:not([class*="dark:"]),
|
|
10398
9901
|
.text-reset {
|
|
10399
9902
|
--cui-text-opacity: 1;
|
|
10400
9903
|
color: inherit !important;
|
|
10401
9904
|
}
|
|
10402
9905
|
|
|
10403
|
-
[data-coreui-theme=dark] .dark\:text-high-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-high-emphasis-inverse:not([class*="dark:"]),
|
|
10404
9906
|
.text-high-emphasis-inverse {
|
|
10405
9907
|
--cui-text-opacity: 1;
|
|
10406
9908
|
color: var(--cui-high-emphasis-inverse) !important;
|
|
10407
9909
|
}
|
|
10408
9910
|
|
|
10409
|
-
[data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse:not([class*="dark:"]),
|
|
10410
9911
|
.text-medium-emphasis-inverse {
|
|
10411
9912
|
--cui-text-opacity: 1;
|
|
10412
9913
|
color: var(--cui-medium-emphasis-inverse) !important;
|
|
10413
9914
|
}
|
|
10414
9915
|
|
|
10415
|
-
[data-coreui-theme=dark] .dark\:text-disabled-inverse, [data-coreui-theme=dark] .dark\:text-disabled-inverse:not([class*="dark:"]),
|
|
10416
9916
|
.text-disabled-inverse {
|
|
10417
9917
|
--cui-text-opacity: 1;
|
|
10418
9918
|
color: var(--cui-disabled-inverse) !important;
|
|
10419
9919
|
}
|
|
10420
9920
|
|
|
10421
|
-
[data-coreui-theme=dark] .dark\:text-high-emphasis, [data-coreui-theme=dark] .dark\:text-high-emphasis:not([class*="dark:"]),
|
|
10422
9921
|
.text-high-emphasis {
|
|
10423
9922
|
--cui-text-opacity: 1;
|
|
10424
9923
|
color: var(--cui-high-emphasis) !important;
|
|
10425
9924
|
}
|
|
10426
9925
|
|
|
10427
|
-
[data-coreui-theme=dark] .dark\:text-medium-emphasis, [data-coreui-theme=dark] .dark\:text-medium-emphasis:not([class*="dark:"]),
|
|
10428
9926
|
.text-medium-emphasis {
|
|
10429
9927
|
--cui-text-opacity: 1;
|
|
10430
9928
|
color: var(--cui-medium-emphasis) !important;
|
|
10431
9929
|
}
|
|
10432
9930
|
|
|
10433
|
-
[data-coreui-theme=dark] .dark\:text-disabled, [data-coreui-theme=dark] .dark\:text-disabled:not([class*="dark:"]),
|
|
10434
9931
|
.text-disabled {
|
|
10435
9932
|
--cui-text-opacity: 1;
|
|
10436
9933
|
color: var(--cui-disabled) !important;
|
|
@@ -10452,38 +9949,6 @@ textarea.form-control-lg {
|
|
|
10452
9949
|
--cui-text-opacity: 1;
|
|
10453
9950
|
}
|
|
10454
9951
|
|
|
10455
|
-
.text-primary-emphasis {
|
|
10456
|
-
color: var(--cui-primary-text-emphasis) !important;
|
|
10457
|
-
}
|
|
10458
|
-
|
|
10459
|
-
.text-secondary-emphasis {
|
|
10460
|
-
color: var(--cui-secondary-text-emphasis) !important;
|
|
10461
|
-
}
|
|
10462
|
-
|
|
10463
|
-
.text-success-emphasis {
|
|
10464
|
-
color: var(--cui-success-text-emphasis) !important;
|
|
10465
|
-
}
|
|
10466
|
-
|
|
10467
|
-
.text-info-emphasis {
|
|
10468
|
-
color: var(--cui-info-text-emphasis) !important;
|
|
10469
|
-
}
|
|
10470
|
-
|
|
10471
|
-
.text-warning-emphasis {
|
|
10472
|
-
color: var(--cui-warning-text-emphasis) !important;
|
|
10473
|
-
}
|
|
10474
|
-
|
|
10475
|
-
.text-danger-emphasis {
|
|
10476
|
-
color: var(--cui-danger-text-emphasis) !important;
|
|
10477
|
-
}
|
|
10478
|
-
|
|
10479
|
-
.text-light-emphasis {
|
|
10480
|
-
color: var(--cui-light-text-emphasis) !important;
|
|
10481
|
-
}
|
|
10482
|
-
|
|
10483
|
-
.text-dark-emphasis {
|
|
10484
|
-
color: var(--cui-dark-text-emphasis) !important;
|
|
10485
|
-
}
|
|
10486
|
-
|
|
10487
9952
|
.link-opacity-10 {
|
|
10488
9953
|
--cui-link-opacity: 0.1;
|
|
10489
9954
|
}
|
|
@@ -10650,85 +10115,71 @@ textarea.form-control-lg {
|
|
|
10650
10115
|
--cui-link-underline-opacity: 1;
|
|
10651
10116
|
}
|
|
10652
10117
|
|
|
10653
|
-
[data-coreui-theme=dark] .dark\:bg-primary, [data-coreui-theme=dark] .dark\:bg-primary:not([class*="dark:"]),
|
|
10654
10118
|
.bg-primary {
|
|
10655
10119
|
--cui-bg-opacity: 1;
|
|
10656
10120
|
background-color: rgba(var(--cui-primary-rgb), var(--cui-bg-opacity)) !important;
|
|
10657
10121
|
}
|
|
10658
10122
|
|
|
10659
|
-
[data-coreui-theme=dark] .dark\:bg-secondary, [data-coreui-theme=dark] .dark\:bg-secondary:not([class*="dark:"]),
|
|
10660
10123
|
.bg-secondary {
|
|
10661
10124
|
--cui-bg-opacity: 1;
|
|
10662
10125
|
background-color: rgba(var(--cui-secondary-rgb), var(--cui-bg-opacity)) !important;
|
|
10663
10126
|
}
|
|
10664
10127
|
|
|
10665
|
-
[data-coreui-theme=dark] .dark\:bg-success, [data-coreui-theme=dark] .dark\:bg-success:not([class*="dark:"]),
|
|
10666
10128
|
.bg-success {
|
|
10667
10129
|
--cui-bg-opacity: 1;
|
|
10668
10130
|
background-color: rgba(var(--cui-success-rgb), var(--cui-bg-opacity)) !important;
|
|
10669
10131
|
}
|
|
10670
10132
|
|
|
10671
|
-
[data-coreui-theme=dark] .dark\:bg-info, [data-coreui-theme=dark] .dark\:bg-info:not([class*="dark:"]),
|
|
10672
10133
|
.bg-info {
|
|
10673
10134
|
--cui-bg-opacity: 1;
|
|
10674
10135
|
background-color: rgba(var(--cui-info-rgb), var(--cui-bg-opacity)) !important;
|
|
10675
10136
|
}
|
|
10676
10137
|
|
|
10677
|
-
[data-coreui-theme=dark] .dark\:bg-warning, [data-coreui-theme=dark] .dark\:bg-warning:not([class*="dark:"]),
|
|
10678
10138
|
.bg-warning {
|
|
10679
10139
|
--cui-bg-opacity: 1;
|
|
10680
10140
|
background-color: rgba(var(--cui-warning-rgb), var(--cui-bg-opacity)) !important;
|
|
10681
10141
|
}
|
|
10682
10142
|
|
|
10683
|
-
[data-coreui-theme=dark] .dark\:bg-danger, [data-coreui-theme=dark] .dark\:bg-danger:not([class*="dark:"]),
|
|
10684
10143
|
.bg-danger {
|
|
10685
10144
|
--cui-bg-opacity: 1;
|
|
10686
10145
|
background-color: rgba(var(--cui-danger-rgb), var(--cui-bg-opacity)) !important;
|
|
10687
10146
|
}
|
|
10688
10147
|
|
|
10689
|
-
[data-coreui-theme=dark] .dark\:bg-light, [data-coreui-theme=dark] .dark\:bg-light:not([class*="dark:"]),
|
|
10690
10148
|
.bg-light {
|
|
10691
10149
|
--cui-bg-opacity: 1;
|
|
10692
10150
|
background-color: rgba(var(--cui-light-rgb), var(--cui-bg-opacity)) !important;
|
|
10693
10151
|
}
|
|
10694
10152
|
|
|
10695
|
-
[data-coreui-theme=dark] .dark\:bg-dark, [data-coreui-theme=dark] .dark\:bg-dark:not([class*="dark:"]),
|
|
10696
10153
|
.bg-dark {
|
|
10697
10154
|
--cui-bg-opacity: 1;
|
|
10698
10155
|
background-color: rgba(var(--cui-dark-rgb), var(--cui-bg-opacity)) !important;
|
|
10699
10156
|
}
|
|
10700
10157
|
|
|
10701
|
-
[data-coreui-theme=dark] .dark\:bg-black, [data-coreui-theme=dark] .dark\:bg-black:not([class*="dark:"]),
|
|
10702
10158
|
.bg-black {
|
|
10703
10159
|
--cui-bg-opacity: 1;
|
|
10704
10160
|
background-color: rgba(var(--cui-black-rgb), var(--cui-bg-opacity)) !important;
|
|
10705
10161
|
}
|
|
10706
10162
|
|
|
10707
|
-
[data-coreui-theme=dark] .dark\:bg-white, [data-coreui-theme=dark] .dark\:bg-white:not([class*="dark:"]),
|
|
10708
10163
|
.bg-white {
|
|
10709
10164
|
--cui-bg-opacity: 1;
|
|
10710
10165
|
background-color: rgba(var(--cui-white-rgb), var(--cui-bg-opacity)) !important;
|
|
10711
10166
|
}
|
|
10712
10167
|
|
|
10713
|
-
[data-coreui-theme=dark] .dark\:bg-body, [data-coreui-theme=dark] .dark\:bg-body:not([class*="dark:"]),
|
|
10714
10168
|
.bg-body {
|
|
10715
10169
|
--cui-bg-opacity: 1;
|
|
10716
10170
|
background-color: rgba(var(--cui-body-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
10717
10171
|
}
|
|
10718
10172
|
|
|
10719
|
-
[data-coreui-theme=dark] .dark\:bg-transparent, [data-coreui-theme=dark] .dark\:bg-transparent:not([class*="dark:"]),
|
|
10720
10173
|
.bg-transparent {
|
|
10721
10174
|
--cui-bg-opacity: 1;
|
|
10722
10175
|
background-color: transparent !important;
|
|
10723
10176
|
}
|
|
10724
10177
|
|
|
10725
|
-
[data-coreui-theme=dark] .dark\:bg-body-secondary, [data-coreui-theme=dark] .dark\:bg-body-secondary:not([class*="dark:"]),
|
|
10726
10178
|
.bg-body-secondary {
|
|
10727
10179
|
--cui-bg-opacity: 1;
|
|
10728
10180
|
background-color: rgba(var(--cui-secondary-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
10729
10181
|
}
|
|
10730
10182
|
|
|
10731
|
-
[data-coreui-theme=dark] .dark\:bg-body-tertiary, [data-coreui-theme=dark] .dark\:bg-body-tertiary:not([class*="dark:"]),
|
|
10732
10183
|
.bg-body-tertiary {
|
|
10733
10184
|
--cui-bg-opacity: 1;
|
|
10734
10185
|
background-color: rgba(var(--cui-tertiary-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
@@ -10754,46 +10205,6 @@ textarea.form-control-lg {
|
|
|
10754
10205
|
--cui-bg-opacity: 1;
|
|
10755
10206
|
}
|
|
10756
10207
|
|
|
10757
|
-
[data-coreui-theme=dark] .dark\:bg-primary-subtle, [data-coreui-theme=dark] .dark\:bg-primary-subtle:not([class*="dark:"]),
|
|
10758
|
-
.bg-primary-subtle {
|
|
10759
|
-
background-color: var(--cui-primary-bg-subtle) !important;
|
|
10760
|
-
}
|
|
10761
|
-
|
|
10762
|
-
[data-coreui-theme=dark] .dark\:bg-secondary-subtle, [data-coreui-theme=dark] .dark\:bg-secondary-subtle:not([class*="dark:"]),
|
|
10763
|
-
.bg-secondary-subtle {
|
|
10764
|
-
background-color: var(--cui-secondary-bg-subtle) !important;
|
|
10765
|
-
}
|
|
10766
|
-
|
|
10767
|
-
[data-coreui-theme=dark] .dark\:bg-success-subtle, [data-coreui-theme=dark] .dark\:bg-success-subtle:not([class*="dark:"]),
|
|
10768
|
-
.bg-success-subtle {
|
|
10769
|
-
background-color: var(--cui-success-bg-subtle) !important;
|
|
10770
|
-
}
|
|
10771
|
-
|
|
10772
|
-
[data-coreui-theme=dark] .dark\:bg-info-subtle, [data-coreui-theme=dark] .dark\:bg-info-subtle:not([class*="dark:"]),
|
|
10773
|
-
.bg-info-subtle {
|
|
10774
|
-
background-color: var(--cui-info-bg-subtle) !important;
|
|
10775
|
-
}
|
|
10776
|
-
|
|
10777
|
-
[data-coreui-theme=dark] .dark\:bg-warning-subtle, [data-coreui-theme=dark] .dark\:bg-warning-subtle:not([class*="dark:"]),
|
|
10778
|
-
.bg-warning-subtle {
|
|
10779
|
-
background-color: var(--cui-warning-bg-subtle) !important;
|
|
10780
|
-
}
|
|
10781
|
-
|
|
10782
|
-
[data-coreui-theme=dark] .dark\:bg-danger-subtle, [data-coreui-theme=dark] .dark\:bg-danger-subtle:not([class*="dark:"]),
|
|
10783
|
-
.bg-danger-subtle {
|
|
10784
|
-
background-color: var(--cui-danger-bg-subtle) !important;
|
|
10785
|
-
}
|
|
10786
|
-
|
|
10787
|
-
[data-coreui-theme=dark] .dark\:bg-light-subtle, [data-coreui-theme=dark] .dark\:bg-light-subtle:not([class*="dark:"]),
|
|
10788
|
-
.bg-light-subtle {
|
|
10789
|
-
background-color: var(--cui-light-bg-subtle) !important;
|
|
10790
|
-
}
|
|
10791
|
-
|
|
10792
|
-
[data-coreui-theme=dark] .dark\:bg-dark-subtle, [data-coreui-theme=dark] .dark\:bg-dark-subtle:not([class*="dark:"]),
|
|
10793
|
-
.bg-dark-subtle {
|
|
10794
|
-
background-color: var(--cui-dark-bg-subtle) !important;
|
|
10795
|
-
}
|
|
10796
|
-
|
|
10797
10208
|
.bg-gradient {
|
|
10798
10209
|
background-image: var(--cui-gradient) !important;
|
|
10799
10210
|
}
|