@dynamic-framework/ui-react 1.23.0 → 1.24.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/dist/css/dynamic-ui-non-root.css +558 -73
- package/dist/css/dynamic-ui-non-root.min.css +2 -2
- package/dist/css/dynamic-ui-root.css +48 -26
- package/dist/css/dynamic-ui-root.min.css +2 -2
- package/dist/css/dynamic-ui.css +605 -98
- package/dist/css/dynamic-ui.min.css +2 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/style/abstracts/_mixins.scss +4 -4
- package/src/style/abstracts/_utilities.scss +9 -4
- package/src/style/abstracts/variables/_colors.scss +63 -15
- package/src/style/helpers/_color-bg.scss +4 -2
- package/src/style/root/_root.scss +10 -2
package/dist/css/dynamic-ui.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* dynamic-framework 1.
|
|
2
|
+
* dynamic-framework 1.24.0
|
|
3
3
|
* bootstrap ^5.3.3
|
|
4
4
|
* license https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md
|
|
5
5
|
*/
|
|
@@ -20,27 +20,33 @@
|
|
|
20
20
|
--bs-black-rgb: 0, 0, 0;
|
|
21
21
|
--bs-white-rgb: 255, 255, 255;
|
|
22
22
|
--bs-gray-rgb: 173, 181, 189;
|
|
23
|
-
--bs-gray-dark-rgb:
|
|
24
|
-
--bs-gray-
|
|
25
|
-
--bs-gray-
|
|
26
|
-
--bs-gray-
|
|
27
|
-
--bs-gray-
|
|
28
|
-
--bs-gray-
|
|
23
|
+
--bs-gray-dark-rgb: 69, 72, 76;
|
|
24
|
+
--bs-gray-25-rgb: 251, 251, 252;
|
|
25
|
+
--bs-gray-50-rgb: 247, 248, 248;
|
|
26
|
+
--bs-gray-100-rgb: 239, 240, 242;
|
|
27
|
+
--bs-gray-200-rgb: 222, 225, 229;
|
|
28
|
+
--bs-gray-300-rgb: 206, 211, 215;
|
|
29
|
+
--bs-gray-400-rgb: 189, 196, 202;
|
|
29
30
|
--bs-gray-500-rgb: 173, 181, 189;
|
|
30
|
-
--bs-gray-600-rgb:
|
|
31
|
-
--bs-gray-700-rgb:
|
|
32
|
-
--bs-gray-800-rgb:
|
|
33
|
-
--bs-gray-900-rgb:
|
|
34
|
-
--bs-gray-
|
|
35
|
-
--bs-primary-soft-rgb: 251, 232, 239;
|
|
36
|
-
--bs-secondary-soft-rgb: 237, 237, 248;
|
|
37
|
-
--bs-surface-gray-rgb: 252, 252, 253;
|
|
31
|
+
--bs-gray-600-rgb: 138, 145, 151;
|
|
32
|
+
--bs-gray-700-rgb: 104, 109, 113;
|
|
33
|
+
--bs-gray-800-rgb: 69, 72, 76;
|
|
34
|
+
--bs-gray-900-rgb: 35, 36, 38;
|
|
35
|
+
--bs-surface-gray-rgb: 247, 248, 248;
|
|
38
36
|
--bs-surface-primary-rgb: 251, 232, 239;
|
|
39
37
|
--bs-surface-secondary-rgb: 237, 237, 248;
|
|
40
38
|
--bs-surface-success-rgb: 232, 243, 238;
|
|
41
39
|
--bs-surface-info-rgb: 231, 241, 255;
|
|
42
40
|
--bs-surface-warning-rgb: 255, 249, 230;
|
|
43
41
|
--bs-surface-danger-rgb: 252, 235, 236;
|
|
42
|
+
--bs-gray-soft-rgb: 251, 251, 252;
|
|
43
|
+
--bs-primary-soft-rgb: 253, 244, 247;
|
|
44
|
+
--bs-secondary-soft-rgb: 246, 246, 251;
|
|
45
|
+
--bs-success-soft-rgb: 244, 249, 246;
|
|
46
|
+
--bs-info-soft-rgb: 243, 248, 255;
|
|
47
|
+
--bs-warning-soft-rgb: 255, 252, 243;
|
|
48
|
+
--bs-danger-soft-rgb: 253, 245, 246;
|
|
49
|
+
--bs-primary-25-rgb: 253, 244, 247;
|
|
44
50
|
--bs-primary-50-rgb: 251, 232, 239;
|
|
45
51
|
--bs-primary-100-rgb: 247, 209, 223;
|
|
46
52
|
--bs-primary-200-rgb: 239, 164, 191;
|
|
@@ -51,6 +57,7 @@
|
|
|
51
57
|
--bs-primary-700-rgb: 130, 16, 58;
|
|
52
58
|
--bs-primary-800-rgb: 86, 11, 38;
|
|
53
59
|
--bs-primary-900-rgb: 43, 5, 19;
|
|
60
|
+
--bs-secondary-25-rgb: 246, 246, 251;
|
|
54
61
|
--bs-secondary-50-rgb: 237, 237, 248;
|
|
55
62
|
--bs-secondary-100-rgb: 218, 218, 241;
|
|
56
63
|
--bs-secondary-200-rgb: 182, 182, 226;
|
|
@@ -61,6 +68,7 @@
|
|
|
61
68
|
--bs-secondary-700-rgb: 43, 43, 110;
|
|
62
69
|
--bs-secondary-800-rgb: 29, 29, 73;
|
|
63
70
|
--bs-secondary-900-rgb: 14, 14, 37;
|
|
71
|
+
--bs-success-25-rgb: 244, 249, 246;
|
|
64
72
|
--bs-success-50-rgb: 232, 243, 238;
|
|
65
73
|
--bs-success-100-rgb: 209, 231, 221;
|
|
66
74
|
--bs-success-200-rgb: 163, 207, 187;
|
|
@@ -71,6 +79,7 @@
|
|
|
71
79
|
--bs-success-700-rgb: 15, 81, 50;
|
|
72
80
|
--bs-success-800-rgb: 10, 54, 34;
|
|
73
81
|
--bs-success-900-rgb: 5, 27, 17;
|
|
82
|
+
--bs-info-25-rgb: 243, 248, 255;
|
|
74
83
|
--bs-info-50-rgb: 231, 241, 255;
|
|
75
84
|
--bs-info-100-rgb: 207, 226, 255;
|
|
76
85
|
--bs-info-200-rgb: 158, 197, 254;
|
|
@@ -81,6 +90,7 @@
|
|
|
81
90
|
--bs-info-700-rgb: 8, 66, 152;
|
|
82
91
|
--bs-info-800-rgb: 5, 44, 101;
|
|
83
92
|
--bs-info-900-rgb: 3, 22, 51;
|
|
93
|
+
--bs-warning-25-rgb: 255, 252, 243;
|
|
84
94
|
--bs-warning-50-rgb: 255, 249, 230;
|
|
85
95
|
--bs-warning-100-rgb: 255, 243, 205;
|
|
86
96
|
--bs-warning-200-rgb: 255, 230, 156;
|
|
@@ -91,6 +101,7 @@
|
|
|
91
101
|
--bs-warning-700-rgb: 153, 116, 4;
|
|
92
102
|
--bs-warning-800-rgb: 102, 77, 3;
|
|
93
103
|
--bs-warning-900-rgb: 51, 39, 1;
|
|
104
|
+
--bs-danger-25-rgb: 253, 245, 246;
|
|
94
105
|
--bs-danger-50-rgb: 252, 235, 236;
|
|
95
106
|
--bs-danger-100-rgb: 248, 215, 218;
|
|
96
107
|
--bs-danger-200-rgb: 241, 174, 181;
|
|
@@ -115,6 +126,7 @@
|
|
|
115
126
|
--bs-white: rgb(var(--bs-white-rgb));
|
|
116
127
|
--bs-gray: rgb(var(--bs-gray-rgb));
|
|
117
128
|
--bs-gray-dark: rgb(var(--bs-gray-dark-rgb));
|
|
129
|
+
--bs-gray-25: rgb(var(--bs-gray-25-rgb));
|
|
118
130
|
--bs-gray-50: rgb(var(--bs-gray-50-rgb));
|
|
119
131
|
--bs-gray-100: rgb(var(--bs-gray-100-rgb));
|
|
120
132
|
--bs-gray-200: rgb(var(--bs-gray-200-rgb));
|
|
@@ -125,9 +137,6 @@
|
|
|
125
137
|
--bs-gray-700: rgb(var(--bs-gray-700-rgb));
|
|
126
138
|
--bs-gray-800: rgb(var(--bs-gray-800-rgb));
|
|
127
139
|
--bs-gray-900: rgb(var(--bs-gray-900-rgb));
|
|
128
|
-
--bs-gray-soft: rgb(var(--bs-gray-soft-rgb));
|
|
129
|
-
--bs-primary-soft: rgb(var(--bs-primary-soft-rgb));
|
|
130
|
-
--bs-secondary-soft: rgb(var(--bs-secondary-soft-rgb));
|
|
131
140
|
--bs-surface-gray: rgb(var(--bs-surface-gray-rgb));
|
|
132
141
|
--bs-surface-primary: rgb(var(--bs-surface-primary-rgb));
|
|
133
142
|
--bs-surface-secondary: rgb(var(--bs-surface-secondary-rgb));
|
|
@@ -135,6 +144,13 @@
|
|
|
135
144
|
--bs-surface-info: rgb(var(--bs-surface-info-rgb));
|
|
136
145
|
--bs-surface-warning: rgb(var(--bs-surface-warning-rgb));
|
|
137
146
|
--bs-surface-danger: rgb(var(--bs-surface-danger-rgb));
|
|
147
|
+
--bs-gray-soft: rgb(var(--bs-gray-soft-rgb));
|
|
148
|
+
--bs-primary-soft: rgb(var(--bs-primary-soft-rgb));
|
|
149
|
+
--bs-secondary-soft: rgb(var(--bs-secondary-soft-rgb));
|
|
150
|
+
--bs-success-soft: rgb(var(--bs-success-soft-rgb));
|
|
151
|
+
--bs-info-soft: rgb(var(--bs-info-soft-rgb));
|
|
152
|
+
--bs-warning-soft: rgb(var(--bs-warning-soft-rgb));
|
|
153
|
+
--bs-danger-soft: rgb(var(--bs-danger-soft-rgb));
|
|
138
154
|
--bs-primary: rgb(var(--bs-primary-rgb));
|
|
139
155
|
--bs-secondary: rgb(var(--bs-secondary-rgb));
|
|
140
156
|
--bs-success: rgb(var(--bs-success-rgb));
|
|
@@ -151,6 +167,7 @@
|
|
|
151
167
|
--bs-danger-rgb: var(--bs-red-rgb);
|
|
152
168
|
--bs-light-rgb: var(--bs-gray-100-rgb);
|
|
153
169
|
--bs-dark-rgb: var(--bs-gray-900-rgb);
|
|
170
|
+
--bs-primary-25: rgb(var(--bs-primary-25-rgb));
|
|
154
171
|
--bs-primary-50: rgb(var(--bs-primary-50-rgb));
|
|
155
172
|
--bs-primary-100: rgb(var(--bs-primary-100-rgb));
|
|
156
173
|
--bs-primary-200: rgb(var(--bs-primary-200-rgb));
|
|
@@ -161,6 +178,7 @@
|
|
|
161
178
|
--bs-primary-700: rgb(var(--bs-primary-700-rgb));
|
|
162
179
|
--bs-primary-800: rgb(var(--bs-primary-800-rgb));
|
|
163
180
|
--bs-primary-900: rgb(var(--bs-primary-900-rgb));
|
|
181
|
+
--bs-secondary-25: rgb(var(--bs-secondary-25-rgb));
|
|
164
182
|
--bs-secondary-50: rgb(var(--bs-secondary-50-rgb));
|
|
165
183
|
--bs-secondary-100: rgb(var(--bs-secondary-100-rgb));
|
|
166
184
|
--bs-secondary-200: rgb(var(--bs-secondary-200-rgb));
|
|
@@ -171,6 +189,7 @@
|
|
|
171
189
|
--bs-secondary-700: rgb(var(--bs-secondary-700-rgb));
|
|
172
190
|
--bs-secondary-800: rgb(var(--bs-secondary-800-rgb));
|
|
173
191
|
--bs-secondary-900: rgb(var(--bs-secondary-900-rgb));
|
|
192
|
+
--bs-success-25: rgb(var(--bs-success-25-rgb));
|
|
174
193
|
--bs-success-50: rgb(var(--bs-success-50-rgb));
|
|
175
194
|
--bs-success-100: rgb(var(--bs-success-100-rgb));
|
|
176
195
|
--bs-success-200: rgb(var(--bs-success-200-rgb));
|
|
@@ -181,6 +200,7 @@
|
|
|
181
200
|
--bs-success-700: rgb(var(--bs-success-700-rgb));
|
|
182
201
|
--bs-success-800: rgb(var(--bs-success-800-rgb));
|
|
183
202
|
--bs-success-900: rgb(var(--bs-success-900-rgb));
|
|
203
|
+
--bs-info-25: rgb(var(--bs-info-25-rgb));
|
|
184
204
|
--bs-info-50: rgb(var(--bs-info-50-rgb));
|
|
185
205
|
--bs-info-100: rgb(var(--bs-info-100-rgb));
|
|
186
206
|
--bs-info-200: rgb(var(--bs-info-200-rgb));
|
|
@@ -191,6 +211,7 @@
|
|
|
191
211
|
--bs-info-700: rgb(var(--bs-info-700-rgb));
|
|
192
212
|
--bs-info-800: rgb(var(--bs-info-800-rgb));
|
|
193
213
|
--bs-info-900: rgb(var(--bs-info-900-rgb));
|
|
214
|
+
--bs-warning-25: rgb(var(--bs-warning-25-rgb));
|
|
194
215
|
--bs-warning-50: rgb(var(--bs-warning-50-rgb));
|
|
195
216
|
--bs-warning-100: rgb(var(--bs-warning-100-rgb));
|
|
196
217
|
--bs-warning-200: rgb(var(--bs-warning-200-rgb));
|
|
@@ -201,6 +222,7 @@
|
|
|
201
222
|
--bs-warning-700: rgb(var(--bs-warning-700-rgb));
|
|
202
223
|
--bs-warning-800: rgb(var(--bs-warning-800-rgb));
|
|
203
224
|
--bs-warning-900: rgb(var(--bs-warning-900-rgb));
|
|
225
|
+
--bs-danger-25: rgb(var(--bs-danger-25-rgb));
|
|
204
226
|
--bs-danger-50: rgb(var(--bs-danger-50-rgb));
|
|
205
227
|
--bs-danger-100: rgb(var(--bs-danger-100-rgb));
|
|
206
228
|
--bs-danger-200: rgb(var(--bs-danger-200-rgb));
|
|
@@ -278,9 +300,9 @@
|
|
|
278
300
|
--bs-border-radius-xxl: 2.5rem;
|
|
279
301
|
--bs-border-radius-2xl: var(--bs-border-radius-xxl);
|
|
280
302
|
--bs-border-radius-pill: 50rem;
|
|
281
|
-
--bs-box-shadow: 0 12px 14px 0 rgba(
|
|
282
|
-
--bs-box-shadow-sm: 0 8px 12px 0 rgba(
|
|
283
|
-
--bs-box-shadow-lg: 0 20px 22px 0 rgba(
|
|
303
|
+
--bs-box-shadow: 0 12px 14px 0 rgba(35, 36, 38, 0.2);
|
|
304
|
+
--bs-box-shadow-sm: 0 8px 12px 0 rgba(35, 36, 38, 0.05);
|
|
305
|
+
--bs-box-shadow-lg: 0 20px 22px 0 rgba(35, 36, 38, 0.25);
|
|
284
306
|
--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.75);
|
|
285
307
|
--bs-focus-ring-width: 0.25rem;
|
|
286
308
|
--bs-focus-ring-opacity: 1;
|
|
@@ -532,7 +554,7 @@
|
|
|
532
554
|
--bs-btn-link-info-disabled-border-color: transparent;
|
|
533
555
|
--bs-btn-link-info-disabled-color: var(--bs-info-500);
|
|
534
556
|
--bs-btn-link-info-disabled-opacity: 0.65;
|
|
535
|
-
--bs-btn-warning-color: var(--bs-
|
|
557
|
+
--bs-btn-warning-color: var(--bs-black);
|
|
536
558
|
--bs-btn-warning-bg: var(--bs-warning-500);
|
|
537
559
|
--bs-btn-warning-border-color: var(--bs-warning-500);
|
|
538
560
|
--bs-btn-warning-hover-color: var(--bs-black);
|
|
@@ -544,7 +566,7 @@
|
|
|
544
566
|
--bs-btn-warning-active-color: var(--bs-black);
|
|
545
567
|
--bs-btn-warning-active-bg: var(--bs-warning-700);
|
|
546
568
|
--bs-btn-warning-active-border-color: var(--bs-warning-700);
|
|
547
|
-
--bs-btn-warning-disabled-color: var(--bs-
|
|
569
|
+
--bs-btn-warning-disabled-color: var(--bs-black);
|
|
548
570
|
--bs-btn-warning-disabled-bg: var(--bs-warning-500);
|
|
549
571
|
--bs-btn-warning-disabled-border-color: var(--bs-warning-500);
|
|
550
572
|
--bs-btn-warning-disabled-opacity: 0.65;
|
|
@@ -631,13 +653,13 @@
|
|
|
631
653
|
--bs-btn-light-color: var(--bs-gray-700);
|
|
632
654
|
--bs-btn-light-bg: var(--bs-light);
|
|
633
655
|
--bs-btn-light-border-color: var(--bs-light);
|
|
634
|
-
--bs-btn-light-hover-color: var(--bs-
|
|
656
|
+
--bs-btn-light-hover-color: var(--bs-black);
|
|
635
657
|
--bs-btn-light-hover-bg: var(--bs-gray-200);
|
|
636
658
|
--bs-btn-light-hover-border-color: var(--bs-gray-200);
|
|
637
|
-
--bs-btn-light-focus-color: var(--bs-
|
|
659
|
+
--bs-btn-light-focus-color: var(--bs-black);
|
|
638
660
|
--bs-btn-light-focus-bg: var(--bs-light);
|
|
639
661
|
--bs-btn-light-focus-border-color: var(--bs-light);
|
|
640
|
-
--bs-btn-light-active-color: var(--bs-
|
|
662
|
+
--bs-btn-light-active-color: var(--bs-black);
|
|
641
663
|
--bs-btn-light-active-bg: var(--bs-gray-300);
|
|
642
664
|
--bs-btn-light-active-border-color: var(--bs-gray-300);
|
|
643
665
|
--bs-btn-light-disabled-color: var(--bs-gray-700);
|
|
@@ -2886,57 +2908,57 @@ progress {
|
|
|
2886
2908
|
}
|
|
2887
2909
|
|
|
2888
2910
|
.table-primary {
|
|
2889
|
-
--bs-table-color: var(--bs-
|
|
2911
|
+
--bs-table-color: var(--bs-black);
|
|
2890
2912
|
--bs-table-bg: color-mix(in srgb, var(--bs-primary-100), var(--bs-white) 0%);
|
|
2891
2913
|
--bs-table-border-color: color-mix(in srgb, var(--bs-primary-100), var(--bs-white) 20%);
|
|
2892
2914
|
--bs-table-striped-bg: color-mix(in srgb, var(--bs-primary-100), var(--bs-white) 10%);
|
|
2893
|
-
--bs-table-striped-color: var(--bs-
|
|
2915
|
+
--bs-table-striped-color: var(--bs-black);
|
|
2894
2916
|
--bs-table-active-bg: color-mix(in srgb, var(--bs-primary-100), var(--bs-white) 20%);
|
|
2895
|
-
--bs-table-active-color: var(--bs-
|
|
2917
|
+
--bs-table-active-color: var(--bs-black);
|
|
2896
2918
|
--bs-table-hover-bg: color-mix(in srgb, var(--bs-primary-100), var(--bs-white) 15%);
|
|
2897
|
-
--bs-table-hover-color: var(--bs-
|
|
2919
|
+
--bs-table-hover-color: var(--bs-black);
|
|
2898
2920
|
color: var(--bs-table-color);
|
|
2899
2921
|
border-color: var(--bs-table-border-color);
|
|
2900
2922
|
}
|
|
2901
2923
|
|
|
2902
2924
|
.table-secondary {
|
|
2903
|
-
--bs-table-color: var(--bs-
|
|
2925
|
+
--bs-table-color: var(--bs-black);
|
|
2904
2926
|
--bs-table-bg: color-mix(in srgb, var(--bs-secondary-100), var(--bs-white) 0%);
|
|
2905
2927
|
--bs-table-border-color: color-mix(in srgb, var(--bs-secondary-100), var(--bs-white) 20%);
|
|
2906
2928
|
--bs-table-striped-bg: color-mix(in srgb, var(--bs-secondary-100), var(--bs-white) 10%);
|
|
2907
|
-
--bs-table-striped-color: var(--bs-
|
|
2929
|
+
--bs-table-striped-color: var(--bs-black);
|
|
2908
2930
|
--bs-table-active-bg: color-mix(in srgb, var(--bs-secondary-100), var(--bs-white) 20%);
|
|
2909
|
-
--bs-table-active-color: var(--bs-
|
|
2931
|
+
--bs-table-active-color: var(--bs-black);
|
|
2910
2932
|
--bs-table-hover-bg: color-mix(in srgb, var(--bs-secondary-100), var(--bs-white) 15%);
|
|
2911
|
-
--bs-table-hover-color: var(--bs-
|
|
2933
|
+
--bs-table-hover-color: var(--bs-black);
|
|
2912
2934
|
color: var(--bs-table-color);
|
|
2913
2935
|
border-color: var(--bs-table-border-color);
|
|
2914
2936
|
}
|
|
2915
2937
|
|
|
2916
2938
|
.table-success {
|
|
2917
|
-
--bs-table-color: var(--bs-
|
|
2939
|
+
--bs-table-color: var(--bs-black);
|
|
2918
2940
|
--bs-table-bg: color-mix(in srgb, var(--bs-success-100), var(--bs-white) 0%);
|
|
2919
2941
|
--bs-table-border-color: color-mix(in srgb, var(--bs-success-100), var(--bs-white) 20%);
|
|
2920
2942
|
--bs-table-striped-bg: color-mix(in srgb, var(--bs-success-100), var(--bs-white) 10%);
|
|
2921
|
-
--bs-table-striped-color: var(--bs-
|
|
2943
|
+
--bs-table-striped-color: var(--bs-black);
|
|
2922
2944
|
--bs-table-active-bg: color-mix(in srgb, var(--bs-success-100), var(--bs-white) 20%);
|
|
2923
|
-
--bs-table-active-color: var(--bs-
|
|
2945
|
+
--bs-table-active-color: var(--bs-black);
|
|
2924
2946
|
--bs-table-hover-bg: color-mix(in srgb, var(--bs-success-100), var(--bs-white) 15%);
|
|
2925
|
-
--bs-table-hover-color: var(--bs-
|
|
2947
|
+
--bs-table-hover-color: var(--bs-black);
|
|
2926
2948
|
color: var(--bs-table-color);
|
|
2927
2949
|
border-color: var(--bs-table-border-color);
|
|
2928
2950
|
}
|
|
2929
2951
|
|
|
2930
2952
|
.table-info {
|
|
2931
|
-
--bs-table-color: var(--bs-
|
|
2953
|
+
--bs-table-color: var(--bs-black);
|
|
2932
2954
|
--bs-table-bg: color-mix(in srgb, var(--bs-info-100), var(--bs-white) 0%);
|
|
2933
2955
|
--bs-table-border-color: color-mix(in srgb, var(--bs-info-100), var(--bs-white) 20%);
|
|
2934
2956
|
--bs-table-striped-bg: color-mix(in srgb, var(--bs-info-100), var(--bs-white) 10%);
|
|
2935
|
-
--bs-table-striped-color: var(--bs-
|
|
2957
|
+
--bs-table-striped-color: var(--bs-black);
|
|
2936
2958
|
--bs-table-active-bg: color-mix(in srgb, var(--bs-info-100), var(--bs-white) 20%);
|
|
2937
|
-
--bs-table-active-color: var(--bs-
|
|
2959
|
+
--bs-table-active-color: var(--bs-black);
|
|
2938
2960
|
--bs-table-hover-bg: color-mix(in srgb, var(--bs-info-100), var(--bs-white) 15%);
|
|
2939
|
-
--bs-table-hover-color: var(--bs-
|
|
2961
|
+
--bs-table-hover-color: var(--bs-black);
|
|
2940
2962
|
color: var(--bs-table-color);
|
|
2941
2963
|
border-color: var(--bs-table-border-color);
|
|
2942
2964
|
}
|
|
@@ -2956,15 +2978,15 @@ progress {
|
|
|
2956
2978
|
}
|
|
2957
2979
|
|
|
2958
2980
|
.table-danger {
|
|
2959
|
-
--bs-table-color: var(--bs-
|
|
2981
|
+
--bs-table-color: var(--bs-black);
|
|
2960
2982
|
--bs-table-bg: color-mix(in srgb, var(--bs-danger-100), var(--bs-white) 0%);
|
|
2961
2983
|
--bs-table-border-color: color-mix(in srgb, var(--bs-danger-100), var(--bs-white) 20%);
|
|
2962
2984
|
--bs-table-striped-bg: color-mix(in srgb, var(--bs-danger-100), var(--bs-white) 10%);
|
|
2963
|
-
--bs-table-striped-color: var(--bs-
|
|
2985
|
+
--bs-table-striped-color: var(--bs-black);
|
|
2964
2986
|
--bs-table-active-bg: color-mix(in srgb, var(--bs-danger-100), var(--bs-white) 20%);
|
|
2965
|
-
--bs-table-active-color: var(--bs-
|
|
2987
|
+
--bs-table-active-color: var(--bs-black);
|
|
2966
2988
|
--bs-table-hover-bg: color-mix(in srgb, var(--bs-danger-100), var(--bs-white) 15%);
|
|
2967
|
-
--bs-table-hover-color: var(--bs-
|
|
2989
|
+
--bs-table-hover-color: var(--bs-black);
|
|
2968
2990
|
color: var(--bs-table-color);
|
|
2969
2991
|
border-color: var(--bs-table-border-color);
|
|
2970
2992
|
}
|
|
@@ -5120,7 +5142,7 @@ textarea.form-control-lg {
|
|
|
5120
5142
|
--bs-accordion-btn-padding-y: var(--bs-ref-spacer-6);
|
|
5121
5143
|
--bs-accordion-btn-color: var(--bs-body-color);
|
|
5122
5144
|
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
|
5123
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
5145
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23232426'%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");
|
|
5124
5146
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
5125
5147
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
5126
5148
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
@@ -7452,7 +7474,7 @@ body {
|
|
|
7452
7474
|
--bs-input-switch-active-bg: var(--bs-focus-ring-color);
|
|
7453
7475
|
--bs-input-switch-disabled-border-color: var(--bs-gray-300);
|
|
7454
7476
|
--bs-input-switch-disabled-bg: var(--bs-gray-100);
|
|
7455
|
-
--bs-input-switch-disabled-dot: url("data:image/svg+xml,%3csvg viewBox='-4 -4 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.5' y='0.5' width='15' height='15' rx='7.5' fill='%23fff' stroke='%
|
|
7477
|
+
--bs-input-switch-disabled-dot: url("data:image/svg+xml,%3csvg viewBox='-4 -4 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.5' y='0.5' width='15' height='15' rx='7.5' fill='%23fff' stroke='%23ced3d7'/%3e%3c/svg%3e");
|
|
7456
7478
|
--bs-input-switch-label-color: var(--bs-gray);
|
|
7457
7479
|
--bs-input-switch-active-label-color: var(--bs-gray-700);
|
|
7458
7480
|
}
|
|
@@ -8327,7 +8349,7 @@ body {
|
|
|
8327
8349
|
--bs-btn-hover-border-color: transparent;
|
|
8328
8350
|
--bs-btn-active-color: var(--bs-link-hover-color);
|
|
8329
8351
|
--bs-btn-active-border-color: transparent;
|
|
8330
|
-
--bs-btn-disabled-color: #
|
|
8352
|
+
--bs-btn-disabled-color: #8a9197;
|
|
8331
8353
|
--bs-btn-disabled-border-color: transparent;
|
|
8332
8354
|
--bs-btn-box-shadow: 0 0 0 #000;
|
|
8333
8355
|
--bs-btn-focus-shadow-rgb: 222, 61, 120;
|
|
@@ -8417,10 +8439,10 @@ body {
|
|
|
8417
8439
|
--bs-alert-link-color: var(--bs-white);
|
|
8418
8440
|
}
|
|
8419
8441
|
.alert.alert-warning {
|
|
8420
|
-
--bs-alert-color: var(--bs-
|
|
8442
|
+
--bs-alert-color: var(--bs-black);
|
|
8421
8443
|
--bs-alert-bg: var(--bs-warning);
|
|
8422
8444
|
--bs-alert-border-color: var(--bs-warning);
|
|
8423
|
-
--bs-alert-link-color: var(--bs-
|
|
8445
|
+
--bs-alert-link-color: var(--bs-black);
|
|
8424
8446
|
}
|
|
8425
8447
|
.alert.alert-danger {
|
|
8426
8448
|
--bs-alert-color: var(--bs-white);
|
|
@@ -8682,7 +8704,7 @@ label .d-icon {
|
|
|
8682
8704
|
--bs-tooltip-bg: var(--bs-info);
|
|
8683
8705
|
}
|
|
8684
8706
|
.tooltip.tooltip-warning {
|
|
8685
|
-
--bs-tooltip-color: var(--bs-
|
|
8707
|
+
--bs-tooltip-color: var(--bs-black);
|
|
8686
8708
|
--bs-tooltip-bg: var(--bs-warning);
|
|
8687
8709
|
}
|
|
8688
8710
|
.tooltip.tooltip-danger {
|
|
@@ -11708,7 +11730,7 @@ label .d-icon {
|
|
|
11708
11730
|
|
|
11709
11731
|
.d-select {
|
|
11710
11732
|
--bs-select-gap: 0.5rem;
|
|
11711
|
-
--bs-select-menu-shadow: 0 8px 12px 0 rgba(
|
|
11733
|
+
--bs-select-menu-shadow: 0 8px 12px 0 rgba(35, 36, 38, 0.05);
|
|
11712
11734
|
--bs-select-option-focus-bg: var(--bs-gray-100);
|
|
11713
11735
|
--bs-select-option-selected-color: var(--bs-secondary);
|
|
11714
11736
|
--bs-select-option-selected-bg: var(--bs-gray-100);
|
|
@@ -11876,82 +11898,472 @@ label .d-icon {
|
|
|
11876
11898
|
content: "";
|
|
11877
11899
|
}
|
|
11878
11900
|
|
|
11879
|
-
.text-bg-primary {
|
|
11880
|
-
color: var(--bs-
|
|
11881
|
-
background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11901
|
+
.text-bg-primary-25 {
|
|
11902
|
+
color: var(--bs-gray-700) !important;
|
|
11903
|
+
background-color: RGBA(var(--bs-primary-25-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11882
11904
|
}
|
|
11883
11905
|
|
|
11884
|
-
.text-bg-
|
|
11885
|
-
color:
|
|
11906
|
+
.text-bg-primary-50 {
|
|
11907
|
+
color: var(--bs-black) !important;
|
|
11908
|
+
background-color: RGBA(var(--bs-primary-50-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11909
|
+
}
|
|
11910
|
+
|
|
11911
|
+
.text-bg-primary-100 {
|
|
11912
|
+
color: var(--bs-black) !important;
|
|
11886
11913
|
background-color: RGBA(var(--bs-primary-100-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11887
11914
|
}
|
|
11888
11915
|
|
|
11889
|
-
.text-bg-
|
|
11916
|
+
.text-bg-primary-200 {
|
|
11917
|
+
color: var(--bs-black) !important;
|
|
11918
|
+
background-color: RGBA(var(--bs-primary-200-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11919
|
+
}
|
|
11920
|
+
|
|
11921
|
+
.text-bg-primary-300 {
|
|
11922
|
+
color: var(--bs-black) !important;
|
|
11923
|
+
background-color: RGBA(var(--bs-primary-300-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11924
|
+
}
|
|
11925
|
+
|
|
11926
|
+
.text-bg-primary-400 {
|
|
11927
|
+
color: var(--bs-black) !important;
|
|
11928
|
+
background-color: RGBA(var(--bs-primary-400-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11929
|
+
}
|
|
11930
|
+
|
|
11931
|
+
.text-bg-primary-500 {
|
|
11890
11932
|
color: var(--bs-white) !important;
|
|
11891
|
-
background-color: RGBA(var(--bs-
|
|
11933
|
+
background-color: RGBA(var(--bs-primary-500-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11892
11934
|
}
|
|
11893
11935
|
|
|
11894
|
-
.text-bg-
|
|
11895
|
-
color:
|
|
11936
|
+
.text-bg-primary-600 {
|
|
11937
|
+
color: var(--bs-white) !important;
|
|
11938
|
+
background-color: RGBA(var(--bs-primary-600-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11939
|
+
}
|
|
11940
|
+
|
|
11941
|
+
.text-bg-primary-700 {
|
|
11942
|
+
color: var(--bs-white) !important;
|
|
11943
|
+
background-color: RGBA(var(--bs-primary-700-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11944
|
+
}
|
|
11945
|
+
|
|
11946
|
+
.text-bg-primary-800 {
|
|
11947
|
+
color: var(--bs-white) !important;
|
|
11948
|
+
background-color: RGBA(var(--bs-primary-800-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11949
|
+
}
|
|
11950
|
+
|
|
11951
|
+
.text-bg-primary-900 {
|
|
11952
|
+
color: var(--bs-white) !important;
|
|
11953
|
+
background-color: RGBA(var(--bs-primary-900-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11954
|
+
}
|
|
11955
|
+
|
|
11956
|
+
.text-bg-secondary-25 {
|
|
11957
|
+
color: var(--bs-gray-700) !important;
|
|
11958
|
+
background-color: RGBA(var(--bs-secondary-25-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11959
|
+
}
|
|
11960
|
+
|
|
11961
|
+
.text-bg-secondary-50 {
|
|
11962
|
+
color: var(--bs-gray-700) !important;
|
|
11963
|
+
background-color: RGBA(var(--bs-secondary-50-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11964
|
+
}
|
|
11965
|
+
|
|
11966
|
+
.text-bg-secondary-100 {
|
|
11967
|
+
color: var(--bs-black) !important;
|
|
11896
11968
|
background-color: RGBA(var(--bs-secondary-100-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11897
11969
|
}
|
|
11898
11970
|
|
|
11899
|
-
.text-bg-
|
|
11971
|
+
.text-bg-secondary-200 {
|
|
11972
|
+
color: var(--bs-black) !important;
|
|
11973
|
+
background-color: RGBA(var(--bs-secondary-200-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11974
|
+
}
|
|
11975
|
+
|
|
11976
|
+
.text-bg-secondary-300 {
|
|
11977
|
+
color: var(--bs-black) !important;
|
|
11978
|
+
background-color: RGBA(var(--bs-secondary-300-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11979
|
+
}
|
|
11980
|
+
|
|
11981
|
+
.text-bg-secondary-400 {
|
|
11900
11982
|
color: var(--bs-white) !important;
|
|
11901
|
-
background-color: RGBA(var(--bs-
|
|
11983
|
+
background-color: RGBA(var(--bs-secondary-400-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11902
11984
|
}
|
|
11903
11985
|
|
|
11904
|
-
.text-bg-
|
|
11905
|
-
color:
|
|
11986
|
+
.text-bg-secondary-500 {
|
|
11987
|
+
color: var(--bs-white) !important;
|
|
11988
|
+
background-color: RGBA(var(--bs-secondary-500-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11989
|
+
}
|
|
11990
|
+
|
|
11991
|
+
.text-bg-secondary-600 {
|
|
11992
|
+
color: var(--bs-white) !important;
|
|
11993
|
+
background-color: RGBA(var(--bs-secondary-600-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11994
|
+
}
|
|
11995
|
+
|
|
11996
|
+
.text-bg-secondary-700 {
|
|
11997
|
+
color: var(--bs-white) !important;
|
|
11998
|
+
background-color: RGBA(var(--bs-secondary-700-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11999
|
+
}
|
|
12000
|
+
|
|
12001
|
+
.text-bg-secondary-800 {
|
|
12002
|
+
color: var(--bs-white) !important;
|
|
12003
|
+
background-color: RGBA(var(--bs-secondary-800-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12004
|
+
}
|
|
12005
|
+
|
|
12006
|
+
.text-bg-secondary-900 {
|
|
12007
|
+
color: var(--bs-white) !important;
|
|
12008
|
+
background-color: RGBA(var(--bs-secondary-900-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12009
|
+
}
|
|
12010
|
+
|
|
12011
|
+
.text-bg-success-25 {
|
|
12012
|
+
color: var(--bs-gray-700) !important;
|
|
12013
|
+
background-color: RGBA(var(--bs-success-25-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12014
|
+
}
|
|
12015
|
+
|
|
12016
|
+
.text-bg-success-50 {
|
|
12017
|
+
color: var(--bs-gray-700) !important;
|
|
12018
|
+
background-color: RGBA(var(--bs-success-50-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12019
|
+
}
|
|
12020
|
+
|
|
12021
|
+
.text-bg-success-100 {
|
|
12022
|
+
color: var(--bs-black) !important;
|
|
11906
12023
|
background-color: RGBA(var(--bs-success-100-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11907
12024
|
}
|
|
11908
12025
|
|
|
11909
|
-
.text-bg-
|
|
12026
|
+
.text-bg-success-200 {
|
|
12027
|
+
color: var(--bs-black) !important;
|
|
12028
|
+
background-color: RGBA(var(--bs-success-200-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12029
|
+
}
|
|
12030
|
+
|
|
12031
|
+
.text-bg-success-300 {
|
|
12032
|
+
color: var(--bs-black) !important;
|
|
12033
|
+
background-color: RGBA(var(--bs-success-300-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12034
|
+
}
|
|
12035
|
+
|
|
12036
|
+
.text-bg-success-400 {
|
|
12037
|
+
color: var(--bs-black) !important;
|
|
12038
|
+
background-color: RGBA(var(--bs-success-400-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12039
|
+
}
|
|
12040
|
+
|
|
12041
|
+
.text-bg-success-500 {
|
|
11910
12042
|
color: var(--bs-white) !important;
|
|
11911
|
-
background-color: RGBA(var(--bs-
|
|
12043
|
+
background-color: RGBA(var(--bs-success-500-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11912
12044
|
}
|
|
11913
12045
|
|
|
11914
|
-
.text-bg-
|
|
11915
|
-
color:
|
|
12046
|
+
.text-bg-success-600 {
|
|
12047
|
+
color: var(--bs-white) !important;
|
|
12048
|
+
background-color: RGBA(var(--bs-success-600-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12049
|
+
}
|
|
12050
|
+
|
|
12051
|
+
.text-bg-success-700 {
|
|
12052
|
+
color: var(--bs-white) !important;
|
|
12053
|
+
background-color: RGBA(var(--bs-success-700-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12054
|
+
}
|
|
12055
|
+
|
|
12056
|
+
.text-bg-success-800 {
|
|
12057
|
+
color: var(--bs-white) !important;
|
|
12058
|
+
background-color: RGBA(var(--bs-success-800-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12059
|
+
}
|
|
12060
|
+
|
|
12061
|
+
.text-bg-success-900 {
|
|
12062
|
+
color: var(--bs-white) !important;
|
|
12063
|
+
background-color: RGBA(var(--bs-success-900-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12064
|
+
}
|
|
12065
|
+
|
|
12066
|
+
.text-bg-info-25 {
|
|
12067
|
+
color: var(--bs-gray-700) !important;
|
|
12068
|
+
background-color: RGBA(var(--bs-info-25-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12069
|
+
}
|
|
12070
|
+
|
|
12071
|
+
.text-bg-info-50 {
|
|
12072
|
+
color: var(--bs-gray-700) !important;
|
|
12073
|
+
background-color: RGBA(var(--bs-info-50-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12074
|
+
}
|
|
12075
|
+
|
|
12076
|
+
.text-bg-info-100 {
|
|
12077
|
+
color: var(--bs-black) !important;
|
|
11916
12078
|
background-color: RGBA(var(--bs-info-100-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11917
12079
|
}
|
|
11918
12080
|
|
|
11919
|
-
.text-bg-
|
|
12081
|
+
.text-bg-info-200 {
|
|
12082
|
+
color: var(--bs-black) !important;
|
|
12083
|
+
background-color: RGBA(var(--bs-info-200-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12084
|
+
}
|
|
12085
|
+
|
|
12086
|
+
.text-bg-info-300 {
|
|
12087
|
+
color: var(--bs-black) !important;
|
|
12088
|
+
background-color: RGBA(var(--bs-info-300-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12089
|
+
}
|
|
12090
|
+
|
|
12091
|
+
.text-bg-info-400 {
|
|
12092
|
+
color: var(--bs-black) !important;
|
|
12093
|
+
background-color: RGBA(var(--bs-info-400-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12094
|
+
}
|
|
12095
|
+
|
|
12096
|
+
.text-bg-info-500 {
|
|
12097
|
+
color: var(--bs-white) !important;
|
|
12098
|
+
background-color: RGBA(var(--bs-info-500-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12099
|
+
}
|
|
12100
|
+
|
|
12101
|
+
.text-bg-info-600 {
|
|
12102
|
+
color: var(--bs-white) !important;
|
|
12103
|
+
background-color: RGBA(var(--bs-info-600-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12104
|
+
}
|
|
12105
|
+
|
|
12106
|
+
.text-bg-info-700 {
|
|
12107
|
+
color: var(--bs-white) !important;
|
|
12108
|
+
background-color: RGBA(var(--bs-info-700-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12109
|
+
}
|
|
12110
|
+
|
|
12111
|
+
.text-bg-info-800 {
|
|
12112
|
+
color: var(--bs-white) !important;
|
|
12113
|
+
background-color: RGBA(var(--bs-info-800-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12114
|
+
}
|
|
12115
|
+
|
|
12116
|
+
.text-bg-info-900 {
|
|
12117
|
+
color: var(--bs-white) !important;
|
|
12118
|
+
background-color: RGBA(var(--bs-info-900-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12119
|
+
}
|
|
12120
|
+
|
|
12121
|
+
.text-bg-warning-25 {
|
|
11920
12122
|
color: var(--bs-gray-700) !important;
|
|
11921
|
-
background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12123
|
+
background-color: RGBA(var(--bs-warning-25-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11922
12124
|
}
|
|
11923
12125
|
|
|
11924
|
-
.text-bg-
|
|
11925
|
-
color:
|
|
12126
|
+
.text-bg-warning-50 {
|
|
12127
|
+
color: var(--bs-gray-700) !important;
|
|
12128
|
+
background-color: RGBA(var(--bs-warning-50-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12129
|
+
}
|
|
12130
|
+
|
|
12131
|
+
.text-bg-warning-100 {
|
|
12132
|
+
color: var(--bs-gray-700) !important;
|
|
11926
12133
|
background-color: RGBA(var(--bs-warning-100-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11927
12134
|
}
|
|
11928
12135
|
|
|
11929
|
-
.text-bg-
|
|
12136
|
+
.text-bg-warning-200 {
|
|
12137
|
+
color: var(--bs-black) !important;
|
|
12138
|
+
background-color: RGBA(var(--bs-warning-200-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12139
|
+
}
|
|
12140
|
+
|
|
12141
|
+
.text-bg-warning-300 {
|
|
12142
|
+
color: var(--bs-black) !important;
|
|
12143
|
+
background-color: RGBA(var(--bs-warning-300-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12144
|
+
}
|
|
12145
|
+
|
|
12146
|
+
.text-bg-warning-400 {
|
|
12147
|
+
color: var(--bs-black) !important;
|
|
12148
|
+
background-color: RGBA(var(--bs-warning-400-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12149
|
+
}
|
|
12150
|
+
|
|
12151
|
+
.text-bg-warning-500 {
|
|
12152
|
+
color: var(--bs-black) !important;
|
|
12153
|
+
background-color: RGBA(var(--bs-warning-500-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12154
|
+
}
|
|
12155
|
+
|
|
12156
|
+
.text-bg-warning-600 {
|
|
12157
|
+
color: var(--bs-black) !important;
|
|
12158
|
+
background-color: RGBA(var(--bs-warning-600-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12159
|
+
}
|
|
12160
|
+
|
|
12161
|
+
.text-bg-warning-700 {
|
|
12162
|
+
color: var(--bs-black) !important;
|
|
12163
|
+
background-color: RGBA(var(--bs-warning-700-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12164
|
+
}
|
|
12165
|
+
|
|
12166
|
+
.text-bg-warning-800 {
|
|
11930
12167
|
color: var(--bs-white) !important;
|
|
11931
|
-
background-color: RGBA(var(--bs-
|
|
12168
|
+
background-color: RGBA(var(--bs-warning-800-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11932
12169
|
}
|
|
11933
12170
|
|
|
11934
|
-
.text-bg-
|
|
11935
|
-
color:
|
|
12171
|
+
.text-bg-warning-900 {
|
|
12172
|
+
color: var(--bs-white) !important;
|
|
12173
|
+
background-color: RGBA(var(--bs-warning-900-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12174
|
+
}
|
|
12175
|
+
|
|
12176
|
+
.text-bg-danger-25 {
|
|
12177
|
+
color: var(--bs-gray-700) !important;
|
|
12178
|
+
background-color: RGBA(var(--bs-danger-25-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12179
|
+
}
|
|
12180
|
+
|
|
12181
|
+
.text-bg-danger-50 {
|
|
12182
|
+
color: var(--bs-gray-700) !important;
|
|
12183
|
+
background-color: RGBA(var(--bs-danger-50-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12184
|
+
}
|
|
12185
|
+
|
|
12186
|
+
.text-bg-danger-100 {
|
|
12187
|
+
color: var(--bs-black) !important;
|
|
11936
12188
|
background-color: RGBA(var(--bs-danger-100-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11937
12189
|
}
|
|
11938
12190
|
|
|
12191
|
+
.text-bg-danger-200 {
|
|
12192
|
+
color: var(--bs-black) !important;
|
|
12193
|
+
background-color: RGBA(var(--bs-danger-200-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12194
|
+
}
|
|
12195
|
+
|
|
12196
|
+
.text-bg-danger-300 {
|
|
12197
|
+
color: var(--bs-black) !important;
|
|
12198
|
+
background-color: RGBA(var(--bs-danger-300-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12199
|
+
}
|
|
12200
|
+
|
|
12201
|
+
.text-bg-danger-400 {
|
|
12202
|
+
color: var(--bs-black) !important;
|
|
12203
|
+
background-color: RGBA(var(--bs-danger-400-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12204
|
+
}
|
|
12205
|
+
|
|
12206
|
+
.text-bg-danger-500 {
|
|
12207
|
+
color: var(--bs-white) !important;
|
|
12208
|
+
background-color: RGBA(var(--bs-danger-500-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12209
|
+
}
|
|
12210
|
+
|
|
12211
|
+
.text-bg-danger-600 {
|
|
12212
|
+
color: var(--bs-white) !important;
|
|
12213
|
+
background-color: RGBA(var(--bs-danger-600-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12214
|
+
}
|
|
12215
|
+
|
|
12216
|
+
.text-bg-danger-700 {
|
|
12217
|
+
color: var(--bs-white) !important;
|
|
12218
|
+
background-color: RGBA(var(--bs-danger-700-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12219
|
+
}
|
|
12220
|
+
|
|
12221
|
+
.text-bg-danger-800 {
|
|
12222
|
+
color: var(--bs-white) !important;
|
|
12223
|
+
background-color: RGBA(var(--bs-danger-800-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12224
|
+
}
|
|
12225
|
+
|
|
12226
|
+
.text-bg-danger-900 {
|
|
12227
|
+
color: var(--bs-white) !important;
|
|
12228
|
+
background-color: RGBA(var(--bs-danger-900-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12229
|
+
}
|
|
12230
|
+
|
|
12231
|
+
.text-bg-primary {
|
|
12232
|
+
color: var(--bs-white) !important;
|
|
12233
|
+
background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12234
|
+
}
|
|
12235
|
+
|
|
12236
|
+
.text-bg-secondary {
|
|
12237
|
+
color: var(--bs-white) !important;
|
|
12238
|
+
background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12239
|
+
}
|
|
12240
|
+
|
|
12241
|
+
.text-bg-success {
|
|
12242
|
+
color: var(--bs-white) !important;
|
|
12243
|
+
background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12244
|
+
}
|
|
12245
|
+
|
|
12246
|
+
.text-bg-info {
|
|
12247
|
+
color: var(--bs-white) !important;
|
|
12248
|
+
background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12249
|
+
}
|
|
12250
|
+
|
|
12251
|
+
.text-bg-warning {
|
|
12252
|
+
color: var(--bs-black) !important;
|
|
12253
|
+
background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12254
|
+
}
|
|
12255
|
+
|
|
12256
|
+
.text-bg-danger {
|
|
12257
|
+
color: var(--bs-white) !important;
|
|
12258
|
+
background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12259
|
+
}
|
|
12260
|
+
|
|
11939
12261
|
.text-bg-light {
|
|
11940
12262
|
color: var(--bs-gray-700) !important;
|
|
11941
12263
|
background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11942
12264
|
}
|
|
11943
12265
|
|
|
11944
|
-
.text-bg-
|
|
11945
|
-
color:
|
|
12266
|
+
.text-bg-dark {
|
|
12267
|
+
color: var(--bs-white) !important;
|
|
12268
|
+
background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12269
|
+
}
|
|
12270
|
+
|
|
12271
|
+
.text-bg-gray-25 {
|
|
12272
|
+
color: var(--bs-gray-700) !important;
|
|
12273
|
+
background-color: RGBA(var(--bs-gray-25-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12274
|
+
}
|
|
12275
|
+
|
|
12276
|
+
.text-bg-gray-50 {
|
|
12277
|
+
color: var(--bs-gray-700) !important;
|
|
12278
|
+
background-color: RGBA(var(--bs-gray-50-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12279
|
+
}
|
|
12280
|
+
|
|
12281
|
+
.text-bg-gray-100 {
|
|
12282
|
+
color: var(--bs-gray-700) !important;
|
|
12283
|
+
background-color: RGBA(var(--bs-gray-100-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12284
|
+
}
|
|
12285
|
+
|
|
12286
|
+
.text-bg-gray-200 {
|
|
12287
|
+
color: var(--bs-black) !important;
|
|
12288
|
+
background-color: RGBA(var(--bs-gray-200-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12289
|
+
}
|
|
12290
|
+
|
|
12291
|
+
.text-bg-gray-300 {
|
|
12292
|
+
color: var(--bs-black) !important;
|
|
12293
|
+
background-color: RGBA(var(--bs-gray-300-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12294
|
+
}
|
|
12295
|
+
|
|
12296
|
+
.text-bg-gray-400 {
|
|
12297
|
+
color: var(--bs-black) !important;
|
|
12298
|
+
background-color: RGBA(var(--bs-gray-400-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12299
|
+
}
|
|
12300
|
+
|
|
12301
|
+
.text-bg-gray-500 {
|
|
12302
|
+
color: var(--bs-black) !important;
|
|
12303
|
+
background-color: RGBA(var(--bs-gray-500-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12304
|
+
}
|
|
12305
|
+
|
|
12306
|
+
.text-bg-gray-600 {
|
|
12307
|
+
color: var(--bs-black) !important;
|
|
12308
|
+
background-color: RGBA(var(--bs-gray-600-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12309
|
+
}
|
|
12310
|
+
|
|
12311
|
+
.text-bg-gray-700 {
|
|
12312
|
+
color: var(--bs-white) !important;
|
|
11946
12313
|
background-color: RGBA(var(--bs-gray-700-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11947
12314
|
}
|
|
11948
12315
|
|
|
11949
|
-
.text-bg-
|
|
12316
|
+
.text-bg-gray-800 {
|
|
11950
12317
|
color: var(--bs-white) !important;
|
|
11951
|
-
background-color: RGBA(var(--bs-
|
|
12318
|
+
background-color: RGBA(var(--bs-gray-800-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12319
|
+
}
|
|
12320
|
+
|
|
12321
|
+
.text-bg-gray-900 {
|
|
12322
|
+
color: var(--bs-white) !important;
|
|
12323
|
+
background-color: RGBA(var(--bs-gray-900-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12324
|
+
}
|
|
12325
|
+
|
|
12326
|
+
.text-bg-gray {
|
|
12327
|
+
color: var(--bs-black) !important;
|
|
12328
|
+
background-color: RGBA(var(--bs-gray-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12329
|
+
}
|
|
12330
|
+
|
|
12331
|
+
.text-primary-bg-color {
|
|
12332
|
+
color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12333
|
+
background-color: RGBA(var(--bs-primary-100-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12334
|
+
}
|
|
12335
|
+
|
|
12336
|
+
.text-secondary-bg-color {
|
|
12337
|
+
color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12338
|
+
background-color: RGBA(var(--bs-secondary-100-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12339
|
+
}
|
|
12340
|
+
|
|
12341
|
+
.text-success-bg-color {
|
|
12342
|
+
color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12343
|
+
background-color: RGBA(var(--bs-success-100-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12344
|
+
}
|
|
12345
|
+
|
|
12346
|
+
.text-info-bg-color {
|
|
12347
|
+
color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12348
|
+
background-color: RGBA(var(--bs-info-100-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12349
|
+
}
|
|
12350
|
+
|
|
12351
|
+
.text-warning-bg-color {
|
|
12352
|
+
color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12353
|
+
background-color: RGBA(var(--bs-warning-100-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12354
|
+
}
|
|
12355
|
+
|
|
12356
|
+
.text-danger-bg-color {
|
|
12357
|
+
color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12358
|
+
background-color: RGBA(var(--bs-danger-100-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12359
|
+
}
|
|
12360
|
+
|
|
12361
|
+
.text-light-bg-color {
|
|
12362
|
+
color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
12363
|
+
background-color: RGBA(var(--bs-gray-700-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11952
12364
|
}
|
|
11953
12365
|
|
|
11954
|
-
.text-bg-
|
|
12366
|
+
.text-dark-bg-color {
|
|
11955
12367
|
color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11956
12368
|
background-color: RGBA(var(--bs-gray-200-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
11957
12369
|
}
|
|
@@ -12694,6 +13106,11 @@ label .d-icon {
|
|
|
12694
13106
|
border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
|
|
12695
13107
|
}
|
|
12696
13108
|
|
|
13109
|
+
.border-gray-25 {
|
|
13110
|
+
--bs-border-opacity: 1;
|
|
13111
|
+
border-color: rgba(var(--bs-gray-25-rgb), var(--bs-border-opacity)) !important;
|
|
13112
|
+
}
|
|
13113
|
+
|
|
12697
13114
|
.border-gray-50 {
|
|
12698
13115
|
--bs-border-opacity: 1;
|
|
12699
13116
|
border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important;
|
|
@@ -14398,6 +14815,11 @@ label .d-icon {
|
|
|
14398
14815
|
color: inherit !important;
|
|
14399
14816
|
}
|
|
14400
14817
|
|
|
14818
|
+
.text-primary-25 {
|
|
14819
|
+
--bs-text-opacity: 1;
|
|
14820
|
+
color: rgba(var(--bs-primary-25-rgb), var(--bs-text-opacity)) !important;
|
|
14821
|
+
}
|
|
14822
|
+
|
|
14401
14823
|
.text-primary-50 {
|
|
14402
14824
|
--bs-text-opacity: 1;
|
|
14403
14825
|
color: rgba(var(--bs-primary-50-rgb), var(--bs-text-opacity)) !important;
|
|
@@ -14448,6 +14870,11 @@ label .d-icon {
|
|
|
14448
14870
|
color: rgba(var(--bs-primary-900-rgb), var(--bs-text-opacity)) !important;
|
|
14449
14871
|
}
|
|
14450
14872
|
|
|
14873
|
+
.text-secondary-25 {
|
|
14874
|
+
--bs-text-opacity: 1;
|
|
14875
|
+
color: rgba(var(--bs-secondary-25-rgb), var(--bs-text-opacity)) !important;
|
|
14876
|
+
}
|
|
14877
|
+
|
|
14451
14878
|
.text-secondary-50 {
|
|
14452
14879
|
--bs-text-opacity: 1;
|
|
14453
14880
|
color: rgba(var(--bs-secondary-50-rgb), var(--bs-text-opacity)) !important;
|
|
@@ -14498,6 +14925,11 @@ label .d-icon {
|
|
|
14498
14925
|
color: rgba(var(--bs-secondary-900-rgb), var(--bs-text-opacity)) !important;
|
|
14499
14926
|
}
|
|
14500
14927
|
|
|
14928
|
+
.text-success-25 {
|
|
14929
|
+
--bs-text-opacity: 1;
|
|
14930
|
+
color: rgba(var(--bs-success-25-rgb), var(--bs-text-opacity)) !important;
|
|
14931
|
+
}
|
|
14932
|
+
|
|
14501
14933
|
.text-success-50 {
|
|
14502
14934
|
--bs-text-opacity: 1;
|
|
14503
14935
|
color: rgba(var(--bs-success-50-rgb), var(--bs-text-opacity)) !important;
|
|
@@ -14548,6 +14980,11 @@ label .d-icon {
|
|
|
14548
14980
|
color: rgba(var(--bs-success-900-rgb), var(--bs-text-opacity)) !important;
|
|
14549
14981
|
}
|
|
14550
14982
|
|
|
14983
|
+
.text-info-25 {
|
|
14984
|
+
--bs-text-opacity: 1;
|
|
14985
|
+
color: rgba(var(--bs-info-25-rgb), var(--bs-text-opacity)) !important;
|
|
14986
|
+
}
|
|
14987
|
+
|
|
14551
14988
|
.text-info-50 {
|
|
14552
14989
|
--bs-text-opacity: 1;
|
|
14553
14990
|
color: rgba(var(--bs-info-50-rgb), var(--bs-text-opacity)) !important;
|
|
@@ -14598,6 +15035,11 @@ label .d-icon {
|
|
|
14598
15035
|
color: rgba(var(--bs-info-900-rgb), var(--bs-text-opacity)) !important;
|
|
14599
15036
|
}
|
|
14600
15037
|
|
|
15038
|
+
.text-warning-25 {
|
|
15039
|
+
--bs-text-opacity: 1;
|
|
15040
|
+
color: rgba(var(--bs-warning-25-rgb), var(--bs-text-opacity)) !important;
|
|
15041
|
+
}
|
|
15042
|
+
|
|
14601
15043
|
.text-warning-50 {
|
|
14602
15044
|
--bs-text-opacity: 1;
|
|
14603
15045
|
color: rgba(var(--bs-warning-50-rgb), var(--bs-text-opacity)) !important;
|
|
@@ -14648,6 +15090,11 @@ label .d-icon {
|
|
|
14648
15090
|
color: rgba(var(--bs-warning-900-rgb), var(--bs-text-opacity)) !important;
|
|
14649
15091
|
}
|
|
14650
15092
|
|
|
15093
|
+
.text-danger-25 {
|
|
15094
|
+
--bs-text-opacity: 1;
|
|
15095
|
+
color: rgba(var(--bs-danger-25-rgb), var(--bs-text-opacity)) !important;
|
|
15096
|
+
}
|
|
15097
|
+
|
|
14651
15098
|
.text-danger-50 {
|
|
14652
15099
|
--bs-text-opacity: 1;
|
|
14653
15100
|
color: rgba(var(--bs-danger-50-rgb), var(--bs-text-opacity)) !important;
|
|
@@ -14698,6 +15145,11 @@ label .d-icon {
|
|
|
14698
15145
|
color: rgba(var(--bs-danger-900-rgb), var(--bs-text-opacity)) !important;
|
|
14699
15146
|
}
|
|
14700
15147
|
|
|
15148
|
+
.text-gray-25 {
|
|
15149
|
+
--bs-text-opacity: 1;
|
|
15150
|
+
color: rgba(var(--bs-gray-25-rgb), var(--bs-text-opacity)) !important;
|
|
15151
|
+
}
|
|
15152
|
+
|
|
14701
15153
|
.text-gray-50 {
|
|
14702
15154
|
--bs-text-opacity: 1;
|
|
14703
15155
|
color: rgba(var(--bs-gray-50-rgb), var(--bs-text-opacity)) !important;
|
|
@@ -15036,6 +15488,11 @@ label .d-icon {
|
|
|
15036
15488
|
background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
|
|
15037
15489
|
}
|
|
15038
15490
|
|
|
15491
|
+
.bg-primary-25 {
|
|
15492
|
+
--bs-bg-opacity: 1;
|
|
15493
|
+
background-color: rgba(var(--bs-primary-25-rgb), var(--bs-bg-opacity)) !important;
|
|
15494
|
+
}
|
|
15495
|
+
|
|
15039
15496
|
.bg-primary-50 {
|
|
15040
15497
|
--bs-bg-opacity: 1;
|
|
15041
15498
|
background-color: rgba(var(--bs-primary-50-rgb), var(--bs-bg-opacity)) !important;
|
|
@@ -15086,6 +15543,11 @@ label .d-icon {
|
|
|
15086
15543
|
background-color: rgba(var(--bs-primary-900-rgb), var(--bs-bg-opacity)) !important;
|
|
15087
15544
|
}
|
|
15088
15545
|
|
|
15546
|
+
.bg-secondary-25 {
|
|
15547
|
+
--bs-bg-opacity: 1;
|
|
15548
|
+
background-color: rgba(var(--bs-secondary-25-rgb), var(--bs-bg-opacity)) !important;
|
|
15549
|
+
}
|
|
15550
|
+
|
|
15089
15551
|
.bg-secondary-50 {
|
|
15090
15552
|
--bs-bg-opacity: 1;
|
|
15091
15553
|
background-color: rgba(var(--bs-secondary-50-rgb), var(--bs-bg-opacity)) !important;
|
|
@@ -15136,6 +15598,11 @@ label .d-icon {
|
|
|
15136
15598
|
background-color: rgba(var(--bs-secondary-900-rgb), var(--bs-bg-opacity)) !important;
|
|
15137
15599
|
}
|
|
15138
15600
|
|
|
15601
|
+
.bg-success-25 {
|
|
15602
|
+
--bs-bg-opacity: 1;
|
|
15603
|
+
background-color: rgba(var(--bs-success-25-rgb), var(--bs-bg-opacity)) !important;
|
|
15604
|
+
}
|
|
15605
|
+
|
|
15139
15606
|
.bg-success-50 {
|
|
15140
15607
|
--bs-bg-opacity: 1;
|
|
15141
15608
|
background-color: rgba(var(--bs-success-50-rgb), var(--bs-bg-opacity)) !important;
|
|
@@ -15186,6 +15653,11 @@ label .d-icon {
|
|
|
15186
15653
|
background-color: rgba(var(--bs-success-900-rgb), var(--bs-bg-opacity)) !important;
|
|
15187
15654
|
}
|
|
15188
15655
|
|
|
15656
|
+
.bg-info-25 {
|
|
15657
|
+
--bs-bg-opacity: 1;
|
|
15658
|
+
background-color: rgba(var(--bs-info-25-rgb), var(--bs-bg-opacity)) !important;
|
|
15659
|
+
}
|
|
15660
|
+
|
|
15189
15661
|
.bg-info-50 {
|
|
15190
15662
|
--bs-bg-opacity: 1;
|
|
15191
15663
|
background-color: rgba(var(--bs-info-50-rgb), var(--bs-bg-opacity)) !important;
|
|
@@ -15236,6 +15708,11 @@ label .d-icon {
|
|
|
15236
15708
|
background-color: rgba(var(--bs-info-900-rgb), var(--bs-bg-opacity)) !important;
|
|
15237
15709
|
}
|
|
15238
15710
|
|
|
15711
|
+
.bg-warning-25 {
|
|
15712
|
+
--bs-bg-opacity: 1;
|
|
15713
|
+
background-color: rgba(var(--bs-warning-25-rgb), var(--bs-bg-opacity)) !important;
|
|
15714
|
+
}
|
|
15715
|
+
|
|
15239
15716
|
.bg-warning-50 {
|
|
15240
15717
|
--bs-bg-opacity: 1;
|
|
15241
15718
|
background-color: rgba(var(--bs-warning-50-rgb), var(--bs-bg-opacity)) !important;
|
|
@@ -15286,6 +15763,11 @@ label .d-icon {
|
|
|
15286
15763
|
background-color: rgba(var(--bs-warning-900-rgb), var(--bs-bg-opacity)) !important;
|
|
15287
15764
|
}
|
|
15288
15765
|
|
|
15766
|
+
.bg-danger-25 {
|
|
15767
|
+
--bs-bg-opacity: 1;
|
|
15768
|
+
background-color: rgba(var(--bs-danger-25-rgb), var(--bs-bg-opacity)) !important;
|
|
15769
|
+
}
|
|
15770
|
+
|
|
15289
15771
|
.bg-danger-50 {
|
|
15290
15772
|
--bs-bg-opacity: 1;
|
|
15291
15773
|
background-color: rgba(var(--bs-danger-50-rgb), var(--bs-bg-opacity)) !important;
|
|
@@ -15336,6 +15818,11 @@ label .d-icon {
|
|
|
15336
15818
|
background-color: rgba(var(--bs-danger-900-rgb), var(--bs-bg-opacity)) !important;
|
|
15337
15819
|
}
|
|
15338
15820
|
|
|
15821
|
+
.bg-gray-25 {
|
|
15822
|
+
--bs-bg-opacity: 1;
|
|
15823
|
+
background-color: rgba(var(--bs-gray-25-rgb), var(--bs-bg-opacity)) !important;
|
|
15824
|
+
}
|
|
15825
|
+
|
|
15339
15826
|
.bg-gray-50 {
|
|
15340
15827
|
--bs-bg-opacity: 1;
|
|
15341
15828
|
background-color: rgba(var(--bs-gray-50-rgb), var(--bs-bg-opacity)) !important;
|
|
@@ -15386,21 +15873,6 @@ label .d-icon {
|
|
|
15386
15873
|
background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important;
|
|
15387
15874
|
}
|
|
15388
15875
|
|
|
15389
|
-
.bg-gray-soft {
|
|
15390
|
-
--bs-bg-opacity: 1;
|
|
15391
|
-
background-color: rgba(var(--bs-gray-soft-rgb), var(--bs-bg-opacity)) !important;
|
|
15392
|
-
}
|
|
15393
|
-
|
|
15394
|
-
.bg-primary-soft {
|
|
15395
|
-
--bs-bg-opacity: 1;
|
|
15396
|
-
background-color: rgba(var(--bs-primary-soft-rgb), var(--bs-bg-opacity)) !important;
|
|
15397
|
-
}
|
|
15398
|
-
|
|
15399
|
-
.bg-secondary-soft {
|
|
15400
|
-
--bs-bg-opacity: 1;
|
|
15401
|
-
background-color: rgba(var(--bs-secondary-soft-rgb), var(--bs-bg-opacity)) !important;
|
|
15402
|
-
}
|
|
15403
|
-
|
|
15404
15876
|
.bg-surface-gray {
|
|
15405
15877
|
--bs-bg-opacity: 1;
|
|
15406
15878
|
background-color: rgba(var(--bs-surface-gray-rgb), var(--bs-bg-opacity)) !important;
|
|
@@ -15436,6 +15908,41 @@ label .d-icon {
|
|
|
15436
15908
|
background-color: rgba(var(--bs-surface-danger-rgb), var(--bs-bg-opacity)) !important;
|
|
15437
15909
|
}
|
|
15438
15910
|
|
|
15911
|
+
.bg-gray-soft {
|
|
15912
|
+
--bs-bg-opacity: 1;
|
|
15913
|
+
background-color: rgba(var(--bs-gray-soft-rgb), var(--bs-bg-opacity)) !important;
|
|
15914
|
+
}
|
|
15915
|
+
|
|
15916
|
+
.bg-primary-soft {
|
|
15917
|
+
--bs-bg-opacity: 1;
|
|
15918
|
+
background-color: rgba(var(--bs-primary-soft-rgb), var(--bs-bg-opacity)) !important;
|
|
15919
|
+
}
|
|
15920
|
+
|
|
15921
|
+
.bg-secondary-soft {
|
|
15922
|
+
--bs-bg-opacity: 1;
|
|
15923
|
+
background-color: rgba(var(--bs-secondary-soft-rgb), var(--bs-bg-opacity)) !important;
|
|
15924
|
+
}
|
|
15925
|
+
|
|
15926
|
+
.bg-success-soft {
|
|
15927
|
+
--bs-bg-opacity: 1;
|
|
15928
|
+
background-color: rgba(var(--bs-success-soft-rgb), var(--bs-bg-opacity)) !important;
|
|
15929
|
+
}
|
|
15930
|
+
|
|
15931
|
+
.bg-info-soft {
|
|
15932
|
+
--bs-bg-opacity: 1;
|
|
15933
|
+
background-color: rgba(var(--bs-info-soft-rgb), var(--bs-bg-opacity)) !important;
|
|
15934
|
+
}
|
|
15935
|
+
|
|
15936
|
+
.bg-warning-soft {
|
|
15937
|
+
--bs-bg-opacity: 1;
|
|
15938
|
+
background-color: rgba(var(--bs-warning-soft-rgb), var(--bs-bg-opacity)) !important;
|
|
15939
|
+
}
|
|
15940
|
+
|
|
15941
|
+
.bg-danger-soft {
|
|
15942
|
+
--bs-bg-opacity: 1;
|
|
15943
|
+
background-color: rgba(var(--bs-danger-soft-rgb), var(--bs-bg-opacity)) !important;
|
|
15944
|
+
}
|
|
15945
|
+
|
|
15439
15946
|
.bg-opacity-10 {
|
|
15440
15947
|
--bs-bg-opacity: 0.1;
|
|
15441
15948
|
}
|