@coreui/coreui 4.3.0-beta.0 → 4.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/css/coreui-grid.css +13 -13
- package/dist/css/coreui-grid.css.map +1 -1
- package/dist/css/coreui-grid.min.css +2 -2
- package/dist/css/coreui-grid.min.css.map +1 -1
- package/dist/css/coreui-grid.rtl.css +13 -18
- package/dist/css/coreui-grid.rtl.css.map +1 -1
- package/dist/css/coreui-grid.rtl.min.css +2 -6
- package/dist/css/coreui-grid.rtl.min.css.map +1 -1
- package/dist/css/coreui-reboot.css +46 -149
- package/dist/css/coreui-reboot.css.map +1 -1
- package/dist/css/coreui-reboot.min.css +2 -2
- package/dist/css/coreui-reboot.min.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.css +46 -154
- package/dist/css/coreui-reboot.rtl.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.min.css +2 -6
- package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
- package/dist/css/coreui-utilities.css +82 -366
- package/dist/css/coreui-utilities.css.map +1 -1
- package/dist/css/coreui-utilities.min.css +2 -2
- package/dist/css/coreui-utilities.min.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.css +78 -367
- package/dist/css/coreui-utilities.rtl.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.min.css +2 -6
- package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
- package/dist/css/coreui.css +522 -1125
- package/dist/css/coreui.css.map +1 -1
- package/dist/css/coreui.min.css +2 -2
- package/dist/css/coreui.min.css.map +1 -1
- package/dist/css/coreui.rtl.css +551 -1157
- package/dist/css/coreui.rtl.css.map +1 -1
- package/dist/css/coreui.rtl.min.css +2 -6
- package/dist/css/coreui.rtl.min.css.map +1 -1
- package/dist/js/coreui.bundle.js +13 -5
- package/dist/js/coreui.bundle.js.map +1 -1
- package/dist/js/coreui.bundle.min.js +2 -2
- package/dist/js/coreui.bundle.min.js.map +1 -1
- package/dist/js/coreui.esm.js +13 -5
- package/dist/js/coreui.esm.js.map +1 -1
- package/dist/js/coreui.esm.min.js +2 -2
- package/dist/js/coreui.esm.min.js.map +1 -1
- package/dist/js/coreui.js +13 -5
- package/dist/js/coreui.js.map +1 -1
- package/dist/js/coreui.min.js +2 -2
- package/dist/js/coreui.min.js.map +1 -1
- package/js/dist/alert.js +1 -1
- package/js/dist/base-component.js +2 -2
- package/js/dist/base-component.js.map +1 -1
- package/js/dist/button.js +1 -1
- package/js/dist/carousel.js +1 -1
- package/js/dist/collapse.js +1 -1
- package/js/dist/dom/data.js +1 -1
- package/js/dist/dom/event-handler.js +1 -1
- package/js/dist/dom/manipulator.js +1 -1
- package/js/dist/dom/selector-engine.js +1 -1
- package/js/dist/dropdown.js +1 -1
- package/js/dist/modal.js +1 -1
- package/js/dist/navigation.js +1 -1
- package/js/dist/offcanvas.js +1 -1
- package/js/dist/popover.js +1 -1
- package/js/dist/scrollspy.js +1 -1
- package/js/dist/sidebar.js +1 -1
- package/js/dist/tab.js +12 -4
- package/js/dist/tab.js.map +1 -1
- package/js/dist/toast.js +1 -1
- package/js/dist/tooltip.js +1 -1
- package/js/dist/util/backdrop.js +1 -1
- package/js/dist/util/component-functions.js +1 -1
- package/js/dist/util/config.js +1 -1
- package/js/dist/util/focustrap.js +1 -1
- package/js/dist/util/index.js +1 -1
- package/js/dist/util/sanitizer.js +1 -1
- package/js/dist/util/scrollbar.js +1 -1
- package/js/dist/util/swipe.js +1 -1
- package/js/dist/util/template-factory.js +1 -1
- package/js/src/base-component.js +1 -1
- package/js/src/dom/selector-engine.js +2 -2
- package/js/src/tab.js +14 -4
- package/package.json +40 -50
- package/scss/_accordion.scss +0 -9
- package/scss/_alert.scss +5 -5
- package/scss/_button-group.scss +3 -3
- package/scss/_buttons.scss +0 -22
- package/scss/_card.scss +3 -3
- package/scss/_carousel.scss +8 -24
- package/scss/_close.scss +1 -13
- package/scss/_dropdown.scss +4 -4
- package/scss/_functions.scss +22 -6
- package/scss/_list-group.scss +2 -11
- package/scss/_maps.scss +0 -123
- package/scss/_mixins.scss +1 -1
- package/scss/_nav.scss +2 -17
- package/scss/_navbar.scss +2 -12
- package/scss/_reboot.scss +5 -4
- package/scss/_root.scss +12 -93
- package/scss/_tooltip.scss +1 -1
- package/scss/_type.scss +1 -1
- package/scss/_utilities.scss +3 -19
- package/scss/_variables.scss +170 -122
- package/scss/coreui-grid.rtl.scss +0 -3
- package/scss/coreui-grid.scss +0 -1
- package/scss/coreui-reboot.rtl.scss +0 -3
- package/scss/coreui-reboot.scss +0 -1
- package/scss/coreui-utilities.rtl.scss +0 -3
- package/scss/coreui-utilities.scss +0 -1
- package/scss/coreui.rtl.scss +0 -3
- package/scss/coreui.scss +0 -1
- package/scss/forms/_floating-labels.scss +3 -2
- package/scss/forms/_form-check.scss +13 -20
- package/scss/forms/_form-control.scss +14 -11
- package/scss/forms/_form-range.scss +11 -11
- package/scss/forms/_form-select.scss +9 -16
- package/scss/forms/_form-text.scss +1 -1
- package/scss/forms/_labels.scss +2 -2
- package/scss/helpers/_color-bg.scss +1 -14
- package/scss/helpers/_vr.scss +1 -1
- package/scss/mixins/_banner.scss +1 -1
- package/scss/mixins/_caret.scss +3 -3
- package/scss/mixins/_grid.scss +1 -1
- package/scss/mixins/_list-group.scss +1 -2
- package/scss/mixins/_utilities.scss +15 -35
- package/scss/sidebar/_sidebar.scss +2 -10
- package/js/index.esm.js +0 -21
- package/js/index.umd.js +0 -38
- package/scss/_variables-dark.scss +0 -169
- package/scss/mixins/_color-mode.scss +0 -21
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* CoreUI Utilities v4.3.
|
|
3
|
+
* CoreUI Utilities v4.3.1 (https://coreui.io)
|
|
4
4
|
* Copyright (c) 2023 creativeLabs Łukasz Holeczek
|
|
5
5
|
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
|
|
6
6
|
*/
|
|
7
|
-
: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);
|
|
@@ -105,11 +82,12 @@
|
|
|
105
82
|
--cui-link-hover-color: #2819af;
|
|
106
83
|
--cui-link-hover-color-rgb: 40, 25, 175;
|
|
107
84
|
--cui-code-color: #d63384;
|
|
85
|
+
--cui-highlight-color: rgba(44, 56, 74, 0.95);
|
|
108
86
|
--cui-highlight-bg: #fff3cd;
|
|
109
87
|
--cui-border-width: 1px;
|
|
110
88
|
--cui-border-style: solid;
|
|
111
|
-
--cui-border-color: #
|
|
112
|
-
--cui-border-color-translucent: rgba(
|
|
89
|
+
--cui-border-color: #d8dbe0;
|
|
90
|
+
--cui-border-color-translucent: rgba(0, 0, 21, 0.175);
|
|
113
91
|
--cui-border-radius: 0.375rem;
|
|
114
92
|
--cui-border-radius-sm: 0.25rem;
|
|
115
93
|
--cui-border-radius-lg: 0.5rem;
|
|
@@ -117,10 +95,10 @@
|
|
|
117
95
|
--cui-border-radius-xxl: 2rem;
|
|
118
96
|
--cui-border-radius-2xl: var(--cui-border-radius-xxl);
|
|
119
97
|
--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(
|
|
98
|
+
--cui-box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15);
|
|
99
|
+
--cui-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
|
|
100
|
+
--cui-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 21, 0.175);
|
|
101
|
+
--cui-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 21, 0.075);
|
|
124
102
|
--cui-focus-ring-width: 0.25rem;
|
|
125
103
|
--cui-focus-ring-opacity: 0.25;
|
|
126
104
|
--cui-focus-ring-color: rgba(50, 31, 219, 0.25);
|
|
@@ -130,88 +108,6 @@
|
|
|
130
108
|
--cui-form-invalid-border-color: #e55353;
|
|
131
109
|
}
|
|
132
110
|
|
|
133
|
-
[data-coreui-theme=dark] {
|
|
134
|
-
color-scheme: dark;
|
|
135
|
-
--cui-body-color: #aab3c5;
|
|
136
|
-
--cui-body-color-rgb: 170, 179, 197;
|
|
137
|
-
--cui-body-bg: #212631;
|
|
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: #4a566d;
|
|
208
|
-
--cui-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
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;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
111
|
.clearfix::after {
|
|
216
112
|
display: block;
|
|
217
113
|
clear: both;
|
|
@@ -220,75 +116,42 @@
|
|
|
220
116
|
|
|
221
117
|
.text-bg-primary {
|
|
222
118
|
color: rgba(255, 255, 255, 0.87) !important;
|
|
223
|
-
background-color: RGBA(
|
|
119
|
+
background-color: RGBA(var(--cui-primary-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
224
120
|
}
|
|
225
121
|
|
|
226
122
|
.text-bg-secondary {
|
|
227
|
-
color:
|
|
228
|
-
background-color: RGBA(
|
|
123
|
+
color: #000015 !important;
|
|
124
|
+
background-color: RGBA(var(--cui-secondary-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
229
125
|
}
|
|
230
126
|
|
|
231
127
|
.text-bg-success {
|
|
232
|
-
color:
|
|
233
|
-
background-color: RGBA(
|
|
128
|
+
color: #000015 !important;
|
|
129
|
+
background-color: RGBA(var(--cui-success-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
234
130
|
}
|
|
235
131
|
|
|
236
132
|
.text-bg-info {
|
|
237
|
-
color: #
|
|
238
|
-
background-color: RGBA(
|
|
133
|
+
color: #000015 !important;
|
|
134
|
+
background-color: RGBA(var(--cui-info-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
239
135
|
}
|
|
240
136
|
|
|
241
137
|
.text-bg-warning {
|
|
242
|
-
color: rgba(
|
|
243
|
-
background-color: RGBA(
|
|
138
|
+
color: rgba(44, 56, 74, 0.95) !important;
|
|
139
|
+
background-color: RGBA(var(--cui-warning-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
244
140
|
}
|
|
245
141
|
|
|
246
142
|
.text-bg-danger {
|
|
247
|
-
color: #
|
|
248
|
-
background-color: RGBA(
|
|
143
|
+
color: #000015 !important;
|
|
144
|
+
background-color: RGBA(var(--cui-danger-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
249
145
|
}
|
|
250
146
|
|
|
251
147
|
.text-bg-light {
|
|
252
|
-
color: rgba(
|
|
253
|
-
background-color: RGBA(
|
|
148
|
+
color: rgba(44, 56, 74, 0.95) !important;
|
|
149
|
+
background-color: RGBA(var(--cui-light-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
254
150
|
}
|
|
255
151
|
|
|
256
152
|
.text-bg-dark {
|
|
257
153
|
color: rgba(255, 255, 255, 0.87) !important;
|
|
258
|
-
background-color: RGBA(
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
[data-coreui-theme=dark] .text-bg-primary {
|
|
262
|
-
color: #fff !important;
|
|
263
|
-
background-color: RGBA(107, 96, 206, var(--cui-bg-opacity, 1)) !important;
|
|
264
|
-
}
|
|
265
|
-
[data-coreui-theme=dark] .text-bg-secondary {
|
|
266
|
-
color: rgba(37, 43, 54, 0.95) !important;
|
|
267
|
-
background-color: RGBA(166, 167, 168, var(--cui-bg-opacity, 1)) !important;
|
|
268
|
-
}
|
|
269
|
-
[data-coreui-theme=dark] .text-bg-success {
|
|
270
|
-
color: rgba(37, 43, 54, 0.95) !important;
|
|
271
|
-
background-color: RGBA(58, 173, 96, var(--cui-bg-opacity, 1)) !important;
|
|
272
|
-
}
|
|
273
|
-
[data-coreui-theme=dark] .text-bg-info {
|
|
274
|
-
color: #080a0c !important;
|
|
275
|
-
background-color: RGBA(61, 153, 245, var(--cui-bg-opacity, 1)) !important;
|
|
276
|
-
}
|
|
277
|
-
[data-coreui-theme=dark] .text-bg-warning {
|
|
278
|
-
color: rgba(37, 43, 54, 0.95) !important;
|
|
279
|
-
background-color: RGBA(237, 173, 33, var(--cui-bg-opacity, 1)) !important;
|
|
280
|
-
}
|
|
281
|
-
[data-coreui-theme=dark] .text-bg-danger {
|
|
282
|
-
color: #080a0c !important;
|
|
283
|
-
background-color: RGBA(219, 93, 93, var(--cui-bg-opacity, 1)) !important;
|
|
284
|
-
}
|
|
285
|
-
[data-coreui-theme=dark] .text-bg-light {
|
|
286
|
-
color: rgba(37, 43, 54, 0.95) !important;
|
|
287
|
-
background-color: RGBA(244, 245, 246, var(--cui-bg-opacity, 1)) !important;
|
|
288
|
-
}
|
|
289
|
-
[data-coreui-theme=dark] .text-bg-dark {
|
|
290
|
-
color: rgba(255, 255, 255, 0.87) !important;
|
|
291
|
-
background-color: RGBA(37, 40, 45, var(--cui-bg-opacity, 1)) !important;
|
|
154
|
+
background-color: RGBA(var(--cui-dark-rgb), var(--cui-bg-opacity, 1)) !important;
|
|
292
155
|
}
|
|
293
156
|
|
|
294
157
|
.link-primary {
|
|
@@ -308,9 +171,9 @@
|
|
|
308
171
|
text-decoration-color: RGBA(var(--cui-secondary-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
309
172
|
}
|
|
310
173
|
.link-secondary:hover, .link-secondary:focus {
|
|
311
|
-
color: RGBA(
|
|
312
|
-
-webkit-text-decoration-color: RGBA(
|
|
313
|
-
text-decoration-color: RGBA(
|
|
174
|
+
color: RGBA(177, 183, 193, var(--cui-link-opacity, 1)) !important;
|
|
175
|
+
-webkit-text-decoration-color: RGBA(177, 183, 193, var(--cui-link-underline-opacity, 1)) !important;
|
|
176
|
+
text-decoration-color: RGBA(177, 183, 193, var(--cui-link-underline-opacity, 1)) !important;
|
|
314
177
|
}
|
|
315
178
|
|
|
316
179
|
.link-success {
|
|
@@ -319,9 +182,9 @@
|
|
|
319
182
|
text-decoration-color: RGBA(var(--cui-success-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
320
183
|
}
|
|
321
184
|
.link-success:hover, .link-success:focus {
|
|
322
|
-
color: RGBA(
|
|
323
|
-
-webkit-text-decoration-color: RGBA(
|
|
324
|
-
text-decoration-color: RGBA(
|
|
185
|
+
color: RGBA(88, 198, 125, var(--cui-link-opacity, 1)) !important;
|
|
186
|
+
-webkit-text-decoration-color: RGBA(88, 198, 125, var(--cui-link-underline-opacity, 1)) !important;
|
|
187
|
+
text-decoration-color: RGBA(88, 198, 125, var(--cui-link-underline-opacity, 1)) !important;
|
|
325
188
|
}
|
|
326
189
|
|
|
327
190
|
.link-info {
|
|
@@ -363,9 +226,9 @@
|
|
|
363
226
|
text-decoration-color: RGBA(var(--cui-light-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
364
227
|
}
|
|
365
228
|
.link-light:hover, .link-light:focus {
|
|
366
|
-
color: RGBA(
|
|
367
|
-
-webkit-text-decoration-color: RGBA(
|
|
368
|
-
text-decoration-color: RGBA(
|
|
229
|
+
color: RGBA(188, 190, 191, var(--cui-link-opacity, 1)) !important;
|
|
230
|
+
-webkit-text-decoration-color: RGBA(188, 190, 191, var(--cui-link-underline-opacity, 1)) !important;
|
|
231
|
+
text-decoration-color: RGBA(188, 190, 191, var(--cui-link-underline-opacity, 1)) !important;
|
|
369
232
|
}
|
|
370
233
|
|
|
371
234
|
.link-dark {
|
|
@@ -374,9 +237,9 @@
|
|
|
374
237
|
text-decoration-color: RGBA(var(--cui-dark-rgb), var(--cui-link-underline-opacity, 1)) !important;
|
|
375
238
|
}
|
|
376
239
|
.link-dark:hover, .link-dark:focus {
|
|
377
|
-
color: RGBA(
|
|
378
|
-
-webkit-text-decoration-color: RGBA(
|
|
379
|
-
text-decoration-color: RGBA(
|
|
240
|
+
color: RGBA(114, 125, 143, var(--cui-link-opacity, 1)) !important;
|
|
241
|
+
-webkit-text-decoration-color: RGBA(114, 125, 143, var(--cui-link-underline-opacity, 1)) !important;
|
|
242
|
+
text-decoration-color: RGBA(114, 125, 143, var(--cui-link-underline-opacity, 1)) !important;
|
|
380
243
|
}
|
|
381
244
|
|
|
382
245
|
.link-body-emphasis {
|
|
@@ -604,7 +467,7 @@
|
|
|
604
467
|
.vr {
|
|
605
468
|
display: inline-block;
|
|
606
469
|
align-self: stretch;
|
|
607
|
-
width:
|
|
470
|
+
width: var(--cui-border-width);
|
|
608
471
|
min-height: 1em;
|
|
609
472
|
padding: 0;
|
|
610
473
|
background-color: currentcolor;
|
|
@@ -785,15 +648,15 @@
|
|
|
785
648
|
}
|
|
786
649
|
|
|
787
650
|
.shadow {
|
|
788
|
-
box-shadow:
|
|
651
|
+
box-shadow: var(--cui-box-shadow) !important;
|
|
789
652
|
}
|
|
790
653
|
|
|
791
654
|
.shadow-sm {
|
|
792
|
-
box-shadow:
|
|
655
|
+
box-shadow: var(--cui-box-shadow-sm) !important;
|
|
793
656
|
}
|
|
794
657
|
|
|
795
658
|
.shadow-lg {
|
|
796
|
-
box-shadow:
|
|
659
|
+
box-shadow: var(--cui-box-shadow-lg) !important;
|
|
797
660
|
}
|
|
798
661
|
|
|
799
662
|
.shadow-none {
|
|
@@ -993,11 +856,6 @@
|
|
|
993
856
|
border-color: rgba(var(--cui-dark-rgb), var(--cui-border-opacity)) !important;
|
|
994
857
|
}
|
|
995
858
|
|
|
996
|
-
.border-black {
|
|
997
|
-
--cui-border-opacity: 1;
|
|
998
|
-
border-color: rgba(var(--cui-black-rgb), var(--cui-border-opacity)) !important;
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
859
|
.border-white {
|
|
1002
860
|
--cui-border-opacity: 1;
|
|
1003
861
|
border-color: rgba(var(--cui-white-rgb), var(--cui-border-opacity)) !important;
|
|
@@ -1028,11 +886,11 @@
|
|
|
1028
886
|
}
|
|
1029
887
|
|
|
1030
888
|
.border-top-light {
|
|
1031
|
-
border-top-color: #
|
|
889
|
+
border-top-color: #ebedef !important;
|
|
1032
890
|
}
|
|
1033
891
|
|
|
1034
892
|
.border-top-dark {
|
|
1035
|
-
border-top-color: #
|
|
893
|
+
border-top-color: #4f5d73 !important;
|
|
1036
894
|
}
|
|
1037
895
|
|
|
1038
896
|
.border-top-white {
|
|
@@ -1064,11 +922,11 @@
|
|
|
1064
922
|
}
|
|
1065
923
|
|
|
1066
924
|
.border-end-light {
|
|
1067
|
-
border-right-color: #
|
|
925
|
+
border-right-color: #ebedef !important;
|
|
1068
926
|
}
|
|
1069
927
|
|
|
1070
928
|
.border-end-dark {
|
|
1071
|
-
border-right-color: #
|
|
929
|
+
border-right-color: #4f5d73 !important;
|
|
1072
930
|
}
|
|
1073
931
|
|
|
1074
932
|
.border-end-white {
|
|
@@ -1100,11 +958,11 @@
|
|
|
1100
958
|
}
|
|
1101
959
|
|
|
1102
960
|
.border-bottom-light {
|
|
1103
|
-
border-bottom-color: #
|
|
961
|
+
border-bottom-color: #ebedef !important;
|
|
1104
962
|
}
|
|
1105
963
|
|
|
1106
964
|
.border-bottom-dark {
|
|
1107
|
-
border-bottom-color: #
|
|
965
|
+
border-bottom-color: #4f5d73 !important;
|
|
1108
966
|
}
|
|
1109
967
|
|
|
1110
968
|
.border-bottom-white {
|
|
@@ -1136,11 +994,11 @@
|
|
|
1136
994
|
}
|
|
1137
995
|
|
|
1138
996
|
.border-start-light {
|
|
1139
|
-
border-left-color: #
|
|
997
|
+
border-left-color: #ebedef !important;
|
|
1140
998
|
}
|
|
1141
999
|
|
|
1142
1000
|
.border-start-dark {
|
|
1143
|
-
border-left-color: #
|
|
1001
|
+
border-left-color: #4f5d73 !important;
|
|
1144
1002
|
}
|
|
1145
1003
|
|
|
1146
1004
|
.border-start-white {
|
|
@@ -1247,38 +1105,6 @@
|
|
|
1247
1105
|
border-left-width: 5px !important;
|
|
1248
1106
|
}
|
|
1249
1107
|
|
|
1250
|
-
.border-primary-subtle {
|
|
1251
|
-
border-color: var(--cui-primary-border-subtle) !important;
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
.border-secondary-subtle {
|
|
1255
|
-
border-color: var(--cui-secondary-border-subtle) !important;
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
|
-
.border-success-subtle {
|
|
1259
|
-
border-color: var(--cui-success-border-subtle) !important;
|
|
1260
|
-
}
|
|
1261
|
-
|
|
1262
|
-
.border-info-subtle {
|
|
1263
|
-
border-color: var(--cui-info-border-subtle) !important;
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
.border-warning-subtle {
|
|
1267
|
-
border-color: var(--cui-warning-border-subtle) !important;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
.border-danger-subtle {
|
|
1271
|
-
border-color: var(--cui-danger-border-subtle) !important;
|
|
1272
|
-
}
|
|
1273
|
-
|
|
1274
|
-
.border-light-subtle {
|
|
1275
|
-
border-color: var(--cui-light-border-subtle) !important;
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
|
-
.border-dark-subtle {
|
|
1279
|
-
border-color: var(--cui-dark-border-subtle) !important;
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
1108
|
.border-opacity-10 {
|
|
1283
1109
|
--cui-border-opacity: 0.1;
|
|
1284
1110
|
}
|
|
@@ -2134,145 +1960,121 @@
|
|
|
2134
1960
|
}
|
|
2135
1961
|
|
|
2136
1962
|
/* rtl:end:remove */
|
|
2137
|
-
[data-coreui-theme=dark] .dark\:text-primary, [data-coreui-theme=dark] .dark\:text-primary:not([class*="dark:"]),
|
|
2138
1963
|
.text-primary {
|
|
2139
1964
|
--cui-text-opacity: 1;
|
|
2140
1965
|
color: rgba(var(--cui-primary-rgb), var(--cui-text-opacity)) !important;
|
|
2141
1966
|
}
|
|
2142
1967
|
|
|
2143
|
-
[data-coreui-theme=dark] .dark\:text-secondary, [data-coreui-theme=dark] .dark\:text-secondary:not([class*="dark:"]),
|
|
2144
1968
|
.text-secondary {
|
|
2145
1969
|
--cui-text-opacity: 1;
|
|
2146
1970
|
color: rgba(var(--cui-secondary-rgb), var(--cui-text-opacity)) !important;
|
|
2147
1971
|
}
|
|
2148
1972
|
|
|
2149
|
-
[data-coreui-theme=dark] .dark\:text-success, [data-coreui-theme=dark] .dark\:text-success:not([class*="dark:"]),
|
|
2150
1973
|
.text-success {
|
|
2151
1974
|
--cui-text-opacity: 1;
|
|
2152
1975
|
color: rgba(var(--cui-success-rgb), var(--cui-text-opacity)) !important;
|
|
2153
1976
|
}
|
|
2154
1977
|
|
|
2155
|
-
[data-coreui-theme=dark] .dark\:text-info, [data-coreui-theme=dark] .dark\:text-info:not([class*="dark:"]),
|
|
2156
1978
|
.text-info {
|
|
2157
1979
|
--cui-text-opacity: 1;
|
|
2158
1980
|
color: rgba(var(--cui-info-rgb), var(--cui-text-opacity)) !important;
|
|
2159
1981
|
}
|
|
2160
1982
|
|
|
2161
|
-
[data-coreui-theme=dark] .dark\:text-warning, [data-coreui-theme=dark] .dark\:text-warning:not([class*="dark:"]),
|
|
2162
1983
|
.text-warning {
|
|
2163
1984
|
--cui-text-opacity: 1;
|
|
2164
1985
|
color: rgba(var(--cui-warning-rgb), var(--cui-text-opacity)) !important;
|
|
2165
1986
|
}
|
|
2166
1987
|
|
|
2167
|
-
[data-coreui-theme=dark] .dark\:text-danger, [data-coreui-theme=dark] .dark\:text-danger:not([class*="dark:"]),
|
|
2168
1988
|
.text-danger {
|
|
2169
1989
|
--cui-text-opacity: 1;
|
|
2170
1990
|
color: rgba(var(--cui-danger-rgb), var(--cui-text-opacity)) !important;
|
|
2171
1991
|
}
|
|
2172
1992
|
|
|
2173
|
-
[data-coreui-theme=dark] .dark\:text-light, [data-coreui-theme=dark] .dark\:text-light:not([class*="dark:"]),
|
|
2174
1993
|
.text-light {
|
|
2175
1994
|
--cui-text-opacity: 1;
|
|
2176
1995
|
color: rgba(var(--cui-light-rgb), var(--cui-text-opacity)) !important;
|
|
2177
1996
|
}
|
|
2178
1997
|
|
|
2179
|
-
[data-coreui-theme=dark] .dark\:text-dark, [data-coreui-theme=dark] .dark\:text-dark:not([class*="dark:"]),
|
|
2180
1998
|
.text-dark {
|
|
2181
1999
|
--cui-text-opacity: 1;
|
|
2182
2000
|
color: rgba(var(--cui-dark-rgb), var(--cui-text-opacity)) !important;
|
|
2183
2001
|
}
|
|
2184
2002
|
|
|
2185
|
-
[data-coreui-theme=dark] .dark\:text-black, [data-coreui-theme=dark] .dark\:text-black:not([class*="dark:"]),
|
|
2186
2003
|
.text-black {
|
|
2187
2004
|
--cui-text-opacity: 1;
|
|
2188
2005
|
color: rgba(var(--cui-black-rgb), var(--cui-text-opacity)) !important;
|
|
2189
2006
|
}
|
|
2190
2007
|
|
|
2191
|
-
[data-coreui-theme=dark] .dark\:text-white, [data-coreui-theme=dark] .dark\:text-white:not([class*="dark:"]),
|
|
2192
2008
|
.text-white {
|
|
2193
2009
|
--cui-text-opacity: 1;
|
|
2194
2010
|
color: rgba(var(--cui-white-rgb), var(--cui-text-opacity)) !important;
|
|
2195
2011
|
}
|
|
2196
2012
|
|
|
2197
|
-
[data-coreui-theme=dark] .dark\:text-body, [data-coreui-theme=dark] .dark\:text-body:not([class*="dark:"]),
|
|
2198
2013
|
.text-body {
|
|
2199
2014
|
--cui-text-opacity: 1;
|
|
2200
2015
|
color: rgba(var(--cui-body-color-rgb), var(--cui-text-opacity)) !important;
|
|
2201
2016
|
}
|
|
2202
2017
|
|
|
2203
|
-
[data-coreui-theme=dark] .dark\:text-muted, [data-coreui-theme=dark] .dark\:text-muted:not([class*="dark:"]),
|
|
2204
2018
|
.text-muted {
|
|
2205
2019
|
--cui-text-opacity: 1;
|
|
2206
2020
|
color: var(--cui-secondary-color) !important;
|
|
2207
2021
|
}
|
|
2208
2022
|
|
|
2209
|
-
[data-coreui-theme=dark] .dark\:text-black-50, [data-coreui-theme=dark] .dark\:text-black-50:not([class*="dark:"]),
|
|
2210
2023
|
.text-black-50 {
|
|
2211
2024
|
--cui-text-opacity: 1;
|
|
2212
|
-
color: rgba(
|
|
2025
|
+
color: rgba(0, 0, 21, 0.5) !important;
|
|
2213
2026
|
}
|
|
2214
2027
|
|
|
2215
|
-
[data-coreui-theme=dark] .dark\:text-white-50, [data-coreui-theme=dark] .dark\:text-white-50:not([class*="dark:"]),
|
|
2216
2028
|
.text-white-50 {
|
|
2217
2029
|
--cui-text-opacity: 1;
|
|
2218
2030
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
2219
2031
|
}
|
|
2220
2032
|
|
|
2221
|
-
[data-coreui-theme=dark] .dark\:text-body-secondary, [data-coreui-theme=dark] .dark\:text-body-secondary:not([class*="dark:"]),
|
|
2222
2033
|
.text-body-secondary {
|
|
2223
2034
|
--cui-text-opacity: 1;
|
|
2224
2035
|
color: var(--cui-secondary-color) !important;
|
|
2225
2036
|
}
|
|
2226
2037
|
|
|
2227
|
-
[data-coreui-theme=dark] .dark\:text-body-tertiary, [data-coreui-theme=dark] .dark\:text-body-tertiary:not([class*="dark:"]),
|
|
2228
2038
|
.text-body-tertiary {
|
|
2229
2039
|
--cui-text-opacity: 1;
|
|
2230
2040
|
color: var(--cui-tertiary-color) !important;
|
|
2231
2041
|
}
|
|
2232
2042
|
|
|
2233
|
-
[data-coreui-theme=dark] .dark\:text-body-emphasis, [data-coreui-theme=dark] .dark\:text-body-emphasis:not([class*="dark:"]),
|
|
2234
2043
|
.text-body-emphasis {
|
|
2235
2044
|
--cui-text-opacity: 1;
|
|
2236
2045
|
color: var(--cui-emphasis-color) !important;
|
|
2237
2046
|
}
|
|
2238
2047
|
|
|
2239
|
-
[data-coreui-theme=dark] .dark\:text-reset, [data-coreui-theme=dark] .dark\:text-reset:not([class*="dark:"]),
|
|
2240
2048
|
.text-reset {
|
|
2241
2049
|
--cui-text-opacity: 1;
|
|
2242
2050
|
color: inherit !important;
|
|
2243
2051
|
}
|
|
2244
2052
|
|
|
2245
|
-
[data-coreui-theme=dark] .dark\:text-high-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-high-emphasis-inverse:not([class*="dark:"]),
|
|
2246
2053
|
.text-high-emphasis-inverse {
|
|
2247
2054
|
--cui-text-opacity: 1;
|
|
2248
2055
|
color: var(--cui-high-emphasis-inverse) !important;
|
|
2249
2056
|
}
|
|
2250
2057
|
|
|
2251
|
-
[data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse, [data-coreui-theme=dark] .dark\:text-medium-emphasis-inverse:not([class*="dark:"]),
|
|
2252
2058
|
.text-medium-emphasis-inverse {
|
|
2253
2059
|
--cui-text-opacity: 1;
|
|
2254
2060
|
color: var(--cui-medium-emphasis-inverse) !important;
|
|
2255
2061
|
}
|
|
2256
2062
|
|
|
2257
|
-
[data-coreui-theme=dark] .dark\:text-disabled-inverse, [data-coreui-theme=dark] .dark\:text-disabled-inverse:not([class*="dark:"]),
|
|
2258
2063
|
.text-disabled-inverse {
|
|
2259
2064
|
--cui-text-opacity: 1;
|
|
2260
2065
|
color: var(--cui-disabled-inverse) !important;
|
|
2261
2066
|
}
|
|
2262
2067
|
|
|
2263
|
-
[data-coreui-theme=dark] .dark\:text-high-emphasis, [data-coreui-theme=dark] .dark\:text-high-emphasis:not([class*="dark:"]),
|
|
2264
2068
|
.text-high-emphasis {
|
|
2265
2069
|
--cui-text-opacity: 1;
|
|
2266
2070
|
color: var(--cui-high-emphasis) !important;
|
|
2267
2071
|
}
|
|
2268
2072
|
|
|
2269
|
-
[data-coreui-theme=dark] .dark\:text-medium-emphasis, [data-coreui-theme=dark] .dark\:text-medium-emphasis:not([class*="dark:"]),
|
|
2270
2073
|
.text-medium-emphasis {
|
|
2271
2074
|
--cui-text-opacity: 1;
|
|
2272
2075
|
color: var(--cui-medium-emphasis) !important;
|
|
2273
2076
|
}
|
|
2274
2077
|
|
|
2275
|
-
[data-coreui-theme=dark] .dark\:text-disabled, [data-coreui-theme=dark] .dark\:text-disabled:not([class*="dark:"]),
|
|
2276
2078
|
.text-disabled {
|
|
2277
2079
|
--cui-text-opacity: 1;
|
|
2278
2080
|
color: var(--cui-disabled) !important;
|
|
@@ -2294,38 +2096,6 @@
|
|
|
2294
2096
|
--cui-text-opacity: 1;
|
|
2295
2097
|
}
|
|
2296
2098
|
|
|
2297
|
-
.text-primary-emphasis {
|
|
2298
|
-
color: var(--cui-primary-text-emphasis) !important;
|
|
2299
|
-
}
|
|
2300
|
-
|
|
2301
|
-
.text-secondary-emphasis {
|
|
2302
|
-
color: var(--cui-secondary-text-emphasis) !important;
|
|
2303
|
-
}
|
|
2304
|
-
|
|
2305
|
-
.text-success-emphasis {
|
|
2306
|
-
color: var(--cui-success-text-emphasis) !important;
|
|
2307
|
-
}
|
|
2308
|
-
|
|
2309
|
-
.text-info-emphasis {
|
|
2310
|
-
color: var(--cui-info-text-emphasis) !important;
|
|
2311
|
-
}
|
|
2312
|
-
|
|
2313
|
-
.text-warning-emphasis {
|
|
2314
|
-
color: var(--cui-warning-text-emphasis) !important;
|
|
2315
|
-
}
|
|
2316
|
-
|
|
2317
|
-
.text-danger-emphasis {
|
|
2318
|
-
color: var(--cui-danger-text-emphasis) !important;
|
|
2319
|
-
}
|
|
2320
|
-
|
|
2321
|
-
.text-light-emphasis {
|
|
2322
|
-
color: var(--cui-light-text-emphasis) !important;
|
|
2323
|
-
}
|
|
2324
|
-
|
|
2325
|
-
.text-dark-emphasis {
|
|
2326
|
-
color: var(--cui-dark-text-emphasis) !important;
|
|
2327
|
-
}
|
|
2328
|
-
|
|
2329
2099
|
.link-opacity-10 {
|
|
2330
2100
|
--cui-link-opacity: 0.1;
|
|
2331
2101
|
}
|
|
@@ -2492,85 +2262,71 @@
|
|
|
2492
2262
|
--cui-link-underline-opacity: 1;
|
|
2493
2263
|
}
|
|
2494
2264
|
|
|
2495
|
-
[data-coreui-theme=dark] .dark\:bg-primary, [data-coreui-theme=dark] .dark\:bg-primary:not([class*="dark:"]),
|
|
2496
2265
|
.bg-primary {
|
|
2497
2266
|
--cui-bg-opacity: 1;
|
|
2498
2267
|
background-color: rgba(var(--cui-primary-rgb), var(--cui-bg-opacity)) !important;
|
|
2499
2268
|
}
|
|
2500
2269
|
|
|
2501
|
-
[data-coreui-theme=dark] .dark\:bg-secondary, [data-coreui-theme=dark] .dark\:bg-secondary:not([class*="dark:"]),
|
|
2502
2270
|
.bg-secondary {
|
|
2503
2271
|
--cui-bg-opacity: 1;
|
|
2504
2272
|
background-color: rgba(var(--cui-secondary-rgb), var(--cui-bg-opacity)) !important;
|
|
2505
2273
|
}
|
|
2506
2274
|
|
|
2507
|
-
[data-coreui-theme=dark] .dark\:bg-success, [data-coreui-theme=dark] .dark\:bg-success:not([class*="dark:"]),
|
|
2508
2275
|
.bg-success {
|
|
2509
2276
|
--cui-bg-opacity: 1;
|
|
2510
2277
|
background-color: rgba(var(--cui-success-rgb), var(--cui-bg-opacity)) !important;
|
|
2511
2278
|
}
|
|
2512
2279
|
|
|
2513
|
-
[data-coreui-theme=dark] .dark\:bg-info, [data-coreui-theme=dark] .dark\:bg-info:not([class*="dark:"]),
|
|
2514
2280
|
.bg-info {
|
|
2515
2281
|
--cui-bg-opacity: 1;
|
|
2516
2282
|
background-color: rgba(var(--cui-info-rgb), var(--cui-bg-opacity)) !important;
|
|
2517
2283
|
}
|
|
2518
2284
|
|
|
2519
|
-
[data-coreui-theme=dark] .dark\:bg-warning, [data-coreui-theme=dark] .dark\:bg-warning:not([class*="dark:"]),
|
|
2520
2285
|
.bg-warning {
|
|
2521
2286
|
--cui-bg-opacity: 1;
|
|
2522
2287
|
background-color: rgba(var(--cui-warning-rgb), var(--cui-bg-opacity)) !important;
|
|
2523
2288
|
}
|
|
2524
2289
|
|
|
2525
|
-
[data-coreui-theme=dark] .dark\:bg-danger, [data-coreui-theme=dark] .dark\:bg-danger:not([class*="dark:"]),
|
|
2526
2290
|
.bg-danger {
|
|
2527
2291
|
--cui-bg-opacity: 1;
|
|
2528
2292
|
background-color: rgba(var(--cui-danger-rgb), var(--cui-bg-opacity)) !important;
|
|
2529
2293
|
}
|
|
2530
2294
|
|
|
2531
|
-
[data-coreui-theme=dark] .dark\:bg-light, [data-coreui-theme=dark] .dark\:bg-light:not([class*="dark:"]),
|
|
2532
2295
|
.bg-light {
|
|
2533
2296
|
--cui-bg-opacity: 1;
|
|
2534
2297
|
background-color: rgba(var(--cui-light-rgb), var(--cui-bg-opacity)) !important;
|
|
2535
2298
|
}
|
|
2536
2299
|
|
|
2537
|
-
[data-coreui-theme=dark] .dark\:bg-dark, [data-coreui-theme=dark] .dark\:bg-dark:not([class*="dark:"]),
|
|
2538
2300
|
.bg-dark {
|
|
2539
2301
|
--cui-bg-opacity: 1;
|
|
2540
2302
|
background-color: rgba(var(--cui-dark-rgb), var(--cui-bg-opacity)) !important;
|
|
2541
2303
|
}
|
|
2542
2304
|
|
|
2543
|
-
[data-coreui-theme=dark] .dark\:bg-black, [data-coreui-theme=dark] .dark\:bg-black:not([class*="dark:"]),
|
|
2544
2305
|
.bg-black {
|
|
2545
2306
|
--cui-bg-opacity: 1;
|
|
2546
2307
|
background-color: rgba(var(--cui-black-rgb), var(--cui-bg-opacity)) !important;
|
|
2547
2308
|
}
|
|
2548
2309
|
|
|
2549
|
-
[data-coreui-theme=dark] .dark\:bg-white, [data-coreui-theme=dark] .dark\:bg-white:not([class*="dark:"]),
|
|
2550
2310
|
.bg-white {
|
|
2551
2311
|
--cui-bg-opacity: 1;
|
|
2552
2312
|
background-color: rgba(var(--cui-white-rgb), var(--cui-bg-opacity)) !important;
|
|
2553
2313
|
}
|
|
2554
2314
|
|
|
2555
|
-
[data-coreui-theme=dark] .dark\:bg-body, [data-coreui-theme=dark] .dark\:bg-body:not([class*="dark:"]),
|
|
2556
2315
|
.bg-body {
|
|
2557
2316
|
--cui-bg-opacity: 1;
|
|
2558
2317
|
background-color: rgba(var(--cui-body-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
2559
2318
|
}
|
|
2560
2319
|
|
|
2561
|
-
[data-coreui-theme=dark] .dark\:bg-transparent, [data-coreui-theme=dark] .dark\:bg-transparent:not([class*="dark:"]),
|
|
2562
2320
|
.bg-transparent {
|
|
2563
2321
|
--cui-bg-opacity: 1;
|
|
2564
2322
|
background-color: transparent !important;
|
|
2565
2323
|
}
|
|
2566
2324
|
|
|
2567
|
-
[data-coreui-theme=dark] .dark\:bg-body-secondary, [data-coreui-theme=dark] .dark\:bg-body-secondary:not([class*="dark:"]),
|
|
2568
2325
|
.bg-body-secondary {
|
|
2569
2326
|
--cui-bg-opacity: 1;
|
|
2570
2327
|
background-color: rgba(var(--cui-secondary-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
2571
2328
|
}
|
|
2572
2329
|
|
|
2573
|
-
[data-coreui-theme=dark] .dark\:bg-body-tertiary, [data-coreui-theme=dark] .dark\:bg-body-tertiary:not([class*="dark:"]),
|
|
2574
2330
|
.bg-body-tertiary {
|
|
2575
2331
|
--cui-bg-opacity: 1;
|
|
2576
2332
|
background-color: rgba(var(--cui-tertiary-bg-rgb), var(--cui-bg-opacity)) !important;
|
|
@@ -2596,46 +2352,6 @@
|
|
|
2596
2352
|
--cui-bg-opacity: 1;
|
|
2597
2353
|
}
|
|
2598
2354
|
|
|
2599
|
-
[data-coreui-theme=dark] .dark\:bg-primary-subtle, [data-coreui-theme=dark] .dark\:bg-primary-subtle:not([class*="dark:"]),
|
|
2600
|
-
.bg-primary-subtle {
|
|
2601
|
-
background-color: var(--cui-primary-bg-subtle) !important;
|
|
2602
|
-
}
|
|
2603
|
-
|
|
2604
|
-
[data-coreui-theme=dark] .dark\:bg-secondary-subtle, [data-coreui-theme=dark] .dark\:bg-secondary-subtle:not([class*="dark:"]),
|
|
2605
|
-
.bg-secondary-subtle {
|
|
2606
|
-
background-color: var(--cui-secondary-bg-subtle) !important;
|
|
2607
|
-
}
|
|
2608
|
-
|
|
2609
|
-
[data-coreui-theme=dark] .dark\:bg-success-subtle, [data-coreui-theme=dark] .dark\:bg-success-subtle:not([class*="dark:"]),
|
|
2610
|
-
.bg-success-subtle {
|
|
2611
|
-
background-color: var(--cui-success-bg-subtle) !important;
|
|
2612
|
-
}
|
|
2613
|
-
|
|
2614
|
-
[data-coreui-theme=dark] .dark\:bg-info-subtle, [data-coreui-theme=dark] .dark\:bg-info-subtle:not([class*="dark:"]),
|
|
2615
|
-
.bg-info-subtle {
|
|
2616
|
-
background-color: var(--cui-info-bg-subtle) !important;
|
|
2617
|
-
}
|
|
2618
|
-
|
|
2619
|
-
[data-coreui-theme=dark] .dark\:bg-warning-subtle, [data-coreui-theme=dark] .dark\:bg-warning-subtle:not([class*="dark:"]),
|
|
2620
|
-
.bg-warning-subtle {
|
|
2621
|
-
background-color: var(--cui-warning-bg-subtle) !important;
|
|
2622
|
-
}
|
|
2623
|
-
|
|
2624
|
-
[data-coreui-theme=dark] .dark\:bg-danger-subtle, [data-coreui-theme=dark] .dark\:bg-danger-subtle:not([class*="dark:"]),
|
|
2625
|
-
.bg-danger-subtle {
|
|
2626
|
-
background-color: var(--cui-danger-bg-subtle) !important;
|
|
2627
|
-
}
|
|
2628
|
-
|
|
2629
|
-
[data-coreui-theme=dark] .dark\:bg-light-subtle, [data-coreui-theme=dark] .dark\:bg-light-subtle:not([class*="dark:"]),
|
|
2630
|
-
.bg-light-subtle {
|
|
2631
|
-
background-color: var(--cui-light-bg-subtle) !important;
|
|
2632
|
-
}
|
|
2633
|
-
|
|
2634
|
-
[data-coreui-theme=dark] .dark\:bg-dark-subtle, [data-coreui-theme=dark] .dark\:bg-dark-subtle:not([class*="dark:"]),
|
|
2635
|
-
.bg-dark-subtle {
|
|
2636
|
-
background-color: var(--cui-dark-bg-subtle) !important;
|
|
2637
|
-
}
|
|
2638
|
-
|
|
2639
2355
|
.bg-gradient {
|
|
2640
2356
|
background-image: var(--cui-gradient) !important;
|
|
2641
2357
|
}
|