@coreui/coreui 4.2.1 → 4.2.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/README.md +1 -1
- package/dist/css/coreui-grid.css +61 -61
- package/dist/css/coreui-grid.css.map +1 -1
- package/dist/css/coreui-grid.min.css +1 -1
- package/dist/css/coreui-grid.min.css.map +1 -1
- package/dist/css/coreui-grid.rtl.css +62 -62
- package/dist/css/coreui-grid.rtl.css.map +1 -1
- package/dist/css/coreui-grid.rtl.min.css +2 -2
- package/dist/css/coreui-grid.rtl.min.css.map +1 -1
- package/dist/css/coreui-reboot.css +1 -1
- package/dist/css/coreui-reboot.css.map +1 -1
- package/dist/css/coreui-reboot.min.css +1 -1
- package/dist/css/coreui-reboot.min.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.css +2 -2
- package/dist/css/coreui-reboot.rtl.css.map +1 -1
- package/dist/css/coreui-reboot.rtl.min.css +2 -2
- package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
- package/dist/css/coreui-utilities.css +72 -2
- package/dist/css/coreui-utilities.css.map +1 -1
- package/dist/css/coreui-utilities.min.css +2 -2
- package/dist/css/coreui-utilities.min.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.css +73 -3
- package/dist/css/coreui-utilities.rtl.css.map +1 -1
- package/dist/css/coreui-utilities.rtl.min.css +3 -3
- package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
- package/dist/css/coreui.css +195 -208
- package/dist/css/coreui.css.map +1 -1
- package/dist/css/coreui.min.css +2 -2
- package/dist/css/coreui.min.css.map +1 -1
- package/dist/css/coreui.rtl.css +196 -169
- package/dist/css/coreui.rtl.css.map +1 -1
- package/dist/css/coreui.rtl.min.css +3 -3
- package/dist/css/coreui.rtl.min.css.map +1 -1
- package/dist/js/coreui.bundle.js +704 -1534
- package/dist/js/coreui.bundle.js.map +1 -1
- package/dist/js/coreui.bundle.min.js +2 -2
- package/dist/js/coreui.bundle.min.js.map +1 -1
- package/dist/js/coreui.esm.js +641 -1482
- package/dist/js/coreui.esm.js.map +1 -1
- package/dist/js/coreui.esm.min.js +2 -2
- package/dist/js/coreui.esm.min.js.map +1 -1
- package/dist/js/coreui.js +642 -1483
- package/dist/js/coreui.js.map +1 -1
- package/dist/js/coreui.min.js +2 -2
- package/dist/js/coreui.min.js.map +1 -1
- package/js/dist/alert.js +15 -21
- package/js/dist/alert.js.map +1 -1
- package/js/dist/base-component.js +14 -25
- package/js/dist/base-component.js.map +1 -1
- package/js/dist/button.js +13 -12
- package/js/dist/button.js.map +1 -1
- package/js/dist/carousel.js +27 -103
- package/js/dist/carousel.js.map +1 -1
- package/js/dist/collapse.js +27 -84
- package/js/dist/collapse.js.map +1 -1
- package/js/dist/dom/data.js +8 -12
- package/js/dist/dom/data.js.map +1 -1
- package/js/dist/dom/event-handler.js +32 -69
- package/js/dist/dom/event-handler.js.map +1 -1
- package/js/dist/dom/manipulator.js +4 -17
- package/js/dist/dom/manipulator.js.map +1 -1
- package/js/dist/dom/selector-engine.js +41 -24
- package/js/dist/dom/selector-engine.js.map +1 -1
- package/js/dist/dropdown.js +55 -118
- package/js/dist/dropdown.js.map +1 -1
- package/js/dist/modal.js +42 -109
- package/js/dist/modal.js.map +1 -1
- package/js/dist/navigation.js +27 -59
- package/js/dist/navigation.js.map +1 -1
- package/js/dist/offcanvas.js +26 -70
- package/js/dist/offcanvas.js.map +1 -1
- package/js/dist/popover.js +18 -21
- package/js/dist/popover.js.map +1 -1
- package/js/dist/scrollspy.js +43 -71
- package/js/dist/scrollspy.js.map +1 -1
- package/js/dist/sidebar.js +21 -65
- package/js/dist/sidebar.js.map +1 -1
- package/js/dist/tab.js +41 -105
- package/js/dist/tab.js.map +1 -1
- package/js/dist/toast.js +26 -60
- package/js/dist/toast.js.map +1 -1
- package/js/dist/tooltip.js +88 -201
- package/js/dist/tooltip.js.map +1 -1
- package/js/dist/util/backdrop.js +24 -43
- package/js/dist/util/backdrop.js.map +1 -1
- package/js/dist/util/component-functions.js +14 -12
- package/js/dist/util/component-functions.js.map +1 -1
- package/js/dist/util/config.js +14 -20
- package/js/dist/util/config.js.map +1 -1
- package/js/dist/util/focustrap.js +15 -23
- package/js/dist/util/focustrap.js.map +1 -1
- package/js/dist/util/index.js +41 -110
- package/js/dist/util/index.js.map +1 -1
- package/js/dist/util/sanitizer.js +10 -20
- package/js/dist/util/sanitizer.js.map +1 -1
- package/js/dist/util/scrollbar.js +20 -39
- package/js/dist/util/scrollbar.js.map +1 -1
- package/js/dist/util/swipe.js +19 -33
- package/js/dist/util/swipe.js.map +1 -1
- package/js/dist/util/template-factory.js +22 -42
- package/js/dist/util/template-factory.js.map +1 -1
- package/js/src/alert.js +5 -5
- package/js/src/base-component.js +6 -6
- package/js/src/button.js +4 -6
- package/js/src/carousel.js +8 -9
- package/js/src/collapse.js +9 -14
- package/js/src/dom/data.js +2 -2
- package/js/src/dom/event-handler.js +19 -16
- package/js/src/dom/manipulator.js +2 -2
- package/js/src/dom/selector-engine.js +49 -6
- package/js/src/dropdown.js +19 -9
- package/js/src/modal.js +26 -22
- package/js/src/navigation.js +7 -7
- package/js/src/offcanvas.js +11 -12
- package/js/src/popover.js +3 -3
- package/js/src/scrollspy.js +14 -10
- package/js/src/sidebar.js +7 -7
- package/js/src/tab.js +13 -23
- package/js/src/toast.js +13 -8
- package/js/src/tooltip.js +53 -75
- package/js/src/util/backdrop.js +7 -4
- package/js/src/util/component-functions.js +8 -4
- package/js/src/util/config.js +7 -5
- package/js/src/util/focustrap.js +7 -4
- package/js/src/util/index.js +21 -51
- package/js/src/util/sanitizer.js +4 -4
- package/js/src/util/scrollbar.js +7 -4
- package/js/src/util/swipe.js +7 -4
- package/js/src/util/template-factory.js +9 -6
- package/package.json +31 -30
- package/scss/_accordion.scss +7 -3
- package/scss/_button-group.scss +1 -1
- package/scss/_buttons.scss +31 -6
- package/scss/_carousel.scss +0 -3
- package/scss/_dropdown.scss +2 -1
- package/scss/_functions.scss +2 -2
- package/scss/_icon.scss +1 -1
- package/scss/_list-group.scss +6 -5
- package/scss/_modal.scss +1 -1
- package/scss/_nav.scss +2 -2
- package/scss/_navbar.scss +3 -1
- package/scss/_offcanvas.scss +5 -4
- package/scss/_pagination.scss +1 -1
- package/scss/_placeholders.scss +1 -1
- package/scss/_popover.scss +5 -5
- package/scss/_spinners.scss +2 -2
- package/scss/_toasts.scss +5 -2
- package/scss/_variables.scss +18 -16
- package/scss/coreui-grid.rtl.scss +1 -1
- package/scss/coreui-grid.scss +1 -1
- package/scss/coreui-reboot.rtl.scss +1 -1
- package/scss/coreui-reboot.scss +1 -1
- package/scss/coreui-utilities.rtl.scss +1 -1
- package/scss/coreui-utilities.scss +4 -1
- package/scss/coreui.rtl.scss +1 -1
- package/scss/coreui.scss +1 -1
- package/scss/forms/_floating-labels.scss +1 -0
- package/scss/forms/_input-group.scss +19 -8
- package/scss/helpers/_vr.scss +1 -1
- package/scss/mixins/_forms.scss +10 -11
- package/scss/mixins/_table-variants.scss +2 -2
- package/scss/mixins/_utilities.scss +1 -1
- package/scss/sidebar/_sidebar-nav.scss +5 -1
package/dist/css/coreui.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
3
|
* CoreUI - HTML, CSS, and JavaScript UI Components Library
|
|
4
|
-
* @version v4.2.
|
|
4
|
+
* @version v4.2.3
|
|
5
5
|
* @link https://coreui.io/
|
|
6
6
|
* Copyright (c) 2022 creativeLabs Łukasz Holeczek
|
|
7
7
|
* License MIT (https://coreui.io/license/)
|
|
@@ -1012,51 +1012,51 @@ progress {
|
|
|
1012
1012
|
margin-left: 91.66666667%;
|
|
1013
1013
|
}
|
|
1014
1014
|
.g-sm-0,
|
|
1015
|
-
.gx-sm-0 {
|
|
1015
|
+
.gx-sm-0 {
|
|
1016
1016
|
--cui-gutter-x: 0;
|
|
1017
1017
|
}
|
|
1018
1018
|
.g-sm-0,
|
|
1019
|
-
.gy-sm-0 {
|
|
1019
|
+
.gy-sm-0 {
|
|
1020
1020
|
--cui-gutter-y: 0;
|
|
1021
1021
|
}
|
|
1022
1022
|
.g-sm-1,
|
|
1023
|
-
.gx-sm-1 {
|
|
1023
|
+
.gx-sm-1 {
|
|
1024
1024
|
--cui-gutter-x: 0.25rem;
|
|
1025
1025
|
}
|
|
1026
1026
|
.g-sm-1,
|
|
1027
|
-
.gy-sm-1 {
|
|
1027
|
+
.gy-sm-1 {
|
|
1028
1028
|
--cui-gutter-y: 0.25rem;
|
|
1029
1029
|
}
|
|
1030
1030
|
.g-sm-2,
|
|
1031
|
-
.gx-sm-2 {
|
|
1031
|
+
.gx-sm-2 {
|
|
1032
1032
|
--cui-gutter-x: 0.5rem;
|
|
1033
1033
|
}
|
|
1034
1034
|
.g-sm-2,
|
|
1035
|
-
.gy-sm-2 {
|
|
1035
|
+
.gy-sm-2 {
|
|
1036
1036
|
--cui-gutter-y: 0.5rem;
|
|
1037
1037
|
}
|
|
1038
1038
|
.g-sm-3,
|
|
1039
|
-
.gx-sm-3 {
|
|
1039
|
+
.gx-sm-3 {
|
|
1040
1040
|
--cui-gutter-x: 1rem;
|
|
1041
1041
|
}
|
|
1042
1042
|
.g-sm-3,
|
|
1043
|
-
.gy-sm-3 {
|
|
1043
|
+
.gy-sm-3 {
|
|
1044
1044
|
--cui-gutter-y: 1rem;
|
|
1045
1045
|
}
|
|
1046
1046
|
.g-sm-4,
|
|
1047
|
-
.gx-sm-4 {
|
|
1047
|
+
.gx-sm-4 {
|
|
1048
1048
|
--cui-gutter-x: 1.5rem;
|
|
1049
1049
|
}
|
|
1050
1050
|
.g-sm-4,
|
|
1051
|
-
.gy-sm-4 {
|
|
1051
|
+
.gy-sm-4 {
|
|
1052
1052
|
--cui-gutter-y: 1.5rem;
|
|
1053
1053
|
}
|
|
1054
1054
|
.g-sm-5,
|
|
1055
|
-
.gx-sm-5 {
|
|
1055
|
+
.gx-sm-5 {
|
|
1056
1056
|
--cui-gutter-x: 3rem;
|
|
1057
1057
|
}
|
|
1058
1058
|
.g-sm-5,
|
|
1059
|
-
.gy-sm-5 {
|
|
1059
|
+
.gy-sm-5 {
|
|
1060
1060
|
--cui-gutter-y: 3rem;
|
|
1061
1061
|
}
|
|
1062
1062
|
}
|
|
@@ -1181,51 +1181,51 @@ progress {
|
|
|
1181
1181
|
margin-left: 91.66666667%;
|
|
1182
1182
|
}
|
|
1183
1183
|
.g-md-0,
|
|
1184
|
-
.gx-md-0 {
|
|
1184
|
+
.gx-md-0 {
|
|
1185
1185
|
--cui-gutter-x: 0;
|
|
1186
1186
|
}
|
|
1187
1187
|
.g-md-0,
|
|
1188
|
-
.gy-md-0 {
|
|
1188
|
+
.gy-md-0 {
|
|
1189
1189
|
--cui-gutter-y: 0;
|
|
1190
1190
|
}
|
|
1191
1191
|
.g-md-1,
|
|
1192
|
-
.gx-md-1 {
|
|
1192
|
+
.gx-md-1 {
|
|
1193
1193
|
--cui-gutter-x: 0.25rem;
|
|
1194
1194
|
}
|
|
1195
1195
|
.g-md-1,
|
|
1196
|
-
.gy-md-1 {
|
|
1196
|
+
.gy-md-1 {
|
|
1197
1197
|
--cui-gutter-y: 0.25rem;
|
|
1198
1198
|
}
|
|
1199
1199
|
.g-md-2,
|
|
1200
|
-
.gx-md-2 {
|
|
1200
|
+
.gx-md-2 {
|
|
1201
1201
|
--cui-gutter-x: 0.5rem;
|
|
1202
1202
|
}
|
|
1203
1203
|
.g-md-2,
|
|
1204
|
-
.gy-md-2 {
|
|
1204
|
+
.gy-md-2 {
|
|
1205
1205
|
--cui-gutter-y: 0.5rem;
|
|
1206
1206
|
}
|
|
1207
1207
|
.g-md-3,
|
|
1208
|
-
.gx-md-3 {
|
|
1208
|
+
.gx-md-3 {
|
|
1209
1209
|
--cui-gutter-x: 1rem;
|
|
1210
1210
|
}
|
|
1211
1211
|
.g-md-3,
|
|
1212
|
-
.gy-md-3 {
|
|
1212
|
+
.gy-md-3 {
|
|
1213
1213
|
--cui-gutter-y: 1rem;
|
|
1214
1214
|
}
|
|
1215
1215
|
.g-md-4,
|
|
1216
|
-
.gx-md-4 {
|
|
1216
|
+
.gx-md-4 {
|
|
1217
1217
|
--cui-gutter-x: 1.5rem;
|
|
1218
1218
|
}
|
|
1219
1219
|
.g-md-4,
|
|
1220
|
-
.gy-md-4 {
|
|
1220
|
+
.gy-md-4 {
|
|
1221
1221
|
--cui-gutter-y: 1.5rem;
|
|
1222
1222
|
}
|
|
1223
1223
|
.g-md-5,
|
|
1224
|
-
.gx-md-5 {
|
|
1224
|
+
.gx-md-5 {
|
|
1225
1225
|
--cui-gutter-x: 3rem;
|
|
1226
1226
|
}
|
|
1227
1227
|
.g-md-5,
|
|
1228
|
-
.gy-md-5 {
|
|
1228
|
+
.gy-md-5 {
|
|
1229
1229
|
--cui-gutter-y: 3rem;
|
|
1230
1230
|
}
|
|
1231
1231
|
}
|
|
@@ -1350,51 +1350,51 @@ progress {
|
|
|
1350
1350
|
margin-left: 91.66666667%;
|
|
1351
1351
|
}
|
|
1352
1352
|
.g-lg-0,
|
|
1353
|
-
.gx-lg-0 {
|
|
1353
|
+
.gx-lg-0 {
|
|
1354
1354
|
--cui-gutter-x: 0;
|
|
1355
1355
|
}
|
|
1356
1356
|
.g-lg-0,
|
|
1357
|
-
.gy-lg-0 {
|
|
1357
|
+
.gy-lg-0 {
|
|
1358
1358
|
--cui-gutter-y: 0;
|
|
1359
1359
|
}
|
|
1360
1360
|
.g-lg-1,
|
|
1361
|
-
.gx-lg-1 {
|
|
1361
|
+
.gx-lg-1 {
|
|
1362
1362
|
--cui-gutter-x: 0.25rem;
|
|
1363
1363
|
}
|
|
1364
1364
|
.g-lg-1,
|
|
1365
|
-
.gy-lg-1 {
|
|
1365
|
+
.gy-lg-1 {
|
|
1366
1366
|
--cui-gutter-y: 0.25rem;
|
|
1367
1367
|
}
|
|
1368
1368
|
.g-lg-2,
|
|
1369
|
-
.gx-lg-2 {
|
|
1369
|
+
.gx-lg-2 {
|
|
1370
1370
|
--cui-gutter-x: 0.5rem;
|
|
1371
1371
|
}
|
|
1372
1372
|
.g-lg-2,
|
|
1373
|
-
.gy-lg-2 {
|
|
1373
|
+
.gy-lg-2 {
|
|
1374
1374
|
--cui-gutter-y: 0.5rem;
|
|
1375
1375
|
}
|
|
1376
1376
|
.g-lg-3,
|
|
1377
|
-
.gx-lg-3 {
|
|
1377
|
+
.gx-lg-3 {
|
|
1378
1378
|
--cui-gutter-x: 1rem;
|
|
1379
1379
|
}
|
|
1380
1380
|
.g-lg-3,
|
|
1381
|
-
.gy-lg-3 {
|
|
1381
|
+
.gy-lg-3 {
|
|
1382
1382
|
--cui-gutter-y: 1rem;
|
|
1383
1383
|
}
|
|
1384
1384
|
.g-lg-4,
|
|
1385
|
-
.gx-lg-4 {
|
|
1385
|
+
.gx-lg-4 {
|
|
1386
1386
|
--cui-gutter-x: 1.5rem;
|
|
1387
1387
|
}
|
|
1388
1388
|
.g-lg-4,
|
|
1389
|
-
.gy-lg-4 {
|
|
1389
|
+
.gy-lg-4 {
|
|
1390
1390
|
--cui-gutter-y: 1.5rem;
|
|
1391
1391
|
}
|
|
1392
1392
|
.g-lg-5,
|
|
1393
|
-
.gx-lg-5 {
|
|
1393
|
+
.gx-lg-5 {
|
|
1394
1394
|
--cui-gutter-x: 3rem;
|
|
1395
1395
|
}
|
|
1396
1396
|
.g-lg-5,
|
|
1397
|
-
.gy-lg-5 {
|
|
1397
|
+
.gy-lg-5 {
|
|
1398
1398
|
--cui-gutter-y: 3rem;
|
|
1399
1399
|
}
|
|
1400
1400
|
}
|
|
@@ -1519,51 +1519,51 @@ progress {
|
|
|
1519
1519
|
margin-left: 91.66666667%;
|
|
1520
1520
|
}
|
|
1521
1521
|
.g-xl-0,
|
|
1522
|
-
.gx-xl-0 {
|
|
1522
|
+
.gx-xl-0 {
|
|
1523
1523
|
--cui-gutter-x: 0;
|
|
1524
1524
|
}
|
|
1525
1525
|
.g-xl-0,
|
|
1526
|
-
.gy-xl-0 {
|
|
1526
|
+
.gy-xl-0 {
|
|
1527
1527
|
--cui-gutter-y: 0;
|
|
1528
1528
|
}
|
|
1529
1529
|
.g-xl-1,
|
|
1530
|
-
.gx-xl-1 {
|
|
1530
|
+
.gx-xl-1 {
|
|
1531
1531
|
--cui-gutter-x: 0.25rem;
|
|
1532
1532
|
}
|
|
1533
1533
|
.g-xl-1,
|
|
1534
|
-
.gy-xl-1 {
|
|
1534
|
+
.gy-xl-1 {
|
|
1535
1535
|
--cui-gutter-y: 0.25rem;
|
|
1536
1536
|
}
|
|
1537
1537
|
.g-xl-2,
|
|
1538
|
-
.gx-xl-2 {
|
|
1538
|
+
.gx-xl-2 {
|
|
1539
1539
|
--cui-gutter-x: 0.5rem;
|
|
1540
1540
|
}
|
|
1541
1541
|
.g-xl-2,
|
|
1542
|
-
.gy-xl-2 {
|
|
1542
|
+
.gy-xl-2 {
|
|
1543
1543
|
--cui-gutter-y: 0.5rem;
|
|
1544
1544
|
}
|
|
1545
1545
|
.g-xl-3,
|
|
1546
|
-
.gx-xl-3 {
|
|
1546
|
+
.gx-xl-3 {
|
|
1547
1547
|
--cui-gutter-x: 1rem;
|
|
1548
1548
|
}
|
|
1549
1549
|
.g-xl-3,
|
|
1550
|
-
.gy-xl-3 {
|
|
1550
|
+
.gy-xl-3 {
|
|
1551
1551
|
--cui-gutter-y: 1rem;
|
|
1552
1552
|
}
|
|
1553
1553
|
.g-xl-4,
|
|
1554
|
-
.gx-xl-4 {
|
|
1554
|
+
.gx-xl-4 {
|
|
1555
1555
|
--cui-gutter-x: 1.5rem;
|
|
1556
1556
|
}
|
|
1557
1557
|
.g-xl-4,
|
|
1558
|
-
.gy-xl-4 {
|
|
1558
|
+
.gy-xl-4 {
|
|
1559
1559
|
--cui-gutter-y: 1.5rem;
|
|
1560
1560
|
}
|
|
1561
1561
|
.g-xl-5,
|
|
1562
|
-
.gx-xl-5 {
|
|
1562
|
+
.gx-xl-5 {
|
|
1563
1563
|
--cui-gutter-x: 3rem;
|
|
1564
1564
|
}
|
|
1565
1565
|
.g-xl-5,
|
|
1566
|
-
.gy-xl-5 {
|
|
1566
|
+
.gy-xl-5 {
|
|
1567
1567
|
--cui-gutter-y: 3rem;
|
|
1568
1568
|
}
|
|
1569
1569
|
}
|
|
@@ -1688,51 +1688,51 @@ progress {
|
|
|
1688
1688
|
margin-left: 91.66666667%;
|
|
1689
1689
|
}
|
|
1690
1690
|
.g-xxl-0,
|
|
1691
|
-
.gx-xxl-0 {
|
|
1691
|
+
.gx-xxl-0 {
|
|
1692
1692
|
--cui-gutter-x: 0;
|
|
1693
1693
|
}
|
|
1694
1694
|
.g-xxl-0,
|
|
1695
|
-
.gy-xxl-0 {
|
|
1695
|
+
.gy-xxl-0 {
|
|
1696
1696
|
--cui-gutter-y: 0;
|
|
1697
1697
|
}
|
|
1698
1698
|
.g-xxl-1,
|
|
1699
|
-
.gx-xxl-1 {
|
|
1699
|
+
.gx-xxl-1 {
|
|
1700
1700
|
--cui-gutter-x: 0.25rem;
|
|
1701
1701
|
}
|
|
1702
1702
|
.g-xxl-1,
|
|
1703
|
-
.gy-xxl-1 {
|
|
1703
|
+
.gy-xxl-1 {
|
|
1704
1704
|
--cui-gutter-y: 0.25rem;
|
|
1705
1705
|
}
|
|
1706
1706
|
.g-xxl-2,
|
|
1707
|
-
.gx-xxl-2 {
|
|
1707
|
+
.gx-xxl-2 {
|
|
1708
1708
|
--cui-gutter-x: 0.5rem;
|
|
1709
1709
|
}
|
|
1710
1710
|
.g-xxl-2,
|
|
1711
|
-
.gy-xxl-2 {
|
|
1711
|
+
.gy-xxl-2 {
|
|
1712
1712
|
--cui-gutter-y: 0.5rem;
|
|
1713
1713
|
}
|
|
1714
1714
|
.g-xxl-3,
|
|
1715
|
-
.gx-xxl-3 {
|
|
1715
|
+
.gx-xxl-3 {
|
|
1716
1716
|
--cui-gutter-x: 1rem;
|
|
1717
1717
|
}
|
|
1718
1718
|
.g-xxl-3,
|
|
1719
|
-
.gy-xxl-3 {
|
|
1719
|
+
.gy-xxl-3 {
|
|
1720
1720
|
--cui-gutter-y: 1rem;
|
|
1721
1721
|
}
|
|
1722
1722
|
.g-xxl-4,
|
|
1723
|
-
.gx-xxl-4 {
|
|
1723
|
+
.gx-xxl-4 {
|
|
1724
1724
|
--cui-gutter-x: 1.5rem;
|
|
1725
1725
|
}
|
|
1726
1726
|
.g-xxl-4,
|
|
1727
|
-
.gy-xxl-4 {
|
|
1727
|
+
.gy-xxl-4 {
|
|
1728
1728
|
--cui-gutter-y: 1.5rem;
|
|
1729
1729
|
}
|
|
1730
1730
|
.g-xxl-5,
|
|
1731
|
-
.gx-xxl-5 {
|
|
1731
|
+
.gx-xxl-5 {
|
|
1732
1732
|
--cui-gutter-x: 3rem;
|
|
1733
1733
|
}
|
|
1734
1734
|
.g-xxl-5,
|
|
1735
|
-
.gy-xxl-5 {
|
|
1735
|
+
.gy-xxl-5 {
|
|
1736
1736
|
--cui-gutter-y: 3rem;
|
|
1737
1737
|
}
|
|
1738
1738
|
}
|
|
@@ -1767,7 +1767,7 @@ progress {
|
|
|
1767
1767
|
}
|
|
1768
1768
|
|
|
1769
1769
|
.table-group-divider {
|
|
1770
|
-
border-top: 2px solid
|
|
1770
|
+
border-top: 2px solid currentcolor;
|
|
1771
1771
|
}
|
|
1772
1772
|
|
|
1773
1773
|
.caption-top {
|
|
@@ -2558,6 +2558,7 @@ textarea.form-control-lg {
|
|
|
2558
2558
|
height: 100%;
|
|
2559
2559
|
padding: 1rem 0.75rem;
|
|
2560
2560
|
overflow: hidden;
|
|
2561
|
+
text-align: start;
|
|
2561
2562
|
text-overflow: ellipsis;
|
|
2562
2563
|
white-space: nowrap;
|
|
2563
2564
|
pointer-events: none;
|
|
@@ -2627,22 +2628,24 @@ textarea.form-control-lg {
|
|
|
2627
2628
|
width: 100%;
|
|
2628
2629
|
}
|
|
2629
2630
|
.input-group > .form-control,
|
|
2630
|
-
.input-group > .form-select
|
|
2631
|
+
.input-group > .form-select,
|
|
2632
|
+
.input-group > .form-floating {
|
|
2631
2633
|
position: relative;
|
|
2632
2634
|
flex: 1 1 auto;
|
|
2633
2635
|
width: 1%;
|
|
2634
2636
|
min-width: 0;
|
|
2635
2637
|
}
|
|
2636
2638
|
.input-group > .form-control:focus,
|
|
2637
|
-
.input-group > .form-select:focus
|
|
2638
|
-
|
|
2639
|
+
.input-group > .form-select:focus,
|
|
2640
|
+
.input-group > .form-floating:focus-within {
|
|
2641
|
+
z-index: 5;
|
|
2639
2642
|
}
|
|
2640
2643
|
.input-group .btn {
|
|
2641
2644
|
position: relative;
|
|
2642
2645
|
z-index: 2;
|
|
2643
2646
|
}
|
|
2644
2647
|
.input-group .btn:focus {
|
|
2645
|
-
z-index:
|
|
2648
|
+
z-index: 5;
|
|
2646
2649
|
}
|
|
2647
2650
|
|
|
2648
2651
|
.input-group-text {
|
|
@@ -2683,13 +2686,17 @@ textarea.form-control-lg {
|
|
|
2683
2686
|
padding-right: 3rem;
|
|
2684
2687
|
}
|
|
2685
2688
|
|
|
2686
|
-
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
|
|
2687
|
-
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3)
|
|
2689
|
+
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
|
|
2690
|
+
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
|
|
2691
|
+
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
|
|
2692
|
+
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
|
|
2688
2693
|
border-top-right-radius: 0;
|
|
2689
2694
|
border-bottom-right-radius: 0;
|
|
2690
2695
|
}
|
|
2691
|
-
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
|
|
2692
|
-
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4)
|
|
2696
|
+
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
|
|
2697
|
+
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
|
|
2698
|
+
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
|
|
2699
|
+
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
|
|
2693
2700
|
border-top-right-radius: 0;
|
|
2694
2701
|
border-bottom-right-radius: 0;
|
|
2695
2702
|
}
|
|
@@ -2698,6 +2705,11 @@ textarea.form-control-lg {
|
|
|
2698
2705
|
border-top-left-radius: 0;
|
|
2699
2706
|
border-bottom-left-radius: 0;
|
|
2700
2707
|
}
|
|
2708
|
+
.input-group > .form-floating:not(:first-child) > .form-control,
|
|
2709
|
+
.input-group > .form-floating:not(:first-child) > .form-select {
|
|
2710
|
+
border-top-left-radius: 0;
|
|
2711
|
+
border-bottom-left-radius: 0;
|
|
2712
|
+
}
|
|
2701
2713
|
|
|
2702
2714
|
.valid-feedback {
|
|
2703
2715
|
display: none;
|
|
@@ -2781,14 +2793,11 @@ textarea.form-control-lg {
|
|
|
2781
2793
|
margin-left: 0.5em;
|
|
2782
2794
|
}
|
|
2783
2795
|
|
|
2784
|
-
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
|
|
2785
|
-
.was-validated .input-group .form-select:valid,
|
|
2786
|
-
.input-group .form-select.is-valid
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
|
|
2790
|
-
.was-validated .input-group .form-select:valid:focus,
|
|
2791
|
-
.input-group .form-select.is-valid:focus {
|
|
2796
|
+
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
|
|
2797
|
+
.was-validated .input-group > .form-select:not(:focus):valid,
|
|
2798
|
+
.input-group > .form-select:not(:focus).is-valid,
|
|
2799
|
+
.was-validated .input-group > .form-floating:not(:focus-within):valid,
|
|
2800
|
+
.input-group > .form-floating:not(:focus-within).is-valid {
|
|
2792
2801
|
z-index: 3;
|
|
2793
2802
|
}
|
|
2794
2803
|
|
|
@@ -2874,15 +2883,12 @@ textarea.form-control-lg {
|
|
|
2874
2883
|
margin-left: 0.5em;
|
|
2875
2884
|
}
|
|
2876
2885
|
|
|
2877
|
-
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
|
|
2878
|
-
.was-validated .input-group .form-select:invalid,
|
|
2879
|
-
.input-group .form-select.is-invalid
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
.was-validated .input-group .form-select:invalid:focus,
|
|
2884
|
-
.input-group .form-select.is-invalid:focus {
|
|
2885
|
-
z-index: 3;
|
|
2886
|
+
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
|
|
2887
|
+
.was-validated .input-group > .form-select:not(:focus):invalid,
|
|
2888
|
+
.input-group > .form-select:not(:focus).is-invalid,
|
|
2889
|
+
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
|
|
2890
|
+
.input-group > .form-floating:not(:focus-within).is-invalid {
|
|
2891
|
+
z-index: 4;
|
|
2886
2892
|
}
|
|
2887
2893
|
|
|
2888
2894
|
.btn {
|
|
@@ -2897,6 +2903,7 @@ textarea.form-control-lg {
|
|
|
2897
2903
|
--cui-btn-border-width: 1px;
|
|
2898
2904
|
--cui-btn-border-color: transparent;
|
|
2899
2905
|
--cui-btn-border-radius: 0.375rem;
|
|
2906
|
+
--cui-btn-hover-border-color: transparent;
|
|
2900
2907
|
--cui-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 21, 0.075);
|
|
2901
2908
|
--cui-btn-disabled-opacity: 0.65;
|
|
2902
2909
|
--cui-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--cui-btn-focus-shadow-rgb), .5);
|
|
@@ -2929,19 +2936,29 @@ textarea.form-control-lg {
|
|
|
2929
2936
|
background-color: var(--cui-btn-hover-bg);
|
|
2930
2937
|
border-color: var(--cui-btn-hover-border-color);
|
|
2931
2938
|
}
|
|
2932
|
-
.btn-check
|
|
2939
|
+
.btn-check + .btn:hover {
|
|
2940
|
+
color: var(--cui-btn-color);
|
|
2941
|
+
background-color: var(--cui-btn-bg);
|
|
2942
|
+
border-color: var(--cui-btn-border-color);
|
|
2943
|
+
}
|
|
2944
|
+
.btn:focus-visible {
|
|
2933
2945
|
color: var(--cui-btn-hover-color);
|
|
2934
2946
|
background-color: var(--cui-btn-hover-bg);
|
|
2935
2947
|
border-color: var(--cui-btn-hover-border-color);
|
|
2936
2948
|
outline: 0;
|
|
2937
2949
|
box-shadow: var(--cui-btn-focus-box-shadow);
|
|
2938
2950
|
}
|
|
2939
|
-
.btn-check:
|
|
2951
|
+
.btn-check:focus-visible + .btn {
|
|
2952
|
+
border-color: var(--cui-btn-hover-border-color);
|
|
2953
|
+
outline: 0;
|
|
2954
|
+
box-shadow: var(--cui-btn-focus-box-shadow);
|
|
2955
|
+
}
|
|
2956
|
+
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
|
|
2940
2957
|
color: var(--cui-btn-active-color);
|
|
2941
2958
|
background-color: var(--cui-btn-active-bg);
|
|
2942
2959
|
border-color: var(--cui-btn-active-border-color);
|
|
2943
2960
|
}
|
|
2944
|
-
.btn-check:checked + .btn:focus, .btn-check
|
|
2961
|
+
.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 {
|
|
2945
2962
|
box-shadow: var(--cui-btn-focus-box-shadow);
|
|
2946
2963
|
}
|
|
2947
2964
|
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
|
|
@@ -3332,6 +3349,10 @@ textarea.form-control-lg {
|
|
|
3332
3349
|
--cui-btn-focus-shadow-rgb: 75, 58, 223;
|
|
3333
3350
|
text-decoration: underline;
|
|
3334
3351
|
}
|
|
3352
|
+
.btn-link:focus-visible {
|
|
3353
|
+
color: var(--cui-btn-color);
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3335
3356
|
.btn-lg, .btn-group-lg > .btn {
|
|
3336
3357
|
--cui-btn-padding-y: 0.5rem;
|
|
3337
3358
|
--cui-btn-padding-x: 1rem;
|
|
@@ -3410,6 +3431,7 @@ textarea.form-control-lg {
|
|
|
3410
3431
|
}
|
|
3411
3432
|
|
|
3412
3433
|
.dropdown-menu {
|
|
3434
|
+
--cui-dropdown-zindex: 1000;
|
|
3413
3435
|
--cui-dropdown-min-width: 10rem;
|
|
3414
3436
|
--cui-dropdown-padding-x: 0;
|
|
3415
3437
|
--cui-dropdown-padding-y: 0.5rem;
|
|
@@ -3436,7 +3458,7 @@ textarea.form-control-lg {
|
|
|
3436
3458
|
--cui-dropdown-header-padding-x: 1rem;
|
|
3437
3459
|
--cui-dropdown-header-padding-y: 0.5rem;
|
|
3438
3460
|
position: absolute;
|
|
3439
|
-
z-index:
|
|
3461
|
+
z-index: var(--cui-dropdown-zindex);
|
|
3440
3462
|
display: none;
|
|
3441
3463
|
min-width: var(--cui-dropdown-min-width);
|
|
3442
3464
|
padding: var(--cui-dropdown-padding-y) var(--cui-dropdown-padding-x);
|
|
@@ -3730,7 +3752,7 @@ textarea.form-control-lg {
|
|
|
3730
3752
|
.btn-group {
|
|
3731
3753
|
border-radius: 0.375rem;
|
|
3732
3754
|
}
|
|
3733
|
-
.btn-group >
|
|
3755
|
+
.btn-group > :not(.btn-check:first-child) + .btn,
|
|
3734
3756
|
.btn-group > .btn-group:not(:first-child) {
|
|
3735
3757
|
margin-left: -1px;
|
|
3736
3758
|
}
|
|
@@ -3840,7 +3862,7 @@ textarea.form-control-lg {
|
|
|
3840
3862
|
border-bottom: var(--cui-nav-tabs-border-width) solid var(--cui-nav-tabs-border-color);
|
|
3841
3863
|
}
|
|
3842
3864
|
.nav-tabs .nav-link {
|
|
3843
|
-
margin-bottom: calc(var(--cui-nav-tabs-border-width)
|
|
3865
|
+
margin-bottom: calc(-1 * var(--cui-nav-tabs-border-width));
|
|
3844
3866
|
background: none;
|
|
3845
3867
|
border: var(--cui-nav-tabs-border-width) solid transparent;
|
|
3846
3868
|
border-top-left-radius: var(--cui-nav-tabs-border-radius);
|
|
@@ -3862,7 +3884,7 @@ textarea.form-control-lg {
|
|
|
3862
3884
|
border-color: var(--cui-nav-tabs-link-active-border-color);
|
|
3863
3885
|
}
|
|
3864
3886
|
.nav-tabs .dropdown-menu {
|
|
3865
|
-
margin-top: calc(var(--cui-nav-tabs-border-width)
|
|
3887
|
+
margin-top: calc(-1 * var(--cui-nav-tabs-border-width));
|
|
3866
3888
|
border-top-left-radius: 0;
|
|
3867
3889
|
border-top-right-radius: 0;
|
|
3868
3890
|
}
|
|
@@ -4502,11 +4524,11 @@ textarea.form-control-lg {
|
|
|
4502
4524
|
border-bottom-right-radius: 0;
|
|
4503
4525
|
}
|
|
4504
4526
|
.card-group > .card:not(:last-child) .card-img-top,
|
|
4505
|
-
.card-group > .card:not(:last-child) .card-header {
|
|
4527
|
+
.card-group > .card:not(:last-child) .card-header {
|
|
4506
4528
|
border-top-right-radius: 0;
|
|
4507
4529
|
}
|
|
4508
4530
|
.card-group > .card:not(:last-child) .card-img-bottom,
|
|
4509
|
-
.card-group > .card:not(:last-child) .card-footer {
|
|
4531
|
+
.card-group > .card:not(:last-child) .card-footer {
|
|
4510
4532
|
border-bottom-right-radius: 0;
|
|
4511
4533
|
}
|
|
4512
4534
|
.card-group > .card:not(:first-child) {
|
|
@@ -4514,11 +4536,11 @@ textarea.form-control-lg {
|
|
|
4514
4536
|
border-bottom-left-radius: 0;
|
|
4515
4537
|
}
|
|
4516
4538
|
.card-group > .card:not(:first-child) .card-img-top,
|
|
4517
|
-
.card-group > .card:not(:first-child) .card-header {
|
|
4539
|
+
.card-group > .card:not(:first-child) .card-header {
|
|
4518
4540
|
border-top-left-radius: 0;
|
|
4519
4541
|
}
|
|
4520
4542
|
.card-group > .card:not(:first-child) .card-img-bottom,
|
|
4521
|
-
.card-group > .card:not(:first-child) .card-footer {
|
|
4543
|
+
.card-group > .card:not(:first-child) .card-footer {
|
|
4522
4544
|
border-bottom-left-radius: 0;
|
|
4523
4545
|
}
|
|
4524
4546
|
}
|
|
@@ -4533,9 +4555,10 @@ textarea.form-control-lg {
|
|
|
4533
4555
|
--cui-accordion-inner-border-radius: calc(0.375rem - 1px);
|
|
4534
4556
|
--cui-accordion-btn-padding-x: 1.25rem;
|
|
4535
4557
|
--cui-accordion-btn-padding-y: 1rem;
|
|
4536
|
-
--cui-accordion-btn-color:
|
|
4558
|
+
--cui-accordion-btn-color: rgba(44, 56, 74, 0.95);
|
|
4559
|
+
--cui-accordion-btn-color: rgba(44, 56, 74, 0.95);
|
|
4537
4560
|
--cui-accordion-btn-bg: var(--cui-accordion-bg);
|
|
4538
|
-
--cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='
|
|
4561
|
+
--cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%2844, 56, 74, 0.95%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-.708z'/%3e%3c/svg%3e");
|
|
4539
4562
|
--cui-accordion-btn-icon-width: 1.25rem;
|
|
4540
4563
|
--cui-accordion-btn-icon-transform: rotate(-180deg);
|
|
4541
4564
|
--cui-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
@@ -4571,7 +4594,7 @@ textarea.form-control-lg {
|
|
|
4571
4594
|
.accordion-button:not(.collapsed) {
|
|
4572
4595
|
color: var(--cui-accordion-active-color);
|
|
4573
4596
|
background-color: var(--cui-accordion-active-bg);
|
|
4574
|
-
box-shadow: inset 0 calc(var(--cui-accordion-border-width)
|
|
4597
|
+
box-shadow: inset 0 calc(-1 * var(--cui-accordion-border-width)) 0 var(--cui-accordion-border-color);
|
|
4575
4598
|
}
|
|
4576
4599
|
.accordion-button:not(.collapsed)::after {
|
|
4577
4600
|
background-image: var(--cui-accordion-btn-active-icon);
|
|
@@ -4654,7 +4677,7 @@ textarea.form-control-lg {
|
|
|
4654
4677
|
.accordion-flush .accordion-item:last-child {
|
|
4655
4678
|
border-bottom: 0;
|
|
4656
4679
|
}
|
|
4657
|
-
.accordion-flush .accordion-item .accordion-button {
|
|
4680
|
+
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
|
|
4658
4681
|
border-radius: 0;
|
|
4659
4682
|
}
|
|
4660
4683
|
|
|
@@ -4926,12 +4949,6 @@ textarea.form-control-lg {
|
|
|
4926
4949
|
color: #262d37;
|
|
4927
4950
|
}
|
|
4928
4951
|
|
|
4929
|
-
@-webkit-keyframes progress-bar-stripes {
|
|
4930
|
-
0% {
|
|
4931
|
-
background-position-x: 1rem;
|
|
4932
|
-
}
|
|
4933
|
-
}
|
|
4934
|
-
|
|
4935
4952
|
@keyframes progress-bar-stripes {
|
|
4936
4953
|
0% {
|
|
4937
4954
|
background-position-x: 1rem;
|
|
@@ -4977,12 +4994,10 @@ textarea.form-control-lg {
|
|
|
4977
4994
|
}
|
|
4978
4995
|
|
|
4979
4996
|
.progress-bar-animated {
|
|
4980
|
-
-webkit-animation: 1s linear infinite progress-bar-stripes;
|
|
4981
4997
|
animation: 1s linear infinite progress-bar-stripes;
|
|
4982
4998
|
}
|
|
4983
4999
|
@media (prefers-reduced-motion: reduce) {
|
|
4984
5000
|
.progress-bar-animated {
|
|
4985
|
-
-webkit-animation: none;
|
|
4986
5001
|
animation: none;
|
|
4987
5002
|
}
|
|
4988
5003
|
}
|
|
@@ -5110,18 +5125,18 @@ textarea.form-control-lg {
|
|
|
5110
5125
|
border-top-width: 0;
|
|
5111
5126
|
}
|
|
5112
5127
|
.list-group-item + .list-group-item.active {
|
|
5113
|
-
margin-top: calc(var(--cui-list-group-border-width)
|
|
5128
|
+
margin-top: calc(-1 * var(--cui-list-group-border-width));
|
|
5114
5129
|
border-top-width: var(--cui-list-group-border-width);
|
|
5115
5130
|
}
|
|
5116
5131
|
|
|
5117
5132
|
.list-group-horizontal {
|
|
5118
5133
|
flex-direction: row;
|
|
5119
5134
|
}
|
|
5120
|
-
.list-group-horizontal > .list-group-item:first-child {
|
|
5135
|
+
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
|
|
5121
5136
|
border-bottom-left-radius: var(--cui-list-group-border-radius);
|
|
5122
5137
|
border-top-right-radius: 0;
|
|
5123
5138
|
}
|
|
5124
|
-
.list-group-horizontal > .list-group-item:last-child {
|
|
5139
|
+
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
|
|
5125
5140
|
border-top-right-radius: var(--cui-list-group-border-radius);
|
|
5126
5141
|
border-bottom-left-radius: 0;
|
|
5127
5142
|
}
|
|
@@ -5133,7 +5148,7 @@ textarea.form-control-lg {
|
|
|
5133
5148
|
border-left-width: 0;
|
|
5134
5149
|
}
|
|
5135
5150
|
.list-group-horizontal > .list-group-item + .list-group-item.active {
|
|
5136
|
-
margin-left: calc(var(--cui-list-group-border-width)
|
|
5151
|
+
margin-left: calc(-1 * var(--cui-list-group-border-width));
|
|
5137
5152
|
border-left-width: var(--cui-list-group-border-width);
|
|
5138
5153
|
}
|
|
5139
5154
|
|
|
@@ -5141,11 +5156,11 @@ textarea.form-control-lg {
|
|
|
5141
5156
|
.list-group-horizontal-sm {
|
|
5142
5157
|
flex-direction: row;
|
|
5143
5158
|
}
|
|
5144
|
-
.list-group-horizontal-sm > .list-group-item:first-child {
|
|
5159
|
+
.list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
|
|
5145
5160
|
border-bottom-left-radius: var(--cui-list-group-border-radius);
|
|
5146
5161
|
border-top-right-radius: 0;
|
|
5147
5162
|
}
|
|
5148
|
-
.list-group-horizontal-sm > .list-group-item:last-child {
|
|
5163
|
+
.list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
|
|
5149
5164
|
border-top-right-radius: var(--cui-list-group-border-radius);
|
|
5150
5165
|
border-bottom-left-radius: 0;
|
|
5151
5166
|
}
|
|
@@ -5157,7 +5172,7 @@ textarea.form-control-lg {
|
|
|
5157
5172
|
border-left-width: 0;
|
|
5158
5173
|
}
|
|
5159
5174
|
.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
|
|
5160
|
-
margin-left: calc(var(--cui-list-group-border-width)
|
|
5175
|
+
margin-left: calc(-1 * var(--cui-list-group-border-width));
|
|
5161
5176
|
border-left-width: var(--cui-list-group-border-width);
|
|
5162
5177
|
}
|
|
5163
5178
|
}
|
|
@@ -5165,11 +5180,11 @@ textarea.form-control-lg {
|
|
|
5165
5180
|
.list-group-horizontal-md {
|
|
5166
5181
|
flex-direction: row;
|
|
5167
5182
|
}
|
|
5168
|
-
.list-group-horizontal-md > .list-group-item:first-child {
|
|
5183
|
+
.list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
|
|
5169
5184
|
border-bottom-left-radius: var(--cui-list-group-border-radius);
|
|
5170
5185
|
border-top-right-radius: 0;
|
|
5171
5186
|
}
|
|
5172
|
-
.list-group-horizontal-md > .list-group-item:last-child {
|
|
5187
|
+
.list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
|
|
5173
5188
|
border-top-right-radius: var(--cui-list-group-border-radius);
|
|
5174
5189
|
border-bottom-left-radius: 0;
|
|
5175
5190
|
}
|
|
@@ -5181,7 +5196,7 @@ textarea.form-control-lg {
|
|
|
5181
5196
|
border-left-width: 0;
|
|
5182
5197
|
}
|
|
5183
5198
|
.list-group-horizontal-md > .list-group-item + .list-group-item.active {
|
|
5184
|
-
margin-left: calc(var(--cui-list-group-border-width)
|
|
5199
|
+
margin-left: calc(-1 * var(--cui-list-group-border-width));
|
|
5185
5200
|
border-left-width: var(--cui-list-group-border-width);
|
|
5186
5201
|
}
|
|
5187
5202
|
}
|
|
@@ -5189,11 +5204,11 @@ textarea.form-control-lg {
|
|
|
5189
5204
|
.list-group-horizontal-lg {
|
|
5190
5205
|
flex-direction: row;
|
|
5191
5206
|
}
|
|
5192
|
-
.list-group-horizontal-lg > .list-group-item:first-child {
|
|
5207
|
+
.list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
|
|
5193
5208
|
border-bottom-left-radius: var(--cui-list-group-border-radius);
|
|
5194
5209
|
border-top-right-radius: 0;
|
|
5195
5210
|
}
|
|
5196
|
-
.list-group-horizontal-lg > .list-group-item:last-child {
|
|
5211
|
+
.list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
|
|
5197
5212
|
border-top-right-radius: var(--cui-list-group-border-radius);
|
|
5198
5213
|
border-bottom-left-radius: 0;
|
|
5199
5214
|
}
|
|
@@ -5205,7 +5220,7 @@ textarea.form-control-lg {
|
|
|
5205
5220
|
border-left-width: 0;
|
|
5206
5221
|
}
|
|
5207
5222
|
.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
|
|
5208
|
-
margin-left: calc(var(--cui-list-group-border-width)
|
|
5223
|
+
margin-left: calc(-1 * var(--cui-list-group-border-width));
|
|
5209
5224
|
border-left-width: var(--cui-list-group-border-width);
|
|
5210
5225
|
}
|
|
5211
5226
|
}
|
|
@@ -5213,11 +5228,11 @@ textarea.form-control-lg {
|
|
|
5213
5228
|
.list-group-horizontal-xl {
|
|
5214
5229
|
flex-direction: row;
|
|
5215
5230
|
}
|
|
5216
|
-
.list-group-horizontal-xl > .list-group-item:first-child {
|
|
5231
|
+
.list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
|
|
5217
5232
|
border-bottom-left-radius: var(--cui-list-group-border-radius);
|
|
5218
5233
|
border-top-right-radius: 0;
|
|
5219
5234
|
}
|
|
5220
|
-
.list-group-horizontal-xl > .list-group-item:last-child {
|
|
5235
|
+
.list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
|
|
5221
5236
|
border-top-right-radius: var(--cui-list-group-border-radius);
|
|
5222
5237
|
border-bottom-left-radius: 0;
|
|
5223
5238
|
}
|
|
@@ -5229,7 +5244,7 @@ textarea.form-control-lg {
|
|
|
5229
5244
|
border-left-width: 0;
|
|
5230
5245
|
}
|
|
5231
5246
|
.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
|
|
5232
|
-
margin-left: calc(var(--cui-list-group-border-width)
|
|
5247
|
+
margin-left: calc(-1 * var(--cui-list-group-border-width));
|
|
5233
5248
|
border-left-width: var(--cui-list-group-border-width);
|
|
5234
5249
|
}
|
|
5235
5250
|
}
|
|
@@ -5237,11 +5252,11 @@ textarea.form-control-lg {
|
|
|
5237
5252
|
.list-group-horizontal-xxl {
|
|
5238
5253
|
flex-direction: row;
|
|
5239
5254
|
}
|
|
5240
|
-
.list-group-horizontal-xxl > .list-group-item:first-child {
|
|
5255
|
+
.list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
|
|
5241
5256
|
border-bottom-left-radius: var(--cui-list-group-border-radius);
|
|
5242
5257
|
border-top-right-radius: 0;
|
|
5243
5258
|
}
|
|
5244
|
-
.list-group-horizontal-xxl > .list-group-item:last-child {
|
|
5259
|
+
.list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
|
|
5245
5260
|
border-top-right-radius: var(--cui-list-group-border-radius);
|
|
5246
5261
|
border-bottom-left-radius: 0;
|
|
5247
5262
|
}
|
|
@@ -5253,7 +5268,7 @@ textarea.form-control-lg {
|
|
|
5253
5268
|
border-left-width: 0;
|
|
5254
5269
|
}
|
|
5255
5270
|
.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
|
|
5256
|
-
margin-left: calc(var(--cui-list-group-border-width)
|
|
5271
|
+
margin-left: calc(-1 * var(--cui-list-group-border-width));
|
|
5257
5272
|
border-left-width: var(--cui-list-group-border-width);
|
|
5258
5273
|
}
|
|
5259
5274
|
}
|
|
@@ -5381,6 +5396,7 @@ textarea.form-control-lg {
|
|
|
5381
5396
|
}
|
|
5382
5397
|
|
|
5383
5398
|
.toast {
|
|
5399
|
+
--cui-toast-zindex: 1090;
|
|
5384
5400
|
--cui-toast-padding-x: 0.75rem;
|
|
5385
5401
|
--cui-toast-padding-y: 0.5rem;
|
|
5386
5402
|
--cui-toast-spacing: 1.5rem;
|
|
@@ -5414,8 +5430,9 @@ textarea.form-control-lg {
|
|
|
5414
5430
|
}
|
|
5415
5431
|
|
|
5416
5432
|
.toast-container {
|
|
5433
|
+
--cui-toast-zindex: 1090;
|
|
5417
5434
|
position: absolute;
|
|
5418
|
-
z-index:
|
|
5435
|
+
z-index: var(--cui-toast-zindex);
|
|
5419
5436
|
width: -webkit-max-content;
|
|
5420
5437
|
width: -moz-max-content;
|
|
5421
5438
|
width: max-content;
|
|
@@ -5438,7 +5455,7 @@ textarea.form-control-lg {
|
|
|
5438
5455
|
border-top-right-radius: calc(var(--cui-toast-border-radius) - var(--cui-toast-border-width));
|
|
5439
5456
|
}
|
|
5440
5457
|
.toast-header .btn-close {
|
|
5441
|
-
margin-right: calc(var(--cui-toast-padding-x)
|
|
5458
|
+
margin-right: calc(-0.5 * var(--cui-toast-padding-x));
|
|
5442
5459
|
margin-left: var(--cui-toast-padding-x);
|
|
5443
5460
|
}
|
|
5444
5461
|
|
|
@@ -5565,7 +5582,7 @@ textarea.form-control-lg {
|
|
|
5565
5582
|
}
|
|
5566
5583
|
.modal-header .btn-close {
|
|
5567
5584
|
padding: calc(var(--cui-modal-header-padding-y) * 0.5) calc(var(--cui-modal-header-padding-x) * 0.5);
|
|
5568
|
-
margin: calc(var(--cui-modal-header-padding-y)
|
|
5585
|
+
margin: calc(-0.5 * var(--cui-modal-header-padding-y)) calc(-0.5 * var(--cui-modal-header-padding-x)) calc(-0.5 * var(--cui-modal-header-padding-y)) auto;
|
|
5569
5586
|
}
|
|
5570
5587
|
|
|
5571
5588
|
.modal-title {
|
|
@@ -5611,7 +5628,7 @@ textarea.form-control-lg {
|
|
|
5611
5628
|
}
|
|
5612
5629
|
@media (min-width: 992px) {
|
|
5613
5630
|
.modal-lg,
|
|
5614
|
-
.modal-xl {
|
|
5631
|
+
.modal-xl {
|
|
5615
5632
|
--cui-modal-width: 800px;
|
|
5616
5633
|
}
|
|
5617
5634
|
}
|
|
@@ -5652,7 +5669,7 @@ textarea.form-control-lg {
|
|
|
5652
5669
|
border-radius: 0;
|
|
5653
5670
|
}
|
|
5654
5671
|
.modal-fullscreen-sm-down .modal-header,
|
|
5655
|
-
.modal-fullscreen-sm-down .modal-footer {
|
|
5672
|
+
.modal-fullscreen-sm-down .modal-footer {
|
|
5656
5673
|
border-radius: 0;
|
|
5657
5674
|
}
|
|
5658
5675
|
.modal-fullscreen-sm-down .modal-body {
|
|
@@ -5672,7 +5689,7 @@ textarea.form-control-lg {
|
|
|
5672
5689
|
border-radius: 0;
|
|
5673
5690
|
}
|
|
5674
5691
|
.modal-fullscreen-md-down .modal-header,
|
|
5675
|
-
.modal-fullscreen-md-down .modal-footer {
|
|
5692
|
+
.modal-fullscreen-md-down .modal-footer {
|
|
5676
5693
|
border-radius: 0;
|
|
5677
5694
|
}
|
|
5678
5695
|
.modal-fullscreen-md-down .modal-body {
|
|
@@ -5692,7 +5709,7 @@ textarea.form-control-lg {
|
|
|
5692
5709
|
border-radius: 0;
|
|
5693
5710
|
}
|
|
5694
5711
|
.modal-fullscreen-lg-down .modal-header,
|
|
5695
|
-
.modal-fullscreen-lg-down .modal-footer {
|
|
5712
|
+
.modal-fullscreen-lg-down .modal-footer {
|
|
5696
5713
|
border-radius: 0;
|
|
5697
5714
|
}
|
|
5698
5715
|
.modal-fullscreen-lg-down .modal-body {
|
|
@@ -5712,7 +5729,7 @@ textarea.form-control-lg {
|
|
|
5712
5729
|
border-radius: 0;
|
|
5713
5730
|
}
|
|
5714
5731
|
.modal-fullscreen-xl-down .modal-header,
|
|
5715
|
-
.modal-fullscreen-xl-down .modal-footer {
|
|
5732
|
+
.modal-fullscreen-xl-down .modal-footer {
|
|
5716
5733
|
border-radius: 0;
|
|
5717
5734
|
}
|
|
5718
5735
|
.modal-fullscreen-xl-down .modal-body {
|
|
@@ -5732,7 +5749,7 @@ textarea.form-control-lg {
|
|
|
5732
5749
|
border-radius: 0;
|
|
5733
5750
|
}
|
|
5734
5751
|
.modal-fullscreen-xxl-down .modal-header,
|
|
5735
|
-
.modal-fullscreen-xxl-down .modal-footer {
|
|
5752
|
+
.modal-fullscreen-xxl-down .modal-footer {
|
|
5736
5753
|
border-radius: 0;
|
|
5737
5754
|
}
|
|
5738
5755
|
.modal-fullscreen-xxl-down .modal-body {
|
|
@@ -5855,7 +5872,7 @@ textarea.form-control-lg {
|
|
|
5855
5872
|
--cui-popover-header-padding-x: 1rem;
|
|
5856
5873
|
--cui-popover-header-padding-y: 0.5rem;
|
|
5857
5874
|
--cui-popover-header-font-size: 1rem;
|
|
5858
|
-
--cui-popover-header-color:
|
|
5875
|
+
--cui-popover-header-color: unset;
|
|
5859
5876
|
--cui-popover-header-bg: #f0f0f0;
|
|
5860
5877
|
--cui-popover-body-padding-x: 1rem;
|
|
5861
5878
|
--cui-popover-body-padding-y: 1rem;
|
|
@@ -5902,7 +5919,7 @@ textarea.form-control-lg {
|
|
|
5902
5919
|
}
|
|
5903
5920
|
|
|
5904
5921
|
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
|
|
5905
|
-
bottom: calc(var(--cui-popover-arrow-height)
|
|
5922
|
+
bottom: calc(-1 * (var(--cui-popover-arrow-height)) - var(--cui-popover-border-width));
|
|
5906
5923
|
}
|
|
5907
5924
|
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
|
|
5908
5925
|
border-width: var(--cui-popover-arrow-height) calc(var(--cui-popover-arrow-width) * 0.5) 0;
|
|
@@ -5918,7 +5935,7 @@ textarea.form-control-lg {
|
|
|
5918
5935
|
|
|
5919
5936
|
/* rtl:begin:ignore */
|
|
5920
5937
|
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
|
|
5921
|
-
left: calc(var(--cui-popover-arrow-height)
|
|
5938
|
+
left: calc(-1 * (var(--cui-popover-arrow-height)) - var(--cui-popover-border-width));
|
|
5922
5939
|
width: var(--cui-popover-arrow-height);
|
|
5923
5940
|
height: var(--cui-popover-arrow-width);
|
|
5924
5941
|
}
|
|
@@ -5936,7 +5953,7 @@ textarea.form-control-lg {
|
|
|
5936
5953
|
|
|
5937
5954
|
/* rtl:end:ignore */
|
|
5938
5955
|
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
|
|
5939
|
-
top: calc(var(--cui-popover-arrow-height)
|
|
5956
|
+
top: calc(-1 * (var(--cui-popover-arrow-height)) - var(--cui-popover-border-width));
|
|
5940
5957
|
}
|
|
5941
5958
|
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
|
|
5942
5959
|
border-width: 0 calc(var(--cui-popover-arrow-width) * 0.5) var(--cui-popover-arrow-height);
|
|
@@ -5955,14 +5972,14 @@ textarea.form-control-lg {
|
|
|
5955
5972
|
left: 50%;
|
|
5956
5973
|
display: block;
|
|
5957
5974
|
width: var(--cui-popover-arrow-width);
|
|
5958
|
-
margin-left: calc(var(--cui-popover-arrow-width)
|
|
5975
|
+
margin-left: calc(-0.5 * var(--cui-popover-arrow-width));
|
|
5959
5976
|
content: "";
|
|
5960
5977
|
border-bottom: var(--cui-popover-border-width) solid var(--cui-popover-header-bg);
|
|
5961
5978
|
}
|
|
5962
5979
|
|
|
5963
5980
|
/* rtl:begin:ignore */
|
|
5964
5981
|
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
|
|
5965
|
-
right: calc(var(--cui-popover-arrow-height)
|
|
5982
|
+
right: calc(-1 * (var(--cui-popover-arrow-height)) - var(--cui-popover-border-width));
|
|
5966
5983
|
width: var(--cui-popover-arrow-height);
|
|
5967
5984
|
height: var(--cui-popover-arrow-width);
|
|
5968
5985
|
}
|
|
@@ -6039,7 +6056,6 @@ textarea.form-control-lg {
|
|
|
6039
6056
|
display: block;
|
|
6040
6057
|
}
|
|
6041
6058
|
|
|
6042
|
-
/* rtl:begin:ignore */
|
|
6043
6059
|
.carousel-item-next:not(.carousel-item-start),
|
|
6044
6060
|
.active.carousel-item-end {
|
|
6045
6061
|
transform: translateX(100%);
|
|
@@ -6050,7 +6066,6 @@ textarea.form-control-lg {
|
|
|
6050
6066
|
transform: translateX(-100%);
|
|
6051
6067
|
}
|
|
6052
6068
|
|
|
6053
|
-
/* rtl:end:ignore */
|
|
6054
6069
|
.carousel-fade .carousel-item {
|
|
6055
6070
|
opacity: 0;
|
|
6056
6071
|
transition-property: opacity;
|
|
@@ -6070,7 +6085,7 @@ textarea.form-control-lg {
|
|
|
6070
6085
|
}
|
|
6071
6086
|
@media (prefers-reduced-motion: reduce) {
|
|
6072
6087
|
.carousel-fade .active.carousel-item-start,
|
|
6073
|
-
.carousel-fade .active.carousel-item-end {
|
|
6088
|
+
.carousel-fade .active.carousel-item-end {
|
|
6074
6089
|
transition: none;
|
|
6075
6090
|
}
|
|
6076
6091
|
}
|
|
@@ -6095,7 +6110,7 @@ textarea.form-control-lg {
|
|
|
6095
6110
|
}
|
|
6096
6111
|
@media (prefers-reduced-motion: reduce) {
|
|
6097
6112
|
.carousel-control-prev,
|
|
6098
|
-
.carousel-control-next {
|
|
6113
|
+
.carousel-control-next {
|
|
6099
6114
|
transition: none;
|
|
6100
6115
|
}
|
|
6101
6116
|
}
|
|
@@ -6216,16 +6231,9 @@ textarea.form-control-lg {
|
|
|
6216
6231
|
height: var(--cui-spinner-height);
|
|
6217
6232
|
vertical-align: var(--cui-spinner-vertical-align);
|
|
6218
6233
|
border-radius: 50%;
|
|
6219
|
-
-webkit-animation: var(--cui-spinner-animation-speed) linear infinite var(--cui-spinner-animation-name);
|
|
6220
6234
|
animation: var(--cui-spinner-animation-speed) linear infinite var(--cui-spinner-animation-name);
|
|
6221
6235
|
}
|
|
6222
6236
|
|
|
6223
|
-
@-webkit-keyframes spinner-border {
|
|
6224
|
-
to {
|
|
6225
|
-
transform: rotate(360deg) /* rtl:ignore */;
|
|
6226
|
-
}
|
|
6227
|
-
}
|
|
6228
|
-
|
|
6229
6237
|
@keyframes spinner-border {
|
|
6230
6238
|
to {
|
|
6231
6239
|
transform: rotate(360deg) /* rtl:ignore */;
|
|
@@ -6238,7 +6246,7 @@ textarea.form-control-lg {
|
|
|
6238
6246
|
--cui-spinner-border-width: 0.25em;
|
|
6239
6247
|
--cui-spinner-animation-speed: 0.75s;
|
|
6240
6248
|
--cui-spinner-animation-name: spinner-border;
|
|
6241
|
-
border: var(--cui-spinner-border-width) solid
|
|
6249
|
+
border: var(--cui-spinner-border-width) solid currentcolor;
|
|
6242
6250
|
border-right-color: transparent;
|
|
6243
6251
|
}
|
|
6244
6252
|
|
|
@@ -6248,16 +6256,6 @@ textarea.form-control-lg {
|
|
|
6248
6256
|
--cui-spinner-border-width: 0.2em;
|
|
6249
6257
|
}
|
|
6250
6258
|
|
|
6251
|
-
@-webkit-keyframes spinner-grow {
|
|
6252
|
-
0% {
|
|
6253
|
-
transform: scale(0);
|
|
6254
|
-
}
|
|
6255
|
-
50% {
|
|
6256
|
-
opacity: 1;
|
|
6257
|
-
transform: none;
|
|
6258
|
-
}
|
|
6259
|
-
}
|
|
6260
|
-
|
|
6261
6259
|
@keyframes spinner-grow {
|
|
6262
6260
|
0% {
|
|
6263
6261
|
transform: scale(0);
|
|
@@ -6273,7 +6271,7 @@ textarea.form-control-lg {
|
|
|
6273
6271
|
--cui-spinner-vertical-align: -0.125em;
|
|
6274
6272
|
--cui-spinner-animation-speed: 0.75s;
|
|
6275
6273
|
--cui-spinner-animation-name: spinner-grow;
|
|
6276
|
-
background-color:
|
|
6274
|
+
background-color: currentcolor;
|
|
6277
6275
|
opacity: 0;
|
|
6278
6276
|
}
|
|
6279
6277
|
|
|
@@ -6284,11 +6282,12 @@ textarea.form-control-lg {
|
|
|
6284
6282
|
|
|
6285
6283
|
@media (prefers-reduced-motion: reduce) {
|
|
6286
6284
|
.spinner-border,
|
|
6287
|
-
.spinner-grow {
|
|
6285
|
+
.spinner-grow {
|
|
6288
6286
|
--cui-spinner-animation-speed: 1.5s;
|
|
6289
6287
|
}
|
|
6290
6288
|
}
|
|
6291
6289
|
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
|
|
6290
|
+
--cui-offcanvas-zindex: 1045;
|
|
6292
6291
|
--cui-offcanvas-width: 400px;
|
|
6293
6292
|
--cui-offcanvas-height: 30vh;
|
|
6294
6293
|
--cui-offcanvas-padding-x: 1rem;
|
|
@@ -6304,7 +6303,7 @@ textarea.form-control-lg {
|
|
|
6304
6303
|
.offcanvas-sm {
|
|
6305
6304
|
position: fixed;
|
|
6306
6305
|
bottom: 0;
|
|
6307
|
-
z-index:
|
|
6306
|
+
z-index: var(--cui-offcanvas-zindex);
|
|
6308
6307
|
display: flex;
|
|
6309
6308
|
flex-direction: column;
|
|
6310
6309
|
max-width: 100%;
|
|
@@ -6392,7 +6391,7 @@ textarea.form-control-lg {
|
|
|
6392
6391
|
.offcanvas-md {
|
|
6393
6392
|
position: fixed;
|
|
6394
6393
|
bottom: 0;
|
|
6395
|
-
z-index:
|
|
6394
|
+
z-index: var(--cui-offcanvas-zindex);
|
|
6396
6395
|
display: flex;
|
|
6397
6396
|
flex-direction: column;
|
|
6398
6397
|
max-width: 100%;
|
|
@@ -6480,7 +6479,7 @@ textarea.form-control-lg {
|
|
|
6480
6479
|
.offcanvas-lg {
|
|
6481
6480
|
position: fixed;
|
|
6482
6481
|
bottom: 0;
|
|
6483
|
-
z-index:
|
|
6482
|
+
z-index: var(--cui-offcanvas-zindex);
|
|
6484
6483
|
display: flex;
|
|
6485
6484
|
flex-direction: column;
|
|
6486
6485
|
max-width: 100%;
|
|
@@ -6568,7 +6567,7 @@ textarea.form-control-lg {
|
|
|
6568
6567
|
.offcanvas-xl {
|
|
6569
6568
|
position: fixed;
|
|
6570
6569
|
bottom: 0;
|
|
6571
|
-
z-index:
|
|
6570
|
+
z-index: var(--cui-offcanvas-zindex);
|
|
6572
6571
|
display: flex;
|
|
6573
6572
|
flex-direction: column;
|
|
6574
6573
|
max-width: 100%;
|
|
@@ -6656,7 +6655,7 @@ textarea.form-control-lg {
|
|
|
6656
6655
|
.offcanvas-xxl {
|
|
6657
6656
|
position: fixed;
|
|
6658
6657
|
bottom: 0;
|
|
6659
|
-
z-index:
|
|
6658
|
+
z-index: var(--cui-offcanvas-zindex);
|
|
6660
6659
|
display: flex;
|
|
6661
6660
|
flex-direction: column;
|
|
6662
6661
|
max-width: 100%;
|
|
@@ -6743,7 +6742,7 @@ textarea.form-control-lg {
|
|
|
6743
6742
|
.offcanvas {
|
|
6744
6743
|
position: fixed;
|
|
6745
6744
|
bottom: 0;
|
|
6746
|
-
z-index:
|
|
6745
|
+
z-index: var(--cui-offcanvas-zindex);
|
|
6747
6746
|
display: flex;
|
|
6748
6747
|
flex-direction: column;
|
|
6749
6748
|
max-width: 100%;
|
|
@@ -6821,9 +6820,9 @@ textarea.form-control-lg {
|
|
|
6821
6820
|
}
|
|
6822
6821
|
.offcanvas-header .btn-close {
|
|
6823
6822
|
padding: calc(var(--cui-offcanvas-padding-y) * 0.5) calc(var(--cui-offcanvas-padding-x) * 0.5);
|
|
6824
|
-
margin-top: calc(var(--cui-offcanvas-padding-y)
|
|
6825
|
-
margin-right: calc(var(--cui-offcanvas-padding-x)
|
|
6826
|
-
margin-bottom: calc(var(--cui-offcanvas-padding-y)
|
|
6823
|
+
margin-top: calc(-0.5 * var(--cui-offcanvas-padding-y));
|
|
6824
|
+
margin-right: calc(-0.5 * var(--cui-offcanvas-padding-x));
|
|
6825
|
+
margin-bottom: calc(-0.5 * var(--cui-offcanvas-padding-y));
|
|
6827
6826
|
}
|
|
6828
6827
|
|
|
6829
6828
|
.offcanvas-title {
|
|
@@ -6842,7 +6841,7 @@ textarea.form-control-lg {
|
|
|
6842
6841
|
min-height: 1em;
|
|
6843
6842
|
vertical-align: middle;
|
|
6844
6843
|
cursor: wait;
|
|
6845
|
-
background-color:
|
|
6844
|
+
background-color: currentcolor;
|
|
6846
6845
|
opacity: 0.5;
|
|
6847
6846
|
}
|
|
6848
6847
|
.placeholder.btn::before {
|
|
@@ -6863,16 +6862,9 @@ textarea.form-control-lg {
|
|
|
6863
6862
|
}
|
|
6864
6863
|
|
|
6865
6864
|
.placeholder-glow .placeholder {
|
|
6866
|
-
-webkit-animation: placeholder-glow 2s ease-in-out infinite;
|
|
6867
6865
|
animation: placeholder-glow 2s ease-in-out infinite;
|
|
6868
6866
|
}
|
|
6869
6867
|
|
|
6870
|
-
@-webkit-keyframes placeholder-glow {
|
|
6871
|
-
50% {
|
|
6872
|
-
opacity: 0.2;
|
|
6873
|
-
}
|
|
6874
|
-
}
|
|
6875
|
-
|
|
6876
6868
|
@keyframes placeholder-glow {
|
|
6877
6869
|
50% {
|
|
6878
6870
|
opacity: 0.2;
|
|
@@ -6883,17 +6875,9 @@ textarea.form-control-lg {
|
|
|
6883
6875
|
mask-image: linear-gradient(130deg, #000015 55%, rgba(0, 0, 0, 0.8) 75%, #000015 95%);
|
|
6884
6876
|
-webkit-mask-size: 200% 100%;
|
|
6885
6877
|
mask-size: 200% 100%;
|
|
6886
|
-
-webkit-animation: placeholder-wave 2s linear infinite;
|
|
6887
6878
|
animation: placeholder-wave 2s linear infinite;
|
|
6888
6879
|
}
|
|
6889
6880
|
|
|
6890
|
-
@-webkit-keyframes placeholder-wave {
|
|
6891
|
-
100% {
|
|
6892
|
-
-webkit-mask-position: -200% 0%;
|
|
6893
|
-
mask-position: -200% 0%;
|
|
6894
|
-
}
|
|
6895
|
-
}
|
|
6896
|
-
|
|
6897
6881
|
@keyframes placeholder-wave {
|
|
6898
6882
|
100% {
|
|
6899
6883
|
-webkit-mask-position: -200% 0%;
|
|
@@ -7255,7 +7239,7 @@ textarea.form-control-lg {
|
|
|
7255
7239
|
color: inherit;
|
|
7256
7240
|
text-align: center;
|
|
7257
7241
|
vertical-align: -0.125rem;
|
|
7258
|
-
fill:
|
|
7242
|
+
fill: currentcolor;
|
|
7259
7243
|
}
|
|
7260
7244
|
.icon:not(.icon-c-s):not(.icon-custom-size) {
|
|
7261
7245
|
width: 1rem;
|
|
@@ -7739,7 +7723,7 @@ textarea.form-control-lg {
|
|
|
7739
7723
|
font-size: var(--cui-sidebar-nav-icon-font-size);
|
|
7740
7724
|
color: var(--cui-sidebar-nav-link-icon-color);
|
|
7741
7725
|
text-align: center;
|
|
7742
|
-
fill:
|
|
7726
|
+
fill: currentcolor;
|
|
7743
7727
|
transition: inherit;
|
|
7744
7728
|
}
|
|
7745
7729
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -7750,6 +7734,9 @@ textarea.form-control-lg {
|
|
|
7750
7734
|
.sidebar-nav .nav-icon:first-child {
|
|
7751
7735
|
margin-left: calc(var(--cui-sidebar-nav-link-padding-x) * -1);
|
|
7752
7736
|
}
|
|
7737
|
+
.sidebar-nav svg.nav-icon {
|
|
7738
|
+
overflow: hidden;
|
|
7739
|
+
}
|
|
7753
7740
|
.sidebar-nav .nav-group {
|
|
7754
7741
|
position: relative;
|
|
7755
7742
|
transition: background 0.15s ease-in-out;
|
|
@@ -7838,18 +7825,18 @@ textarea.form-control-lg {
|
|
|
7838
7825
|
display: block;
|
|
7839
7826
|
}
|
|
7840
7827
|
.sidebar-narrow-unfoldable:not(:hover) .d-narrow-none, .sidebar-narrow .d-narrow-none,
|
|
7841
|
-
.sidebar-narrow-unfoldable:not(:hover) .nav-label,
|
|
7842
|
-
.sidebar-narrow .nav-label,
|
|
7843
|
-
.sidebar-narrow-unfoldable:not(:hover) .nav-title,
|
|
7844
|
-
.sidebar-narrow .nav-title,
|
|
7845
|
-
.sidebar-narrow-unfoldable:not(:hover) .nav-group-items,
|
|
7846
|
-
.sidebar-narrow .nav-group-items,
|
|
7847
|
-
.sidebar-narrow-unfoldable:not(:hover) .sidebar-footer,
|
|
7848
|
-
.sidebar-narrow .sidebar-footer,
|
|
7849
|
-
.sidebar-narrow-unfoldable:not(:hover) .sidebar-form,
|
|
7850
|
-
.sidebar-narrow .sidebar-form,
|
|
7851
|
-
.sidebar-narrow-unfoldable:not(:hover) .sidebar-header,
|
|
7852
|
-
.sidebar-narrow .sidebar-header {
|
|
7828
|
+
.sidebar-narrow-unfoldable:not(:hover) .nav-label,
|
|
7829
|
+
.sidebar-narrow .nav-label,
|
|
7830
|
+
.sidebar-narrow-unfoldable:not(:hover) .nav-title,
|
|
7831
|
+
.sidebar-narrow .nav-title,
|
|
7832
|
+
.sidebar-narrow-unfoldable:not(:hover) .nav-group-items,
|
|
7833
|
+
.sidebar-narrow .nav-group-items,
|
|
7834
|
+
.sidebar-narrow-unfoldable:not(:hover) .sidebar-footer,
|
|
7835
|
+
.sidebar-narrow .sidebar-footer,
|
|
7836
|
+
.sidebar-narrow-unfoldable:not(:hover) .sidebar-form,
|
|
7837
|
+
.sidebar-narrow .sidebar-form,
|
|
7838
|
+
.sidebar-narrow-unfoldable:not(:hover) .sidebar-header,
|
|
7839
|
+
.sidebar-narrow .sidebar-header {
|
|
7853
7840
|
height: 0 !important;
|
|
7854
7841
|
padding: 0;
|
|
7855
7842
|
margin: 0;
|
|
@@ -8280,7 +8267,7 @@ textarea.form-control-lg {
|
|
|
8280
8267
|
width: 1px;
|
|
8281
8268
|
min-height: 1em;
|
|
8282
8269
|
padding: 0;
|
|
8283
|
-
background-color:
|
|
8270
|
+
background-color: currentcolor;
|
|
8284
8271
|
opacity: 0.25;
|
|
8285
8272
|
}
|
|
8286
8273
|
|