@carbonorm/carbonreact 4.0.23 → 4.0.25
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/compileValidSQL.cjs +2 -2
- package/dist/components/OutsideClickHandler/OutsideClickHandler.d.ts +9 -0
- package/dist/index.cjs.css +239 -230
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +24 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.css +239 -230
- package/dist/index.esm.css.map +1 -1
- package/dist/index.esm.js +25 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -3
- package/src/components/Errors/BackendThrowable.tsx +1 -1
- package/src/components/OutsideClickHandler/OutsideClickHandler.tsx +33 -0
- package/src/components/Popup/Popup.tsx +1 -1
- package/src/index.ts +2 -0
- package/src/variables/bootstrap.module.css +236 -226
- package/src/variables/bootstrap.module.css.map +1 -1
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
**/
|
|
13
13
|
/* override the !default vars with the values we set above */
|
|
14
14
|
/*!
|
|
15
|
-
* Bootstrap v5.3.
|
|
16
|
-
* Copyright 2011-
|
|
15
|
+
* Bootstrap v5.3.7 (https://getbootstrap.com/)
|
|
16
|
+
* Copyright 2011-2025 The Bootstrap Authors
|
|
17
17
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
18
18
|
*/
|
|
19
19
|
:root,
|
|
@@ -57,28 +57,28 @@
|
|
|
57
57
|
--bs-danger-rgb: 220, 53, 69;
|
|
58
58
|
--bs-light-rgb: 248, 249, 250;
|
|
59
59
|
--bs-dark-rgb: 33, 37, 41;
|
|
60
|
-
--bs-primary-text-emphasis:
|
|
61
|
-
--bs-secondary-text-emphasis:
|
|
62
|
-
--bs-success-text-emphasis:
|
|
63
|
-
--bs-info-text-emphasis:
|
|
64
|
-
--bs-warning-text-emphasis:
|
|
65
|
-
--bs-danger-text-emphasis:
|
|
60
|
+
--bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
|
|
61
|
+
--bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
|
|
62
|
+
--bs-success-text-emphasis: rgb(10, 54, 33.6);
|
|
63
|
+
--bs-info-text-emphasis: rgb(5.2, 80.8, 96);
|
|
64
|
+
--bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
|
|
65
|
+
--bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
|
|
66
66
|
--bs-light-text-emphasis: #495057;
|
|
67
67
|
--bs-dark-text-emphasis: #495057;
|
|
68
|
-
--bs-primary-bg-subtle:
|
|
69
|
-
--bs-secondary-bg-subtle:
|
|
70
|
-
--bs-success-bg-subtle:
|
|
71
|
-
--bs-info-bg-subtle:
|
|
72
|
-
--bs-warning-bg-subtle:
|
|
73
|
-
--bs-danger-bg-subtle:
|
|
74
|
-
--bs-light-bg-subtle:
|
|
68
|
+
--bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
|
|
69
|
+
--bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
|
|
70
|
+
--bs-success-bg-subtle: rgb(209, 231, 220.8);
|
|
71
|
+
--bs-info-bg-subtle: rgb(206.6, 244.4, 252);
|
|
72
|
+
--bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
|
|
73
|
+
--bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
|
|
74
|
+
--bs-light-bg-subtle: rgb(251.5, 252, 252.5);
|
|
75
75
|
--bs-dark-bg-subtle: #ced4da;
|
|
76
|
-
--bs-primary-border-subtle:
|
|
77
|
-
--bs-secondary-border-subtle:
|
|
78
|
-
--bs-success-border-subtle:
|
|
79
|
-
--bs-info-border-subtle:
|
|
80
|
-
--bs-warning-border-subtle:
|
|
81
|
-
--bs-danger-border-subtle:
|
|
76
|
+
--bs-primary-border-subtle: rgb(158.2, 197, 254.2);
|
|
77
|
+
--bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
|
|
78
|
+
--bs-success-border-subtle: rgb(163, 207, 186.6);
|
|
79
|
+
--bs-info-border-subtle: rgb(158.2, 233.8, 249);
|
|
80
|
+
--bs-warning-border-subtle: rgb(255, 230.2, 155.8);
|
|
81
|
+
--bs-danger-border-subtle: rgb(241, 174.2, 180.6);
|
|
82
82
|
--bs-light-border-subtle: #e9ecef;
|
|
83
83
|
--bs-dark-border-subtle: #adb5bd;
|
|
84
84
|
--bs-white-rgb: 255, 255, 255;
|
|
@@ -108,11 +108,11 @@
|
|
|
108
108
|
--bs-link-color: #0d6efd;
|
|
109
109
|
--bs-link-color-rgb: 13, 110, 253;
|
|
110
110
|
--bs-link-decoration: underline;
|
|
111
|
-
--bs-link-hover-color:
|
|
111
|
+
--bs-link-hover-color: rgb(10.4, 88, 202.4);
|
|
112
112
|
--bs-link-hover-color-rgb: 10, 88, 202;
|
|
113
113
|
--bs-code-color: #d63384;
|
|
114
114
|
--bs-highlight-color: #212529;
|
|
115
|
-
--bs-highlight-bg:
|
|
115
|
+
--bs-highlight-bg: rgb(255, 242.6, 205.4);
|
|
116
116
|
--bs-border-width: 1px;
|
|
117
117
|
--bs-border-style: solid;
|
|
118
118
|
--bs-border-color: #dee2e6;
|
|
@@ -151,46 +151,46 @@
|
|
|
151
151
|
--bs-secondary-bg-rgb: 52, 58, 64;
|
|
152
152
|
--bs-tertiary-color: rgba(222, 226, 230, 0.5);
|
|
153
153
|
--bs-tertiary-color-rgb: 222, 226, 230;
|
|
154
|
-
--bs-tertiary-bg:
|
|
154
|
+
--bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
|
|
155
155
|
--bs-tertiary-bg-rgb: 43, 48, 53;
|
|
156
|
-
--bs-primary-text-emphasis:
|
|
157
|
-
--bs-secondary-text-emphasis:
|
|
158
|
-
--bs-success-text-emphasis:
|
|
159
|
-
--bs-info-text-emphasis:
|
|
160
|
-
--bs-warning-text-emphasis:
|
|
161
|
-
--bs-danger-text-emphasis:
|
|
156
|
+
--bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
|
|
157
|
+
--bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
|
|
158
|
+
--bs-success-text-emphasis: rgb(117, 183, 152.4);
|
|
159
|
+
--bs-info-text-emphasis: rgb(109.8, 223.2, 246);
|
|
160
|
+
--bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
|
|
161
|
+
--bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
|
|
162
162
|
--bs-light-text-emphasis: #f8f9fa;
|
|
163
163
|
--bs-dark-text-emphasis: #dee2e6;
|
|
164
|
-
--bs-primary-bg-subtle:
|
|
165
|
-
--bs-secondary-bg-subtle:
|
|
166
|
-
--bs-success-bg-subtle:
|
|
167
|
-
--bs-info-bg-subtle:
|
|
168
|
-
--bs-warning-bg-subtle:
|
|
169
|
-
--bs-danger-bg-subtle:
|
|
164
|
+
--bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
|
|
165
|
+
--bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
|
|
166
|
+
--bs-success-bg-subtle: rgb(5, 27, 16.8);
|
|
167
|
+
--bs-info-bg-subtle: rgb(2.6, 40.4, 48);
|
|
168
|
+
--bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
|
|
169
|
+
--bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
|
|
170
170
|
--bs-light-bg-subtle: #343a40;
|
|
171
171
|
--bs-dark-bg-subtle: #1a1d20;
|
|
172
|
-
--bs-primary-border-subtle:
|
|
173
|
-
--bs-secondary-border-subtle:
|
|
174
|
-
--bs-success-border-subtle:
|
|
175
|
-
--bs-info-border-subtle:
|
|
176
|
-
--bs-warning-border-subtle:
|
|
177
|
-
--bs-danger-border-subtle:
|
|
172
|
+
--bs-primary-border-subtle: rgb(7.8, 66, 151.8);
|
|
173
|
+
--bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
|
|
174
|
+
--bs-success-border-subtle: rgb(15, 81, 50.4);
|
|
175
|
+
--bs-info-border-subtle: rgb(7.8, 121.2, 144);
|
|
176
|
+
--bs-warning-border-subtle: rgb(153, 115.8, 4.2);
|
|
177
|
+
--bs-danger-border-subtle: rgb(132, 31.8, 41.4);
|
|
178
178
|
--bs-light-border-subtle: #495057;
|
|
179
179
|
--bs-dark-border-subtle: #343a40;
|
|
180
180
|
--bs-heading-color: inherit;
|
|
181
|
-
--bs-link-color:
|
|
182
|
-
--bs-link-hover-color:
|
|
181
|
+
--bs-link-color: rgb(109.8, 168, 253.8);
|
|
182
|
+
--bs-link-hover-color: rgb(138.84, 185.4, 254.04);
|
|
183
183
|
--bs-link-color-rgb: 110, 168, 254;
|
|
184
184
|
--bs-link-hover-color-rgb: 139, 185, 254;
|
|
185
|
-
--bs-code-color:
|
|
185
|
+
--bs-code-color: rgb(230.4, 132.6, 181.2);
|
|
186
186
|
--bs-highlight-color: #dee2e6;
|
|
187
|
-
--bs-highlight-bg:
|
|
187
|
+
--bs-highlight-bg: rgb(102, 77.2, 2.8);
|
|
188
188
|
--bs-border-color: #495057;
|
|
189
189
|
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
190
|
-
--bs-form-valid-color:
|
|
191
|
-
--bs-form-valid-border-color:
|
|
192
|
-
--bs-form-invalid-color:
|
|
193
|
-
--bs-form-invalid-border-color:
|
|
190
|
+
--bs-form-valid-color: rgb(117, 183, 152.4);
|
|
191
|
+
--bs-form-valid-border-color: rgb(117, 183, 152.4);
|
|
192
|
+
--bs-form-invalid-color: rgb(234, 133.8, 143.4);
|
|
193
|
+
--bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
*,
|
|
@@ -527,8 +527,8 @@ legend {
|
|
|
527
527
|
width: 100%;
|
|
528
528
|
padding: 0;
|
|
529
529
|
margin-bottom: 0.5rem;
|
|
530
|
-
font-size: calc(1.275rem + 0.3vw);
|
|
531
530
|
line-height: inherit;
|
|
531
|
+
font-size: calc(1.275rem + 0.3vw);
|
|
532
532
|
}
|
|
533
533
|
@media (min-width: 1200px) {
|
|
534
534
|
legend {
|
|
@@ -606,9 +606,9 @@ progress {
|
|
|
606
606
|
}
|
|
607
607
|
|
|
608
608
|
.display-1 {
|
|
609
|
-
font-size: calc(1.625rem + 4.5vw);
|
|
610
609
|
font-weight: 300;
|
|
611
610
|
line-height: 1.2;
|
|
611
|
+
font-size: calc(1.625rem + 4.5vw);
|
|
612
612
|
}
|
|
613
613
|
@media (min-width: 1200px) {
|
|
614
614
|
.display-1 {
|
|
@@ -617,9 +617,9 @@ progress {
|
|
|
617
617
|
}
|
|
618
618
|
|
|
619
619
|
.display-2 {
|
|
620
|
-
font-size: calc(1.575rem + 3.9vw);
|
|
621
620
|
font-weight: 300;
|
|
622
621
|
line-height: 1.2;
|
|
622
|
+
font-size: calc(1.575rem + 3.9vw);
|
|
623
623
|
}
|
|
624
624
|
@media (min-width: 1200px) {
|
|
625
625
|
.display-2 {
|
|
@@ -628,9 +628,9 @@ progress {
|
|
|
628
628
|
}
|
|
629
629
|
|
|
630
630
|
.display-3 {
|
|
631
|
-
font-size: calc(1.525rem + 3.3vw);
|
|
632
631
|
font-weight: 300;
|
|
633
632
|
line-height: 1.2;
|
|
633
|
+
font-size: calc(1.525rem + 3.3vw);
|
|
634
634
|
}
|
|
635
635
|
@media (min-width: 1200px) {
|
|
636
636
|
.display-3 {
|
|
@@ -639,9 +639,9 @@ progress {
|
|
|
639
639
|
}
|
|
640
640
|
|
|
641
641
|
.display-4 {
|
|
642
|
-
font-size: calc(1.475rem + 2.7vw);
|
|
643
642
|
font-weight: 300;
|
|
644
643
|
line-height: 1.2;
|
|
644
|
+
font-size: calc(1.475rem + 2.7vw);
|
|
645
645
|
}
|
|
646
646
|
@media (min-width: 1200px) {
|
|
647
647
|
.display-4 {
|
|
@@ -650,9 +650,9 @@ progress {
|
|
|
650
650
|
}
|
|
651
651
|
|
|
652
652
|
.display-5 {
|
|
653
|
-
font-size: calc(1.425rem + 2.1vw);
|
|
654
653
|
font-weight: 300;
|
|
655
654
|
line-height: 1.2;
|
|
655
|
+
font-size: calc(1.425rem + 2.1vw);
|
|
656
656
|
}
|
|
657
657
|
@media (min-width: 1200px) {
|
|
658
658
|
.display-5 {
|
|
@@ -661,9 +661,9 @@ progress {
|
|
|
661
661
|
}
|
|
662
662
|
|
|
663
663
|
.display-6 {
|
|
664
|
-
font-size: calc(1.375rem + 1.5vw);
|
|
665
664
|
font-weight: 300;
|
|
666
665
|
line-height: 1.2;
|
|
666
|
+
font-size: calc(1.375rem + 1.5vw);
|
|
667
667
|
}
|
|
668
668
|
@media (min-width: 1200px) {
|
|
669
669
|
.display-6 {
|
|
@@ -820,7 +820,7 @@ progress {
|
|
|
820
820
|
}
|
|
821
821
|
|
|
822
822
|
.col {
|
|
823
|
-
flex: 1 0 0
|
|
823
|
+
flex: 1 0 0;
|
|
824
824
|
}
|
|
825
825
|
|
|
826
826
|
.row-cols-auto > * {
|
|
@@ -1029,7 +1029,7 @@ progress {
|
|
|
1029
1029
|
|
|
1030
1030
|
@media (min-width: 375px) {
|
|
1031
1031
|
.col-xs {
|
|
1032
|
-
flex: 1 0 0
|
|
1032
|
+
flex: 1 0 0;
|
|
1033
1033
|
}
|
|
1034
1034
|
.row-cols-xs-auto > * {
|
|
1035
1035
|
flex: 0 0 auto;
|
|
@@ -1198,7 +1198,7 @@ progress {
|
|
|
1198
1198
|
}
|
|
1199
1199
|
@media (min-width: 576px) {
|
|
1200
1200
|
.col-sm {
|
|
1201
|
-
flex: 1 0 0
|
|
1201
|
+
flex: 1 0 0;
|
|
1202
1202
|
}
|
|
1203
1203
|
.row-cols-sm-auto > * {
|
|
1204
1204
|
flex: 0 0 auto;
|
|
@@ -1367,7 +1367,7 @@ progress {
|
|
|
1367
1367
|
}
|
|
1368
1368
|
@media (min-width: 768px) {
|
|
1369
1369
|
.col-md {
|
|
1370
|
-
flex: 1 0 0
|
|
1370
|
+
flex: 1 0 0;
|
|
1371
1371
|
}
|
|
1372
1372
|
.row-cols-md-auto > * {
|
|
1373
1373
|
flex: 0 0 auto;
|
|
@@ -1536,7 +1536,7 @@ progress {
|
|
|
1536
1536
|
}
|
|
1537
1537
|
@media (min-width: 992px) {
|
|
1538
1538
|
.col-lg {
|
|
1539
|
-
flex: 1 0 0
|
|
1539
|
+
flex: 1 0 0;
|
|
1540
1540
|
}
|
|
1541
1541
|
.row-cols-lg-auto > * {
|
|
1542
1542
|
flex: 0 0 auto;
|
|
@@ -1705,7 +1705,7 @@ progress {
|
|
|
1705
1705
|
}
|
|
1706
1706
|
@media (min-width: 1200px) {
|
|
1707
1707
|
.col-xl {
|
|
1708
|
-
flex: 1 0 0
|
|
1708
|
+
flex: 1 0 0;
|
|
1709
1709
|
}
|
|
1710
1710
|
.row-cols-xl-auto > * {
|
|
1711
1711
|
flex: 0 0 auto;
|
|
@@ -1874,7 +1874,7 @@ progress {
|
|
|
1874
1874
|
}
|
|
1875
1875
|
@media (min-width: 1400px) {
|
|
1876
1876
|
.col-xxl {
|
|
1877
|
-
flex: 1 0 0
|
|
1877
|
+
flex: 1 0 0;
|
|
1878
1878
|
}
|
|
1879
1879
|
.row-cols-xxl-auto > * {
|
|
1880
1880
|
flex: 0 0 auto;
|
|
@@ -2123,13 +2123,13 @@ progress {
|
|
|
2123
2123
|
|
|
2124
2124
|
.table-primary {
|
|
2125
2125
|
--bs-table-color: #000;
|
|
2126
|
-
--bs-table-bg:
|
|
2127
|
-
--bs-table-border-color:
|
|
2128
|
-
--bs-table-striped-bg:
|
|
2126
|
+
--bs-table-bg: rgb(206.6, 226, 254.6);
|
|
2127
|
+
--bs-table-border-color: rgb(165.28, 180.8, 203.68);
|
|
2128
|
+
--bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
|
|
2129
2129
|
--bs-table-striped-color: #000;
|
|
2130
|
-
--bs-table-active-bg:
|
|
2130
|
+
--bs-table-active-bg: rgb(185.94, 203.4, 229.14);
|
|
2131
2131
|
--bs-table-active-color: #000;
|
|
2132
|
-
--bs-table-hover-bg:
|
|
2132
|
+
--bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
|
|
2133
2133
|
--bs-table-hover-color: #000;
|
|
2134
2134
|
color: var(--bs-table-color);
|
|
2135
2135
|
border-color: var(--bs-table-border-color);
|
|
@@ -2137,13 +2137,13 @@ progress {
|
|
|
2137
2137
|
|
|
2138
2138
|
.table-secondary {
|
|
2139
2139
|
--bs-table-color: #000;
|
|
2140
|
-
--bs-table-bg:
|
|
2141
|
-
--bs-table-border-color:
|
|
2142
|
-
--bs-table-striped-bg:
|
|
2140
|
+
--bs-table-bg: rgb(225.6, 227.4, 229);
|
|
2141
|
+
--bs-table-border-color: rgb(180.48, 181.92, 183.2);
|
|
2142
|
+
--bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
|
|
2143
2143
|
--bs-table-striped-color: #000;
|
|
2144
|
-
--bs-table-active-bg:
|
|
2144
|
+
--bs-table-active-bg: rgb(203.04, 204.66, 206.1);
|
|
2145
2145
|
--bs-table-active-color: #000;
|
|
2146
|
-
--bs-table-hover-bg:
|
|
2146
|
+
--bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
|
|
2147
2147
|
--bs-table-hover-color: #000;
|
|
2148
2148
|
color: var(--bs-table-color);
|
|
2149
2149
|
border-color: var(--bs-table-border-color);
|
|
@@ -2151,13 +2151,13 @@ progress {
|
|
|
2151
2151
|
|
|
2152
2152
|
.table-success {
|
|
2153
2153
|
--bs-table-color: #000;
|
|
2154
|
-
--bs-table-bg:
|
|
2155
|
-
--bs-table-border-color:
|
|
2156
|
-
--bs-table-striped-bg:
|
|
2154
|
+
--bs-table-bg: rgb(209, 231, 220.8);
|
|
2155
|
+
--bs-table-border-color: rgb(167.2, 184.8, 176.64);
|
|
2156
|
+
--bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
|
|
2157
2157
|
--bs-table-striped-color: #000;
|
|
2158
|
-
--bs-table-active-bg:
|
|
2158
|
+
--bs-table-active-bg: rgb(188.1, 207.9, 198.72);
|
|
2159
2159
|
--bs-table-active-color: #000;
|
|
2160
|
-
--bs-table-hover-bg:
|
|
2160
|
+
--bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
|
|
2161
2161
|
--bs-table-hover-color: #000;
|
|
2162
2162
|
color: var(--bs-table-color);
|
|
2163
2163
|
border-color: var(--bs-table-border-color);
|
|
@@ -2165,13 +2165,13 @@ progress {
|
|
|
2165
2165
|
|
|
2166
2166
|
.table-info {
|
|
2167
2167
|
--bs-table-color: #000;
|
|
2168
|
-
--bs-table-bg:
|
|
2169
|
-
--bs-table-border-color:
|
|
2170
|
-
--bs-table-striped-bg:
|
|
2168
|
+
--bs-table-bg: rgb(206.6, 244.4, 252);
|
|
2169
|
+
--bs-table-border-color: rgb(165.28, 195.52, 201.6);
|
|
2170
|
+
--bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
|
|
2171
2171
|
--bs-table-striped-color: #000;
|
|
2172
|
-
--bs-table-active-bg:
|
|
2172
|
+
--bs-table-active-bg: rgb(185.94, 219.96, 226.8);
|
|
2173
2173
|
--bs-table-active-color: #000;
|
|
2174
|
-
--bs-table-hover-bg:
|
|
2174
|
+
--bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
|
|
2175
2175
|
--bs-table-hover-color: #000;
|
|
2176
2176
|
color: var(--bs-table-color);
|
|
2177
2177
|
border-color: var(--bs-table-border-color);
|
|
@@ -2179,13 +2179,13 @@ progress {
|
|
|
2179
2179
|
|
|
2180
2180
|
.table-warning {
|
|
2181
2181
|
--bs-table-color: #000;
|
|
2182
|
-
--bs-table-bg:
|
|
2183
|
-
--bs-table-border-color:
|
|
2184
|
-
--bs-table-striped-bg:
|
|
2182
|
+
--bs-table-bg: rgb(255, 242.6, 205.4);
|
|
2183
|
+
--bs-table-border-color: rgb(204, 194.08, 164.32);
|
|
2184
|
+
--bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
|
|
2185
2185
|
--bs-table-striped-color: #000;
|
|
2186
|
-
--bs-table-active-bg:
|
|
2186
|
+
--bs-table-active-bg: rgb(229.5, 218.34, 184.86);
|
|
2187
2187
|
--bs-table-active-color: #000;
|
|
2188
|
-
--bs-table-hover-bg:
|
|
2188
|
+
--bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
|
|
2189
2189
|
--bs-table-hover-color: #000;
|
|
2190
2190
|
color: var(--bs-table-color);
|
|
2191
2191
|
border-color: var(--bs-table-border-color);
|
|
@@ -2193,13 +2193,13 @@ progress {
|
|
|
2193
2193
|
|
|
2194
2194
|
.table-danger {
|
|
2195
2195
|
--bs-table-color: #000;
|
|
2196
|
-
--bs-table-bg:
|
|
2197
|
-
--bs-table-border-color:
|
|
2198
|
-
--bs-table-striped-bg:
|
|
2196
|
+
--bs-table-bg: rgb(248, 214.6, 217.8);
|
|
2197
|
+
--bs-table-border-color: rgb(198.4, 171.68, 174.24);
|
|
2198
|
+
--bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
|
|
2199
2199
|
--bs-table-striped-color: #000;
|
|
2200
|
-
--bs-table-active-bg:
|
|
2200
|
+
--bs-table-active-bg: rgb(223.2, 193.14, 196.02);
|
|
2201
2201
|
--bs-table-active-color: #000;
|
|
2202
|
-
--bs-table-hover-bg:
|
|
2202
|
+
--bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
|
|
2203
2203
|
--bs-table-hover-color: #000;
|
|
2204
2204
|
color: var(--bs-table-color);
|
|
2205
2205
|
border-color: var(--bs-table-border-color);
|
|
@@ -2208,12 +2208,12 @@ progress {
|
|
|
2208
2208
|
.table-light {
|
|
2209
2209
|
--bs-table-color: #000;
|
|
2210
2210
|
--bs-table-bg: #f8f9fa;
|
|
2211
|
-
--bs-table-border-color:
|
|
2212
|
-
--bs-table-striped-bg:
|
|
2211
|
+
--bs-table-border-color: rgb(198.4, 199.2, 200);
|
|
2212
|
+
--bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
|
|
2213
2213
|
--bs-table-striped-color: #000;
|
|
2214
|
-
--bs-table-active-bg:
|
|
2214
|
+
--bs-table-active-bg: rgb(223.2, 224.1, 225);
|
|
2215
2215
|
--bs-table-active-color: #000;
|
|
2216
|
-
--bs-table-hover-bg:
|
|
2216
|
+
--bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
|
|
2217
2217
|
--bs-table-hover-color: #000;
|
|
2218
2218
|
color: var(--bs-table-color);
|
|
2219
2219
|
border-color: var(--bs-table-border-color);
|
|
@@ -2222,12 +2222,12 @@ progress {
|
|
|
2222
2222
|
.table-dark {
|
|
2223
2223
|
--bs-table-color: #fff;
|
|
2224
2224
|
--bs-table-bg: #212529;
|
|
2225
|
-
--bs-table-border-color:
|
|
2226
|
-
--bs-table-striped-bg:
|
|
2225
|
+
--bs-table-border-color: rgb(77.4, 80.6, 83.8);
|
|
2226
|
+
--bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
|
|
2227
2227
|
--bs-table-striped-color: #fff;
|
|
2228
|
-
--bs-table-active-bg:
|
|
2228
|
+
--bs-table-active-bg: rgb(55.2, 58.8, 62.4);
|
|
2229
2229
|
--bs-table-active-color: #fff;
|
|
2230
|
-
--bs-table-hover-bg:
|
|
2230
|
+
--bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
|
|
2231
2231
|
--bs-table-hover-color: #fff;
|
|
2232
2232
|
color: var(--bs-table-color);
|
|
2233
2233
|
border-color: var(--bs-table-border-color);
|
|
@@ -2333,7 +2333,7 @@ progress {
|
|
|
2333
2333
|
.form-control:focus {
|
|
2334
2334
|
color: var(--bs-body-color);
|
|
2335
2335
|
background-color: var(--bs-body-bg);
|
|
2336
|
-
border-color:
|
|
2336
|
+
border-color: rgb(134, 182.5, 254);
|
|
2337
2337
|
outline: 0;
|
|
2338
2338
|
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
2339
2339
|
}
|
|
@@ -2478,7 +2478,7 @@ textarea.form-control-lg {
|
|
|
2478
2478
|
}
|
|
2479
2479
|
}
|
|
2480
2480
|
.form-select:focus {
|
|
2481
|
-
border-color:
|
|
2481
|
+
border-color: rgb(134, 182.5, 254);
|
|
2482
2482
|
outline: 0;
|
|
2483
2483
|
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
2484
2484
|
}
|
|
@@ -2562,7 +2562,7 @@ textarea.form-control-lg {
|
|
|
2562
2562
|
filter: brightness(90%);
|
|
2563
2563
|
}
|
|
2564
2564
|
.form-check-input:focus {
|
|
2565
|
-
border-color:
|
|
2565
|
+
border-color: rgb(134, 182.5, 254);
|
|
2566
2566
|
outline: 0;
|
|
2567
2567
|
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
2568
2568
|
}
|
|
@@ -2609,7 +2609,7 @@ textarea.form-control-lg {
|
|
|
2609
2609
|
}
|
|
2610
2610
|
}
|
|
2611
2611
|
.form-switch .form-check-input:focus {
|
|
2612
|
-
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%
|
|
2612
|
+
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
|
|
2613
2613
|
}
|
|
2614
2614
|
.form-switch .form-check-input:checked {
|
|
2615
2615
|
background-position: right center;
|
|
@@ -2679,7 +2679,7 @@ textarea.form-control-lg {
|
|
|
2679
2679
|
}
|
|
2680
2680
|
}
|
|
2681
2681
|
.form-range::-webkit-slider-thumb:active {
|
|
2682
|
-
background-color:
|
|
2682
|
+
background-color: rgb(182.4, 211.5, 254.4);
|
|
2683
2683
|
}
|
|
2684
2684
|
.form-range::-webkit-slider-runnable-track {
|
|
2685
2685
|
width: 100%;
|
|
@@ -2705,7 +2705,7 @@ textarea.form-control-lg {
|
|
|
2705
2705
|
}
|
|
2706
2706
|
}
|
|
2707
2707
|
.form-range::-moz-range-thumb:active {
|
|
2708
|
-
background-color:
|
|
2708
|
+
background-color: rgb(182.4, 211.5, 254.4);
|
|
2709
2709
|
}
|
|
2710
2710
|
.form-range::-moz-range-track {
|
|
2711
2711
|
width: 100%;
|
|
@@ -2741,9 +2741,11 @@ textarea.form-control-lg {
|
|
|
2741
2741
|
top: 0;
|
|
2742
2742
|
left: 0;
|
|
2743
2743
|
z-index: 2;
|
|
2744
|
+
max-width: 100%;
|
|
2744
2745
|
height: 100%;
|
|
2745
2746
|
padding: 1rem 0.75rem;
|
|
2746
2747
|
overflow: hidden;
|
|
2748
|
+
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
2747
2749
|
text-align: start;
|
|
2748
2750
|
text-overflow: ellipsis;
|
|
2749
2751
|
white-space: nowrap;
|
|
@@ -2779,18 +2781,19 @@ textarea.form-control-lg {
|
|
|
2779
2781
|
.form-floating > .form-select {
|
|
2780
2782
|
padding-top: 1.625rem;
|
|
2781
2783
|
padding-bottom: 0.625rem;
|
|
2784
|
+
padding-left: 0.75rem;
|
|
2782
2785
|
}
|
|
2783
2786
|
.form-floating > .form-control:focus ~ label,
|
|
2784
2787
|
.form-floating > .form-control:not(:placeholder-shown) ~ label,
|
|
2785
2788
|
.form-floating > .form-control-plaintext ~ label,
|
|
2786
2789
|
.form-floating > .form-select ~ label {
|
|
2787
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
2788
2790
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2789
2791
|
}
|
|
2790
|
-
.form-floating > .form-control
|
|
2791
|
-
.
|
|
2792
|
-
|
|
2793
|
-
.form-floating >
|
|
2792
|
+
.form-floating > .form-control:-webkit-autofill ~ label {
|
|
2793
|
+
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2794
|
+
}
|
|
2795
|
+
.form-floating > textarea:focus ~ label::after,
|
|
2796
|
+
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
|
|
2794
2797
|
position: absolute;
|
|
2795
2798
|
inset: 1rem 0.375rem;
|
|
2796
2799
|
z-index: -1;
|
|
@@ -2799,9 +2802,8 @@ textarea.form-control-lg {
|
|
|
2799
2802
|
background-color: var(--bs-body-bg);
|
|
2800
2803
|
border-radius: var(--bs-border-radius);
|
|
2801
2804
|
}
|
|
2802
|
-
.form-floating >
|
|
2803
|
-
color:
|
|
2804
|
-
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2805
|
+
.form-floating > textarea:disabled ~ label::after {
|
|
2806
|
+
background-color: var(--bs-secondary-bg);
|
|
2805
2807
|
}
|
|
2806
2808
|
.form-floating > .form-control-plaintext ~ label {
|
|
2807
2809
|
border-width: var(--bs-border-width) 0;
|
|
@@ -2810,10 +2812,6 @@ textarea.form-control-lg {
|
|
|
2810
2812
|
.form-floating > .form-control:disabled ~ label {
|
|
2811
2813
|
color: #6c757d;
|
|
2812
2814
|
}
|
|
2813
|
-
.form-floating > :disabled ~ label::after,
|
|
2814
|
-
.form-floating > .form-control:disabled ~ label::after {
|
|
2815
|
-
background-color: var(--bs-secondary-bg);
|
|
2816
|
-
}
|
|
2817
2815
|
|
|
2818
2816
|
.input-group {
|
|
2819
2817
|
position: relative;
|
|
@@ -2896,7 +2894,7 @@ textarea.form-control-lg {
|
|
|
2896
2894
|
border-bottom-right-radius: 0;
|
|
2897
2895
|
}
|
|
2898
2896
|
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
|
|
2899
|
-
margin-left: calc(var(--bs-border-width)
|
|
2897
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
2900
2898
|
border-top-left-radius: 0;
|
|
2901
2899
|
border-bottom-left-radius: 0;
|
|
2902
2900
|
}
|
|
@@ -2938,7 +2936,7 @@ textarea.form-control-lg {
|
|
|
2938
2936
|
.was-validated .form-control:valid, .form-control.is-valid {
|
|
2939
2937
|
border-color: var(--bs-form-valid-border-color);
|
|
2940
2938
|
padding-right: calc(1.5em + 0.75rem);
|
|
2941
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.
|
|
2939
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
|
|
2942
2940
|
background-repeat: no-repeat;
|
|
2943
2941
|
background-position: right calc(0.375em + 0.1875rem) center;
|
|
2944
2942
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -2957,7 +2955,7 @@ textarea.form-control-lg {
|
|
|
2957
2955
|
border-color: var(--bs-form-valid-border-color);
|
|
2958
2956
|
}
|
|
2959
2957
|
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
|
|
2960
|
-
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.
|
|
2958
|
+
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
|
|
2961
2959
|
padding-right: 4.125rem;
|
|
2962
2960
|
background-position: right 0.75rem center, center right 2.25rem;
|
|
2963
2961
|
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -3170,12 +3168,12 @@ textarea.form-control-lg {
|
|
|
3170
3168
|
--bs-btn-bg: #0d6efd;
|
|
3171
3169
|
--bs-btn-border-color: #0d6efd;
|
|
3172
3170
|
--bs-btn-hover-color: #fff;
|
|
3173
|
-
--bs-btn-hover-bg:
|
|
3174
|
-
--bs-btn-hover-border-color:
|
|
3171
|
+
--bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
|
|
3172
|
+
--bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
|
|
3175
3173
|
--bs-btn-focus-shadow-rgb: 49, 132, 253;
|
|
3176
3174
|
--bs-btn-active-color: #fff;
|
|
3177
|
-
--bs-btn-active-bg:
|
|
3178
|
-
--bs-btn-active-border-color:
|
|
3175
|
+
--bs-btn-active-bg: rgb(10.4, 88, 202.4);
|
|
3176
|
+
--bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
|
|
3179
3177
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3180
3178
|
--bs-btn-disabled-color: #fff;
|
|
3181
3179
|
--bs-btn-disabled-bg: #0d6efd;
|
|
@@ -3187,12 +3185,12 @@ textarea.form-control-lg {
|
|
|
3187
3185
|
--bs-btn-bg: #6c757d;
|
|
3188
3186
|
--bs-btn-border-color: #6c757d;
|
|
3189
3187
|
--bs-btn-hover-color: #fff;
|
|
3190
|
-
--bs-btn-hover-bg:
|
|
3191
|
-
--bs-btn-hover-border-color:
|
|
3188
|
+
--bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
|
|
3189
|
+
--bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
|
|
3192
3190
|
--bs-btn-focus-shadow-rgb: 130, 138, 145;
|
|
3193
3191
|
--bs-btn-active-color: #fff;
|
|
3194
|
-
--bs-btn-active-bg:
|
|
3195
|
-
--bs-btn-active-border-color:
|
|
3192
|
+
--bs-btn-active-bg: rgb(86.4, 93.6, 100);
|
|
3193
|
+
--bs-btn-active-border-color: rgb(81, 87.75, 93.75);
|
|
3196
3194
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3197
3195
|
--bs-btn-disabled-color: #fff;
|
|
3198
3196
|
--bs-btn-disabled-bg: #6c757d;
|
|
@@ -3204,12 +3202,12 @@ textarea.form-control-lg {
|
|
|
3204
3202
|
--bs-btn-bg: #198754;
|
|
3205
3203
|
--bs-btn-border-color: #198754;
|
|
3206
3204
|
--bs-btn-hover-color: #fff;
|
|
3207
|
-
--bs-btn-hover-bg:
|
|
3208
|
-
--bs-btn-hover-border-color:
|
|
3205
|
+
--bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
|
|
3206
|
+
--bs-btn-hover-border-color: rgb(20, 108, 67.2);
|
|
3209
3207
|
--bs-btn-focus-shadow-rgb: 60, 153, 110;
|
|
3210
3208
|
--bs-btn-active-color: #fff;
|
|
3211
|
-
--bs-btn-active-bg:
|
|
3212
|
-
--bs-btn-active-border-color:
|
|
3209
|
+
--bs-btn-active-bg: rgb(20, 108, 67.2);
|
|
3210
|
+
--bs-btn-active-border-color: rgb(18.75, 101.25, 63);
|
|
3213
3211
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3214
3212
|
--bs-btn-disabled-color: #fff;
|
|
3215
3213
|
--bs-btn-disabled-bg: #198754;
|
|
@@ -3221,12 +3219,12 @@ textarea.form-control-lg {
|
|
|
3221
3219
|
--bs-btn-bg: #0dcaf0;
|
|
3222
3220
|
--bs-btn-border-color: #0dcaf0;
|
|
3223
3221
|
--bs-btn-hover-color: #000;
|
|
3224
|
-
--bs-btn-hover-bg:
|
|
3225
|
-
--bs-btn-hover-border-color:
|
|
3222
|
+
--bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
|
|
3223
|
+
--bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
|
|
3226
3224
|
--bs-btn-focus-shadow-rgb: 11, 172, 204;
|
|
3227
3225
|
--bs-btn-active-color: #000;
|
|
3228
|
-
--bs-btn-active-bg:
|
|
3229
|
-
--bs-btn-active-border-color:
|
|
3226
|
+
--bs-btn-active-bg: rgb(61.4, 212.6, 243);
|
|
3227
|
+
--bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
|
|
3230
3228
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3231
3229
|
--bs-btn-disabled-color: #000;
|
|
3232
3230
|
--bs-btn-disabled-bg: #0dcaf0;
|
|
@@ -3238,12 +3236,12 @@ textarea.form-control-lg {
|
|
|
3238
3236
|
--bs-btn-bg: #ffc107;
|
|
3239
3237
|
--bs-btn-border-color: #ffc107;
|
|
3240
3238
|
--bs-btn-hover-color: #000;
|
|
3241
|
-
--bs-btn-hover-bg:
|
|
3242
|
-
--bs-btn-hover-border-color:
|
|
3239
|
+
--bs-btn-hover-bg: rgb(255, 202.3, 44.2);
|
|
3240
|
+
--bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
|
|
3243
3241
|
--bs-btn-focus-shadow-rgb: 217, 164, 6;
|
|
3244
3242
|
--bs-btn-active-color: #000;
|
|
3245
|
-
--bs-btn-active-bg:
|
|
3246
|
-
--bs-btn-active-border-color:
|
|
3243
|
+
--bs-btn-active-bg: rgb(255, 205.4, 56.6);
|
|
3244
|
+
--bs-btn-active-border-color: rgb(255, 199.2, 31.8);
|
|
3247
3245
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3248
3246
|
--bs-btn-disabled-color: #000;
|
|
3249
3247
|
--bs-btn-disabled-bg: #ffc107;
|
|
@@ -3255,12 +3253,12 @@ textarea.form-control-lg {
|
|
|
3255
3253
|
--bs-btn-bg: #dc3545;
|
|
3256
3254
|
--bs-btn-border-color: #dc3545;
|
|
3257
3255
|
--bs-btn-hover-color: #fff;
|
|
3258
|
-
--bs-btn-hover-bg:
|
|
3259
|
-
--bs-btn-hover-border-color:
|
|
3256
|
+
--bs-btn-hover-bg: rgb(187, 45.05, 58.65);
|
|
3257
|
+
--bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
|
|
3260
3258
|
--bs-btn-focus-shadow-rgb: 225, 83, 97;
|
|
3261
3259
|
--bs-btn-active-color: #fff;
|
|
3262
|
-
--bs-btn-active-bg:
|
|
3263
|
-
--bs-btn-active-border-color:
|
|
3260
|
+
--bs-btn-active-bg: rgb(176, 42.4, 55.2);
|
|
3261
|
+
--bs-btn-active-border-color: rgb(165, 39.75, 51.75);
|
|
3264
3262
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3265
3263
|
--bs-btn-disabled-color: #fff;
|
|
3266
3264
|
--bs-btn-disabled-bg: #dc3545;
|
|
@@ -3272,12 +3270,12 @@ textarea.form-control-lg {
|
|
|
3272
3270
|
--bs-btn-bg: #f8f9fa;
|
|
3273
3271
|
--bs-btn-border-color: #f8f9fa;
|
|
3274
3272
|
--bs-btn-hover-color: #000;
|
|
3275
|
-
--bs-btn-hover-bg:
|
|
3276
|
-
--bs-btn-hover-border-color:
|
|
3273
|
+
--bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
|
|
3274
|
+
--bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
|
|
3277
3275
|
--bs-btn-focus-shadow-rgb: 211, 212, 213;
|
|
3278
3276
|
--bs-btn-active-color: #000;
|
|
3279
|
-
--bs-btn-active-bg:
|
|
3280
|
-
--bs-btn-active-border-color:
|
|
3277
|
+
--bs-btn-active-bg: rgb(198.4, 199.2, 200);
|
|
3278
|
+
--bs-btn-active-border-color: rgb(186, 186.75, 187.5);
|
|
3281
3279
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3282
3280
|
--bs-btn-disabled-color: #000;
|
|
3283
3281
|
--bs-btn-disabled-bg: #f8f9fa;
|
|
@@ -3289,12 +3287,12 @@ textarea.form-control-lg {
|
|
|
3289
3287
|
--bs-btn-bg: #212529;
|
|
3290
3288
|
--bs-btn-border-color: #212529;
|
|
3291
3289
|
--bs-btn-hover-color: #fff;
|
|
3292
|
-
--bs-btn-hover-bg:
|
|
3293
|
-
--bs-btn-hover-border-color:
|
|
3290
|
+
--bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
|
|
3291
|
+
--bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
|
|
3294
3292
|
--bs-btn-focus-shadow-rgb: 66, 70, 73;
|
|
3295
3293
|
--bs-btn-active-color: #fff;
|
|
3296
|
-
--bs-btn-active-bg:
|
|
3297
|
-
--bs-btn-active-border-color:
|
|
3294
|
+
--bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
|
|
3295
|
+
--bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
|
|
3298
3296
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3299
3297
|
--bs-btn-disabled-color: #fff;
|
|
3300
3298
|
--bs-btn-disabled-bg: #212529;
|
|
@@ -3883,7 +3881,7 @@ textarea.form-control-lg {
|
|
|
3883
3881
|
}
|
|
3884
3882
|
.btn-group > :not(.btn-check:first-child) + .btn,
|
|
3885
3883
|
.btn-group > .btn-group:not(:first-child) {
|
|
3886
|
-
margin-left: calc(var(--bs-border-width)
|
|
3884
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
3887
3885
|
}
|
|
3888
3886
|
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
|
3889
3887
|
.btn-group > .btn.dropdown-toggle-split:first-child,
|
|
@@ -3930,14 +3928,15 @@ textarea.form-control-lg {
|
|
|
3930
3928
|
}
|
|
3931
3929
|
.btn-group-vertical > .btn:not(:first-child),
|
|
3932
3930
|
.btn-group-vertical > .btn-group:not(:first-child) {
|
|
3933
|
-
margin-top: calc(var(--bs-border-width)
|
|
3931
|
+
margin-top: calc(-1 * var(--bs-border-width));
|
|
3934
3932
|
}
|
|
3935
3933
|
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
|
|
3936
3934
|
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
|
|
3937
3935
|
border-bottom-right-radius: 0;
|
|
3938
3936
|
border-bottom-left-radius: 0;
|
|
3939
3937
|
}
|
|
3940
|
-
.btn-group-vertical > .btn
|
|
3938
|
+
.btn-group-vertical > .btn:nth-child(n+3),
|
|
3939
|
+
.btn-group-vertical > :not(.btn-check) + .btn,
|
|
3941
3940
|
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
|
|
3942
3941
|
border-top-left-radius: 0;
|
|
3943
3942
|
border-top-right-radius: 0;
|
|
@@ -4061,8 +4060,8 @@ textarea.form-control-lg {
|
|
|
4061
4060
|
|
|
4062
4061
|
.nav-justified > .nav-link,
|
|
4063
4062
|
.nav-justified .nav-item {
|
|
4064
|
-
flex-basis: 0;
|
|
4065
4063
|
flex-grow: 1;
|
|
4064
|
+
flex-basis: 0;
|
|
4066
4065
|
text-align: center;
|
|
4067
4066
|
}
|
|
4068
4067
|
|
|
@@ -4165,8 +4164,8 @@ textarea.form-control-lg {
|
|
|
4165
4164
|
}
|
|
4166
4165
|
|
|
4167
4166
|
.navbar-collapse {
|
|
4168
|
-
flex-basis: 100%;
|
|
4169
4167
|
flex-grow: 1;
|
|
4168
|
+
flex-basis: 100%;
|
|
4170
4169
|
align-items: center;
|
|
4171
4170
|
}
|
|
4172
4171
|
|
|
@@ -4708,7 +4707,7 @@ textarea.form-control-lg {
|
|
|
4708
4707
|
flex-flow: row wrap;
|
|
4709
4708
|
}
|
|
4710
4709
|
.card-group > .card {
|
|
4711
|
-
flex: 1 0 0
|
|
4710
|
+
flex: 1 0 0;
|
|
4712
4711
|
margin-bottom: 0;
|
|
4713
4712
|
}
|
|
4714
4713
|
.card-group > .card + .card {
|
|
@@ -4719,24 +4718,24 @@ textarea.form-control-lg {
|
|
|
4719
4718
|
border-top-right-radius: 0;
|
|
4720
4719
|
border-bottom-right-radius: 0;
|
|
4721
4720
|
}
|
|
4722
|
-
.card-group > .card:not(:last-child) .card-img-top,
|
|
4723
|
-
.card-group > .card:not(:last-child) .card-header {
|
|
4721
|
+
.card-group > .card:not(:last-child) > .card-img-top,
|
|
4722
|
+
.card-group > .card:not(:last-child) > .card-header {
|
|
4724
4723
|
border-top-right-radius: 0;
|
|
4725
4724
|
}
|
|
4726
|
-
.card-group > .card:not(:last-child) .card-img-bottom,
|
|
4727
|
-
.card-group > .card:not(:last-child) .card-footer {
|
|
4725
|
+
.card-group > .card:not(:last-child) > .card-img-bottom,
|
|
4726
|
+
.card-group > .card:not(:last-child) > .card-footer {
|
|
4728
4727
|
border-bottom-right-radius: 0;
|
|
4729
4728
|
}
|
|
4730
4729
|
.card-group > .card:not(:first-child) {
|
|
4731
4730
|
border-top-left-radius: 0;
|
|
4732
4731
|
border-bottom-left-radius: 0;
|
|
4733
4732
|
}
|
|
4734
|
-
.card-group > .card:not(:first-child) .card-img-top,
|
|
4735
|
-
.card-group > .card:not(:first-child) .card-header {
|
|
4733
|
+
.card-group > .card:not(:first-child) > .card-img-top,
|
|
4734
|
+
.card-group > .card:not(:first-child) > .card-header {
|
|
4736
4735
|
border-top-left-radius: 0;
|
|
4737
4736
|
}
|
|
4738
|
-
.card-group > .card:not(:first-child) .card-img-bottom,
|
|
4739
|
-
.card-group > .card:not(:first-child) .card-footer {
|
|
4737
|
+
.card-group > .card:not(:first-child) > .card-img-bottom,
|
|
4738
|
+
.card-group > .card:not(:first-child) > .card-footer {
|
|
4740
4739
|
border-bottom-left-radius: 0;
|
|
4741
4740
|
}
|
|
4742
4741
|
}
|
|
@@ -4753,11 +4752,11 @@ textarea.form-control-lg {
|
|
|
4753
4752
|
--bs-accordion-btn-padding-y: 1rem;
|
|
4754
4753
|
--bs-accordion-btn-color: var(--bs-body-color);
|
|
4755
4754
|
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
|
4756
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='
|
|
4755
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
4757
4756
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
4758
4757
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
4759
4758
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
4760
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%
|
|
4759
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
4761
4760
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
4762
4761
|
--bs-accordion-body-padding-x: 1.25rem;
|
|
4763
4762
|
--bs-accordion-body-padding-y: 1rem;
|
|
@@ -4867,16 +4866,15 @@ textarea.form-control-lg {
|
|
|
4867
4866
|
.accordion-flush > .accordion-item:last-child {
|
|
4868
4867
|
border-bottom: 0;
|
|
4869
4868
|
}
|
|
4870
|
-
.accordion-flush > .accordion-item > .accordion-
|
|
4871
|
-
|
|
4872
|
-
|
|
4873
|
-
.accordion-flush > .accordion-item > .accordion-collapse {
|
|
4869
|
+
.accordion-flush > .accordion-item > .accordion-collapse,
|
|
4870
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
|
|
4871
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
|
|
4874
4872
|
border-radius: 0;
|
|
4875
4873
|
}
|
|
4876
4874
|
|
|
4877
4875
|
[data-bs-theme=dark] .accordion-button::after {
|
|
4878
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
4879
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
4876
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
|
|
4877
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
|
|
4880
4878
|
}
|
|
4881
4879
|
|
|
4882
4880
|
.breadcrumb {
|
|
@@ -4980,7 +4978,7 @@ textarea.form-control-lg {
|
|
|
4980
4978
|
}
|
|
4981
4979
|
|
|
4982
4980
|
.page-item:not(:first-child) .page-link {
|
|
4983
|
-
margin-left: calc(var(--bs-border-width)
|
|
4981
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
4984
4982
|
}
|
|
4985
4983
|
.page-item:first-child .page-link {
|
|
4986
4984
|
border-top-left-radius: var(--bs-pagination-border-radius);
|
|
@@ -5129,7 +5127,7 @@ textarea.form-control-lg {
|
|
|
5129
5127
|
|
|
5130
5128
|
@keyframes progress-bar-stripes {
|
|
5131
5129
|
0% {
|
|
5132
|
-
background-position-x:
|
|
5130
|
+
background-position-x: var(--bs-progress-height);
|
|
5133
5131
|
}
|
|
5134
5132
|
}
|
|
5135
5133
|
.progress,
|
|
@@ -5223,22 +5221,6 @@ textarea.form-control-lg {
|
|
|
5223
5221
|
counter-increment: section;
|
|
5224
5222
|
}
|
|
5225
5223
|
|
|
5226
|
-
.list-group-item-action {
|
|
5227
|
-
width: 100%;
|
|
5228
|
-
color: var(--bs-list-group-action-color);
|
|
5229
|
-
text-align: inherit;
|
|
5230
|
-
}
|
|
5231
|
-
.list-group-item-action:hover, .list-group-item-action:focus {
|
|
5232
|
-
z-index: 1;
|
|
5233
|
-
color: var(--bs-list-group-action-hover-color);
|
|
5234
|
-
text-decoration: none;
|
|
5235
|
-
background-color: var(--bs-list-group-action-hover-bg);
|
|
5236
|
-
}
|
|
5237
|
-
.list-group-item-action:active {
|
|
5238
|
-
color: var(--bs-list-group-action-active-color);
|
|
5239
|
-
background-color: var(--bs-list-group-action-active-bg);
|
|
5240
|
-
}
|
|
5241
|
-
|
|
5242
5224
|
.list-group-item {
|
|
5243
5225
|
position: relative;
|
|
5244
5226
|
display: block;
|
|
@@ -5275,6 +5257,22 @@ textarea.form-control-lg {
|
|
|
5275
5257
|
border-top-width: var(--bs-list-group-border-width);
|
|
5276
5258
|
}
|
|
5277
5259
|
|
|
5260
|
+
.list-group-item-action {
|
|
5261
|
+
width: 100%;
|
|
5262
|
+
color: var(--bs-list-group-action-color);
|
|
5263
|
+
text-align: inherit;
|
|
5264
|
+
}
|
|
5265
|
+
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
|
|
5266
|
+
z-index: 1;
|
|
5267
|
+
color: var(--bs-list-group-action-hover-color);
|
|
5268
|
+
text-decoration: none;
|
|
5269
|
+
background-color: var(--bs-list-group-action-hover-bg);
|
|
5270
|
+
}
|
|
5271
|
+
.list-group-item-action:not(.active):active {
|
|
5272
|
+
color: var(--bs-list-group-action-active-color);
|
|
5273
|
+
background-color: var(--bs-list-group-action-active-bg);
|
|
5274
|
+
}
|
|
5275
|
+
|
|
5278
5276
|
.list-group-horizontal {
|
|
5279
5277
|
flex-direction: row;
|
|
5280
5278
|
}
|
|
@@ -5558,19 +5556,19 @@ textarea.form-control-lg {
|
|
|
5558
5556
|
|
|
5559
5557
|
.btn-close {
|
|
5560
5558
|
--bs-btn-close-color: #000;
|
|
5561
|
-
--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.
|
|
5559
|
+
--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
|
|
5562
5560
|
--bs-btn-close-opacity: 0.5;
|
|
5563
5561
|
--bs-btn-close-hover-opacity: 0.75;
|
|
5564
5562
|
--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
5565
5563
|
--bs-btn-close-focus-opacity: 1;
|
|
5566
5564
|
--bs-btn-close-disabled-opacity: 0.25;
|
|
5567
|
-
--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
|
|
5568
5565
|
box-sizing: content-box;
|
|
5569
5566
|
width: 1em;
|
|
5570
5567
|
height: 1em;
|
|
5571
5568
|
padding: 0.25em 0.25em;
|
|
5572
5569
|
color: var(--bs-btn-close-color);
|
|
5573
5570
|
background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
|
|
5571
|
+
filter: var(--bs-btn-close-filter);
|
|
5574
5572
|
border: 0;
|
|
5575
5573
|
border-radius: 0.375rem;
|
|
5576
5574
|
opacity: var(--bs-btn-close-opacity);
|
|
@@ -5592,11 +5590,16 @@ textarea.form-control-lg {
|
|
|
5592
5590
|
}
|
|
5593
5591
|
|
|
5594
5592
|
.btn-close-white {
|
|
5595
|
-
|
|
5593
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
5596
5594
|
}
|
|
5597
5595
|
|
|
5598
|
-
|
|
5599
|
-
|
|
5596
|
+
:root,
|
|
5597
|
+
[data-bs-theme=light] {
|
|
5598
|
+
--bs-btn-close-filter: ;
|
|
5599
|
+
}
|
|
5600
|
+
|
|
5601
|
+
[data-bs-theme=dark] {
|
|
5602
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
5600
5603
|
}
|
|
5601
5604
|
|
|
5602
5605
|
.toast {
|
|
@@ -5671,7 +5674,7 @@ textarea.form-control-lg {
|
|
|
5671
5674
|
--bs-modal-width: 500px;
|
|
5672
5675
|
--bs-modal-padding: 1rem;
|
|
5673
5676
|
--bs-modal-margin: 0.5rem;
|
|
5674
|
-
--bs-modal-color: ;
|
|
5677
|
+
--bs-modal-color: var(--bs-body-color);
|
|
5675
5678
|
--bs-modal-bg: var(--bs-body-bg);
|
|
5676
5679
|
--bs-modal-border-color: var(--bs-border-color-translucent);
|
|
5677
5680
|
--bs-modal-border-width: var(--bs-border-width);
|
|
@@ -5707,8 +5710,8 @@ textarea.form-control-lg {
|
|
|
5707
5710
|
pointer-events: none;
|
|
5708
5711
|
}
|
|
5709
5712
|
.modal.fade .modal-dialog {
|
|
5710
|
-
transition: transform 0.3s ease-out;
|
|
5711
5713
|
transform: translate(0, -50px);
|
|
5714
|
+
transition: transform 0.3s ease-out;
|
|
5712
5715
|
}
|
|
5713
5716
|
@media (prefers-reduced-motion: reduce) {
|
|
5714
5717
|
.modal.fade .modal-dialog {
|
|
@@ -5783,7 +5786,10 @@ textarea.form-control-lg {
|
|
|
5783
5786
|
}
|
|
5784
5787
|
.modal-header .btn-close {
|
|
5785
5788
|
padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
|
|
5786
|
-
margin: calc(-0.5 * var(--bs-modal-header-padding-y))
|
|
5789
|
+
margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
5790
|
+
margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
|
|
5791
|
+
margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
5792
|
+
margin-left: auto;
|
|
5787
5793
|
}
|
|
5788
5794
|
|
|
5789
5795
|
.modal-title {
|
|
@@ -6323,6 +6329,7 @@ textarea.form-control-lg {
|
|
|
6323
6329
|
color: #fff;
|
|
6324
6330
|
text-align: center;
|
|
6325
6331
|
background: none;
|
|
6332
|
+
filter: var(--bs-carousel-control-icon-filter);
|
|
6326
6333
|
border: 0;
|
|
6327
6334
|
opacity: 0.5;
|
|
6328
6335
|
transition: opacity 0.15s ease;
|
|
@@ -6361,11 +6368,11 @@ textarea.form-control-lg {
|
|
|
6361
6368
|
}
|
|
6362
6369
|
|
|
6363
6370
|
.carousel-control-prev-icon {
|
|
6364
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708
|
|
6371
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
|
|
6365
6372
|
}
|
|
6366
6373
|
|
|
6367
6374
|
.carousel-control-next-icon {
|
|
6368
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.
|
|
6375
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
|
|
6369
6376
|
}
|
|
6370
6377
|
|
|
6371
6378
|
.carousel-indicators {
|
|
@@ -6391,7 +6398,7 @@ textarea.form-control-lg {
|
|
|
6391
6398
|
margin-left: 3px;
|
|
6392
6399
|
text-indent: -999px;
|
|
6393
6400
|
cursor: pointer;
|
|
6394
|
-
background-color:
|
|
6401
|
+
background-color: var(--bs-carousel-indicator-active-bg);
|
|
6395
6402
|
background-clip: padding-box;
|
|
6396
6403
|
border: 0;
|
|
6397
6404
|
border-top: 10px solid transparent;
|
|
@@ -6415,31 +6422,27 @@ textarea.form-control-lg {
|
|
|
6415
6422
|
left: 15%;
|
|
6416
6423
|
padding-top: 1.25rem;
|
|
6417
6424
|
padding-bottom: 1.25rem;
|
|
6418
|
-
color:
|
|
6425
|
+
color: var(--bs-carousel-caption-color);
|
|
6419
6426
|
text-align: center;
|
|
6420
6427
|
}
|
|
6421
6428
|
|
|
6422
|
-
.carousel-dark
|
|
6423
|
-
|
|
6424
|
-
|
|
6425
|
-
|
|
6426
|
-
.carousel-dark .carousel-indicators [data-bs-target] {
|
|
6427
|
-
background-color: #000;
|
|
6428
|
-
}
|
|
6429
|
-
.carousel-dark .carousel-caption {
|
|
6430
|
-
color: #000;
|
|
6429
|
+
.carousel-dark {
|
|
6430
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
6431
|
+
--bs-carousel-caption-color: #000;
|
|
6432
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
6431
6433
|
}
|
|
6432
6434
|
|
|
6433
|
-
|
|
6434
|
-
[data-bs-theme=
|
|
6435
|
-
|
|
6436
|
-
|
|
6437
|
-
|
|
6438
|
-
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
|
|
6439
|
-
background-color: #000;
|
|
6435
|
+
:root,
|
|
6436
|
+
[data-bs-theme=light] {
|
|
6437
|
+
--bs-carousel-indicator-active-bg: #fff;
|
|
6438
|
+
--bs-carousel-caption-color: #fff;
|
|
6439
|
+
--bs-carousel-control-icon-filter: ;
|
|
6440
6440
|
}
|
|
6441
|
-
|
|
6442
|
-
|
|
6441
|
+
|
|
6442
|
+
[data-bs-theme=dark] {
|
|
6443
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
6444
|
+
--bs-carousel-caption-color: #000;
|
|
6445
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
6443
6446
|
}
|
|
6444
6447
|
|
|
6445
6448
|
.spinner-grow,
|
|
@@ -7067,7 +7070,10 @@ textarea.form-control-lg {
|
|
|
7067
7070
|
}
|
|
7068
7071
|
.offcanvas-header .btn-close {
|
|
7069
7072
|
padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
|
|
7070
|
-
margin: calc(-0.5 * var(--bs-offcanvas-padding-y))
|
|
7073
|
+
margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
7074
|
+
margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
|
|
7075
|
+
margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
7076
|
+
margin-left: auto;
|
|
7071
7077
|
}
|
|
7072
7078
|
|
|
7073
7079
|
.offcanvas-title {
|
|
@@ -7445,6 +7451,10 @@ textarea.form-control-lg {
|
|
|
7445
7451
|
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
|
|
7446
7452
|
position: absolute !important;
|
|
7447
7453
|
}
|
|
7454
|
+
.visually-hidden *,
|
|
7455
|
+
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
|
|
7456
|
+
overflow: hidden !important;
|
|
7457
|
+
}
|
|
7448
7458
|
|
|
7449
7459
|
.stretched-link::after {
|
|
7450
7460
|
position: absolute;
|