@swisspost/design-system-components 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/post-collapsible.cjs.entry.js +1 -1
- package/dist/cjs/post-collapsible.cjs.entry.js.map +1 -1
- package/dist/collection/components/post-collapsible/post-collapsible.css +445 -290
- package/dist/components/post-collapsible.js +1 -1
- package/dist/components/post-collapsible.js.map +1 -1
- package/dist/docs.json +1 -1
- package/dist/esm/post-collapsible.entry.js +1 -1
- package/dist/esm/post-collapsible.entry.js.map +1 -1
- package/dist/post-components/p-c4af958b.entry.js +2 -0
- package/dist/post-components/{p-6588c1b7.entry.js.map → p-c4af958b.entry.js.map} +1 -1
- package/dist/post-components/post-components.esm.js +1 -1
- package/package.json +16 -8
- package/dist/post-components/p-6588c1b7.entry.js +0 -2
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
color: var(--post-contrast-color) !important;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.bg-yellow, .bg-light, .bg-gray, .bg-white, .bg-info, .bg-warning, .bg-olive-bright, :root {
|
|
44
|
+
.bg-yellow, .bg-light, .bg-gray, .bg-white, .bg-success, .bg-info, .bg-warning, .bg-petrol-bright, .bg-coral-bright, .bg-olive-bright, :root {
|
|
45
45
|
--post-contrast-color: #000;
|
|
46
46
|
--post-contrast-color-inverted: #fff;
|
|
47
47
|
--post-gray-10: #e6e6e6;
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
--post-aubergine-bright-rgb: 117, 102, 160;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.bg-dark, .bg-primary, .bg-black, .bg-
|
|
107
|
+
.bg-dark, .bg-primary, .bg-black, .bg-danger, .bg-nightblue, .bg-nightblue-bright, .bg-petrol, .bg-coral, .bg-olive, .bg-purple, .bg-purple-bright, .bg-aubergine, .bg-aubergine-bright {
|
|
108
108
|
--post-contrast-color: #fff;
|
|
109
109
|
--post-contrast-color-inverted: #000;
|
|
110
110
|
--post-dark: #faf9f8;
|
|
@@ -180,6 +180,20 @@
|
|
|
180
180
|
--bs-body-line-height: 1.4;
|
|
181
181
|
--bs-body-color: #000;
|
|
182
182
|
--bs-body-bg: #fff;
|
|
183
|
+
--bs-border-width: 1px;
|
|
184
|
+
--bs-border-style: solid;
|
|
185
|
+
--bs-border-color: #cccccc;
|
|
186
|
+
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
|
|
187
|
+
--bs-border-radius: 3px;
|
|
188
|
+
--bs-border-radius-sm: 3px;
|
|
189
|
+
--bs-border-radius-lg: 3px;
|
|
190
|
+
--bs-border-radius-xl: 1rem;
|
|
191
|
+
--bs-border-radius-2xl: 2rem;
|
|
192
|
+
--bs-border-radius-pill: 50rem;
|
|
193
|
+
--bs-link-color: #333333;
|
|
194
|
+
--bs-link-hover-color: #292929;
|
|
195
|
+
--bs-code-color: #d63384;
|
|
196
|
+
--bs-highlight-bg: #fcf8e3;
|
|
183
197
|
}
|
|
184
198
|
|
|
185
199
|
@font-face {
|
|
@@ -233,15 +247,11 @@ body {
|
|
|
233
247
|
hr {
|
|
234
248
|
margin: 1rem 0;
|
|
235
249
|
color: inherit;
|
|
236
|
-
background-color: currentColor;
|
|
237
250
|
border: 0;
|
|
251
|
+
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
238
252
|
opacity: 0.25;
|
|
239
253
|
}
|
|
240
254
|
|
|
241
|
-
hr:not([size]) {
|
|
242
|
-
height: 1px;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
255
|
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
|
|
246
256
|
margin-top: 0;
|
|
247
257
|
margin-bottom: 0.5rem;
|
|
@@ -300,8 +310,7 @@ p {
|
|
|
300
310
|
margin-bottom: 0.8em;
|
|
301
311
|
}
|
|
302
312
|
|
|
303
|
-
abbr[title]
|
|
304
|
-
abbr[data-bs-original-title] {
|
|
313
|
+
abbr[title] {
|
|
305
314
|
text-decoration: underline dotted;
|
|
306
315
|
cursor: help;
|
|
307
316
|
text-decoration-skip-ink: none;
|
|
@@ -356,7 +365,7 @@ small, .small {
|
|
|
356
365
|
|
|
357
366
|
mark, .mark {
|
|
358
367
|
padding: 0.2em;
|
|
359
|
-
background-color:
|
|
368
|
+
background-color: var(--bs-highlight-bg);
|
|
360
369
|
}
|
|
361
370
|
|
|
362
371
|
sub,
|
|
@@ -376,11 +385,11 @@ sup {
|
|
|
376
385
|
}
|
|
377
386
|
|
|
378
387
|
a {
|
|
379
|
-
color:
|
|
388
|
+
color: var(--bs-link-color);
|
|
380
389
|
text-decoration: underline;
|
|
381
390
|
}
|
|
382
391
|
a:hover {
|
|
383
|
-
color:
|
|
392
|
+
color: var(--bs-link-hover-color);
|
|
384
393
|
}
|
|
385
394
|
|
|
386
395
|
a:not([href]):not([class]), a:not([href]):not([class]):hover {
|
|
@@ -394,8 +403,6 @@ kbd,
|
|
|
394
403
|
samp {
|
|
395
404
|
font-family: var(--bs-font-monospace);
|
|
396
405
|
font-size: 1em;
|
|
397
|
-
direction: ltr /* rtl:ignore */;
|
|
398
|
-
unicode-bidi: bidi-override;
|
|
399
406
|
}
|
|
400
407
|
|
|
401
408
|
pre {
|
|
@@ -413,7 +420,7 @@ pre code {
|
|
|
413
420
|
|
|
414
421
|
code {
|
|
415
422
|
font-size: 80%;
|
|
416
|
-
color:
|
|
423
|
+
color: var(--bs-code-color);
|
|
417
424
|
word-wrap: break-word;
|
|
418
425
|
}
|
|
419
426
|
a > code {
|
|
@@ -421,10 +428,10 @@ a > code {
|
|
|
421
428
|
}
|
|
422
429
|
|
|
423
430
|
kbd {
|
|
424
|
-
padding: 0.
|
|
431
|
+
padding: 0.1875rem 0.375rem;
|
|
425
432
|
font-size: 80%;
|
|
426
|
-
color:
|
|
427
|
-
background-color:
|
|
433
|
+
color: var(--bs-body-bg);
|
|
434
|
+
background-color: var(--bs-body-color);
|
|
428
435
|
border-radius: 3px;
|
|
429
436
|
}
|
|
430
437
|
kbd kbd {
|
|
@@ -509,8 +516,8 @@ select:disabled {
|
|
|
509
516
|
opacity: 1;
|
|
510
517
|
}
|
|
511
518
|
|
|
512
|
-
[list]::-webkit-calendar-picker-indicator {
|
|
513
|
-
display: none;
|
|
519
|
+
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
|
|
520
|
+
display: none !important;
|
|
514
521
|
}
|
|
515
522
|
|
|
516
523
|
button,
|
|
@@ -596,10 +603,6 @@ legend + * {
|
|
|
596
603
|
|
|
597
604
|
::file-selector-button {
|
|
598
605
|
font: inherit;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
::-webkit-file-upload-button {
|
|
602
|
-
font: inherit;
|
|
603
606
|
-webkit-appearance: button;
|
|
604
607
|
}
|
|
605
608
|
|
|
@@ -770,22 +773,6 @@ progress {
|
|
|
770
773
|
}
|
|
771
774
|
}
|
|
772
775
|
|
|
773
|
-
.text-body .lead {
|
|
774
|
-
font-size: 1.0625rem;
|
|
775
|
-
line-height: 1.4;
|
|
776
|
-
}
|
|
777
|
-
@media (min-width: 600px) {
|
|
778
|
-
.text-body .lead {
|
|
779
|
-
font-size: 1.25rem;
|
|
780
|
-
}
|
|
781
|
-
}
|
|
782
|
-
@media (min-width: 1024px) {
|
|
783
|
-
.text-body .lead {
|
|
784
|
-
font-size: 1.5rem;
|
|
785
|
-
line-height: 1.1;
|
|
786
|
-
}
|
|
787
|
-
}
|
|
788
|
-
|
|
789
776
|
.text-body h3,
|
|
790
777
|
.text-body .h3,
|
|
791
778
|
.text-body h4,
|
|
@@ -863,7 +850,7 @@ progress {
|
|
|
863
850
|
.text-body .h3,
|
|
864
851
|
.text-body h4,
|
|
865
852
|
.text-body .h4,
|
|
866
|
-
.text-body p
|
|
853
|
+
.text-body p {
|
|
867
854
|
margin-bottom: 0.8em;
|
|
868
855
|
}
|
|
869
856
|
|
|
@@ -1118,6 +1105,23 @@ q:lang(en) {
|
|
|
1118
1105
|
.text-body .h5 {
|
|
1119
1106
|
font-weight: 700;
|
|
1120
1107
|
}
|
|
1108
|
+
.text-body .lead {
|
|
1109
|
+
font-size: 1.0625rem;
|
|
1110
|
+
line-height: 1.4;
|
|
1111
|
+
margin-bottom: 0.8em;
|
|
1112
|
+
}
|
|
1113
|
+
@media (min-width: 600px) {
|
|
1114
|
+
.text-body .lead {
|
|
1115
|
+
font-size: 1.25rem;
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
@media (min-width: 1024px) {
|
|
1119
|
+
.text-body .lead {
|
|
1120
|
+
font-size: 1.5rem;
|
|
1121
|
+
line-height: 1.1;
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1121
1125
|
code {
|
|
1122
1126
|
color: inherit;
|
|
1123
1127
|
font-size: inherit;
|
|
@@ -1129,60 +1133,100 @@ code {
|
|
|
1129
1133
|
content: "";
|
|
1130
1134
|
}
|
|
1131
1135
|
|
|
1136
|
+
.text-bg-primary {
|
|
1137
|
+
color: #fff !important;
|
|
1138
|
+
background-color: RGBA(51, 51, 51, var(--bs-bg-opacity, 1)) !important;
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
.text-bg-secondary {
|
|
1142
|
+
color: #fff !important;
|
|
1143
|
+
background-color: RGBA(102, 102, 102, var(--bs-bg-opacity, 1)) !important;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
.text-bg-light {
|
|
1147
|
+
color: #000 !important;
|
|
1148
|
+
background-color: RGBA(250, 249, 248, var(--bs-bg-opacity, 1)) !important;
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
.text-bg-dark {
|
|
1152
|
+
color: #fff !important;
|
|
1153
|
+
background-color: RGBA(51, 51, 51, var(--bs-bg-opacity, 1)) !important;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
.text-bg-success {
|
|
1157
|
+
color: #000 !important;
|
|
1158
|
+
background-color: RGBA(44, 145, 28, var(--bs-bg-opacity, 1)) !important;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
.text-bg-info {
|
|
1162
|
+
color: #000 !important;
|
|
1163
|
+
background-color: RGBA(255, 204, 0, var(--bs-bg-opacity, 1)) !important;
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
.text-bg-warning {
|
|
1167
|
+
color: #000 !important;
|
|
1168
|
+
background-color: RGBA(244, 158, 0, var(--bs-bg-opacity, 1)) !important;
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
.text-bg-danger {
|
|
1172
|
+
color: #fff !important;
|
|
1173
|
+
background-color: RGBA(165, 23, 40, var(--bs-bg-opacity, 1)) !important;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1132
1176
|
.link-primary {
|
|
1133
|
-
color: #333333;
|
|
1177
|
+
color: #333333 !important;
|
|
1134
1178
|
}
|
|
1135
1179
|
.link-primary:hover, .link-primary:focus {
|
|
1136
|
-
color: #292929;
|
|
1180
|
+
color: #292929 !important;
|
|
1137
1181
|
}
|
|
1138
1182
|
|
|
1139
1183
|
.link-secondary {
|
|
1140
|
-
color: #666666;
|
|
1184
|
+
color: #666666 !important;
|
|
1141
1185
|
}
|
|
1142
1186
|
.link-secondary:hover, .link-secondary:focus {
|
|
1143
|
-
color: #525252;
|
|
1187
|
+
color: #525252 !important;
|
|
1144
1188
|
}
|
|
1145
1189
|
|
|
1146
1190
|
.link-light {
|
|
1147
|
-
color: #faf9f8;
|
|
1191
|
+
color: #faf9f8 !important;
|
|
1148
1192
|
}
|
|
1149
1193
|
.link-light:hover, .link-light:focus {
|
|
1150
|
-
color: #fbfaf9;
|
|
1194
|
+
color: #fbfaf9 !important;
|
|
1151
1195
|
}
|
|
1152
1196
|
|
|
1153
1197
|
.link-dark {
|
|
1154
|
-
color: #333333;
|
|
1198
|
+
color: #333333 !important;
|
|
1155
1199
|
}
|
|
1156
1200
|
.link-dark:hover, .link-dark:focus {
|
|
1157
|
-
color: #292929;
|
|
1201
|
+
color: #292929 !important;
|
|
1158
1202
|
}
|
|
1159
1203
|
|
|
1160
1204
|
.link-success {
|
|
1161
|
-
color: #2c911c;
|
|
1205
|
+
color: #2c911c !important;
|
|
1162
1206
|
}
|
|
1163
1207
|
.link-success:hover, .link-success:focus {
|
|
1164
|
-
color: #56a749;
|
|
1208
|
+
color: #56a749 !important;
|
|
1165
1209
|
}
|
|
1166
1210
|
|
|
1167
1211
|
.link-info {
|
|
1168
|
-
color: #fc0;
|
|
1212
|
+
color: #fc0 !important;
|
|
1169
1213
|
}
|
|
1170
1214
|
.link-info:hover, .link-info:focus {
|
|
1171
|
-
color: #ffd633;
|
|
1215
|
+
color: #ffd633 !important;
|
|
1172
1216
|
}
|
|
1173
1217
|
|
|
1174
1218
|
.link-warning {
|
|
1175
|
-
color: #f49e00;
|
|
1219
|
+
color: #f49e00 !important;
|
|
1176
1220
|
}
|
|
1177
1221
|
.link-warning:hover, .link-warning:focus {
|
|
1178
|
-
color: #f6b133;
|
|
1222
|
+
color: #f6b133 !important;
|
|
1179
1223
|
}
|
|
1180
1224
|
|
|
1181
1225
|
.link-danger {
|
|
1182
|
-
color: #a51728;
|
|
1226
|
+
color: #a51728 !important;
|
|
1183
1227
|
}
|
|
1184
1228
|
.link-danger:hover, .link-danger:focus {
|
|
1185
|
-
color: #841220;
|
|
1229
|
+
color: #841220 !important;
|
|
1186
1230
|
}
|
|
1187
1231
|
|
|
1188
1232
|
.ratio {
|
|
@@ -1240,12 +1284,24 @@ code {
|
|
|
1240
1284
|
z-index: 1020;
|
|
1241
1285
|
}
|
|
1242
1286
|
|
|
1287
|
+
.sticky-bottom {
|
|
1288
|
+
position: sticky;
|
|
1289
|
+
bottom: 0;
|
|
1290
|
+
z-index: 1020;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1243
1293
|
@media (min-width: 400px) {
|
|
1244
1294
|
.sticky-sm-top {
|
|
1245
1295
|
position: sticky;
|
|
1246
1296
|
top: 0;
|
|
1247
1297
|
z-index: 1020;
|
|
1248
1298
|
}
|
|
1299
|
+
|
|
1300
|
+
.sticky-sm-bottom {
|
|
1301
|
+
position: sticky;
|
|
1302
|
+
bottom: 0;
|
|
1303
|
+
z-index: 1020;
|
|
1304
|
+
}
|
|
1249
1305
|
}
|
|
1250
1306
|
@media (min-width: 600px) {
|
|
1251
1307
|
.sticky-rg-top {
|
|
@@ -1253,6 +1309,12 @@ code {
|
|
|
1253
1309
|
top: 0;
|
|
1254
1310
|
z-index: 1020;
|
|
1255
1311
|
}
|
|
1312
|
+
|
|
1313
|
+
.sticky-rg-bottom {
|
|
1314
|
+
position: sticky;
|
|
1315
|
+
bottom: 0;
|
|
1316
|
+
z-index: 1020;
|
|
1317
|
+
}
|
|
1256
1318
|
}
|
|
1257
1319
|
@media (min-width: 780px) {
|
|
1258
1320
|
.sticky-md-top {
|
|
@@ -1260,6 +1322,12 @@ code {
|
|
|
1260
1322
|
top: 0;
|
|
1261
1323
|
z-index: 1020;
|
|
1262
1324
|
}
|
|
1325
|
+
|
|
1326
|
+
.sticky-md-bottom {
|
|
1327
|
+
position: sticky;
|
|
1328
|
+
bottom: 0;
|
|
1329
|
+
z-index: 1020;
|
|
1330
|
+
}
|
|
1263
1331
|
}
|
|
1264
1332
|
@media (min-width: 1024px) {
|
|
1265
1333
|
.sticky-lg-top {
|
|
@@ -1267,6 +1335,12 @@ code {
|
|
|
1267
1335
|
top: 0;
|
|
1268
1336
|
z-index: 1020;
|
|
1269
1337
|
}
|
|
1338
|
+
|
|
1339
|
+
.sticky-lg-bottom {
|
|
1340
|
+
position: sticky;
|
|
1341
|
+
bottom: 0;
|
|
1342
|
+
z-index: 1020;
|
|
1343
|
+
}
|
|
1270
1344
|
}
|
|
1271
1345
|
@media (min-width: 1280px) {
|
|
1272
1346
|
.sticky-xl-top {
|
|
@@ -1274,6 +1348,12 @@ code {
|
|
|
1274
1348
|
top: 0;
|
|
1275
1349
|
z-index: 1020;
|
|
1276
1350
|
}
|
|
1351
|
+
|
|
1352
|
+
.sticky-xl-bottom {
|
|
1353
|
+
position: sticky;
|
|
1354
|
+
bottom: 0;
|
|
1355
|
+
z-index: 1020;
|
|
1356
|
+
}
|
|
1277
1357
|
}
|
|
1278
1358
|
@media (min-width: 1441px) {
|
|
1279
1359
|
.sticky-xxl-top {
|
|
@@ -1281,6 +1361,12 @@ code {
|
|
|
1281
1361
|
top: 0;
|
|
1282
1362
|
z-index: 1020;
|
|
1283
1363
|
}
|
|
1364
|
+
|
|
1365
|
+
.sticky-xxl-bottom {
|
|
1366
|
+
position: sticky;
|
|
1367
|
+
bottom: 0;
|
|
1368
|
+
z-index: 1020;
|
|
1369
|
+
}
|
|
1284
1370
|
}
|
|
1285
1371
|
.hstack {
|
|
1286
1372
|
display: flex;
|
|
@@ -1330,7 +1416,7 @@ code {
|
|
|
1330
1416
|
align-self: stretch;
|
|
1331
1417
|
width: 1px;
|
|
1332
1418
|
min-height: 1em;
|
|
1333
|
-
background-color:
|
|
1419
|
+
background-color: currentcolor;
|
|
1334
1420
|
opacity: 0.25;
|
|
1335
1421
|
}
|
|
1336
1422
|
|
|
@@ -1543,7 +1629,7 @@ code {
|
|
|
1543
1629
|
}
|
|
1544
1630
|
|
|
1545
1631
|
.border {
|
|
1546
|
-
border:
|
|
1632
|
+
border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
|
|
1547
1633
|
}
|
|
1548
1634
|
|
|
1549
1635
|
.border-0 {
|
|
@@ -1551,7 +1637,7 @@ code {
|
|
|
1551
1637
|
}
|
|
1552
1638
|
|
|
1553
1639
|
.border-top {
|
|
1554
|
-
border-top:
|
|
1640
|
+
border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
|
|
1555
1641
|
}
|
|
1556
1642
|
|
|
1557
1643
|
.border-top-0 {
|
|
@@ -1559,7 +1645,7 @@ code {
|
|
|
1559
1645
|
}
|
|
1560
1646
|
|
|
1561
1647
|
.border-end {
|
|
1562
|
-
border-right:
|
|
1648
|
+
border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
|
|
1563
1649
|
}
|
|
1564
1650
|
|
|
1565
1651
|
.border-end-0 {
|
|
@@ -1567,7 +1653,7 @@ code {
|
|
|
1567
1653
|
}
|
|
1568
1654
|
|
|
1569
1655
|
.border-bottom {
|
|
1570
|
-
border-bottom:
|
|
1656
|
+
border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
|
|
1571
1657
|
}
|
|
1572
1658
|
|
|
1573
1659
|
.border-bottom-0 {
|
|
@@ -1575,7 +1661,7 @@ code {
|
|
|
1575
1661
|
}
|
|
1576
1662
|
|
|
1577
1663
|
.border-start {
|
|
1578
|
-
border-left:
|
|
1664
|
+
border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
|
|
1579
1665
|
}
|
|
1580
1666
|
|
|
1581
1667
|
.border-start-0 {
|
|
@@ -1583,59 +1669,88 @@ code {
|
|
|
1583
1669
|
}
|
|
1584
1670
|
|
|
1585
1671
|
.border-primary {
|
|
1586
|
-
border-
|
|
1672
|
+
--bs-border-opacity: 1;
|
|
1673
|
+
border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
|
|
1587
1674
|
}
|
|
1588
1675
|
|
|
1589
1676
|
.border-secondary {
|
|
1590
|
-
border-
|
|
1677
|
+
--bs-border-opacity: 1;
|
|
1678
|
+
border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
|
|
1591
1679
|
}
|
|
1592
1680
|
|
|
1593
1681
|
.border-light {
|
|
1594
|
-
border-
|
|
1682
|
+
--bs-border-opacity: 1;
|
|
1683
|
+
border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
|
|
1595
1684
|
}
|
|
1596
1685
|
|
|
1597
1686
|
.border-dark {
|
|
1598
|
-
border-
|
|
1687
|
+
--bs-border-opacity: 1;
|
|
1688
|
+
border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
|
|
1599
1689
|
}
|
|
1600
1690
|
|
|
1601
1691
|
.border-success {
|
|
1602
|
-
border-
|
|
1692
|
+
--bs-border-opacity: 1;
|
|
1693
|
+
border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
|
|
1603
1694
|
}
|
|
1604
1695
|
|
|
1605
1696
|
.border-info {
|
|
1606
|
-
border-
|
|
1697
|
+
--bs-border-opacity: 1;
|
|
1698
|
+
border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
|
|
1607
1699
|
}
|
|
1608
1700
|
|
|
1609
1701
|
.border-warning {
|
|
1610
|
-
border-
|
|
1702
|
+
--bs-border-opacity: 1;
|
|
1703
|
+
border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
|
|
1611
1704
|
}
|
|
1612
1705
|
|
|
1613
1706
|
.border-danger {
|
|
1614
|
-
border-
|
|
1707
|
+
--bs-border-opacity: 1;
|
|
1708
|
+
border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
|
|
1615
1709
|
}
|
|
1616
1710
|
|
|
1617
1711
|
.border-white {
|
|
1618
|
-
border-
|
|
1712
|
+
--bs-border-opacity: 1;
|
|
1713
|
+
border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
|
|
1619
1714
|
}
|
|
1620
1715
|
|
|
1621
1716
|
.border-1 {
|
|
1622
|
-
border-width: 1px
|
|
1717
|
+
--bs-border-width: 1px;
|
|
1623
1718
|
}
|
|
1624
1719
|
|
|
1625
1720
|
.border-2 {
|
|
1626
|
-
border-width: 2px
|
|
1721
|
+
--bs-border-width: 2px;
|
|
1627
1722
|
}
|
|
1628
1723
|
|
|
1629
1724
|
.border-3 {
|
|
1630
|
-
border-width: 3px
|
|
1725
|
+
--bs-border-width: 3px;
|
|
1631
1726
|
}
|
|
1632
1727
|
|
|
1633
1728
|
.border-4 {
|
|
1634
|
-
border-width: 4px
|
|
1729
|
+
--bs-border-width: 4px;
|
|
1635
1730
|
}
|
|
1636
1731
|
|
|
1637
1732
|
.border-5 {
|
|
1638
|
-
border-width: 5px
|
|
1733
|
+
--bs-border-width: 5px;
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
.border-opacity-10 {
|
|
1737
|
+
--bs-border-opacity: 0.1;
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1740
|
+
.border-opacity-25 {
|
|
1741
|
+
--bs-border-opacity: 0.25;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
.border-opacity-50 {
|
|
1745
|
+
--bs-border-opacity: 0.5;
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
.border-opacity-75 {
|
|
1749
|
+
--bs-border-opacity: 0.75;
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
.border-opacity-100 {
|
|
1753
|
+
--bs-border-opacity: 1;
|
|
1639
1754
|
}
|
|
1640
1755
|
|
|
1641
1756
|
.w-25 {
|
|
@@ -1750,30 +1865,6 @@ code {
|
|
|
1750
1865
|
flex-wrap: wrap-reverse !important;
|
|
1751
1866
|
}
|
|
1752
1867
|
|
|
1753
|
-
.gap-0 {
|
|
1754
|
-
gap: 0 !important;
|
|
1755
|
-
}
|
|
1756
|
-
|
|
1757
|
-
.gap-1 {
|
|
1758
|
-
gap: 0.25rem !important;
|
|
1759
|
-
}
|
|
1760
|
-
|
|
1761
|
-
.gap-2 {
|
|
1762
|
-
gap: 0.5rem !important;
|
|
1763
|
-
}
|
|
1764
|
-
|
|
1765
|
-
.gap-3 {
|
|
1766
|
-
gap: 1rem !important;
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
|
-
.gap-4 {
|
|
1770
|
-
gap: 1.5rem !important;
|
|
1771
|
-
}
|
|
1772
|
-
|
|
1773
|
-
.gap-5 {
|
|
1774
|
-
gap: 3rem !important;
|
|
1775
|
-
}
|
|
1776
|
-
|
|
1777
1868
|
.justify-content-start {
|
|
1778
1869
|
justify-content: flex-start !important;
|
|
1779
1870
|
}
|
|
@@ -2288,6 +2379,30 @@ code {
|
|
|
2288
2379
|
padding-left: 3rem !important;
|
|
2289
2380
|
}
|
|
2290
2381
|
|
|
2382
|
+
.gap-0 {
|
|
2383
|
+
gap: 0 !important;
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
.gap-1 {
|
|
2387
|
+
gap: 0.25rem !important;
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
.gap-2 {
|
|
2391
|
+
gap: 0.5rem !important;
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
.gap-3 {
|
|
2395
|
+
gap: 1rem !important;
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
.gap-4 {
|
|
2399
|
+
gap: 1.5rem !important;
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
.gap-5 {
|
|
2403
|
+
gap: 3rem !important;
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2291
2406
|
.font-monospace {
|
|
2292
2407
|
font-family: var(--bs-font-monospace) !important;
|
|
2293
2408
|
}
|
|
@@ -2360,6 +2475,10 @@ code {
|
|
|
2360
2475
|
font-weight: 700 !important;
|
|
2361
2476
|
}
|
|
2362
2477
|
|
|
2478
|
+
.fw-semibold {
|
|
2479
|
+
font-weight: 600 !important;
|
|
2480
|
+
}
|
|
2481
|
+
|
|
2363
2482
|
.fw-bolder {
|
|
2364
2483
|
font-weight: bolder !important;
|
|
2365
2484
|
}
|
|
@@ -2567,7 +2686,7 @@ code {
|
|
|
2567
2686
|
}
|
|
2568
2687
|
|
|
2569
2688
|
.rounded {
|
|
2570
|
-
border-radius:
|
|
2689
|
+
border-radius: var(--bs-border-radius) !important;
|
|
2571
2690
|
}
|
|
2572
2691
|
|
|
2573
2692
|
.rounded-0 {
|
|
@@ -2575,15 +2694,23 @@ code {
|
|
|
2575
2694
|
}
|
|
2576
2695
|
|
|
2577
2696
|
.rounded-1 {
|
|
2578
|
-
border-radius:
|
|
2697
|
+
border-radius: var(--bs-border-radius-sm) !important;
|
|
2579
2698
|
}
|
|
2580
2699
|
|
|
2581
2700
|
.rounded-2 {
|
|
2582
|
-
border-radius:
|
|
2701
|
+
border-radius: var(--bs-border-radius) !important;
|
|
2583
2702
|
}
|
|
2584
2703
|
|
|
2585
2704
|
.rounded-3 {
|
|
2586
|
-
border-radius:
|
|
2705
|
+
border-radius: var(--bs-border-radius-lg) !important;
|
|
2706
|
+
}
|
|
2707
|
+
|
|
2708
|
+
.rounded-4 {
|
|
2709
|
+
border-radius: var(--bs-border-radius-xl) !important;
|
|
2710
|
+
}
|
|
2711
|
+
|
|
2712
|
+
.rounded-5 {
|
|
2713
|
+
border-radius: var(--bs-border-radius-2xl) !important;
|
|
2587
2714
|
}
|
|
2588
2715
|
|
|
2589
2716
|
.rounded-circle {
|
|
@@ -2591,27 +2718,27 @@ code {
|
|
|
2591
2718
|
}
|
|
2592
2719
|
|
|
2593
2720
|
.rounded-pill {
|
|
2594
|
-
border-radius:
|
|
2721
|
+
border-radius: var(--bs-border-radius-pill) !important;
|
|
2595
2722
|
}
|
|
2596
2723
|
|
|
2597
2724
|
.rounded-top {
|
|
2598
|
-
border-top-left-radius:
|
|
2599
|
-
border-top-right-radius:
|
|
2725
|
+
border-top-left-radius: var(--bs-border-radius) !important;
|
|
2726
|
+
border-top-right-radius: var(--bs-border-radius) !important;
|
|
2600
2727
|
}
|
|
2601
2728
|
|
|
2602
2729
|
.rounded-end {
|
|
2603
|
-
border-top-right-radius:
|
|
2604
|
-
border-bottom-right-radius:
|
|
2730
|
+
border-top-right-radius: var(--bs-border-radius) !important;
|
|
2731
|
+
border-bottom-right-radius: var(--bs-border-radius) !important;
|
|
2605
2732
|
}
|
|
2606
2733
|
|
|
2607
2734
|
.rounded-bottom {
|
|
2608
|
-
border-bottom-right-radius:
|
|
2609
|
-
border-bottom-left-radius:
|
|
2735
|
+
border-bottom-right-radius: var(--bs-border-radius) !important;
|
|
2736
|
+
border-bottom-left-radius: var(--bs-border-radius) !important;
|
|
2610
2737
|
}
|
|
2611
2738
|
|
|
2612
2739
|
.rounded-start {
|
|
2613
|
-
border-bottom-left-radius:
|
|
2614
|
-
border-top-left-radius:
|
|
2740
|
+
border-bottom-left-radius: var(--bs-border-radius) !important;
|
|
2741
|
+
border-top-left-radius: var(--bs-border-radius) !important;
|
|
2615
2742
|
}
|
|
2616
2743
|
|
|
2617
2744
|
.visible {
|
|
@@ -2723,30 +2850,6 @@ code {
|
|
|
2723
2850
|
flex-wrap: wrap-reverse !important;
|
|
2724
2851
|
}
|
|
2725
2852
|
|
|
2726
|
-
.gap-sm-0 {
|
|
2727
|
-
gap: 0 !important;
|
|
2728
|
-
}
|
|
2729
|
-
|
|
2730
|
-
.gap-sm-1 {
|
|
2731
|
-
gap: 0.25rem !important;
|
|
2732
|
-
}
|
|
2733
|
-
|
|
2734
|
-
.gap-sm-2 {
|
|
2735
|
-
gap: 0.5rem !important;
|
|
2736
|
-
}
|
|
2737
|
-
|
|
2738
|
-
.gap-sm-3 {
|
|
2739
|
-
gap: 1rem !important;
|
|
2740
|
-
}
|
|
2741
|
-
|
|
2742
|
-
.gap-sm-4 {
|
|
2743
|
-
gap: 1.5rem !important;
|
|
2744
|
-
}
|
|
2745
|
-
|
|
2746
|
-
.gap-sm-5 {
|
|
2747
|
-
gap: 3rem !important;
|
|
2748
|
-
}
|
|
2749
|
-
|
|
2750
2853
|
.justify-content-sm-start {
|
|
2751
2854
|
justify-content: flex-start !important;
|
|
2752
2855
|
}
|
|
@@ -3261,6 +3364,30 @@ code {
|
|
|
3261
3364
|
padding-left: 3rem !important;
|
|
3262
3365
|
}
|
|
3263
3366
|
|
|
3367
|
+
.gap-sm-0 {
|
|
3368
|
+
gap: 0 !important;
|
|
3369
|
+
}
|
|
3370
|
+
|
|
3371
|
+
.gap-sm-1 {
|
|
3372
|
+
gap: 0.25rem !important;
|
|
3373
|
+
}
|
|
3374
|
+
|
|
3375
|
+
.gap-sm-2 {
|
|
3376
|
+
gap: 0.5rem !important;
|
|
3377
|
+
}
|
|
3378
|
+
|
|
3379
|
+
.gap-sm-3 {
|
|
3380
|
+
gap: 1rem !important;
|
|
3381
|
+
}
|
|
3382
|
+
|
|
3383
|
+
.gap-sm-4 {
|
|
3384
|
+
gap: 1.5rem !important;
|
|
3385
|
+
}
|
|
3386
|
+
|
|
3387
|
+
.gap-sm-5 {
|
|
3388
|
+
gap: 3rem !important;
|
|
3389
|
+
}
|
|
3390
|
+
|
|
3264
3391
|
.text-sm-start {
|
|
3265
3392
|
text-align: left !important;
|
|
3266
3393
|
}
|
|
@@ -3374,30 +3501,6 @@ code {
|
|
|
3374
3501
|
flex-wrap: wrap-reverse !important;
|
|
3375
3502
|
}
|
|
3376
3503
|
|
|
3377
|
-
.gap-rg-0 {
|
|
3378
|
-
gap: 0 !important;
|
|
3379
|
-
}
|
|
3380
|
-
|
|
3381
|
-
.gap-rg-1 {
|
|
3382
|
-
gap: 0.25rem !important;
|
|
3383
|
-
}
|
|
3384
|
-
|
|
3385
|
-
.gap-rg-2 {
|
|
3386
|
-
gap: 0.5rem !important;
|
|
3387
|
-
}
|
|
3388
|
-
|
|
3389
|
-
.gap-rg-3 {
|
|
3390
|
-
gap: 1rem !important;
|
|
3391
|
-
}
|
|
3392
|
-
|
|
3393
|
-
.gap-rg-4 {
|
|
3394
|
-
gap: 1.5rem !important;
|
|
3395
|
-
}
|
|
3396
|
-
|
|
3397
|
-
.gap-rg-5 {
|
|
3398
|
-
gap: 3rem !important;
|
|
3399
|
-
}
|
|
3400
|
-
|
|
3401
3504
|
.justify-content-rg-start {
|
|
3402
3505
|
justify-content: flex-start !important;
|
|
3403
3506
|
}
|
|
@@ -3912,6 +4015,30 @@ code {
|
|
|
3912
4015
|
padding-left: 3rem !important;
|
|
3913
4016
|
}
|
|
3914
4017
|
|
|
4018
|
+
.gap-rg-0 {
|
|
4019
|
+
gap: 0 !important;
|
|
4020
|
+
}
|
|
4021
|
+
|
|
4022
|
+
.gap-rg-1 {
|
|
4023
|
+
gap: 0.25rem !important;
|
|
4024
|
+
}
|
|
4025
|
+
|
|
4026
|
+
.gap-rg-2 {
|
|
4027
|
+
gap: 0.5rem !important;
|
|
4028
|
+
}
|
|
4029
|
+
|
|
4030
|
+
.gap-rg-3 {
|
|
4031
|
+
gap: 1rem !important;
|
|
4032
|
+
}
|
|
4033
|
+
|
|
4034
|
+
.gap-rg-4 {
|
|
4035
|
+
gap: 1.5rem !important;
|
|
4036
|
+
}
|
|
4037
|
+
|
|
4038
|
+
.gap-rg-5 {
|
|
4039
|
+
gap: 3rem !important;
|
|
4040
|
+
}
|
|
4041
|
+
|
|
3915
4042
|
.text-rg-start {
|
|
3916
4043
|
text-align: left !important;
|
|
3917
4044
|
}
|
|
@@ -4025,30 +4152,6 @@ code {
|
|
|
4025
4152
|
flex-wrap: wrap-reverse !important;
|
|
4026
4153
|
}
|
|
4027
4154
|
|
|
4028
|
-
.gap-md-0 {
|
|
4029
|
-
gap: 0 !important;
|
|
4030
|
-
}
|
|
4031
|
-
|
|
4032
|
-
.gap-md-1 {
|
|
4033
|
-
gap: 0.25rem !important;
|
|
4034
|
-
}
|
|
4035
|
-
|
|
4036
|
-
.gap-md-2 {
|
|
4037
|
-
gap: 0.5rem !important;
|
|
4038
|
-
}
|
|
4039
|
-
|
|
4040
|
-
.gap-md-3 {
|
|
4041
|
-
gap: 1rem !important;
|
|
4042
|
-
}
|
|
4043
|
-
|
|
4044
|
-
.gap-md-4 {
|
|
4045
|
-
gap: 1.5rem !important;
|
|
4046
|
-
}
|
|
4047
|
-
|
|
4048
|
-
.gap-md-5 {
|
|
4049
|
-
gap: 3rem !important;
|
|
4050
|
-
}
|
|
4051
|
-
|
|
4052
4155
|
.justify-content-md-start {
|
|
4053
4156
|
justify-content: flex-start !important;
|
|
4054
4157
|
}
|
|
@@ -4563,6 +4666,30 @@ code {
|
|
|
4563
4666
|
padding-left: 3rem !important;
|
|
4564
4667
|
}
|
|
4565
4668
|
|
|
4669
|
+
.gap-md-0 {
|
|
4670
|
+
gap: 0 !important;
|
|
4671
|
+
}
|
|
4672
|
+
|
|
4673
|
+
.gap-md-1 {
|
|
4674
|
+
gap: 0.25rem !important;
|
|
4675
|
+
}
|
|
4676
|
+
|
|
4677
|
+
.gap-md-2 {
|
|
4678
|
+
gap: 0.5rem !important;
|
|
4679
|
+
}
|
|
4680
|
+
|
|
4681
|
+
.gap-md-3 {
|
|
4682
|
+
gap: 1rem !important;
|
|
4683
|
+
}
|
|
4684
|
+
|
|
4685
|
+
.gap-md-4 {
|
|
4686
|
+
gap: 1.5rem !important;
|
|
4687
|
+
}
|
|
4688
|
+
|
|
4689
|
+
.gap-md-5 {
|
|
4690
|
+
gap: 3rem !important;
|
|
4691
|
+
}
|
|
4692
|
+
|
|
4566
4693
|
.text-md-start {
|
|
4567
4694
|
text-align: left !important;
|
|
4568
4695
|
}
|
|
@@ -4676,30 +4803,6 @@ code {
|
|
|
4676
4803
|
flex-wrap: wrap-reverse !important;
|
|
4677
4804
|
}
|
|
4678
4805
|
|
|
4679
|
-
.gap-lg-0 {
|
|
4680
|
-
gap: 0 !important;
|
|
4681
|
-
}
|
|
4682
|
-
|
|
4683
|
-
.gap-lg-1 {
|
|
4684
|
-
gap: 0.25rem !important;
|
|
4685
|
-
}
|
|
4686
|
-
|
|
4687
|
-
.gap-lg-2 {
|
|
4688
|
-
gap: 0.5rem !important;
|
|
4689
|
-
}
|
|
4690
|
-
|
|
4691
|
-
.gap-lg-3 {
|
|
4692
|
-
gap: 1rem !important;
|
|
4693
|
-
}
|
|
4694
|
-
|
|
4695
|
-
.gap-lg-4 {
|
|
4696
|
-
gap: 1.5rem !important;
|
|
4697
|
-
}
|
|
4698
|
-
|
|
4699
|
-
.gap-lg-5 {
|
|
4700
|
-
gap: 3rem !important;
|
|
4701
|
-
}
|
|
4702
|
-
|
|
4703
4806
|
.justify-content-lg-start {
|
|
4704
4807
|
justify-content: flex-start !important;
|
|
4705
4808
|
}
|
|
@@ -5214,6 +5317,30 @@ code {
|
|
|
5214
5317
|
padding-left: 3rem !important;
|
|
5215
5318
|
}
|
|
5216
5319
|
|
|
5320
|
+
.gap-lg-0 {
|
|
5321
|
+
gap: 0 !important;
|
|
5322
|
+
}
|
|
5323
|
+
|
|
5324
|
+
.gap-lg-1 {
|
|
5325
|
+
gap: 0.25rem !important;
|
|
5326
|
+
}
|
|
5327
|
+
|
|
5328
|
+
.gap-lg-2 {
|
|
5329
|
+
gap: 0.5rem !important;
|
|
5330
|
+
}
|
|
5331
|
+
|
|
5332
|
+
.gap-lg-3 {
|
|
5333
|
+
gap: 1rem !important;
|
|
5334
|
+
}
|
|
5335
|
+
|
|
5336
|
+
.gap-lg-4 {
|
|
5337
|
+
gap: 1.5rem !important;
|
|
5338
|
+
}
|
|
5339
|
+
|
|
5340
|
+
.gap-lg-5 {
|
|
5341
|
+
gap: 3rem !important;
|
|
5342
|
+
}
|
|
5343
|
+
|
|
5217
5344
|
.text-lg-start {
|
|
5218
5345
|
text-align: left !important;
|
|
5219
5346
|
}
|
|
@@ -5327,30 +5454,6 @@ code {
|
|
|
5327
5454
|
flex-wrap: wrap-reverse !important;
|
|
5328
5455
|
}
|
|
5329
5456
|
|
|
5330
|
-
.gap-xl-0 {
|
|
5331
|
-
gap: 0 !important;
|
|
5332
|
-
}
|
|
5333
|
-
|
|
5334
|
-
.gap-xl-1 {
|
|
5335
|
-
gap: 0.25rem !important;
|
|
5336
|
-
}
|
|
5337
|
-
|
|
5338
|
-
.gap-xl-2 {
|
|
5339
|
-
gap: 0.5rem !important;
|
|
5340
|
-
}
|
|
5341
|
-
|
|
5342
|
-
.gap-xl-3 {
|
|
5343
|
-
gap: 1rem !important;
|
|
5344
|
-
}
|
|
5345
|
-
|
|
5346
|
-
.gap-xl-4 {
|
|
5347
|
-
gap: 1.5rem !important;
|
|
5348
|
-
}
|
|
5349
|
-
|
|
5350
|
-
.gap-xl-5 {
|
|
5351
|
-
gap: 3rem !important;
|
|
5352
|
-
}
|
|
5353
|
-
|
|
5354
5457
|
.justify-content-xl-start {
|
|
5355
5458
|
justify-content: flex-start !important;
|
|
5356
5459
|
}
|
|
@@ -5865,6 +5968,30 @@ code {
|
|
|
5865
5968
|
padding-left: 3rem !important;
|
|
5866
5969
|
}
|
|
5867
5970
|
|
|
5971
|
+
.gap-xl-0 {
|
|
5972
|
+
gap: 0 !important;
|
|
5973
|
+
}
|
|
5974
|
+
|
|
5975
|
+
.gap-xl-1 {
|
|
5976
|
+
gap: 0.25rem !important;
|
|
5977
|
+
}
|
|
5978
|
+
|
|
5979
|
+
.gap-xl-2 {
|
|
5980
|
+
gap: 0.5rem !important;
|
|
5981
|
+
}
|
|
5982
|
+
|
|
5983
|
+
.gap-xl-3 {
|
|
5984
|
+
gap: 1rem !important;
|
|
5985
|
+
}
|
|
5986
|
+
|
|
5987
|
+
.gap-xl-4 {
|
|
5988
|
+
gap: 1.5rem !important;
|
|
5989
|
+
}
|
|
5990
|
+
|
|
5991
|
+
.gap-xl-5 {
|
|
5992
|
+
gap: 3rem !important;
|
|
5993
|
+
}
|
|
5994
|
+
|
|
5868
5995
|
.text-xl-start {
|
|
5869
5996
|
text-align: left !important;
|
|
5870
5997
|
}
|
|
@@ -5978,30 +6105,6 @@ code {
|
|
|
5978
6105
|
flex-wrap: wrap-reverse !important;
|
|
5979
6106
|
}
|
|
5980
6107
|
|
|
5981
|
-
.gap-xxl-0 {
|
|
5982
|
-
gap: 0 !important;
|
|
5983
|
-
}
|
|
5984
|
-
|
|
5985
|
-
.gap-xxl-1 {
|
|
5986
|
-
gap: 0.25rem !important;
|
|
5987
|
-
}
|
|
5988
|
-
|
|
5989
|
-
.gap-xxl-2 {
|
|
5990
|
-
gap: 0.5rem !important;
|
|
5991
|
-
}
|
|
5992
|
-
|
|
5993
|
-
.gap-xxl-3 {
|
|
5994
|
-
gap: 1rem !important;
|
|
5995
|
-
}
|
|
5996
|
-
|
|
5997
|
-
.gap-xxl-4 {
|
|
5998
|
-
gap: 1.5rem !important;
|
|
5999
|
-
}
|
|
6000
|
-
|
|
6001
|
-
.gap-xxl-5 {
|
|
6002
|
-
gap: 3rem !important;
|
|
6003
|
-
}
|
|
6004
|
-
|
|
6005
6108
|
.justify-content-xxl-start {
|
|
6006
6109
|
justify-content: flex-start !important;
|
|
6007
6110
|
}
|
|
@@ -6516,6 +6619,30 @@ code {
|
|
|
6516
6619
|
padding-left: 3rem !important;
|
|
6517
6620
|
}
|
|
6518
6621
|
|
|
6622
|
+
.gap-xxl-0 {
|
|
6623
|
+
gap: 0 !important;
|
|
6624
|
+
}
|
|
6625
|
+
|
|
6626
|
+
.gap-xxl-1 {
|
|
6627
|
+
gap: 0.25rem !important;
|
|
6628
|
+
}
|
|
6629
|
+
|
|
6630
|
+
.gap-xxl-2 {
|
|
6631
|
+
gap: 0.5rem !important;
|
|
6632
|
+
}
|
|
6633
|
+
|
|
6634
|
+
.gap-xxl-3 {
|
|
6635
|
+
gap: 1rem !important;
|
|
6636
|
+
}
|
|
6637
|
+
|
|
6638
|
+
.gap-xxl-4 {
|
|
6639
|
+
gap: 1.5rem !important;
|
|
6640
|
+
}
|
|
6641
|
+
|
|
6642
|
+
.gap-xxl-5 {
|
|
6643
|
+
gap: 3rem !important;
|
|
6644
|
+
}
|
|
6645
|
+
|
|
6519
6646
|
.text-xxl-start {
|
|
6520
6647
|
text-align: left !important;
|
|
6521
6648
|
}
|
|
@@ -16695,9 +16822,11 @@ a:focus, a:hover {
|
|
|
16695
16822
|
.container,
|
|
16696
16823
|
.container-fluid,
|
|
16697
16824
|
.container-xs {
|
|
16825
|
+
--bs-gutter-x: 30px;
|
|
16826
|
+
--bs-gutter-y: 0;
|
|
16698
16827
|
width: 100%;
|
|
16699
|
-
padding-right: var(--bs-gutter-x
|
|
16700
|
-
padding-left: var(--bs-gutter-x
|
|
16828
|
+
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
|
16829
|
+
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
|
16701
16830
|
margin-right: auto;
|
|
16702
16831
|
margin-left: auto;
|
|
16703
16832
|
}
|
|
@@ -16897,20 +17026,45 @@ a:focus, a:hover {
|
|
|
16897
17026
|
}
|
|
16898
17027
|
}
|
|
16899
17028
|
|
|
17029
|
+
.accordion {
|
|
17030
|
+
--bs-accordion-color: #000;
|
|
17031
|
+
--bs-accordion-bg: #fff;
|
|
17032
|
+
--bs-accordion-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.15s ease;
|
|
17033
|
+
--bs-accordion-border-color: #e6e6e6;
|
|
17034
|
+
--bs-accordion-border-width: 2px;
|
|
17035
|
+
--bs-accordion-border-radius: 0;
|
|
17036
|
+
--bs-accordion-inner-border-radius: -2px;
|
|
17037
|
+
--bs-accordion-btn-padding-x: 1rem;
|
|
17038
|
+
--bs-accordion-btn-padding-y: 1rem;
|
|
17039
|
+
--bs-accordion-btn-color: #000;
|
|
17040
|
+
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
|
17041
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath opacity='1' fill='%23000000' d='M23.6,13.2l-7.5,7.6l-7.6-7.6l0.9-0.9l6.6,6.6l6.6-6.6L23.6,13.2z'%3E%3C/path%3E%3C/svg%3E");
|
|
17042
|
+
--bs-accordion-btn-icon-width: 1.5rem;
|
|
17043
|
+
--bs-accordion-btn-icon-transform: rotate(180deg);
|
|
17044
|
+
--bs-accordion-btn-icon-transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
17045
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath opacity='1' fill='%23000000' d='M23.6,13.2l-7.5,7.6l-7.6-7.6l0.9-0.9l6.6,6.6l6.6-6.6L23.6,13.2z'%3E%3C/path%3E%3C/svg%3E");
|
|
17046
|
+
--bs-accordion-btn-focus-border-color: #000;
|
|
17047
|
+
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.125rem rgba(51, 51, 51, 0.25);
|
|
17048
|
+
--bs-accordion-body-padding-x: 1rem;
|
|
17049
|
+
--bs-accordion-body-padding-y: 1rem;
|
|
17050
|
+
--bs-accordion-active-color: #000;
|
|
17051
|
+
--bs-accordion-active-bg: transparent;
|
|
17052
|
+
}
|
|
17053
|
+
|
|
16900
17054
|
.accordion-button {
|
|
16901
17055
|
position: relative;
|
|
16902
17056
|
display: flex;
|
|
16903
17057
|
align-items: center;
|
|
16904
17058
|
width: 100%;
|
|
16905
|
-
padding:
|
|
17059
|
+
padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
|
|
16906
17060
|
font-size: 1rem;
|
|
16907
|
-
color:
|
|
17061
|
+
color: var(--bs-accordion-btn-color);
|
|
16908
17062
|
text-align: left;
|
|
16909
|
-
background-color:
|
|
17063
|
+
background-color: var(--bs-accordion-btn-bg);
|
|
16910
17064
|
border: 0;
|
|
16911
17065
|
border-radius: 0;
|
|
16912
17066
|
overflow-anchor: none;
|
|
16913
|
-
transition:
|
|
17067
|
+
transition: var(--bs-accordion-transition);
|
|
16914
17068
|
}
|
|
16915
17069
|
@media (prefers-reduced-motion: reduce) {
|
|
16916
17070
|
.accordion-button {
|
|
@@ -16918,24 +17072,24 @@ a:focus, a:hover {
|
|
|
16918
17072
|
}
|
|
16919
17073
|
}
|
|
16920
17074
|
.accordion-button:not(.collapsed) {
|
|
16921
|
-
color:
|
|
16922
|
-
background-color:
|
|
16923
|
-
box-shadow: inset 0 -
|
|
17075
|
+
color: var(--bs-accordion-active-color);
|
|
17076
|
+
background-color: var(--bs-accordion-active-bg);
|
|
17077
|
+
box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
|
|
16924
17078
|
}
|
|
16925
17079
|
.accordion-button:not(.collapsed)::after {
|
|
16926
|
-
background-image:
|
|
16927
|
-
transform:
|
|
17080
|
+
background-image: var(--bs-accordion-btn-active-icon);
|
|
17081
|
+
transform: var(--bs-accordion-btn-icon-transform);
|
|
16928
17082
|
}
|
|
16929
17083
|
.accordion-button::after {
|
|
16930
17084
|
flex-shrink: 0;
|
|
16931
|
-
width:
|
|
16932
|
-
height:
|
|
17085
|
+
width: var(--bs-accordion-btn-icon-width);
|
|
17086
|
+
height: var(--bs-accordion-btn-icon-width);
|
|
16933
17087
|
margin-left: auto;
|
|
16934
17088
|
content: "";
|
|
16935
|
-
background-image:
|
|
17089
|
+
background-image: var(--bs-accordion-btn-icon);
|
|
16936
17090
|
background-repeat: no-repeat;
|
|
16937
|
-
background-size:
|
|
16938
|
-
transition:
|
|
17091
|
+
background-size: var(--bs-accordion-btn-icon-width);
|
|
17092
|
+
transition: var(--bs-accordion-btn-icon-transition);
|
|
16939
17093
|
}
|
|
16940
17094
|
@media (prefers-reduced-motion: reduce) {
|
|
16941
17095
|
.accordion-button::after {
|
|
@@ -16947,9 +17101,9 @@ a:focus, a:hover {
|
|
|
16947
17101
|
}
|
|
16948
17102
|
.accordion-button:focus {
|
|
16949
17103
|
z-index: 3;
|
|
16950
|
-
border-color:
|
|
17104
|
+
border-color: var(--bs-accordion-btn-focus-border-color);
|
|
16951
17105
|
outline: 0;
|
|
16952
|
-
box-shadow:
|
|
17106
|
+
box-shadow: var(--bs-accordion-btn-focus-box-shadow);
|
|
16953
17107
|
}
|
|
16954
17108
|
|
|
16955
17109
|
.accordion-header {
|
|
@@ -16957,35 +17111,36 @@ a:focus, a:hover {
|
|
|
16957
17111
|
}
|
|
16958
17112
|
|
|
16959
17113
|
.accordion-item {
|
|
16960
|
-
|
|
16961
|
-
|
|
17114
|
+
color: var(--bs-accordion-color);
|
|
17115
|
+
background-color: var(--bs-accordion-bg);
|
|
17116
|
+
border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
|
|
16962
17117
|
}
|
|
16963
17118
|
.accordion-item:first-of-type {
|
|
16964
|
-
border-top-left-radius:
|
|
16965
|
-
border-top-right-radius:
|
|
17119
|
+
border-top-left-radius: var(--bs-accordion-border-radius);
|
|
17120
|
+
border-top-right-radius: var(--bs-accordion-border-radius);
|
|
16966
17121
|
}
|
|
16967
17122
|
.accordion-item:first-of-type .accordion-button {
|
|
16968
|
-
border-top-left-radius:
|
|
16969
|
-
border-top-right-radius:
|
|
17123
|
+
border-top-left-radius: var(--bs-accordion-inner-border-radius);
|
|
17124
|
+
border-top-right-radius: var(--bs-accordion-inner-border-radius);
|
|
16970
17125
|
}
|
|
16971
17126
|
.accordion-item:not(:first-of-type) {
|
|
16972
17127
|
border-top: 0;
|
|
16973
17128
|
}
|
|
16974
17129
|
.accordion-item:last-of-type {
|
|
16975
|
-
border-bottom-right-radius:
|
|
16976
|
-
border-bottom-left-radius:
|
|
17130
|
+
border-bottom-right-radius: var(--bs-accordion-border-radius);
|
|
17131
|
+
border-bottom-left-radius: var(--bs-accordion-border-radius);
|
|
16977
17132
|
}
|
|
16978
17133
|
.accordion-item:last-of-type .accordion-button.collapsed {
|
|
16979
|
-
border-bottom-right-radius:
|
|
16980
|
-
border-bottom-left-radius:
|
|
17134
|
+
border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
|
|
17135
|
+
border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
|
|
16981
17136
|
}
|
|
16982
17137
|
.accordion-item:last-of-type .accordion-collapse {
|
|
16983
|
-
border-bottom-right-radius:
|
|
16984
|
-
border-bottom-left-radius:
|
|
17138
|
+
border-bottom-right-radius: var(--bs-accordion-border-radius);
|
|
17139
|
+
border-bottom-left-radius: var(--bs-accordion-border-radius);
|
|
16985
17140
|
}
|
|
16986
17141
|
|
|
16987
17142
|
.accordion-body {
|
|
16988
|
-
padding:
|
|
17143
|
+
padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
|
|
16989
17144
|
}
|
|
16990
17145
|
|
|
16991
17146
|
.accordion-flush .accordion-collapse {
|
|
@@ -17002,7 +17157,7 @@ a:focus, a:hover {
|
|
|
17002
17157
|
.accordion-flush .accordion-item:last-child {
|
|
17003
17158
|
border-bottom: 0;
|
|
17004
17159
|
}
|
|
17005
|
-
.accordion-flush .accordion-item .accordion-button {
|
|
17160
|
+
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
|
|
17006
17161
|
border-radius: 0;
|
|
17007
17162
|
}
|
|
17008
17163
|
|