@openeuropa/bcl-theme-ucpkn 1.10.1 → 1.10.3
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/css/oe-bcl-ucpkn.css +269 -254
- package/css/oe-bcl-ucpkn.css.map +1 -1
- package/css/oe-bcl-ucpkn.min.css +1 -1
- package/css/oe-bcl-ucpkn.min.css.map +1 -1
- package/js/oe-bcl-ucpkn.bundle.js +17 -14
- package/js/oe-bcl-ucpkn.bundle.js.map +1 -1
- package/js/oe-bcl-ucpkn.bundle.min.js +1 -1
- package/js/oe-bcl-ucpkn.bundle.min.js.map +1 -1
- package/js/oe-bcl-ucpkn.esm.js +17 -14
- package/js/oe-bcl-ucpkn.esm.js.map +1 -1
- package/js/oe-bcl-ucpkn.esm.min.js +1 -1
- package/js/oe-bcl-ucpkn.esm.min.js.map +1 -1
- package/js/oe-bcl-ucpkn.umd.js +17 -14
- package/js/oe-bcl-ucpkn.umd.js.map +1 -1
- package/js/oe-bcl-ucpkn.umd.min.js +1 -1
- package/js/oe-bcl-ucpkn.umd.min.js.map +1 -1
- package/package.json +6 -6
- package/templates/bcl-date-block/date-block.html.twig +31 -15
- package/templates/bcl-inpage-navigation/inpage-navigation.html.twig +17 -8
package/css/oe-bcl-ucpkn.css
CHANGED
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
--bs-danger-rgb: 184, 40, 42;
|
|
41
41
|
--bs-light-rgb: 240, 240, 240;
|
|
42
42
|
--bs-dark-rgb: 46, 51, 56;
|
|
43
|
-
--bs-primary-text-emphasis:
|
|
44
|
-
--bs-secondary-text-emphasis:
|
|
45
|
-
--bs-success-text-emphasis:
|
|
46
|
-
--bs-info-text-emphasis:
|
|
47
|
-
--bs-warning-text-emphasis:
|
|
48
|
-
--bs-danger-text-emphasis:
|
|
43
|
+
--bs-primary-text-emphasis: rgb(13.6, 8.8, 52.8);
|
|
44
|
+
--bs-secondary-text-emphasis: rgb(96.8, 35.6, 14.4);
|
|
45
|
+
--bs-success-text-emphasis: rgb(24, 57.2, 22.4);
|
|
46
|
+
--bs-info-text-emphasis: rgb(17.2, 47.2, 55.2);
|
|
47
|
+
--bs-warning-text-emphasis: rgb(90, 68.4, 0);
|
|
48
|
+
--bs-danger-text-emphasis: rgb(73.6, 16, 16.8);
|
|
49
49
|
--bs-light-text-emphasis: #495057;
|
|
50
50
|
--bs-dark-text-emphasis: #495057;
|
|
51
51
|
--bs-primary-bg-subtle: tint-color(#253ebe, 90%);
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
--bs-info-bg-subtle: tint-color(#0d768b, 90%);
|
|
55
55
|
--bs-warning-bg-subtle: tint-color(#ffba07, 90%);
|
|
56
56
|
--bs-danger-bg-subtle: tint-color(#a51f2c, 90%);
|
|
57
|
-
--bs-light-bg-subtle:
|
|
57
|
+
--bs-light-bg-subtle: rgb(251.5, 252, 252.5);
|
|
58
58
|
--bs-dark-bg-subtle: #ced4da;
|
|
59
59
|
--bs-primary-border-subtle: tint-color(#253ebe, 80%);
|
|
60
60
|
--bs-secondary-border-subtle: tint-color(#70254a, 80%);
|
|
@@ -91,11 +91,11 @@
|
|
|
91
91
|
--bs-link-color: #221684;
|
|
92
92
|
--bs-link-color-rgb: 34, 22, 132;
|
|
93
93
|
--bs-link-decoration: underline;
|
|
94
|
-
--bs-link-hover-color:
|
|
94
|
+
--bs-link-hover-color: rgb(27.2, 17.6, 105.6);
|
|
95
95
|
--bs-link-hover-color-rgb: 27, 18, 106;
|
|
96
96
|
--bs-code-color: #d63384;
|
|
97
97
|
--bs-highlight-color: #212529;
|
|
98
|
-
--bs-highlight-bg:
|
|
98
|
+
--bs-highlight-bg: rgb(255, 242.6, 205.4);
|
|
99
99
|
--bs-border-width: 1px;
|
|
100
100
|
--bs-border-style: solid;
|
|
101
101
|
--bs-border-color: #dee2e6;
|
|
@@ -134,46 +134,46 @@
|
|
|
134
134
|
--bs-secondary-bg-rgb: 52, 58, 64;
|
|
135
135
|
--bs-tertiary-color: rgba(222, 226, 230, 0.5);
|
|
136
136
|
--bs-tertiary-color-rgb: 222, 226, 230;
|
|
137
|
-
--bs-tertiary-bg:
|
|
137
|
+
--bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
|
|
138
138
|
--bs-tertiary-bg-rgb: 43, 48, 53;
|
|
139
|
-
--bs-primary-text-emphasis:
|
|
140
|
-
--bs-secondary-text-emphasis:
|
|
141
|
-
--bs-success-text-emphasis:
|
|
142
|
-
--bs-info-text-emphasis:
|
|
143
|
-
--bs-warning-text-emphasis:
|
|
144
|
-
--bs-danger-text-emphasis:
|
|
139
|
+
--bs-primary-text-emphasis: rgb(122.4, 115.2, 181.2);
|
|
140
|
+
--bs-secondary-text-emphasis: rgb(247.2, 155.4, 123.6);
|
|
141
|
+
--bs-success-text-emphasis: rgb(138, 187.8, 135.6);
|
|
142
|
+
--bs-info-text-emphasis: rgb(127.8, 172.8, 184.8);
|
|
143
|
+
--bs-warning-text-emphasis: rgb(237, 204.6, 102);
|
|
144
|
+
--bs-danger-text-emphasis: rgb(212.4, 126, 127.2);
|
|
145
145
|
--bs-light-text-emphasis: #f8f9fa;
|
|
146
146
|
--bs-dark-text-emphasis: #dee2e6;
|
|
147
|
-
--bs-primary-bg-subtle:
|
|
148
|
-
--bs-secondary-bg-subtle:
|
|
149
|
-
--bs-success-bg-subtle:
|
|
150
|
-
--bs-info-bg-subtle:
|
|
151
|
-
--bs-warning-bg-subtle:
|
|
152
|
-
--bs-danger-bg-subtle:
|
|
147
|
+
--bs-primary-bg-subtle: rgb(6.8, 4.4, 26.4);
|
|
148
|
+
--bs-secondary-bg-subtle: rgb(48.4, 17.8, 7.2);
|
|
149
|
+
--bs-success-bg-subtle: rgb(12, 28.6, 11.2);
|
|
150
|
+
--bs-info-bg-subtle: rgb(8.6, 23.6, 27.6);
|
|
151
|
+
--bs-warning-bg-subtle: rgb(45, 34.2, 0);
|
|
152
|
+
--bs-danger-bg-subtle: rgb(36.8, 8, 8.4);
|
|
153
153
|
--bs-light-bg-subtle: #343a40;
|
|
154
154
|
--bs-dark-bg-subtle: #1a1d20;
|
|
155
|
-
--bs-primary-border-subtle:
|
|
156
|
-
--bs-secondary-border-subtle:
|
|
157
|
-
--bs-success-border-subtle:
|
|
158
|
-
--bs-info-border-subtle:
|
|
159
|
-
--bs-warning-border-subtle:
|
|
160
|
-
--bs-danger-border-subtle:
|
|
155
|
+
--bs-primary-border-subtle: rgb(20.4, 13.2, 79.2);
|
|
156
|
+
--bs-secondary-border-subtle: rgb(145.2, 53.4, 21.6);
|
|
157
|
+
--bs-success-border-subtle: rgb(36, 85.8, 33.6);
|
|
158
|
+
--bs-info-border-subtle: rgb(25.8, 70.8, 82.8);
|
|
159
|
+
--bs-warning-border-subtle: rgb(135, 102.6, 0);
|
|
160
|
+
--bs-danger-border-subtle: rgb(110.4, 24, 25.2);
|
|
161
161
|
--bs-light-border-subtle: #495057;
|
|
162
162
|
--bs-dark-border-subtle: #343a40;
|
|
163
163
|
--bs-heading-color: inherit;
|
|
164
|
-
--bs-link-color:
|
|
165
|
-
--bs-link-hover-color:
|
|
164
|
+
--bs-link-color: rgb(122.4, 115.2, 181.2);
|
|
165
|
+
--bs-link-hover-color: rgb(148.92, 143.16, 195.96);
|
|
166
166
|
--bs-link-color-rgb: 122, 115, 181;
|
|
167
167
|
--bs-link-hover-color-rgb: 149, 143, 196;
|
|
168
|
-
--bs-code-color:
|
|
168
|
+
--bs-code-color: rgb(230.4, 132.6, 181.2);
|
|
169
169
|
--bs-highlight-color: #dee2e6;
|
|
170
|
-
--bs-highlight-bg:
|
|
170
|
+
--bs-highlight-bg: rgb(102, 77.2, 2.8);
|
|
171
171
|
--bs-border-color: #495057;
|
|
172
172
|
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
173
|
-
--bs-form-valid-color:
|
|
174
|
-
--bs-form-valid-border-color:
|
|
175
|
-
--bs-form-invalid-color:
|
|
176
|
-
--bs-form-invalid-border-color:
|
|
173
|
+
--bs-form-valid-color: rgb(117, 183, 152.4);
|
|
174
|
+
--bs-form-valid-border-color: rgb(117, 183, 152.4);
|
|
175
|
+
--bs-form-invalid-color: rgb(234, 133.8, 143.4);
|
|
176
|
+
--bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
*,
|
|
@@ -512,8 +512,8 @@ legend {
|
|
|
512
512
|
width: 100%;
|
|
513
513
|
padding: 0;
|
|
514
514
|
margin-bottom: 0.5rem;
|
|
515
|
-
font-size: calc(1.275rem + 0.3vw);
|
|
516
515
|
line-height: inherit;
|
|
516
|
+
font-size: calc(1.275rem + 0.3vw);
|
|
517
517
|
}
|
|
518
518
|
@media (min-width: 1200px) {
|
|
519
519
|
legend {
|
|
@@ -596,9 +596,9 @@ progress {
|
|
|
596
596
|
}
|
|
597
597
|
|
|
598
598
|
.display-1 {
|
|
599
|
-
font-size: calc(1.625rem + 4.5vw);
|
|
600
599
|
font-weight: 300;
|
|
601
600
|
line-height: 1.2;
|
|
601
|
+
font-size: calc(1.625rem + 4.5vw);
|
|
602
602
|
}
|
|
603
603
|
@media (min-width: 1200px) {
|
|
604
604
|
.display-1 {
|
|
@@ -607,9 +607,9 @@ progress {
|
|
|
607
607
|
}
|
|
608
608
|
|
|
609
609
|
.display-2 {
|
|
610
|
-
font-size: calc(1.575rem + 3.9vw);
|
|
611
610
|
font-weight: 300;
|
|
612
611
|
line-height: 1.2;
|
|
612
|
+
font-size: calc(1.575rem + 3.9vw);
|
|
613
613
|
}
|
|
614
614
|
@media (min-width: 1200px) {
|
|
615
615
|
.display-2 {
|
|
@@ -618,9 +618,9 @@ progress {
|
|
|
618
618
|
}
|
|
619
619
|
|
|
620
620
|
.display-3 {
|
|
621
|
-
font-size: calc(1.525rem + 3.3vw);
|
|
622
621
|
font-weight: 300;
|
|
623
622
|
line-height: 1.2;
|
|
623
|
+
font-size: calc(1.525rem + 3.3vw);
|
|
624
624
|
}
|
|
625
625
|
@media (min-width: 1200px) {
|
|
626
626
|
.display-3 {
|
|
@@ -629,9 +629,9 @@ progress {
|
|
|
629
629
|
}
|
|
630
630
|
|
|
631
631
|
.display-4 {
|
|
632
|
-
font-size: calc(1.475rem + 2.7vw);
|
|
633
632
|
font-weight: 300;
|
|
634
633
|
line-height: 1.2;
|
|
634
|
+
font-size: calc(1.475rem + 2.7vw);
|
|
635
635
|
}
|
|
636
636
|
@media (min-width: 1200px) {
|
|
637
637
|
.display-4 {
|
|
@@ -640,9 +640,9 @@ progress {
|
|
|
640
640
|
}
|
|
641
641
|
|
|
642
642
|
.display-5 {
|
|
643
|
-
font-size: calc(1.425rem + 2.1vw);
|
|
644
643
|
font-weight: 300;
|
|
645
644
|
line-height: 1.2;
|
|
645
|
+
font-size: calc(1.425rem + 2.1vw);
|
|
646
646
|
}
|
|
647
647
|
@media (min-width: 1200px) {
|
|
648
648
|
.display-5 {
|
|
@@ -651,9 +651,9 @@ progress {
|
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
.display-6 {
|
|
654
|
-
font-size: calc(1.375rem + 1.5vw);
|
|
655
654
|
font-weight: 300;
|
|
656
655
|
line-height: 1.2;
|
|
656
|
+
font-size: calc(1.375rem + 1.5vw);
|
|
657
657
|
}
|
|
658
658
|
@media (min-width: 1200px) {
|
|
659
659
|
.display-6 {
|
|
@@ -801,8 +801,8 @@ progress {
|
|
|
801
801
|
}
|
|
802
802
|
|
|
803
803
|
.col {
|
|
804
|
-
-ms-flex: 1 0
|
|
805
|
-
flex: 1 0 0
|
|
804
|
+
-ms-flex: 1 0 0px;
|
|
805
|
+
flex: 1 0 0;
|
|
806
806
|
}
|
|
807
807
|
|
|
808
808
|
.row-cols-auto > * {
|
|
@@ -1091,8 +1091,8 @@ progress {
|
|
|
1091
1091
|
|
|
1092
1092
|
@media (min-width: 576px) {
|
|
1093
1093
|
.col-sm {
|
|
1094
|
-
-ms-flex: 1 0
|
|
1095
|
-
flex: 1 0 0
|
|
1094
|
+
-ms-flex: 1 0 0px;
|
|
1095
|
+
flex: 1 0 0;
|
|
1096
1096
|
}
|
|
1097
1097
|
.row-cols-sm-auto > * {
|
|
1098
1098
|
-ms-flex: 0 0 auto;
|
|
@@ -1329,8 +1329,8 @@ progress {
|
|
|
1329
1329
|
}
|
|
1330
1330
|
@media (min-width: 768px) {
|
|
1331
1331
|
.col-md {
|
|
1332
|
-
-ms-flex: 1 0
|
|
1333
|
-
flex: 1 0 0
|
|
1332
|
+
-ms-flex: 1 0 0px;
|
|
1333
|
+
flex: 1 0 0;
|
|
1334
1334
|
}
|
|
1335
1335
|
.row-cols-md-auto > * {
|
|
1336
1336
|
-ms-flex: 0 0 auto;
|
|
@@ -1567,8 +1567,8 @@ progress {
|
|
|
1567
1567
|
}
|
|
1568
1568
|
@media (min-width: 992px) {
|
|
1569
1569
|
.col-lg {
|
|
1570
|
-
-ms-flex: 1 0
|
|
1571
|
-
flex: 1 0 0
|
|
1570
|
+
-ms-flex: 1 0 0px;
|
|
1571
|
+
flex: 1 0 0;
|
|
1572
1572
|
}
|
|
1573
1573
|
.row-cols-lg-auto > * {
|
|
1574
1574
|
-ms-flex: 0 0 auto;
|
|
@@ -1805,8 +1805,8 @@ progress {
|
|
|
1805
1805
|
}
|
|
1806
1806
|
@media (min-width: 1200px) {
|
|
1807
1807
|
.col-xl {
|
|
1808
|
-
-ms-flex: 1 0
|
|
1809
|
-
flex: 1 0 0
|
|
1808
|
+
-ms-flex: 1 0 0px;
|
|
1809
|
+
flex: 1 0 0;
|
|
1810
1810
|
}
|
|
1811
1811
|
.row-cols-xl-auto > * {
|
|
1812
1812
|
-ms-flex: 0 0 auto;
|
|
@@ -2043,8 +2043,8 @@ progress {
|
|
|
2043
2043
|
}
|
|
2044
2044
|
@media (min-width: 1400px) {
|
|
2045
2045
|
.col-xxl {
|
|
2046
|
-
-ms-flex: 1 0
|
|
2047
|
-
flex: 1 0 0
|
|
2046
|
+
-ms-flex: 1 0 0px;
|
|
2047
|
+
flex: 1 0 0;
|
|
2048
2048
|
}
|
|
2049
2049
|
.row-cols-xxl-auto > * {
|
|
2050
2050
|
-ms-flex: 0 0 auto;
|
|
@@ -2361,13 +2361,13 @@ progress {
|
|
|
2361
2361
|
|
|
2362
2362
|
.table-primary {
|
|
2363
2363
|
--bs-table-color: #000;
|
|
2364
|
-
--bs-table-bg:
|
|
2365
|
-
--bs-table-border-color:
|
|
2366
|
-
--bs-table-striped-bg:
|
|
2364
|
+
--bs-table-bg: rgb(210.8, 208.4, 230.4);
|
|
2365
|
+
--bs-table-border-color: rgb(189.72, 187.56, 207.36);
|
|
2366
|
+
--bs-table-striped-bg: rgb(200.26, 197.98, 218.88);
|
|
2367
2367
|
--bs-table-striped-color: #000;
|
|
2368
|
-
--bs-table-active-bg:
|
|
2368
|
+
--bs-table-active-bg: rgb(189.72, 187.56, 207.36);
|
|
2369
2369
|
--bs-table-active-color: #000;
|
|
2370
|
-
--bs-table-hover-bg:
|
|
2370
|
+
--bs-table-hover-bg: rgb(189.72, 187.56, 207.36);
|
|
2371
2371
|
--bs-table-hover-color: #000;
|
|
2372
2372
|
color: var(--bs-table-color);
|
|
2373
2373
|
border-color: var(--bs-table-border-color);
|
|
@@ -2375,13 +2375,13 @@ progress {
|
|
|
2375
2375
|
|
|
2376
2376
|
.table-secondary {
|
|
2377
2377
|
--bs-table-color: #000;
|
|
2378
|
-
--bs-table-bg:
|
|
2379
|
-
--bs-table-border-color:
|
|
2380
|
-
--bs-table-striped-bg:
|
|
2378
|
+
--bs-table-bg: rgb(252.4, 221.8, 211.2);
|
|
2379
|
+
--bs-table-border-color: rgb(227.16, 199.62, 190.08);
|
|
2380
|
+
--bs-table-striped-bg: rgb(239.78, 210.71, 200.64);
|
|
2381
2381
|
--bs-table-striped-color: #000;
|
|
2382
|
-
--bs-table-active-bg:
|
|
2382
|
+
--bs-table-active-bg: rgb(227.16, 199.62, 190.08);
|
|
2383
2383
|
--bs-table-active-color: #000;
|
|
2384
|
-
--bs-table-hover-bg:
|
|
2384
|
+
--bs-table-hover-bg: rgb(227.16, 199.62, 190.08);
|
|
2385
2385
|
--bs-table-hover-color: #000;
|
|
2386
2386
|
color: var(--bs-table-color);
|
|
2387
2387
|
border-color: var(--bs-table-border-color);
|
|
@@ -2389,13 +2389,13 @@ progress {
|
|
|
2389
2389
|
|
|
2390
2390
|
.table-success {
|
|
2391
2391
|
--bs-table-color: #000;
|
|
2392
|
-
--bs-table-bg:
|
|
2393
|
-
--bs-table-border-color:
|
|
2394
|
-
--bs-table-striped-bg:
|
|
2392
|
+
--bs-table-bg: rgb(216, 232.6, 215.2);
|
|
2393
|
+
--bs-table-border-color: rgb(194.4, 209.34, 193.68);
|
|
2394
|
+
--bs-table-striped-bg: rgb(205.2, 220.97, 204.44);
|
|
2395
2395
|
--bs-table-striped-color: #000;
|
|
2396
|
-
--bs-table-active-bg:
|
|
2396
|
+
--bs-table-active-bg: rgb(194.4, 209.34, 193.68);
|
|
2397
2397
|
--bs-table-active-color: #000;
|
|
2398
|
-
--bs-table-hover-bg:
|
|
2398
|
+
--bs-table-hover-bg: rgb(194.4, 209.34, 193.68);
|
|
2399
2399
|
--bs-table-hover-color: #000;
|
|
2400
2400
|
color: var(--bs-table-color);
|
|
2401
2401
|
border-color: var(--bs-table-border-color);
|
|
@@ -2403,13 +2403,13 @@ progress {
|
|
|
2403
2403
|
|
|
2404
2404
|
.table-info {
|
|
2405
2405
|
--bs-table-color: #000;
|
|
2406
|
-
--bs-table-bg:
|
|
2407
|
-
--bs-table-border-color:
|
|
2408
|
-
--bs-table-striped-bg:
|
|
2406
|
+
--bs-table-bg: rgb(212.6, 227.6, 231.6);
|
|
2407
|
+
--bs-table-border-color: rgb(191.34, 204.84, 208.44);
|
|
2408
|
+
--bs-table-striped-bg: rgb(201.97, 216.22, 220.02);
|
|
2409
2409
|
--bs-table-striped-color: #000;
|
|
2410
|
-
--bs-table-active-bg:
|
|
2410
|
+
--bs-table-active-bg: rgb(191.34, 204.84, 208.44);
|
|
2411
2411
|
--bs-table-active-color: #000;
|
|
2412
|
-
--bs-table-hover-bg:
|
|
2412
|
+
--bs-table-hover-bg: rgb(191.34, 204.84, 208.44);
|
|
2413
2413
|
--bs-table-hover-color: #000;
|
|
2414
2414
|
color: var(--bs-table-color);
|
|
2415
2415
|
border-color: var(--bs-table-border-color);
|
|
@@ -2417,13 +2417,13 @@ progress {
|
|
|
2417
2417
|
|
|
2418
2418
|
.table-warning {
|
|
2419
2419
|
--bs-table-color: #000;
|
|
2420
|
-
--bs-table-bg:
|
|
2421
|
-
--bs-table-border-color:
|
|
2422
|
-
--bs-table-striped-bg:
|
|
2420
|
+
--bs-table-bg: rgb(249, 238.2, 204);
|
|
2421
|
+
--bs-table-border-color: rgb(224.1, 214.38, 183.6);
|
|
2422
|
+
--bs-table-striped-bg: rgb(236.55, 226.29, 193.8);
|
|
2423
2423
|
--bs-table-striped-color: #000;
|
|
2424
|
-
--bs-table-active-bg:
|
|
2424
|
+
--bs-table-active-bg: rgb(224.1, 214.38, 183.6);
|
|
2425
2425
|
--bs-table-active-color: #000;
|
|
2426
|
-
--bs-table-hover-bg:
|
|
2426
|
+
--bs-table-hover-bg: rgb(224.1, 214.38, 183.6);
|
|
2427
2427
|
--bs-table-hover-color: #000;
|
|
2428
2428
|
color: var(--bs-table-color);
|
|
2429
2429
|
border-color: var(--bs-table-border-color);
|
|
@@ -2431,13 +2431,13 @@ progress {
|
|
|
2431
2431
|
|
|
2432
2432
|
.table-danger {
|
|
2433
2433
|
--bs-table-color: #000;
|
|
2434
|
-
--bs-table-bg:
|
|
2435
|
-
--bs-table-border-color:
|
|
2436
|
-
--bs-table-striped-bg:
|
|
2434
|
+
--bs-table-bg: rgb(240.8, 212, 212.4);
|
|
2435
|
+
--bs-table-border-color: rgb(216.72, 190.8, 191.16);
|
|
2436
|
+
--bs-table-striped-bg: rgb(228.76, 201.4, 201.78);
|
|
2437
2437
|
--bs-table-striped-color: #000;
|
|
2438
|
-
--bs-table-active-bg:
|
|
2438
|
+
--bs-table-active-bg: rgb(216.72, 190.8, 191.16);
|
|
2439
2439
|
--bs-table-active-color: #000;
|
|
2440
|
-
--bs-table-hover-bg:
|
|
2440
|
+
--bs-table-hover-bg: rgb(216.72, 190.8, 191.16);
|
|
2441
2441
|
--bs-table-hover-color: #000;
|
|
2442
2442
|
color: var(--bs-table-color);
|
|
2443
2443
|
border-color: var(--bs-table-border-color);
|
|
@@ -2460,12 +2460,12 @@ progress {
|
|
|
2460
2460
|
.table-dark {
|
|
2461
2461
|
--bs-table-color: #fff;
|
|
2462
2462
|
--bs-table-bg: #2e3338;
|
|
2463
|
-
--bs-table-border-color:
|
|
2464
|
-
--bs-table-striped-bg:
|
|
2463
|
+
--bs-table-border-color: rgb(66.9, 71.4, 75.9);
|
|
2464
|
+
--bs-table-striped-bg: rgb(56.45, 61.2, 65.95);
|
|
2465
2465
|
--bs-table-striped-color: #fff;
|
|
2466
|
-
--bs-table-active-bg:
|
|
2466
|
+
--bs-table-active-bg: rgb(66.9, 71.4, 75.9);
|
|
2467
2467
|
--bs-table-active-color: #fff;
|
|
2468
|
-
--bs-table-hover-bg:
|
|
2468
|
+
--bs-table-hover-bg: rgb(66.9, 71.4, 75.9);
|
|
2469
2469
|
--bs-table-hover-color: #fff;
|
|
2470
2470
|
color: var(--bs-table-color);
|
|
2471
2471
|
border-color: var(--bs-table-border-color);
|
|
@@ -2567,7 +2567,7 @@ progress {
|
|
|
2567
2567
|
.form-control:focus {
|
|
2568
2568
|
color: var(--bs-body-color);
|
|
2569
2569
|
background-color: var(--bs-body-bg);
|
|
2570
|
-
border-color:
|
|
2570
|
+
border-color: rgb(144.5, 138.5, 193.5);
|
|
2571
2571
|
outline: 0;
|
|
2572
2572
|
box-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.25);
|
|
2573
2573
|
}
|
|
@@ -2771,7 +2771,7 @@ textarea.form-control-lg {
|
|
|
2771
2771
|
}
|
|
2772
2772
|
}
|
|
2773
2773
|
.form-select:focus {
|
|
2774
|
-
border-color:
|
|
2774
|
+
border-color: rgb(144.5, 138.5, 193.5);
|
|
2775
2775
|
outline: 0;
|
|
2776
2776
|
box-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.25);
|
|
2777
2777
|
}
|
|
@@ -2861,7 +2861,7 @@ textarea.form-control-lg {
|
|
|
2861
2861
|
filter: brightness(90%);
|
|
2862
2862
|
}
|
|
2863
2863
|
.form-check-input:focus {
|
|
2864
|
-
border-color:
|
|
2864
|
+
border-color: rgb(144.5, 138.5, 193.5);
|
|
2865
2865
|
outline: 0;
|
|
2866
2866
|
box-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.25);
|
|
2867
2867
|
}
|
|
@@ -2909,7 +2909,7 @@ textarea.form-control-lg {
|
|
|
2909
2909
|
}
|
|
2910
2910
|
}
|
|
2911
2911
|
.form-switch .form-check-input:focus {
|
|
2912
|
-
--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='%
|
|
2912
|
+
--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%28144.5, 138.5, 193.5%29'/%3e%3c/svg%3e");
|
|
2913
2913
|
}
|
|
2914
2914
|
.form-switch .form-check-input:checked {
|
|
2915
2915
|
background-position: right center;
|
|
@@ -2985,7 +2985,7 @@ textarea.form-control-lg {
|
|
|
2985
2985
|
}
|
|
2986
2986
|
}
|
|
2987
2987
|
.form-range::-webkit-slider-thumb:active {
|
|
2988
|
-
background-color:
|
|
2988
|
+
background-color: rgb(188.7, 185.1, 218.1);
|
|
2989
2989
|
}
|
|
2990
2990
|
.form-range::-webkit-slider-runnable-track {
|
|
2991
2991
|
width: 100%;
|
|
@@ -3014,7 +3014,7 @@ textarea.form-control-lg {
|
|
|
3014
3014
|
}
|
|
3015
3015
|
}
|
|
3016
3016
|
.form-range::-moz-range-thumb:active {
|
|
3017
|
-
background-color:
|
|
3017
|
+
background-color: rgb(188.7, 185.1, 218.1);
|
|
3018
3018
|
}
|
|
3019
3019
|
.form-range::-moz-range-track {
|
|
3020
3020
|
width: 100%;
|
|
@@ -3050,9 +3050,11 @@ textarea.form-control-lg {
|
|
|
3050
3050
|
top: 0;
|
|
3051
3051
|
left: 0;
|
|
3052
3052
|
z-index: 2;
|
|
3053
|
+
max-width: 100%;
|
|
3053
3054
|
height: 100%;
|
|
3054
3055
|
padding: 1rem 0.75rem;
|
|
3055
3056
|
overflow: hidden;
|
|
3057
|
+
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3056
3058
|
text-align: start;
|
|
3057
3059
|
text-overflow: ellipsis;
|
|
3058
3060
|
white-space: nowrap;
|
|
@@ -3089,7 +3091,7 @@ textarea.form-control-lg {
|
|
|
3089
3091
|
.form-floating > .form-control-plaintext::placeholder {
|
|
3090
3092
|
color: transparent;
|
|
3091
3093
|
}
|
|
3092
|
-
.form-floating > .form-control:not(:-moz-placeholder
|
|
3094
|
+
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
|
|
3093
3095
|
padding-top: 1.625rem;
|
|
3094
3096
|
padding-bottom: 0.625rem;
|
|
3095
3097
|
}
|
|
@@ -3111,24 +3113,26 @@ textarea.form-control-lg {
|
|
|
3111
3113
|
.form-floating > .form-select {
|
|
3112
3114
|
padding-top: 1.625rem;
|
|
3113
3115
|
padding-bottom: 0.625rem;
|
|
3116
|
+
padding-left: 0.75rem;
|
|
3114
3117
|
}
|
|
3115
|
-
.form-floating > .form-control:not(:-moz-placeholder
|
|
3116
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3118
|
+
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
|
|
3117
3119
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3118
3120
|
}
|
|
3119
3121
|
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
|
|
3120
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3121
3122
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3122
3123
|
}
|
|
3123
3124
|
.form-floating > .form-control:focus ~ label,
|
|
3124
3125
|
.form-floating > .form-control:not(:placeholder-shown) ~ label,
|
|
3125
3126
|
.form-floating > .form-control-plaintext ~ label,
|
|
3126
3127
|
.form-floating > .form-select ~ label {
|
|
3127
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3128
3128
|
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3129
3129
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3130
3130
|
}
|
|
3131
|
-
.form-floating > .form-control
|
|
3131
|
+
.form-floating > .form-control:-webkit-autofill ~ label {
|
|
3132
|
+
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3133
|
+
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3134
|
+
}
|
|
3135
|
+
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
|
|
3132
3136
|
position: absolute;
|
|
3133
3137
|
inset: 1rem 0.375rem;
|
|
3134
3138
|
z-index: -1;
|
|
@@ -3137,7 +3141,7 @@ textarea.form-control-lg {
|
|
|
3137
3141
|
background-color: var(--bs-body-bg);
|
|
3138
3142
|
border-radius: var(--bs-border-radius);
|
|
3139
3143
|
}
|
|
3140
|
-
.form-floating >
|
|
3144
|
+
.form-floating > textarea:not(:-ms-input-placeholder) ~ label::after {
|
|
3141
3145
|
position: absolute;
|
|
3142
3146
|
inset: 1rem 0.375rem;
|
|
3143
3147
|
z-index: -1;
|
|
@@ -3146,10 +3150,8 @@ textarea.form-control-lg {
|
|
|
3146
3150
|
background-color: var(--bs-body-bg);
|
|
3147
3151
|
border-radius: var(--bs-border-radius);
|
|
3148
3152
|
}
|
|
3149
|
-
.form-floating >
|
|
3150
|
-
.form-floating >
|
|
3151
|
-
.form-floating > .form-control-plaintext ~ label::after,
|
|
3152
|
-
.form-floating > .form-select ~ label::after {
|
|
3153
|
+
.form-floating > textarea:focus ~ label::after,
|
|
3154
|
+
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
|
|
3153
3155
|
position: absolute;
|
|
3154
3156
|
inset: 1rem 0.375rem;
|
|
3155
3157
|
z-index: -1;
|
|
@@ -3158,10 +3160,8 @@ textarea.form-control-lg {
|
|
|
3158
3160
|
background-color: var(--bs-body-bg);
|
|
3159
3161
|
border-radius: var(--bs-border-radius);
|
|
3160
3162
|
}
|
|
3161
|
-
.form-floating >
|
|
3162
|
-
color:
|
|
3163
|
-
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3164
|
-
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3163
|
+
.form-floating > textarea:disabled ~ label::after {
|
|
3164
|
+
background-color: var(--bs-secondary-bg);
|
|
3165
3165
|
}
|
|
3166
3166
|
.form-floating > .form-control-plaintext ~ label {
|
|
3167
3167
|
border-width: var(--bs-border-width) 0;
|
|
@@ -3170,10 +3170,6 @@ textarea.form-control-lg {
|
|
|
3170
3170
|
.form-floating > .form-control:disabled ~ label {
|
|
3171
3171
|
color: #6c757d;
|
|
3172
3172
|
}
|
|
3173
|
-
.form-floating > :disabled ~ label::after,
|
|
3174
|
-
.form-floating > .form-control:disabled ~ label::after {
|
|
3175
|
-
background-color: var(--bs-secondary-bg);
|
|
3176
|
-
}
|
|
3177
3173
|
|
|
3178
3174
|
.input-group {
|
|
3179
3175
|
position: relative;
|
|
@@ -3262,7 +3258,7 @@ textarea.form-control-lg {
|
|
|
3262
3258
|
border-bottom-right-radius: 0;
|
|
3263
3259
|
}
|
|
3264
3260
|
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
|
|
3265
|
-
margin-left: calc(var(--bs-border-width)
|
|
3261
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
3266
3262
|
border-top-left-radius: 0;
|
|
3267
3263
|
border-bottom-left-radius: 0;
|
|
3268
3264
|
}
|
|
@@ -3304,7 +3300,7 @@ textarea.form-control-lg {
|
|
|
3304
3300
|
.was-validated .form-control:valid, .form-control.is-valid {
|
|
3305
3301
|
border-color: var(--bs-form-valid-border-color);
|
|
3306
3302
|
padding-right: calc(1.5em + 0.75rem);
|
|
3307
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233c8f38' 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.
|
|
3303
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233c8f38' 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");
|
|
3308
3304
|
background-repeat: no-repeat;
|
|
3309
3305
|
background-position: right calc(0.375em + 0.1875rem) center;
|
|
3310
3306
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -3323,7 +3319,7 @@ textarea.form-control-lg {
|
|
|
3323
3319
|
border-color: var(--bs-form-valid-border-color);
|
|
3324
3320
|
}
|
|
3325
3321
|
.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"] {
|
|
3326
|
-
--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='%233c8f38' 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.
|
|
3322
|
+
--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='%233c8f38' 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");
|
|
3327
3323
|
padding-right: 4.125rem;
|
|
3328
3324
|
background-position: right 0.75rem center, center right 2.25rem;
|
|
3329
3325
|
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -3539,12 +3535,12 @@ textarea.form-control-lg {
|
|
|
3539
3535
|
--bs-btn-bg: #221684;
|
|
3540
3536
|
--bs-btn-border-color: #221684;
|
|
3541
3537
|
--bs-btn-hover-color: #fff;
|
|
3542
|
-
--bs-btn-hover-bg:
|
|
3543
|
-
--bs-btn-hover-border-color:
|
|
3538
|
+
--bs-btn-hover-bg: rgb(28.9, 18.7, 112.2);
|
|
3539
|
+
--bs-btn-hover-border-color: rgb(27.2, 17.6, 105.6);
|
|
3544
3540
|
--bs-btn-focus-shadow-rgb: 67, 57, 150;
|
|
3545
3541
|
--bs-btn-active-color: #fff;
|
|
3546
|
-
--bs-btn-active-bg:
|
|
3547
|
-
--bs-btn-active-border-color:
|
|
3542
|
+
--bs-btn-active-bg: rgb(27.2, 17.6, 105.6);
|
|
3543
|
+
--bs-btn-active-border-color: rgb(25.5, 16.5, 99);
|
|
3548
3544
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3549
3545
|
--bs-btn-disabled-color: #fff;
|
|
3550
3546
|
--bs-btn-disabled-bg: #221684;
|
|
@@ -3556,12 +3552,12 @@ textarea.form-control-lg {
|
|
|
3556
3552
|
--bs-btn-bg: #f25924;
|
|
3557
3553
|
--bs-btn-border-color: #f25924;
|
|
3558
3554
|
--bs-btn-hover-color: #000;
|
|
3559
|
-
--bs-btn-hover-bg:
|
|
3560
|
-
--bs-btn-hover-border-color:
|
|
3555
|
+
--bs-btn-hover-bg: rgb(243.95, 113.9, 68.85);
|
|
3556
|
+
--bs-btn-hover-border-color: rgb(243.3, 105.6, 57.9);
|
|
3561
3557
|
--bs-btn-focus-shadow-rgb: 206, 76, 31;
|
|
3562
3558
|
--bs-btn-active-color: #000;
|
|
3563
|
-
--bs-btn-active-bg:
|
|
3564
|
-
--bs-btn-active-border-color:
|
|
3559
|
+
--bs-btn-active-bg: rgb(244.6, 122.2, 79.8);
|
|
3560
|
+
--bs-btn-active-border-color: rgb(243.3, 105.6, 57.9);
|
|
3565
3561
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3566
3562
|
--bs-btn-disabled-color: #000;
|
|
3567
3563
|
--bs-btn-disabled-bg: #f25924;
|
|
@@ -3573,12 +3569,12 @@ textarea.form-control-lg {
|
|
|
3573
3569
|
--bs-btn-bg: #3c8f38;
|
|
3574
3570
|
--bs-btn-border-color: #3c8f38;
|
|
3575
3571
|
--bs-btn-hover-color: #000;
|
|
3576
|
-
--bs-btn-hover-bg:
|
|
3577
|
-
--bs-btn-hover-border-color:
|
|
3572
|
+
--bs-btn-hover-bg: rgb(89.25, 159.8, 85.85);
|
|
3573
|
+
--bs-btn-hover-border-color: rgb(79.5, 154.2, 75.9);
|
|
3578
3574
|
--bs-btn-focus-shadow-rgb: 51, 122, 48;
|
|
3579
3575
|
--bs-btn-active-color: #000;
|
|
3580
|
-
--bs-btn-active-bg:
|
|
3581
|
-
--bs-btn-active-border-color:
|
|
3576
|
+
--bs-btn-active-bg: rgb(99, 165.4, 95.8);
|
|
3577
|
+
--bs-btn-active-border-color: rgb(79.5, 154.2, 75.9);
|
|
3582
3578
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3583
3579
|
--bs-btn-disabled-color: #000;
|
|
3584
3580
|
--bs-btn-disabled-bg: #3c8f38;
|
|
@@ -3590,12 +3586,12 @@ textarea.form-control-lg {
|
|
|
3590
3586
|
--bs-btn-bg: #2b768a;
|
|
3591
3587
|
--bs-btn-border-color: #2b768a;
|
|
3592
3588
|
--bs-btn-hover-color: #fff;
|
|
3593
|
-
--bs-btn-hover-bg:
|
|
3594
|
-
--bs-btn-hover-border-color:
|
|
3589
|
+
--bs-btn-hover-bg: rgb(36.55, 100.3, 117.3);
|
|
3590
|
+
--bs-btn-hover-border-color: rgb(34.4, 94.4, 110.4);
|
|
3595
3591
|
--bs-btn-focus-shadow-rgb: 75, 139, 156;
|
|
3596
3592
|
--bs-btn-active-color: #fff;
|
|
3597
|
-
--bs-btn-active-bg:
|
|
3598
|
-
--bs-btn-active-border-color:
|
|
3593
|
+
--bs-btn-active-bg: rgb(34.4, 94.4, 110.4);
|
|
3594
|
+
--bs-btn-active-border-color: rgb(32.25, 88.5, 103.5);
|
|
3599
3595
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3600
3596
|
--bs-btn-disabled-color: #fff;
|
|
3601
3597
|
--bs-btn-disabled-bg: #2b768a;
|
|
@@ -3607,12 +3603,12 @@ textarea.form-control-lg {
|
|
|
3607
3603
|
--bs-btn-bg: #e1ab00;
|
|
3608
3604
|
--bs-btn-border-color: #e1ab00;
|
|
3609
3605
|
--bs-btn-hover-color: #000;
|
|
3610
|
-
--bs-btn-hover-bg:
|
|
3611
|
-
--bs-btn-hover-border-color:
|
|
3606
|
+
--bs-btn-hover-bg: rgb(229.5, 183.6, 38.25);
|
|
3607
|
+
--bs-btn-hover-border-color: rgb(228, 179.4, 25.5);
|
|
3612
3608
|
--bs-btn-focus-shadow-rgb: 191, 145, 0;
|
|
3613
3609
|
--bs-btn-active-color: #000;
|
|
3614
|
-
--bs-btn-active-bg:
|
|
3615
|
-
--bs-btn-active-border-color:
|
|
3610
|
+
--bs-btn-active-bg: rgb(231, 187.8, 51);
|
|
3611
|
+
--bs-btn-active-border-color: rgb(228, 179.4, 25.5);
|
|
3616
3612
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3617
3613
|
--bs-btn-disabled-color: #000;
|
|
3618
3614
|
--bs-btn-disabled-bg: #e1ab00;
|
|
@@ -3624,12 +3620,12 @@ textarea.form-control-lg {
|
|
|
3624
3620
|
--bs-btn-bg: #b8282a;
|
|
3625
3621
|
--bs-btn-border-color: #b8282a;
|
|
3626
3622
|
--bs-btn-hover-color: #fff;
|
|
3627
|
-
--bs-btn-hover-bg:
|
|
3628
|
-
--bs-btn-hover-border-color:
|
|
3623
|
+
--bs-btn-hover-bg: rgb(156.4, 34, 35.7);
|
|
3624
|
+
--bs-btn-hover-border-color: rgb(147.2, 32, 33.6);
|
|
3629
3625
|
--bs-btn-focus-shadow-rgb: 195, 72, 74;
|
|
3630
3626
|
--bs-btn-active-color: #fff;
|
|
3631
|
-
--bs-btn-active-bg:
|
|
3632
|
-
--bs-btn-active-border-color:
|
|
3627
|
+
--bs-btn-active-bg: rgb(147.2, 32, 33.6);
|
|
3628
|
+
--bs-btn-active-border-color: rgb(138, 30, 31.5);
|
|
3633
3629
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3634
3630
|
--bs-btn-disabled-color: #fff;
|
|
3635
3631
|
--bs-btn-disabled-bg: #b8282a;
|
|
@@ -3658,12 +3654,12 @@ textarea.form-control-lg {
|
|
|
3658
3654
|
--bs-btn-bg: #2e3338;
|
|
3659
3655
|
--bs-btn-border-color: #2e3338;
|
|
3660
3656
|
--bs-btn-hover-color: #fff;
|
|
3661
|
-
--bs-btn-hover-bg:
|
|
3662
|
-
--bs-btn-hover-border-color:
|
|
3657
|
+
--bs-btn-hover-bg: rgb(77.35, 81.6, 85.85);
|
|
3658
|
+
--bs-btn-hover-border-color: rgb(66.9, 71.4, 75.9);
|
|
3663
3659
|
--bs-btn-focus-shadow-rgb: 77, 82, 86;
|
|
3664
3660
|
--bs-btn-active-color: #fff;
|
|
3665
|
-
--bs-btn-active-bg:
|
|
3666
|
-
--bs-btn-active-border-color:
|
|
3661
|
+
--bs-btn-active-bg: rgb(87.8, 91.8, 95.8);
|
|
3662
|
+
--bs-btn-active-border-color: rgb(66.9, 71.4, 75.9);
|
|
3667
3663
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
3668
3664
|
--bs-btn-disabled-color: #fff;
|
|
3669
3665
|
--bs-btn-disabled-bg: #2e3338;
|
|
@@ -4241,7 +4237,7 @@ textarea.form-control-lg {
|
|
|
4241
4237
|
}
|
|
4242
4238
|
.btn-group > :not(.btn-check:first-child) + .btn,
|
|
4243
4239
|
.btn-group > .btn-group:not(:first-child) {
|
|
4244
|
-
margin-left: calc(var(--bs-border-width)
|
|
4240
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
4245
4241
|
}
|
|
4246
4242
|
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
|
4247
4243
|
.btn-group > .btn.dropdown-toggle-split:first-child,
|
|
@@ -4291,14 +4287,15 @@ textarea.form-control-lg {
|
|
|
4291
4287
|
}
|
|
4292
4288
|
.btn-group-vertical > .btn:not(:first-child),
|
|
4293
4289
|
.btn-group-vertical > .btn-group:not(:first-child) {
|
|
4294
|
-
margin-top: calc(var(--bs-border-width)
|
|
4290
|
+
margin-top: calc(-1 * var(--bs-border-width));
|
|
4295
4291
|
}
|
|
4296
4292
|
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
|
|
4297
4293
|
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
|
|
4298
4294
|
border-bottom-right-radius: 0;
|
|
4299
4295
|
border-bottom-left-radius: 0;
|
|
4300
4296
|
}
|
|
4301
|
-
.btn-group-vertical > .btn
|
|
4297
|
+
.btn-group-vertical > .btn:nth-child(n+3),
|
|
4298
|
+
.btn-group-vertical > :not(.btn-check) + .btn,
|
|
4302
4299
|
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
|
|
4303
4300
|
border-top-left-radius: 0;
|
|
4304
4301
|
border-top-right-radius: 0;
|
|
@@ -4425,10 +4422,10 @@ textarea.form-control-lg {
|
|
|
4425
4422
|
|
|
4426
4423
|
.nav-justified > .nav-link,
|
|
4427
4424
|
.nav-justified .nav-item {
|
|
4428
|
-
-ms-flex-preferred-size: 0;
|
|
4429
|
-
flex-basis: 0;
|
|
4430
4425
|
-ms-flex-positive: 1;
|
|
4431
4426
|
flex-grow: 1;
|
|
4427
|
+
-ms-flex-preferred-size: 0;
|
|
4428
|
+
flex-basis: 0;
|
|
4432
4429
|
text-align: center;
|
|
4433
4430
|
}
|
|
4434
4431
|
|
|
@@ -4539,10 +4536,10 @@ textarea.form-control-lg {
|
|
|
4539
4536
|
}
|
|
4540
4537
|
|
|
4541
4538
|
.navbar-collapse {
|
|
4542
|
-
-ms-flex-preferred-size: 100%;
|
|
4543
|
-
flex-basis: 100%;
|
|
4544
4539
|
-ms-flex-positive: 1;
|
|
4545
4540
|
flex-grow: 1;
|
|
4541
|
+
-ms-flex-preferred-size: 100%;
|
|
4542
|
+
flex-basis: 100%;
|
|
4546
4543
|
-ms-flex-align: center;
|
|
4547
4544
|
align-items: center;
|
|
4548
4545
|
}
|
|
@@ -5097,8 +5094,8 @@ textarea.form-control-lg {
|
|
|
5097
5094
|
flex-flow: row wrap;
|
|
5098
5095
|
}
|
|
5099
5096
|
.card-group > .card {
|
|
5100
|
-
-ms-flex: 1 0
|
|
5101
|
-
flex: 1 0 0
|
|
5097
|
+
-ms-flex: 1 0 0px;
|
|
5098
|
+
flex: 1 0 0;
|
|
5102
5099
|
margin-bottom: 0;
|
|
5103
5100
|
}
|
|
5104
5101
|
.card-group > .card + .card {
|
|
@@ -5109,24 +5106,24 @@ textarea.form-control-lg {
|
|
|
5109
5106
|
border-top-right-radius: 0;
|
|
5110
5107
|
border-bottom-right-radius: 0;
|
|
5111
5108
|
}
|
|
5112
|
-
.card-group > .card:not(:last-child) .card-img-top,
|
|
5113
|
-
.card-group > .card:not(:last-child) .card-header {
|
|
5109
|
+
.card-group > .card:not(:last-child) > .card-img-top,
|
|
5110
|
+
.card-group > .card:not(:last-child) > .card-header {
|
|
5114
5111
|
border-top-right-radius: 0;
|
|
5115
5112
|
}
|
|
5116
|
-
.card-group > .card:not(:last-child) .card-img-bottom,
|
|
5117
|
-
.card-group > .card:not(:last-child) .card-footer {
|
|
5113
|
+
.card-group > .card:not(:last-child) > .card-img-bottom,
|
|
5114
|
+
.card-group > .card:not(:last-child) > .card-footer {
|
|
5118
5115
|
border-bottom-right-radius: 0;
|
|
5119
5116
|
}
|
|
5120
5117
|
.card-group > .card:not(:first-child) {
|
|
5121
5118
|
border-top-left-radius: 0;
|
|
5122
5119
|
border-bottom-left-radius: 0;
|
|
5123
5120
|
}
|
|
5124
|
-
.card-group > .card:not(:first-child) .card-img-top,
|
|
5125
|
-
.card-group > .card:not(:first-child) .card-header {
|
|
5121
|
+
.card-group > .card:not(:first-child) > .card-img-top,
|
|
5122
|
+
.card-group > .card:not(:first-child) > .card-header {
|
|
5126
5123
|
border-top-left-radius: 0;
|
|
5127
5124
|
}
|
|
5128
|
-
.card-group > .card:not(:first-child) .card-img-bottom,
|
|
5129
|
-
.card-group > .card:not(:first-child) .card-footer {
|
|
5125
|
+
.card-group > .card:not(:first-child) > .card-img-bottom,
|
|
5126
|
+
.card-group > .card:not(:first-child) > .card-footer {
|
|
5130
5127
|
border-bottom-left-radius: 0;
|
|
5131
5128
|
}
|
|
5132
5129
|
}
|
|
@@ -5143,11 +5140,11 @@ textarea.form-control-lg {
|
|
|
5143
5140
|
--bs-accordion-btn-padding-y: 1rem;
|
|
5144
5141
|
--bs-accordion-btn-color: var(--bs-body-color);
|
|
5145
5142
|
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
|
5146
|
-
--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='
|
|
5143
|
+
--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");
|
|
5147
5144
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
5148
5145
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
5149
5146
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
5150
|
-
--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='%
|
|
5147
|
+
--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%2813.6, 8.8, 52.8%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
5151
5148
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.25);
|
|
5152
5149
|
--bs-accordion-body-padding-x: 1.25rem;
|
|
5153
5150
|
--bs-accordion-body-padding-y: 1rem;
|
|
@@ -5261,16 +5258,15 @@ textarea.form-control-lg {
|
|
|
5261
5258
|
.accordion-flush > .accordion-item:last-child {
|
|
5262
5259
|
border-bottom: 0;
|
|
5263
5260
|
}
|
|
5264
|
-
.accordion-flush > .accordion-item > .accordion-
|
|
5265
|
-
|
|
5266
|
-
|
|
5267
|
-
.accordion-flush > .accordion-item > .accordion-collapse {
|
|
5261
|
+
.accordion-flush > .accordion-item > .accordion-collapse,
|
|
5262
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
|
|
5263
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
|
|
5268
5264
|
border-radius: 0;
|
|
5269
5265
|
}
|
|
5270
5266
|
|
|
5271
5267
|
[data-bs-theme=dark] .accordion-button::after {
|
|
5272
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
5273
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
5268
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28122.4, 115.2, 181.2%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");
|
|
5269
|
+
--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%28122.4, 115.2, 181.2%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");
|
|
5274
5270
|
}
|
|
5275
5271
|
|
|
5276
5272
|
.breadcrumb {
|
|
@@ -5377,7 +5373,7 @@ textarea.form-control-lg {
|
|
|
5377
5373
|
}
|
|
5378
5374
|
|
|
5379
5375
|
.page-item:not(:first-child) .page-link {
|
|
5380
|
-
margin-left: calc(var(--bs-border-width)
|
|
5376
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
5381
5377
|
}
|
|
5382
5378
|
.page-item:first-child .page-link {
|
|
5383
5379
|
border-top-left-radius: var(--bs-pagination-border-radius);
|
|
@@ -5589,13 +5585,13 @@ textarea.form-control-lg {
|
|
|
5589
5585
|
|
|
5590
5586
|
@-webkit-keyframes progress-bar-stripes {
|
|
5591
5587
|
0% {
|
|
5592
|
-
background-position-x:
|
|
5588
|
+
background-position-x: var(--bs-progress-height);
|
|
5593
5589
|
}
|
|
5594
5590
|
}
|
|
5595
5591
|
|
|
5596
5592
|
@keyframes progress-bar-stripes {
|
|
5597
5593
|
0% {
|
|
5598
|
-
background-position-x:
|
|
5594
|
+
background-position-x: var(--bs-progress-height);
|
|
5599
5595
|
}
|
|
5600
5596
|
}
|
|
5601
5597
|
.progress,
|
|
@@ -5697,22 +5693,6 @@ textarea.form-control-lg {
|
|
|
5697
5693
|
counter-increment: section;
|
|
5698
5694
|
}
|
|
5699
5695
|
|
|
5700
|
-
.list-group-item-action {
|
|
5701
|
-
width: 100%;
|
|
5702
|
-
color: var(--bs-list-group-action-color);
|
|
5703
|
-
text-align: inherit;
|
|
5704
|
-
}
|
|
5705
|
-
.list-group-item-action:hover, .list-group-item-action:focus {
|
|
5706
|
-
z-index: 1;
|
|
5707
|
-
color: var(--bs-list-group-action-hover-color);
|
|
5708
|
-
text-decoration: none;
|
|
5709
|
-
background-color: var(--bs-list-group-action-hover-bg);
|
|
5710
|
-
}
|
|
5711
|
-
.list-group-item-action:active {
|
|
5712
|
-
color: var(--bs-list-group-action-active-color);
|
|
5713
|
-
background-color: var(--bs-list-group-action-active-bg);
|
|
5714
|
-
}
|
|
5715
|
-
|
|
5716
5696
|
.list-group-item {
|
|
5717
5697
|
position: relative;
|
|
5718
5698
|
display: block;
|
|
@@ -5749,6 +5729,22 @@ textarea.form-control-lg {
|
|
|
5749
5729
|
border-top-width: var(--bs-list-group-border-width);
|
|
5750
5730
|
}
|
|
5751
5731
|
|
|
5732
|
+
.list-group-item-action {
|
|
5733
|
+
width: 100%;
|
|
5734
|
+
color: var(--bs-list-group-action-color);
|
|
5735
|
+
text-align: inherit;
|
|
5736
|
+
}
|
|
5737
|
+
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
|
|
5738
|
+
z-index: 1;
|
|
5739
|
+
color: var(--bs-list-group-action-hover-color);
|
|
5740
|
+
text-decoration: none;
|
|
5741
|
+
background-color: var(--bs-list-group-action-hover-bg);
|
|
5742
|
+
}
|
|
5743
|
+
.list-group-item-action:not(.active):active {
|
|
5744
|
+
color: var(--bs-list-group-action-active-color);
|
|
5745
|
+
background-color: var(--bs-list-group-action-active-bg);
|
|
5746
|
+
}
|
|
5747
|
+
|
|
5752
5748
|
.list-group-horizontal {
|
|
5753
5749
|
-ms-flex-direction: row;
|
|
5754
5750
|
flex-direction: row;
|
|
@@ -6014,19 +6010,20 @@ textarea.form-control-lg {
|
|
|
6014
6010
|
|
|
6015
6011
|
.btn-close {
|
|
6016
6012
|
--bs-btn-close-color: #000;
|
|
6017
|
-
--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.
|
|
6013
|
+
--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");
|
|
6018
6014
|
--bs-btn-close-opacity: 0.5;
|
|
6019
6015
|
--bs-btn-close-hover-opacity: 0.75;
|
|
6020
6016
|
--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.25);
|
|
6021
6017
|
--bs-btn-close-focus-opacity: 1;
|
|
6022
6018
|
--bs-btn-close-disabled-opacity: 0.25;
|
|
6023
|
-
--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6024
6019
|
box-sizing: content-box;
|
|
6025
6020
|
width: 1em;
|
|
6026
6021
|
height: 1em;
|
|
6027
6022
|
padding: 0.25em 0.25em;
|
|
6028
6023
|
color: var(--bs-btn-close-color);
|
|
6029
6024
|
background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
|
|
6025
|
+
-webkit-filter: var(--bs-btn-close-filter);
|
|
6026
|
+
filter: var(--bs-btn-close-filter);
|
|
6030
6027
|
border: 0;
|
|
6031
6028
|
border-radius: 0.375rem;
|
|
6032
6029
|
opacity: var(--bs-btn-close-opacity);
|
|
@@ -6051,13 +6048,16 @@ textarea.form-control-lg {
|
|
|
6051
6048
|
}
|
|
6052
6049
|
|
|
6053
6050
|
.btn-close-white {
|
|
6054
|
-
|
|
6055
|
-
filter: var(--bs-btn-close-white-filter);
|
|
6051
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6056
6052
|
}
|
|
6057
6053
|
|
|
6058
|
-
|
|
6059
|
-
|
|
6060
|
-
|
|
6054
|
+
:root,
|
|
6055
|
+
[data-bs-theme=light] {
|
|
6056
|
+
--bs-btn-close-filter: ;
|
|
6057
|
+
}
|
|
6058
|
+
|
|
6059
|
+
[data-bs-theme=dark] {
|
|
6060
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6061
6061
|
}
|
|
6062
6062
|
|
|
6063
6063
|
.toast {
|
|
@@ -6136,7 +6136,7 @@ textarea.form-control-lg {
|
|
|
6136
6136
|
--bs-modal-width: 500px;
|
|
6137
6137
|
--bs-modal-padding: 1rem;
|
|
6138
6138
|
--bs-modal-margin: 0.5rem;
|
|
6139
|
-
--bs-modal-color: ;
|
|
6139
|
+
--bs-modal-color: var(--bs-body-color);
|
|
6140
6140
|
--bs-modal-bg: var(--bs-body-bg);
|
|
6141
6141
|
--bs-modal-border-color: var(--bs-border-color-translucent);
|
|
6142
6142
|
--bs-modal-border-width: var(--bs-border-width);
|
|
@@ -6172,11 +6172,11 @@ textarea.form-control-lg {
|
|
|
6172
6172
|
pointer-events: none;
|
|
6173
6173
|
}
|
|
6174
6174
|
.modal.fade .modal-dialog {
|
|
6175
|
+
-webkit-transform: translate(0, -50px);
|
|
6176
|
+
transform: translate(0, -50px);
|
|
6175
6177
|
transition: -webkit-transform 0.3s ease-out;
|
|
6176
6178
|
transition: transform 0.3s ease-out;
|
|
6177
6179
|
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
|
|
6178
|
-
-webkit-transform: translate(0, -50px);
|
|
6179
|
-
transform: translate(0, -50px);
|
|
6180
6180
|
}
|
|
6181
6181
|
@media (prefers-reduced-motion: reduce) {
|
|
6182
6182
|
.modal.fade .modal-dialog {
|
|
@@ -6260,7 +6260,10 @@ textarea.form-control-lg {
|
|
|
6260
6260
|
}
|
|
6261
6261
|
.modal-header .btn-close {
|
|
6262
6262
|
padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
|
|
6263
|
-
margin: calc(-0.5 * var(--bs-modal-header-padding-y))
|
|
6263
|
+
margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
6264
|
+
margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
|
|
6265
|
+
margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
6266
|
+
margin-left: auto;
|
|
6264
6267
|
}
|
|
6265
6268
|
|
|
6266
6269
|
.modal-title {
|
|
@@ -6796,6 +6799,8 @@ textarea.form-control-lg {
|
|
|
6796
6799
|
color: #fff;
|
|
6797
6800
|
text-align: center;
|
|
6798
6801
|
background: none;
|
|
6802
|
+
-webkit-filter: var(--bs-carousel-control-icon-filter);
|
|
6803
|
+
filter: var(--bs-carousel-control-icon-filter);
|
|
6799
6804
|
border: 0;
|
|
6800
6805
|
opacity: 0.5;
|
|
6801
6806
|
transition: opacity 0.15s ease;
|
|
@@ -6834,11 +6839,11 @@ textarea.form-control-lg {
|
|
|
6834
6839
|
}
|
|
6835
6840
|
|
|
6836
6841
|
.carousel-control-prev-icon {
|
|
6837
|
-
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
|
|
6842
|
+
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")*/;
|
|
6838
6843
|
}
|
|
6839
6844
|
|
|
6840
6845
|
.carousel-control-next-icon {
|
|
6841
|
-
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-.
|
|
6846
|
+
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")*/;
|
|
6842
6847
|
}
|
|
6843
6848
|
|
|
6844
6849
|
.carousel-indicators {
|
|
@@ -6867,7 +6872,7 @@ textarea.form-control-lg {
|
|
|
6867
6872
|
margin-left: 3px;
|
|
6868
6873
|
text-indent: -999px;
|
|
6869
6874
|
cursor: pointer;
|
|
6870
|
-
background-color:
|
|
6875
|
+
background-color: var(--bs-carousel-indicator-active-bg);
|
|
6871
6876
|
background-clip: padding-box;
|
|
6872
6877
|
border: 0;
|
|
6873
6878
|
border-top: 10px solid transparent;
|
|
@@ -6891,33 +6896,27 @@ textarea.form-control-lg {
|
|
|
6891
6896
|
left: 15%;
|
|
6892
6897
|
padding-top: 1.25rem;
|
|
6893
6898
|
padding-bottom: 1.25rem;
|
|
6894
|
-
color:
|
|
6899
|
+
color: var(--bs-carousel-caption-color);
|
|
6895
6900
|
text-align: center;
|
|
6896
6901
|
}
|
|
6897
6902
|
|
|
6898
|
-
.carousel-dark
|
|
6899
|
-
|
|
6900
|
-
-
|
|
6901
|
-
|
|
6902
|
-
}
|
|
6903
|
-
.carousel-dark .carousel-indicators [data-bs-target] {
|
|
6904
|
-
background-color: #000;
|
|
6905
|
-
}
|
|
6906
|
-
.carousel-dark .carousel-caption {
|
|
6907
|
-
color: #000;
|
|
6903
|
+
.carousel-dark {
|
|
6904
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
6905
|
+
--bs-carousel-caption-color: #000;
|
|
6906
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
6908
6907
|
}
|
|
6909
6908
|
|
|
6910
|
-
|
|
6911
|
-
[data-bs-theme=
|
|
6912
|
-
|
|
6913
|
-
-
|
|
6914
|
-
|
|
6915
|
-
}
|
|
6916
|
-
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
|
|
6917
|
-
background-color: #000;
|
|
6909
|
+
:root,
|
|
6910
|
+
[data-bs-theme=light] {
|
|
6911
|
+
--bs-carousel-indicator-active-bg: #fff;
|
|
6912
|
+
--bs-carousel-caption-color: #fff;
|
|
6913
|
+
--bs-carousel-control-icon-filter: ;
|
|
6918
6914
|
}
|
|
6919
|
-
|
|
6920
|
-
|
|
6915
|
+
|
|
6916
|
+
[data-bs-theme=dark] {
|
|
6917
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
6918
|
+
--bs-carousel-caption-color: #000;
|
|
6919
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
6921
6920
|
}
|
|
6922
6921
|
|
|
6923
6922
|
.spinner-grow,
|
|
@@ -7544,7 +7543,10 @@ textarea.form-control-lg {
|
|
|
7544
7543
|
}
|
|
7545
7544
|
.offcanvas-header .btn-close {
|
|
7546
7545
|
padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
|
|
7547
|
-
margin: calc(-0.5 * var(--bs-offcanvas-padding-y))
|
|
7546
|
+
margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
7547
|
+
margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
|
|
7548
|
+
margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
7549
|
+
margin-left: auto;
|
|
7548
7550
|
}
|
|
7549
7551
|
|
|
7550
7552
|
.offcanvas-title {
|
|
@@ -7912,6 +7914,10 @@ textarea.form-control-lg {
|
|
|
7912
7914
|
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
|
|
7913
7915
|
position: absolute !important;
|
|
7914
7916
|
}
|
|
7917
|
+
.visually-hidden *,
|
|
7918
|
+
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
|
|
7919
|
+
overflow: hidden !important;
|
|
7920
|
+
}
|
|
7915
7921
|
|
|
7916
7922
|
.stretched-link::after {
|
|
7917
7923
|
position: absolute;
|
|
@@ -7940,8 +7946,10 @@ textarea.form-control-lg {
|
|
|
7940
7946
|
opacity: 0.25;
|
|
7941
7947
|
}
|
|
7942
7948
|
|
|
7943
|
-
@media (
|
|
7944
|
-
.bcl-sidebar
|
|
7949
|
+
@media (max-width: 767.98px) {
|
|
7950
|
+
.bcl-sidebar .dropdown-toggle,
|
|
7951
|
+
.bcl-sidebar h2,
|
|
7952
|
+
.bcl-sidebar .h2 {
|
|
7945
7953
|
font-size: 1.5rem;
|
|
7946
7954
|
}
|
|
7947
7955
|
}
|
|
@@ -17158,37 +17166,37 @@ svg {
|
|
|
17158
17166
|
.card.text-bg-primary .card-header,
|
|
17159
17167
|
.card.text-bg-primary .card-footer {
|
|
17160
17168
|
border: none;
|
|
17161
|
-
background:
|
|
17169
|
+
background: rgb(27.2, 17.6, 105.6);
|
|
17162
17170
|
}
|
|
17163
17171
|
|
|
17164
17172
|
.card.text-bg-secondary .card-header,
|
|
17165
17173
|
.card.text-bg-secondary .card-footer {
|
|
17166
17174
|
border: none;
|
|
17167
|
-
background:
|
|
17175
|
+
background: rgb(193.6, 71.2, 28.8);
|
|
17168
17176
|
}
|
|
17169
17177
|
|
|
17170
17178
|
.card.text-bg-success .card-header,
|
|
17171
17179
|
.card.text-bg-success .card-footer {
|
|
17172
17180
|
border: none;
|
|
17173
|
-
background:
|
|
17181
|
+
background: rgb(48, 114.4, 44.8);
|
|
17174
17182
|
}
|
|
17175
17183
|
|
|
17176
17184
|
.card.text-bg-info .card-header,
|
|
17177
17185
|
.card.text-bg-info .card-footer {
|
|
17178
17186
|
border: none;
|
|
17179
|
-
background:
|
|
17187
|
+
background: rgb(34.4, 94.4, 110.4);
|
|
17180
17188
|
}
|
|
17181
17189
|
|
|
17182
17190
|
.card.text-bg-warning .card-header,
|
|
17183
17191
|
.card.text-bg-warning .card-footer {
|
|
17184
17192
|
border: none;
|
|
17185
|
-
background:
|
|
17193
|
+
background: rgb(180, 136.8, 0);
|
|
17186
17194
|
}
|
|
17187
17195
|
|
|
17188
17196
|
.card.text-bg-danger .card-header,
|
|
17189
17197
|
.card.text-bg-danger .card-footer {
|
|
17190
17198
|
border: none;
|
|
17191
|
-
background:
|
|
17199
|
+
background: rgb(147.2, 32, 33.6);
|
|
17192
17200
|
}
|
|
17193
17201
|
|
|
17194
17202
|
.card.text-bg-light .card-header,
|
|
@@ -17200,7 +17208,7 @@ svg {
|
|
|
17200
17208
|
.card.text-bg-dark .card-header,
|
|
17201
17209
|
.card.text-bg-dark .card-footer {
|
|
17202
17210
|
border: none;
|
|
17203
|
-
background:
|
|
17211
|
+
background: rgb(36.8, 40.8, 44.8);
|
|
17204
17212
|
}
|
|
17205
17213
|
|
|
17206
17214
|
body {
|
|
@@ -17943,11 +17951,11 @@ a.badge:focus-visible {
|
|
|
17943
17951
|
}
|
|
17944
17952
|
|
|
17945
17953
|
a.badge:focus-within.badge-outline-primary, a.badge:active.badge-outline-primary, a.badge:hover.badge-outline-primary {
|
|
17946
|
-
background-color:
|
|
17947
|
-
border-color:
|
|
17954
|
+
background-color: rgb(232.9, 231.7, 242.7) !important;
|
|
17955
|
+
border-color: rgb(28.9, 18.7, 112.2) !important;
|
|
17948
17956
|
}
|
|
17949
17957
|
a.badge:focus-within.text-bg-primary, a.badge:active.text-bg-primary, a.badge:hover.text-bg-primary {
|
|
17950
|
-
background-color:
|
|
17958
|
+
background-color: rgb(28.9, 18.7, 112.2) !important;
|
|
17951
17959
|
}
|
|
17952
17960
|
|
|
17953
17961
|
.badge.bg-secondary a,
|
|
@@ -17966,11 +17974,11 @@ a.badge:focus-within.text-bg-primary, a.badge:active.text-bg-primary, a.badge:ho
|
|
|
17966
17974
|
}
|
|
17967
17975
|
|
|
17968
17976
|
a.badge:focus-within.badge-outline-secondary, a.badge:active.badge-outline-secondary, a.badge:hover.badge-outline-secondary {
|
|
17969
|
-
background-color:
|
|
17970
|
-
border-color:
|
|
17977
|
+
background-color: rgb(253.7, 238.4, 233.1) !important;
|
|
17978
|
+
border-color: rgb(205.7, 75.65, 30.6) !important;
|
|
17971
17979
|
}
|
|
17972
17980
|
a.badge:focus-within.text-bg-secondary, a.badge:active.text-bg-secondary, a.badge:hover.text-bg-secondary {
|
|
17973
|
-
background-color:
|
|
17981
|
+
background-color: rgb(205.7, 75.65, 30.6) !important;
|
|
17974
17982
|
}
|
|
17975
17983
|
|
|
17976
17984
|
.badge.bg-success a,
|
|
@@ -17989,11 +17997,11 @@ a.badge:focus-within.text-bg-secondary, a.badge:active.text-bg-secondary, a.badg
|
|
|
17989
17997
|
}
|
|
17990
17998
|
|
|
17991
17999
|
a.badge:focus-within.badge-outline-success, a.badge:active.badge-outline-success, a.badge:hover.badge-outline-success {
|
|
17992
|
-
background-color:
|
|
17993
|
-
border-color:
|
|
18000
|
+
background-color: rgb(235.5, 243.8, 235.1) !important;
|
|
18001
|
+
border-color: rgb(51, 121.55, 47.6) !important;
|
|
17994
18002
|
}
|
|
17995
18003
|
a.badge:focus-within.text-bg-success, a.badge:active.text-bg-success, a.badge:hover.text-bg-success {
|
|
17996
|
-
background-color:
|
|
18004
|
+
background-color: rgb(51, 121.55, 47.6) !important;
|
|
17997
18005
|
}
|
|
17998
18006
|
|
|
17999
18007
|
.badge.bg-info a,
|
|
@@ -18012,11 +18020,11 @@ a.badge:focus-within.text-bg-success, a.badge:active.text-bg-success, a.badge:ho
|
|
|
18012
18020
|
}
|
|
18013
18021
|
|
|
18014
18022
|
a.badge:focus-within.badge-outline-info, a.badge:active.badge-outline-info, a.badge:hover.badge-outline-info {
|
|
18015
|
-
background-color:
|
|
18016
|
-
border-color:
|
|
18023
|
+
background-color: rgb(233.8, 241.3, 243.3) !important;
|
|
18024
|
+
border-color: rgb(36.55, 100.3, 117.3) !important;
|
|
18017
18025
|
}
|
|
18018
18026
|
a.badge:focus-within.text-bg-info, a.badge:active.text-bg-info, a.badge:hover.text-bg-info {
|
|
18019
|
-
background-color:
|
|
18027
|
+
background-color: rgb(36.55, 100.3, 117.3) !important;
|
|
18020
18028
|
}
|
|
18021
18029
|
|
|
18022
18030
|
.badge.bg-warning a,
|
|
@@ -18035,11 +18043,11 @@ a.badge:focus-within.text-bg-info, a.badge:active.text-bg-info, a.badge:hover.te
|
|
|
18035
18043
|
}
|
|
18036
18044
|
|
|
18037
18045
|
a.badge:focus-within.badge-outline-warning, a.badge:active.badge-outline-warning, a.badge:hover.badge-outline-warning {
|
|
18038
|
-
background-color:
|
|
18039
|
-
border-color:
|
|
18046
|
+
background-color: rgb(252, 246.6, 229.5) !important;
|
|
18047
|
+
border-color: rgb(191.25, 145.35, 0) !important;
|
|
18040
18048
|
}
|
|
18041
18049
|
a.badge:focus-within.text-bg-warning, a.badge:active.text-bg-warning, a.badge:hover.text-bg-warning {
|
|
18042
|
-
background-color:
|
|
18050
|
+
background-color: rgb(191.25, 145.35, 0) !important;
|
|
18043
18051
|
}
|
|
18044
18052
|
|
|
18045
18053
|
.badge.bg-danger a,
|
|
@@ -18058,11 +18066,11 @@ a.badge:focus-within.text-bg-warning, a.badge:active.text-bg-warning, a.badge:ho
|
|
|
18058
18066
|
}
|
|
18059
18067
|
|
|
18060
18068
|
a.badge:focus-within.badge-outline-danger, a.badge:active.badge-outline-danger, a.badge:hover.badge-outline-danger {
|
|
18061
|
-
background-color:
|
|
18062
|
-
border-color:
|
|
18069
|
+
background-color: rgb(247.9, 233.5, 233.7) !important;
|
|
18070
|
+
border-color: rgb(156.4, 34, 35.7) !important;
|
|
18063
18071
|
}
|
|
18064
18072
|
a.badge:focus-within.text-bg-danger, a.badge:active.text-bg-danger, a.badge:hover.text-bg-danger {
|
|
18065
|
-
background-color:
|
|
18073
|
+
background-color: rgb(156.4, 34, 35.7) !important;
|
|
18066
18074
|
}
|
|
18067
18075
|
|
|
18068
18076
|
.badge.bg-light a,
|
|
@@ -18109,7 +18117,7 @@ a.badge:focus-within.badge-outline-dark, a.badge:active.badge-outline-dark, a.ba
|
|
|
18109
18117
|
border-color: #000;
|
|
18110
18118
|
}
|
|
18111
18119
|
a.badge:focus-within.text-bg-dark, a.badge:active.text-bg-dark, a.badge:hover.text-bg-dark {
|
|
18112
|
-
background-color:
|
|
18120
|
+
background-color: rgb(39.1, 43.35, 47.6) !important;
|
|
18113
18121
|
}
|
|
18114
18122
|
|
|
18115
18123
|
.ss-main.ss-1 {
|
|
@@ -18774,7 +18782,7 @@ select.multi-select {
|
|
|
18774
18782
|
:root {
|
|
18775
18783
|
--ss-bg-color: #ffffff;
|
|
18776
18784
|
--ss-font-color: #4d4d4d;
|
|
18777
|
-
--ss-font-placeholder-color:
|
|
18785
|
+
--ss-font-placeholder-color: #212529;
|
|
18778
18786
|
--ss-disabled-color: #dcdee2;
|
|
18779
18787
|
--ss-border-color: #dcdee2;
|
|
18780
18788
|
--ss-highlight-color: #fffb8c;
|
|
@@ -19621,7 +19629,13 @@ select.multi-select {
|
|
|
19621
19629
|
-ms-flex-align: center;
|
|
19622
19630
|
align-items: center;
|
|
19623
19631
|
white-space: normal;
|
|
19632
|
+
border-left: none;
|
|
19633
|
+
border-top: none;
|
|
19634
|
+
border-right: none;
|
|
19635
|
+
background: transparent;
|
|
19624
19636
|
border-bottom: 1px solid #dee2e6;
|
|
19637
|
+
width: 100%;
|
|
19638
|
+
padding: 1.25rem;
|
|
19625
19639
|
}
|
|
19626
19640
|
.bcl-inpage-navigation .dropdown-toggle:after {
|
|
19627
19641
|
display: none;
|
|
@@ -19646,6 +19660,7 @@ select.multi-select {
|
|
|
19646
19660
|
.bcl-inpage-navigation .bcl-heading {
|
|
19647
19661
|
margin-bottom: 0;
|
|
19648
19662
|
padding: 1.25rem;
|
|
19663
|
+
border-bottom: 1px solid #dee2e6;
|
|
19649
19664
|
}
|
|
19650
19665
|
.bcl-inpage-navigation ul {
|
|
19651
19666
|
padding: 0.75rem;
|