@cagovweb/state-template 6.3.1 → 6.3.2-beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/cagov.core.css +91 -105
- package/dist/css/cagov.core.min.css +4 -4
- package/dist/js/cagov.core.js +53 -27
- package/dist/js/cagov.core.min.js +4 -4
- package/dist/readme.md +2 -2
- package/package.json +2 -2
package/dist/css/cagov.core.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
/*! State Web Template Version 6.3.
|
|
2
|
+
/*! State Web Template Version 6.3.2-beta1 */
|
|
3
3
|
/*!
|
|
4
|
-
* Bootstrap v5.3.
|
|
5
|
-
* Copyright 2011-
|
|
4
|
+
* Bootstrap v5.3.3 (https://getbootstrap.com/)
|
|
5
|
+
* Copyright 2011-2024 The Bootstrap Authors
|
|
6
6
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
7
7
|
*/
|
|
8
8
|
:root,
|
|
@@ -100,6 +100,7 @@
|
|
|
100
100
|
--bs-link-hover-color: #0a58ca;
|
|
101
101
|
--bs-link-hover-color-rgb: 10, 88, 202;
|
|
102
102
|
--bs-code-color: #d63384;
|
|
103
|
+
--bs-highlight-color: #212529;
|
|
103
104
|
--bs-highlight-bg: #fff3cd;
|
|
104
105
|
--bs-border-width: 1px;
|
|
105
106
|
--bs-border-style: solid;
|
|
@@ -127,18 +128,18 @@
|
|
|
127
128
|
|
|
128
129
|
[data-bs-theme=dark] {
|
|
129
130
|
color-scheme: dark;
|
|
130
|
-
--bs-body-color: #
|
|
131
|
-
--bs-body-color-rgb:
|
|
131
|
+
--bs-body-color: #dee2e6;
|
|
132
|
+
--bs-body-color-rgb: 222, 226, 230;
|
|
132
133
|
--bs-body-bg: #212529;
|
|
133
134
|
--bs-body-bg-rgb: 33, 37, 41;
|
|
134
135
|
--bs-emphasis-color: #fff;
|
|
135
136
|
--bs-emphasis-color-rgb: 255, 255, 255;
|
|
136
|
-
--bs-secondary-color: rgba(
|
|
137
|
-
--bs-secondary-color-rgb:
|
|
137
|
+
--bs-secondary-color: rgba(222, 226, 230, 0.75);
|
|
138
|
+
--bs-secondary-color-rgb: 222, 226, 230;
|
|
138
139
|
--bs-secondary-bg: #343a40;
|
|
139
140
|
--bs-secondary-bg-rgb: 52, 58, 64;
|
|
140
|
-
--bs-tertiary-color: rgba(
|
|
141
|
-
--bs-tertiary-color-rgb:
|
|
141
|
+
--bs-tertiary-color: rgba(222, 226, 230, 0.5);
|
|
142
|
+
--bs-tertiary-color-rgb: 222, 226, 230;
|
|
142
143
|
--bs-tertiary-bg: #2b3035;
|
|
143
144
|
--bs-tertiary-bg-rgb: 43, 48, 53;
|
|
144
145
|
--bs-primary-text-emphasis: #6ea8fe;
|
|
@@ -171,6 +172,8 @@
|
|
|
171
172
|
--bs-link-color-rgb: 110, 168, 254;
|
|
172
173
|
--bs-link-hover-color-rgb: 139, 185, 254;
|
|
173
174
|
--bs-code-color: #e685b5;
|
|
175
|
+
--bs-highlight-color: #dee2e6;
|
|
176
|
+
--bs-highlight-bg: #664d03;
|
|
174
177
|
--bs-border-color: #495057;
|
|
175
178
|
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
176
179
|
--bs-form-valid-color: #75b798;
|
|
@@ -324,6 +327,7 @@ small, .small {
|
|
|
324
327
|
|
|
325
328
|
mark, .mark {
|
|
326
329
|
padding: 0.1875em;
|
|
330
|
+
color: var(--bs-highlight-color);
|
|
327
331
|
background-color: var(--bs-highlight-bg);
|
|
328
332
|
}
|
|
329
333
|
|
|
@@ -539,8 +543,8 @@ legend + * {
|
|
|
539
543
|
}
|
|
540
544
|
|
|
541
545
|
[type=search] {
|
|
542
|
-
outline-offset: -2px;
|
|
543
546
|
-webkit-appearance: textfield;
|
|
547
|
+
outline-offset: -2px;
|
|
544
548
|
}
|
|
545
549
|
|
|
546
550
|
/* rtl:raw:
|
|
@@ -813,7 +817,7 @@ progress {
|
|
|
813
817
|
|
|
814
818
|
.row-cols-3 > * {
|
|
815
819
|
flex: 0 0 auto;
|
|
816
|
-
width: 33.
|
|
820
|
+
width: 33.33333333%;
|
|
817
821
|
}
|
|
818
822
|
|
|
819
823
|
.row-cols-4 > * {
|
|
@@ -828,7 +832,7 @@ progress {
|
|
|
828
832
|
|
|
829
833
|
.row-cols-6 > * {
|
|
830
834
|
flex: 0 0 auto;
|
|
831
|
-
width: 16.
|
|
835
|
+
width: 16.66666667%;
|
|
832
836
|
}
|
|
833
837
|
|
|
834
838
|
.col-auto {
|
|
@@ -1018,7 +1022,7 @@ progress {
|
|
|
1018
1022
|
}
|
|
1019
1023
|
.row-cols-sm-3 > * {
|
|
1020
1024
|
flex: 0 0 auto;
|
|
1021
|
-
width: 33.
|
|
1025
|
+
width: 33.33333333%;
|
|
1022
1026
|
}
|
|
1023
1027
|
.row-cols-sm-4 > * {
|
|
1024
1028
|
flex: 0 0 auto;
|
|
@@ -1030,7 +1034,7 @@ progress {
|
|
|
1030
1034
|
}
|
|
1031
1035
|
.row-cols-sm-6 > * {
|
|
1032
1036
|
flex: 0 0 auto;
|
|
1033
|
-
width: 16.
|
|
1037
|
+
width: 16.66666667%;
|
|
1034
1038
|
}
|
|
1035
1039
|
.col-sm-auto {
|
|
1036
1040
|
flex: 0 0 auto;
|
|
@@ -1187,7 +1191,7 @@ progress {
|
|
|
1187
1191
|
}
|
|
1188
1192
|
.row-cols-md-3 > * {
|
|
1189
1193
|
flex: 0 0 auto;
|
|
1190
|
-
width: 33.
|
|
1194
|
+
width: 33.33333333%;
|
|
1191
1195
|
}
|
|
1192
1196
|
.row-cols-md-4 > * {
|
|
1193
1197
|
flex: 0 0 auto;
|
|
@@ -1199,7 +1203,7 @@ progress {
|
|
|
1199
1203
|
}
|
|
1200
1204
|
.row-cols-md-6 > * {
|
|
1201
1205
|
flex: 0 0 auto;
|
|
1202
|
-
width: 16.
|
|
1206
|
+
width: 16.66666667%;
|
|
1203
1207
|
}
|
|
1204
1208
|
.col-md-auto {
|
|
1205
1209
|
flex: 0 0 auto;
|
|
@@ -1356,7 +1360,7 @@ progress {
|
|
|
1356
1360
|
}
|
|
1357
1361
|
.row-cols-lg-3 > * {
|
|
1358
1362
|
flex: 0 0 auto;
|
|
1359
|
-
width: 33.
|
|
1363
|
+
width: 33.33333333%;
|
|
1360
1364
|
}
|
|
1361
1365
|
.row-cols-lg-4 > * {
|
|
1362
1366
|
flex: 0 0 auto;
|
|
@@ -1368,7 +1372,7 @@ progress {
|
|
|
1368
1372
|
}
|
|
1369
1373
|
.row-cols-lg-6 > * {
|
|
1370
1374
|
flex: 0 0 auto;
|
|
1371
|
-
width: 16.
|
|
1375
|
+
width: 16.66666667%;
|
|
1372
1376
|
}
|
|
1373
1377
|
.col-lg-auto {
|
|
1374
1378
|
flex: 0 0 auto;
|
|
@@ -1525,7 +1529,7 @@ progress {
|
|
|
1525
1529
|
}
|
|
1526
1530
|
.row-cols-xl-3 > * {
|
|
1527
1531
|
flex: 0 0 auto;
|
|
1528
|
-
width: 33.
|
|
1532
|
+
width: 33.33333333%;
|
|
1529
1533
|
}
|
|
1530
1534
|
.row-cols-xl-4 > * {
|
|
1531
1535
|
flex: 0 0 auto;
|
|
@@ -1537,7 +1541,7 @@ progress {
|
|
|
1537
1541
|
}
|
|
1538
1542
|
.row-cols-xl-6 > * {
|
|
1539
1543
|
flex: 0 0 auto;
|
|
1540
|
-
width: 16.
|
|
1544
|
+
width: 16.66666667%;
|
|
1541
1545
|
}
|
|
1542
1546
|
.col-xl-auto {
|
|
1543
1547
|
flex: 0 0 auto;
|
|
@@ -1694,7 +1698,7 @@ progress {
|
|
|
1694
1698
|
}
|
|
1695
1699
|
.row-cols-xxl-3 > * {
|
|
1696
1700
|
flex: 0 0 auto;
|
|
1697
|
-
width: 33.
|
|
1701
|
+
width: 33.33333333%;
|
|
1698
1702
|
}
|
|
1699
1703
|
.row-cols-xxl-4 > * {
|
|
1700
1704
|
flex: 0 0 auto;
|
|
@@ -1706,7 +1710,7 @@ progress {
|
|
|
1706
1710
|
}
|
|
1707
1711
|
.row-cols-xxl-6 > * {
|
|
1708
1712
|
flex: 0 0 auto;
|
|
1709
|
-
width: 16.
|
|
1713
|
+
width: 16.66666667%;
|
|
1710
1714
|
}
|
|
1711
1715
|
.col-xxl-auto {
|
|
1712
1716
|
flex: 0 0 auto;
|
|
@@ -1850,16 +1854,16 @@ progress {
|
|
|
1850
1854
|
--bs-table-bg-type: initial;
|
|
1851
1855
|
--bs-table-color-state: initial;
|
|
1852
1856
|
--bs-table-bg-state: initial;
|
|
1853
|
-
--bs-table-color: var(--bs-
|
|
1857
|
+
--bs-table-color: var(--bs-emphasis-color);
|
|
1854
1858
|
--bs-table-bg: var(--bs-body-bg);
|
|
1855
1859
|
--bs-table-border-color: var(--bs-border-color);
|
|
1856
1860
|
--bs-table-accent-bg: transparent;
|
|
1857
|
-
--bs-table-striped-color: var(--bs-
|
|
1858
|
-
--bs-table-striped-bg: rgba(
|
|
1859
|
-
--bs-table-active-color: var(--bs-
|
|
1860
|
-
--bs-table-active-bg: rgba(
|
|
1861
|
-
--bs-table-hover-color: var(--bs-
|
|
1862
|
-
--bs-table-hover-bg: rgba(
|
|
1861
|
+
--bs-table-striped-color: var(--bs-emphasis-color);
|
|
1862
|
+
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
|
|
1863
|
+
--bs-table-active-color: var(--bs-emphasis-color);
|
|
1864
|
+
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
|
|
1865
|
+
--bs-table-hover-color: var(--bs-emphasis-color);
|
|
1866
|
+
--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
|
|
1863
1867
|
width: 100%;
|
|
1864
1868
|
margin-bottom: 1rem;
|
|
1865
1869
|
vertical-align: top;
|
|
@@ -1928,7 +1932,7 @@ progress {
|
|
|
1928
1932
|
.table-primary {
|
|
1929
1933
|
--bs-table-color: #000;
|
|
1930
1934
|
--bs-table-bg: #cfe2ff;
|
|
1931
|
-
--bs-table-border-color: #
|
|
1935
|
+
--bs-table-border-color: #a6b5cc;
|
|
1932
1936
|
--bs-table-striped-bg: #c5d7f2;
|
|
1933
1937
|
--bs-table-striped-color: #000;
|
|
1934
1938
|
--bs-table-active-bg: #bacbe6;
|
|
@@ -1942,7 +1946,7 @@ progress {
|
|
|
1942
1946
|
.table-secondary {
|
|
1943
1947
|
--bs-table-color: #000;
|
|
1944
1948
|
--bs-table-bg: #e2e3e5;
|
|
1945
|
-
--bs-table-border-color: #
|
|
1949
|
+
--bs-table-border-color: #b5b6b7;
|
|
1946
1950
|
--bs-table-striped-bg: #d7d8da;
|
|
1947
1951
|
--bs-table-striped-color: #000;
|
|
1948
1952
|
--bs-table-active-bg: #cbccce;
|
|
@@ -1956,7 +1960,7 @@ progress {
|
|
|
1956
1960
|
.table-success {
|
|
1957
1961
|
--bs-table-color: #000;
|
|
1958
1962
|
--bs-table-bg: #d1e7dd;
|
|
1959
|
-
--bs-table-border-color: #
|
|
1963
|
+
--bs-table-border-color: #a7b9b1;
|
|
1960
1964
|
--bs-table-striped-bg: #c7dbd2;
|
|
1961
1965
|
--bs-table-striped-color: #000;
|
|
1962
1966
|
--bs-table-active-bg: #bcd0c7;
|
|
@@ -1970,7 +1974,7 @@ progress {
|
|
|
1970
1974
|
.table-info {
|
|
1971
1975
|
--bs-table-color: #000;
|
|
1972
1976
|
--bs-table-bg: #cff4fc;
|
|
1973
|
-
--bs-table-border-color: #
|
|
1977
|
+
--bs-table-border-color: #a6c3ca;
|
|
1974
1978
|
--bs-table-striped-bg: #c5e8ef;
|
|
1975
1979
|
--bs-table-striped-color: #000;
|
|
1976
1980
|
--bs-table-active-bg: #badce3;
|
|
@@ -1984,7 +1988,7 @@ progress {
|
|
|
1984
1988
|
.table-warning {
|
|
1985
1989
|
--bs-table-color: #000;
|
|
1986
1990
|
--bs-table-bg: #fff3cd;
|
|
1987
|
-
--bs-table-border-color: #
|
|
1991
|
+
--bs-table-border-color: #ccc2a4;
|
|
1988
1992
|
--bs-table-striped-bg: #f2e7c3;
|
|
1989
1993
|
--bs-table-striped-color: #000;
|
|
1990
1994
|
--bs-table-active-bg: #e6dbb9;
|
|
@@ -1998,7 +2002,7 @@ progress {
|
|
|
1998
2002
|
.table-danger {
|
|
1999
2003
|
--bs-table-color: #000;
|
|
2000
2004
|
--bs-table-bg: #f8d7da;
|
|
2001
|
-
--bs-table-border-color: #
|
|
2005
|
+
--bs-table-border-color: #c6acae;
|
|
2002
2006
|
--bs-table-striped-bg: #eccccf;
|
|
2003
2007
|
--bs-table-striped-color: #000;
|
|
2004
2008
|
--bs-table-active-bg: #dfc2c4;
|
|
@@ -2012,7 +2016,7 @@ progress {
|
|
|
2012
2016
|
.table-light {
|
|
2013
2017
|
--bs-table-color: #000;
|
|
2014
2018
|
--bs-table-bg: #f8f9fa;
|
|
2015
|
-
--bs-table-border-color: #
|
|
2019
|
+
--bs-table-border-color: #c6c7c8;
|
|
2016
2020
|
--bs-table-striped-bg: #ecedee;
|
|
2017
2021
|
--bs-table-striped-color: #000;
|
|
2018
2022
|
--bs-table-active-bg: #dfe0e1;
|
|
@@ -2026,7 +2030,7 @@ progress {
|
|
|
2026
2030
|
.table-dark {
|
|
2027
2031
|
--bs-table-color: #fff;
|
|
2028
2032
|
--bs-table-bg: #212529;
|
|
2029
|
-
--bs-table-border-color: #
|
|
2033
|
+
--bs-table-border-color: #4d5154;
|
|
2030
2034
|
--bs-table-striped-bg: #2c3034;
|
|
2031
2035
|
--bs-table-striped-color: #fff;
|
|
2032
2036
|
--bs-table-active-bg: #373b3e;
|
|
@@ -2110,10 +2114,10 @@ progress {
|
|
|
2110
2114
|
font-weight: 400;
|
|
2111
2115
|
line-height: 1.5;
|
|
2112
2116
|
color: var(--bs-body-color);
|
|
2117
|
+
appearance: none;
|
|
2113
2118
|
background-color: var(--bs-body-bg);
|
|
2114
2119
|
background-clip: padding-box;
|
|
2115
2120
|
border: var(--bs-border-width) solid var(--bs-border-color);
|
|
2116
|
-
appearance: none;
|
|
2117
2121
|
border-radius: var(--bs-border-radius);
|
|
2118
2122
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2119
2123
|
}
|
|
@@ -2260,6 +2264,7 @@ textarea.form-control-lg {
|
|
|
2260
2264
|
font-weight: 400;
|
|
2261
2265
|
line-height: 1.5;
|
|
2262
2266
|
color: var(--bs-body-color);
|
|
2267
|
+
appearance: none;
|
|
2263
2268
|
background-color: var(--bs-body-bg);
|
|
2264
2269
|
background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
|
|
2265
2270
|
background-repeat: no-repeat;
|
|
@@ -2268,7 +2273,6 @@ textarea.form-control-lg {
|
|
|
2268
2273
|
border: var(--bs-border-width) solid var(--bs-border-color);
|
|
2269
2274
|
border-radius: var(--bs-border-radius);
|
|
2270
2275
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2271
|
-
appearance: none;
|
|
2272
2276
|
}
|
|
2273
2277
|
@media (prefers-reduced-motion: reduce) {
|
|
2274
2278
|
.form-select {
|
|
@@ -2309,7 +2313,7 @@ textarea.form-control-lg {
|
|
|
2309
2313
|
}
|
|
2310
2314
|
|
|
2311
2315
|
[data-bs-theme=dark] .form-select {
|
|
2312
|
-
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%
|
|
2316
|
+
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
2313
2317
|
}
|
|
2314
2318
|
|
|
2315
2319
|
.form-check {
|
|
@@ -2336,17 +2340,18 @@ textarea.form-control-lg {
|
|
|
2336
2340
|
|
|
2337
2341
|
.form-check-input {
|
|
2338
2342
|
--bs-form-check-bg: var(--bs-body-bg);
|
|
2343
|
+
flex-shrink: 0;
|
|
2339
2344
|
width: 1em;
|
|
2340
2345
|
height: 1em;
|
|
2341
2346
|
margin-top: 0.25em;
|
|
2342
2347
|
vertical-align: top;
|
|
2348
|
+
appearance: none;
|
|
2343
2349
|
background-color: var(--bs-form-check-bg);
|
|
2344
2350
|
background-image: var(--bs-form-check-bg-image);
|
|
2345
2351
|
background-repeat: no-repeat;
|
|
2346
2352
|
background-position: center;
|
|
2347
2353
|
background-size: contain;
|
|
2348
2354
|
border: var(--bs-border-width) solid var(--bs-border-color);
|
|
2349
|
-
appearance: none;
|
|
2350
2355
|
print-color-adjust: exact;
|
|
2351
2356
|
}
|
|
2352
2357
|
.form-check-input[type=checkbox] {
|
|
@@ -2445,8 +2450,8 @@ textarea.form-control-lg {
|
|
|
2445
2450
|
width: 100%;
|
|
2446
2451
|
height: 1.5rem;
|
|
2447
2452
|
padding: 0;
|
|
2448
|
-
background-color: transparent;
|
|
2449
2453
|
appearance: none;
|
|
2454
|
+
background-color: transparent;
|
|
2450
2455
|
}
|
|
2451
2456
|
.form-range:focus {
|
|
2452
2457
|
outline: 0;
|
|
@@ -2464,11 +2469,11 @@ textarea.form-control-lg {
|
|
|
2464
2469
|
width: 1rem;
|
|
2465
2470
|
height: 1rem;
|
|
2466
2471
|
margin-top: -0.25rem;
|
|
2472
|
+
appearance: none;
|
|
2467
2473
|
background-color: #0d6efd;
|
|
2468
2474
|
border: 0;
|
|
2469
2475
|
border-radius: 1rem;
|
|
2470
2476
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2471
|
-
appearance: none;
|
|
2472
2477
|
}
|
|
2473
2478
|
@media (prefers-reduced-motion: reduce) {
|
|
2474
2479
|
.form-range::-webkit-slider-thumb {
|
|
@@ -2483,18 +2488,18 @@ textarea.form-control-lg {
|
|
|
2483
2488
|
height: 0.5rem;
|
|
2484
2489
|
color: transparent;
|
|
2485
2490
|
cursor: pointer;
|
|
2486
|
-
background-color: var(--bs-
|
|
2491
|
+
background-color: var(--bs-secondary-bg);
|
|
2487
2492
|
border-color: transparent;
|
|
2488
2493
|
border-radius: 1rem;
|
|
2489
2494
|
}
|
|
2490
2495
|
.form-range::-moz-range-thumb {
|
|
2491
2496
|
width: 1rem;
|
|
2492
2497
|
height: 1rem;
|
|
2498
|
+
appearance: none;
|
|
2493
2499
|
background-color: #0d6efd;
|
|
2494
2500
|
border: 0;
|
|
2495
2501
|
border-radius: 1rem;
|
|
2496
2502
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2497
|
-
appearance: none;
|
|
2498
2503
|
}
|
|
2499
2504
|
@media (prefers-reduced-motion: reduce) {
|
|
2500
2505
|
.form-range::-moz-range-thumb {
|
|
@@ -2509,7 +2514,7 @@ textarea.form-control-lg {
|
|
|
2509
2514
|
height: 0.5rem;
|
|
2510
2515
|
color: transparent;
|
|
2511
2516
|
cursor: pointer;
|
|
2512
|
-
background-color: var(--bs-
|
|
2517
|
+
background-color: var(--bs-secondary-bg);
|
|
2513
2518
|
border-color: transparent;
|
|
2514
2519
|
border-radius: 1rem;
|
|
2515
2520
|
}
|
|
@@ -2603,10 +2608,12 @@ textarea.form-control-lg {
|
|
|
2603
2608
|
.form-floating > .form-control-plaintext ~ label {
|
|
2604
2609
|
border-width: var(--bs-border-width) 0;
|
|
2605
2610
|
}
|
|
2606
|
-
.form-floating > :disabled ~ label
|
|
2611
|
+
.form-floating > :disabled ~ label,
|
|
2612
|
+
.form-floating > .form-control:disabled ~ label {
|
|
2607
2613
|
color: #6c757d;
|
|
2608
2614
|
}
|
|
2609
|
-
.form-floating > :disabled ~ label::after
|
|
2615
|
+
.form-floating > :disabled ~ label::after,
|
|
2616
|
+
.form-floating > .form-control:disabled ~ label::after {
|
|
2610
2617
|
background-color: var(--bs-secondary-bg);
|
|
2611
2618
|
}
|
|
2612
2619
|
|
|
@@ -2949,6 +2956,9 @@ textarea.form-control-lg {
|
|
|
2949
2956
|
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
|
|
2950
2957
|
box-shadow: var(--bs-btn-focus-box-shadow);
|
|
2951
2958
|
}
|
|
2959
|
+
.btn-check:checked:focus-visible + .btn {
|
|
2960
|
+
box-shadow: var(--bs-btn-focus-box-shadow);
|
|
2961
|
+
}
|
|
2952
2962
|
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
|
|
2953
2963
|
color: var(--bs-btn-disabled-color);
|
|
2954
2964
|
pointer-events: none;
|
|
@@ -3343,7 +3353,7 @@ textarea.form-control-lg {
|
|
|
3343
3353
|
--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
|
|
3344
3354
|
--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
|
|
3345
3355
|
--bs-dropdown-divider-margin-y: 0.5rem;
|
|
3346
|
-
--bs-dropdown-box-shadow:
|
|
3356
|
+
--bs-dropdown-box-shadow: var(--bs-box-shadow);
|
|
3347
3357
|
--bs-dropdown-link-color: var(--bs-body-color);
|
|
3348
3358
|
--bs-dropdown-link-hover-color: var(--bs-body-color);
|
|
3349
3359
|
--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
|
|
@@ -3756,7 +3766,7 @@ textarea.form-control-lg {
|
|
|
3756
3766
|
outline: 0;
|
|
3757
3767
|
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
3758
3768
|
}
|
|
3759
|
-
.nav-link.disabled {
|
|
3769
|
+
.nav-link.disabled, .nav-link:disabled {
|
|
3760
3770
|
color: var(--bs-nav-link-disabled-color);
|
|
3761
3771
|
pointer-events: none;
|
|
3762
3772
|
cursor: default;
|
|
@@ -3782,11 +3792,6 @@ textarea.form-control-lg {
|
|
|
3782
3792
|
isolation: isolate;
|
|
3783
3793
|
border-color: var(--bs-nav-tabs-link-hover-border-color);
|
|
3784
3794
|
}
|
|
3785
|
-
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
|
|
3786
|
-
color: var(--bs-nav-link-disabled-color);
|
|
3787
|
-
background-color: transparent;
|
|
3788
|
-
border-color: transparent;
|
|
3789
|
-
}
|
|
3790
3795
|
.nav-tabs .nav-link.active,
|
|
3791
3796
|
.nav-tabs .nav-item.show .nav-link {
|
|
3792
3797
|
color: var(--bs-nav-tabs-link-active-color);
|
|
@@ -3807,11 +3812,6 @@ textarea.form-control-lg {
|
|
|
3807
3812
|
.nav-pills .nav-link {
|
|
3808
3813
|
border-radius: var(--bs-nav-pills-border-radius);
|
|
3809
3814
|
}
|
|
3810
|
-
.nav-pills .nav-link:disabled {
|
|
3811
|
-
color: var(--bs-nav-link-disabled-color);
|
|
3812
|
-
background-color: transparent;
|
|
3813
|
-
border-color: transparent;
|
|
3814
|
-
}
|
|
3815
3815
|
.nav-pills .nav-link.active,
|
|
3816
3816
|
.nav-pills .show > .nav-link {
|
|
3817
3817
|
color: var(--bs-nav-pills-link-active-color);
|
|
@@ -4490,12 +4490,11 @@ textarea.form-control-lg {
|
|
|
4490
4490
|
--bs-accordion-btn-padding-y: 1rem;
|
|
4491
4491
|
--bs-accordion-btn-color: var(--bs-body-color);
|
|
4492
4492
|
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
|
4493
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'
|
|
4493
|
+
--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 5L8 11L14 5'/%3e%3c/svg%3e");
|
|
4494
4494
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
4495
4495
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
4496
4496
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
4497
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'
|
|
4498
|
-
--bs-accordion-btn-focus-border-color: #86b7fe;
|
|
4497
|
+
--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='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
|
|
4499
4498
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
4500
4499
|
--bs-accordion-body-padding-x: 1.25rem;
|
|
4501
4500
|
--bs-accordion-body-padding-y: 1rem;
|
|
@@ -4553,7 +4552,6 @@ textarea.form-control-lg {
|
|
|
4553
4552
|
}
|
|
4554
4553
|
.accordion-button:focus {
|
|
4555
4554
|
z-index: 3;
|
|
4556
|
-
border-color: var(--bs-accordion-btn-focus-border-color);
|
|
4557
4555
|
outline: 0;
|
|
4558
4556
|
box-shadow: var(--bs-accordion-btn-focus-box-shadow);
|
|
4559
4557
|
}
|
|
@@ -4571,7 +4569,7 @@ textarea.form-control-lg {
|
|
|
4571
4569
|
border-top-left-radius: var(--bs-accordion-border-radius);
|
|
4572
4570
|
border-top-right-radius: var(--bs-accordion-border-radius);
|
|
4573
4571
|
}
|
|
4574
|
-
.accordion-item:first-of-type .accordion-button {
|
|
4572
|
+
.accordion-item:first-of-type > .accordion-header .accordion-button {
|
|
4575
4573
|
border-top-left-radius: var(--bs-accordion-inner-border-radius);
|
|
4576
4574
|
border-top-right-radius: var(--bs-accordion-inner-border-radius);
|
|
4577
4575
|
}
|
|
@@ -4582,11 +4580,11 @@ textarea.form-control-lg {
|
|
|
4582
4580
|
border-bottom-right-radius: var(--bs-accordion-border-radius);
|
|
4583
4581
|
border-bottom-left-radius: var(--bs-accordion-border-radius);
|
|
4584
4582
|
}
|
|
4585
|
-
.accordion-item:last-of-type .accordion-button.collapsed {
|
|
4583
|
+
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
|
|
4586
4584
|
border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
|
|
4587
4585
|
border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
|
|
4588
4586
|
}
|
|
4589
|
-
.accordion-item:last-of-type .accordion-collapse {
|
|
4587
|
+
.accordion-item:last-of-type > .accordion-collapse {
|
|
4590
4588
|
border-bottom-right-radius: var(--bs-accordion-border-radius);
|
|
4591
4589
|
border-bottom-left-radius: var(--bs-accordion-border-radius);
|
|
4592
4590
|
}
|
|
@@ -4595,21 +4593,21 @@ textarea.form-control-lg {
|
|
|
4595
4593
|
padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
|
|
4596
4594
|
}
|
|
4597
4595
|
|
|
4598
|
-
.accordion-flush .accordion-
|
|
4599
|
-
border-width: 0;
|
|
4600
|
-
}
|
|
4601
|
-
.accordion-flush .accordion-item {
|
|
4596
|
+
.accordion-flush > .accordion-item {
|
|
4602
4597
|
border-right: 0;
|
|
4603
4598
|
border-left: 0;
|
|
4604
4599
|
border-radius: 0;
|
|
4605
4600
|
}
|
|
4606
|
-
.accordion-flush .accordion-item:first-child {
|
|
4601
|
+
.accordion-flush > .accordion-item:first-child {
|
|
4607
4602
|
border-top: 0;
|
|
4608
4603
|
}
|
|
4609
|
-
.accordion-flush .accordion-item:last-child {
|
|
4604
|
+
.accordion-flush > .accordion-item:last-child {
|
|
4610
4605
|
border-bottom: 0;
|
|
4611
4606
|
}
|
|
4612
|
-
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
|
|
4607
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
|
|
4608
|
+
border-radius: 0;
|
|
4609
|
+
}
|
|
4610
|
+
.accordion-flush > .accordion-item > .accordion-collapse {
|
|
4613
4611
|
border-radius: 0;
|
|
4614
4612
|
}
|
|
4615
4613
|
|
|
@@ -5391,7 +5389,7 @@ textarea.form-control-lg {
|
|
|
5391
5389
|
--bs-modal-border-color: var(--bs-border-color-translucent);
|
|
5392
5390
|
--bs-modal-border-width: var(--bs-border-width);
|
|
5393
5391
|
--bs-modal-border-radius: var(--bs-border-radius-lg);
|
|
5394
|
-
--bs-modal-box-shadow:
|
|
5392
|
+
--bs-modal-box-shadow: var(--bs-box-shadow-sm);
|
|
5395
5393
|
--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
|
|
5396
5394
|
--bs-modal-header-padding-x: 1rem;
|
|
5397
5395
|
--bs-modal-header-padding-y: 1rem;
|
|
@@ -5491,7 +5489,6 @@ textarea.form-control-lg {
|
|
|
5491
5489
|
display: flex;
|
|
5492
5490
|
flex-shrink: 0;
|
|
5493
5491
|
align-items: center;
|
|
5494
|
-
justify-content: space-between;
|
|
5495
5492
|
padding: var(--bs-modal-header-padding);
|
|
5496
5493
|
border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
|
|
5497
5494
|
border-top-left-radius: var(--bs-modal-inner-border-radius);
|
|
@@ -5532,7 +5529,7 @@ textarea.form-control-lg {
|
|
|
5532
5529
|
@media (min-width: 576px) {
|
|
5533
5530
|
.modal {
|
|
5534
5531
|
--bs-modal-margin: 1.75rem;
|
|
5535
|
-
--bs-modal-box-shadow:
|
|
5532
|
+
--bs-modal-box-shadow: var(--bs-box-shadow);
|
|
5536
5533
|
}
|
|
5537
5534
|
.modal-dialog {
|
|
5538
5535
|
max-width: var(--bs-modal-width);
|
|
@@ -5784,7 +5781,7 @@ textarea.form-control-lg {
|
|
|
5784
5781
|
--bs-popover-border-color: var(--bs-border-color-translucent);
|
|
5785
5782
|
--bs-popover-border-radius: var(--bs-border-radius-lg);
|
|
5786
5783
|
--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
|
|
5787
|
-
--bs-popover-box-shadow:
|
|
5784
|
+
--bs-popover-box-shadow: var(--bs-box-shadow);
|
|
5788
5785
|
--bs-popover-header-padding-x: 1rem;
|
|
5789
5786
|
--bs-popover-header-padding-y: 0.5rem;
|
|
5790
5787
|
--bs-popover-header-font-size: 1rem;
|
|
@@ -6056,20 +6053,12 @@ textarea.form-control-lg {
|
|
|
6056
6053
|
background-size: 100% 100%;
|
|
6057
6054
|
}
|
|
6058
6055
|
|
|
6059
|
-
/* rtl:options: {
|
|
6060
|
-
"autoRename": true,
|
|
6061
|
-
"stringMap":[ {
|
|
6062
|
-
"name" : "prev-next",
|
|
6063
|
-
"search" : "prev",
|
|
6064
|
-
"replace" : "next"
|
|
6065
|
-
} ]
|
|
6066
|
-
} */
|
|
6067
6056
|
.carousel-control-prev-icon {
|
|
6068
|
-
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 0z'/%3e%3c/svg%3e")
|
|
6057
|
+
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 0z'/%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-.708z'/%3e%3c/svg%3e")*/;
|
|
6069
6058
|
}
|
|
6070
6059
|
|
|
6071
6060
|
.carousel-control-next-icon {
|
|
6072
|
-
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-.708z'/%3e%3c/svg%3e")
|
|
6061
|
+
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-.708z'/%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 0z'/%3e%3c/svg%3e")*/;
|
|
6073
6062
|
}
|
|
6074
6063
|
|
|
6075
6064
|
.carousel-indicators {
|
|
@@ -6218,7 +6207,7 @@ textarea.form-control-lg {
|
|
|
6218
6207
|
--bs-offcanvas-bg: var(--bs-body-bg);
|
|
6219
6208
|
--bs-offcanvas-border-width: var(--bs-border-width);
|
|
6220
6209
|
--bs-offcanvas-border-color: var(--bs-border-color-translucent);
|
|
6221
|
-
--bs-offcanvas-box-shadow:
|
|
6210
|
+
--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
|
|
6222
6211
|
--bs-offcanvas-transition: transform 0.3s ease-in-out;
|
|
6223
6212
|
--bs-offcanvas-title-line-height: 1.5;
|
|
6224
6213
|
}
|
|
@@ -6689,14 +6678,11 @@ textarea.form-control-lg {
|
|
|
6689
6678
|
.offcanvas-header {
|
|
6690
6679
|
display: flex;
|
|
6691
6680
|
align-items: center;
|
|
6692
|
-
justify-content: space-between;
|
|
6693
6681
|
padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
|
|
6694
6682
|
}
|
|
6695
6683
|
.offcanvas-header .btn-close {
|
|
6696
6684
|
padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
|
|
6697
|
-
margin
|
|
6698
|
-
margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
|
|
6699
|
-
margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
6685
|
+
margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
|
|
6700
6686
|
}
|
|
6701
6687
|
|
|
6702
6688
|
.offcanvas-title {
|
|
@@ -6763,42 +6749,42 @@ textarea.form-control-lg {
|
|
|
6763
6749
|
|
|
6764
6750
|
.text-bg-primary {
|
|
6765
6751
|
color: #fff !important;
|
|
6766
|
-
background-color: RGBA(
|
|
6752
|
+
background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
6767
6753
|
}
|
|
6768
6754
|
|
|
6769
6755
|
.text-bg-secondary {
|
|
6770
6756
|
color: #fff !important;
|
|
6771
|
-
background-color: RGBA(
|
|
6757
|
+
background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
6772
6758
|
}
|
|
6773
6759
|
|
|
6774
6760
|
.text-bg-success {
|
|
6775
6761
|
color: #fff !important;
|
|
6776
|
-
background-color: RGBA(
|
|
6762
|
+
background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
6777
6763
|
}
|
|
6778
6764
|
|
|
6779
6765
|
.text-bg-info {
|
|
6780
6766
|
color: #000 !important;
|
|
6781
|
-
background-color: RGBA(
|
|
6767
|
+
background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
6782
6768
|
}
|
|
6783
6769
|
|
|
6784
6770
|
.text-bg-warning {
|
|
6785
6771
|
color: #000 !important;
|
|
6786
|
-
background-color: RGBA(
|
|
6772
|
+
background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
6787
6773
|
}
|
|
6788
6774
|
|
|
6789
6775
|
.text-bg-danger {
|
|
6790
6776
|
color: #fff !important;
|
|
6791
|
-
background-color: RGBA(
|
|
6777
|
+
background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
6792
6778
|
}
|
|
6793
6779
|
|
|
6794
6780
|
.text-bg-light {
|
|
6795
6781
|
color: #000 !important;
|
|
6796
|
-
background-color: RGBA(
|
|
6782
|
+
background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
6797
6783
|
}
|
|
6798
6784
|
|
|
6799
6785
|
.text-bg-dark {
|
|
6800
6786
|
color: #fff !important;
|
|
6801
|
-
background-color: RGBA(
|
|
6787
|
+
background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
6802
6788
|
}
|
|
6803
6789
|
|
|
6804
6790
|
.link-primary {
|
|
@@ -7082,7 +7068,7 @@ textarea.form-control-lg {
|
|
|
7082
7068
|
.vr {
|
|
7083
7069
|
display: inline-block;
|
|
7084
7070
|
align-self: stretch;
|
|
7085
|
-
width:
|
|
7071
|
+
width: var(--bs-border-width);
|
|
7086
7072
|
min-height: 1em;
|
|
7087
7073
|
background-color: currentcolor;
|
|
7088
7074
|
opacity: 0.25;
|
|
@@ -7257,15 +7243,15 @@ textarea.form-control-lg {
|
|
|
7257
7243
|
}
|
|
7258
7244
|
|
|
7259
7245
|
.shadow {
|
|
7260
|
-
box-shadow:
|
|
7246
|
+
box-shadow: var(--bs-box-shadow) !important;
|
|
7261
7247
|
}
|
|
7262
7248
|
|
|
7263
7249
|
.shadow-sm {
|
|
7264
|
-
box-shadow:
|
|
7250
|
+
box-shadow: var(--bs-box-shadow-sm) !important;
|
|
7265
7251
|
}
|
|
7266
7252
|
|
|
7267
7253
|
.shadow-lg {
|
|
7268
|
-
box-shadow:
|
|
7254
|
+
box-shadow: var(--bs-box-shadow-lg) !important;
|
|
7269
7255
|
}
|
|
7270
7256
|
|
|
7271
7257
|
.shadow-none {
|