@clayui/css 3.127.0 → 3.130.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/lib/css/atlas.css +254 -72
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +205 -94
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +238 -74
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/send.svg +9 -0
- package/lib/images/icons/speed.svg +10 -0
- package/lib/images/icons/voice.svg +9 -0
- package/package.json +2 -2
- package/src/images/icons/send.svg +9 -0
- package/src/images/icons/speed.svg +10 -0
- package/src/images/icons/voice.svg +9 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_forms.scss +1 -0
- package/src/scss/atlas/variables/_globals.scss +2 -0
- package/src/scss/cadmin/components/_dropdowns.scss +10 -0
- package/src/scss/cadmin/components/_forms.scss +16 -14
- package/src/scss/cadmin/components/_grid.scss +3 -1
- package/src/scss/cadmin/components/_input-groups.scss +12 -1
- package/src/scss/cadmin/components/_type.scss +5 -1
- package/src/scss/cadmin/components/_utilities-functional-important.scss +11 -0
- package/src/scss/cadmin/variables/_custom-forms.scss +1 -1
- package/src/scss/cadmin/variables/_dropdowns.scss +3 -0
- package/src/scss/cadmin/variables/_forms.scss +15 -0
- package/src/scss/cadmin/variables/_globals.scss +2 -0
- package/src/scss/cadmin/variables/_utilities.scss +16 -0
- package/src/scss/components/_dropdowns.scss +10 -0
- package/src/scss/components/_forms.scss +16 -14
- package/src/scss/components/_grid.scss +3 -1
- package/src/scss/components/_input-groups.scss +12 -1
- package/src/scss/components/_type.scss +5 -1
- package/src/scss/components/_utilities-functional-important.scss +8 -0
- package/src/scss/functions/_lx-icons-generated.scss +6 -0
- package/src/scss/mixins/_alerts.scss +104 -48
- package/src/scss/mixins/_badges.scss +75 -33
- package/src/scss/mixins/_buttons.scss +503 -225
- package/src/scss/mixins/_cards.scss +619 -277
- package/src/scss/mixins/_close.scss +42 -24
- package/src/scss/mixins/_custom-forms.scss +864 -581
- package/src/scss/mixins/_dropdown-menu.scss +466 -223
- package/src/scss/mixins/_forms.scss +0 -13
- package/src/scss/mixins/_links.scss +564 -282
- package/src/scss/variables/_custom-forms.scss +1 -1
- package/src/scss/variables/_dropdowns.scss +3 -0
- package/src/scss/variables/_forms.scss +10 -0
- package/src/scss/variables/_globals.scss +2 -0
- package/src/scss/variables/_utilities.scss +16 -0
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.130.0
|
|
4
4
|
*
|
|
5
5
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
6
6
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Clay 3.
|
|
19
|
+
* Clay 3.130.0
|
|
20
20
|
*
|
|
21
21
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
22
22
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -274,6 +274,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin a:focus {
|
|
|
274
274
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
275
275
|
outline: 0;
|
|
276
276
|
}
|
|
277
|
+
|
|
277
278
|
html:not(#__):not(#___) .cadmin pre,
|
|
278
279
|
html:not(#__):not(#___) .cadmin code,
|
|
279
280
|
html:not(#__):not(#___) .cadmin kbd,
|
|
@@ -492,7 +493,7 @@ html:not(#__):not(#___) .cadmin .clay-dark .mark {
|
|
|
492
493
|
background-color: #393a4a;
|
|
493
494
|
color: #fff;
|
|
494
495
|
}
|
|
495
|
-
html:not(#__):not(#___) .cadmin .list-unstyled {
|
|
496
|
+
html:not(#__):not(#___) .cadmin .dropdown-section-grid, html:not(#__):not(#___) .cadmin .list-unstyled {
|
|
496
497
|
list-style: none;
|
|
497
498
|
padding-left: 0;
|
|
498
499
|
}
|
|
@@ -925,6 +926,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn:focus {
|
|
|
925
926
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
926
927
|
outline: 0;
|
|
927
928
|
}
|
|
929
|
+
|
|
928
930
|
html:not(#__):not(#___) .cadmin .btn:active {
|
|
929
931
|
box-shadow: [];
|
|
930
932
|
}
|
|
@@ -939,6 +941,7 @@ html:not(#__):not(#___) .cadmin .btn:disabled:focus-visible,
|
|
|
939
941
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .btn:disabled, html:not(#__):not(#___) .c-prefers-focus .cadmin .btn.disabled:focus, html:not(#__):not(#___) .cadmin .btn.disabled:focus-visible {
|
|
940
942
|
box-shadow: none;
|
|
941
943
|
}
|
|
944
|
+
|
|
942
945
|
html:not(#__):not(#___) .cadmin .btn:disabled:active, html:not(#__):not(#___) .cadmin .btn.disabled:active {
|
|
943
946
|
pointer-events: none;
|
|
944
947
|
}
|
|
@@ -1150,6 +1153,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-primary:focus {
|
|
|
1150
1153
|
border-color: transparent;
|
|
1151
1154
|
color: #fff;
|
|
1152
1155
|
}
|
|
1156
|
+
|
|
1153
1157
|
html:not(#__):not(#___) .cadmin .btn-primary:active {
|
|
1154
1158
|
background-color: #004ad7;
|
|
1155
1159
|
border-color: transparent;
|
|
@@ -1186,6 +1190,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-secondary:focus {
|
|
|
1186
1190
|
border-color: #cdced9;
|
|
1187
1191
|
color: #272833;
|
|
1188
1192
|
}
|
|
1193
|
+
|
|
1189
1194
|
html:not(#__):not(#___) .cadmin .btn-secondary:active {
|
|
1190
1195
|
background-color: #f1f2f5;
|
|
1191
1196
|
border-color: #cdced9;
|
|
@@ -1222,6 +1227,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-success:focus {
|
|
|
1222
1227
|
border-color: transparent;
|
|
1223
1228
|
color: #fff;
|
|
1224
1229
|
}
|
|
1230
|
+
|
|
1225
1231
|
html:not(#__):not(#___) .cadmin .btn-success:active {
|
|
1226
1232
|
background-color: #1c5629;
|
|
1227
1233
|
border-color: transparent;
|
|
@@ -1258,6 +1264,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-info:focus {
|
|
|
1258
1264
|
border-color: transparent;
|
|
1259
1265
|
color: #fff;
|
|
1260
1266
|
}
|
|
1267
|
+
|
|
1261
1268
|
html:not(#__):not(#___) .cadmin .btn-info:active {
|
|
1262
1269
|
background-color: #234584;
|
|
1263
1270
|
border-color: transparent;
|
|
@@ -1294,6 +1301,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-warning:focus {
|
|
|
1294
1301
|
border-color: transparent;
|
|
1295
1302
|
color: #fff;
|
|
1296
1303
|
}
|
|
1304
|
+
|
|
1297
1305
|
html:not(#__):not(#___) .cadmin .btn-warning:active {
|
|
1298
1306
|
background-color: #863a00;
|
|
1299
1307
|
border-color: transparent;
|
|
@@ -1330,6 +1338,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-danger:focus {
|
|
|
1330
1338
|
border-color: transparent;
|
|
1331
1339
|
color: #fff;
|
|
1332
1340
|
}
|
|
1341
|
+
|
|
1333
1342
|
html:not(#__):not(#___) .cadmin .btn-danger:active {
|
|
1334
1343
|
background-color: #ab1010;
|
|
1335
1344
|
border-color: transparent;
|
|
@@ -1366,6 +1375,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-light:focus {
|
|
|
1366
1375
|
border-color: transparent;
|
|
1367
1376
|
color: #272833;
|
|
1368
1377
|
}
|
|
1378
|
+
|
|
1369
1379
|
html:not(#__):not(#___) .cadmin .btn-light:active {
|
|
1370
1380
|
background-color: #d3d6e0;
|
|
1371
1381
|
border-color: transparent;
|
|
@@ -1402,6 +1412,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-dark:focus {
|
|
|
1402
1412
|
border-color: transparent;
|
|
1403
1413
|
color: #fff;
|
|
1404
1414
|
}
|
|
1415
|
+
|
|
1405
1416
|
html:not(#__):not(#___) .cadmin .btn-dark:active {
|
|
1406
1417
|
background-color: #111116;
|
|
1407
1418
|
border-color: transparent;
|
|
@@ -1438,13 +1449,10 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-link:focus {
|
|
|
1438
1449
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
1439
1450
|
text-decoration: none;
|
|
1440
1451
|
}
|
|
1452
|
+
|
|
1441
1453
|
html:not(#__):not(#___) .cadmin .btn-link:active {
|
|
1442
1454
|
box-shadow: [none];
|
|
1443
1455
|
}
|
|
1444
|
-
html:not(#__):not(#___) .cadmin .btn-link:active:focus-visible,
|
|
1445
|
-
html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-link:active:focus {
|
|
1446
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
1447
|
-
}
|
|
1448
1456
|
html:not(#__):not(#___) .cadmin .btn-link.active {
|
|
1449
1457
|
box-shadow: [none];
|
|
1450
1458
|
}
|
|
@@ -1470,6 +1478,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-beta:focus {
|
|
|
1470
1478
|
background-color: #f1f2f5;
|
|
1471
1479
|
color: #294f98;
|
|
1472
1480
|
}
|
|
1481
|
+
|
|
1473
1482
|
html:not(#__):not(#___) .cadmin .btn-translucent {
|
|
1474
1483
|
border-radius: 800px;
|
|
1475
1484
|
}
|
|
@@ -1487,6 +1496,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-primary:fo
|
|
|
1487
1496
|
background-color: rgba(0, 83, 240, 0.06);
|
|
1488
1497
|
color: #0053f0;
|
|
1489
1498
|
}
|
|
1499
|
+
|
|
1490
1500
|
html:not(#__):not(#___) .cadmin .btn-translucent.btn-primary:active {
|
|
1491
1501
|
background-color: rgba(0, 83, 240, 0.08);
|
|
1492
1502
|
color: #0053f0;
|
|
@@ -1513,6 +1523,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-info, html
|
|
|
1513
1523
|
background-color: rgba(41, 79, 152, 0.06);
|
|
1514
1524
|
color: #294f98;
|
|
1515
1525
|
}
|
|
1526
|
+
|
|
1516
1527
|
html:not(#__):not(#___) .cadmin .btn-translucent.btn-info:active, html:not(#__):not(#___) .cadmin .btn-beta:active {
|
|
1517
1528
|
background-color: rgba(41, 79, 152, 0.08);
|
|
1518
1529
|
color: #294f98;
|
|
@@ -1539,6 +1550,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-success:fo
|
|
|
1539
1550
|
background-color: rgba(34, 106, 51, 0.06);
|
|
1540
1551
|
color: #226a33;
|
|
1541
1552
|
}
|
|
1553
|
+
|
|
1542
1554
|
html:not(#__):not(#___) .cadmin .btn-translucent.btn-success:active {
|
|
1543
1555
|
background-color: rgba(34, 106, 51, 0.08);
|
|
1544
1556
|
color: #226a33;
|
|
@@ -1565,6 +1577,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-warning:fo
|
|
|
1565
1577
|
background-color: rgba(159, 69, 0, 0.06);
|
|
1566
1578
|
color: #9f4500;
|
|
1567
1579
|
}
|
|
1580
|
+
|
|
1568
1581
|
html:not(#__):not(#___) .cadmin .btn-translucent.btn-warning:active {
|
|
1569
1582
|
background-color: rgba(159, 69, 0, 0.08);
|
|
1570
1583
|
color: #9f4500;
|
|
@@ -1591,6 +1604,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-danger:foc
|
|
|
1591
1604
|
background-color: rgba(195, 18, 18, 0.06);
|
|
1592
1605
|
color: #c31212;
|
|
1593
1606
|
}
|
|
1607
|
+
|
|
1594
1608
|
html:not(#__):not(#___) .cadmin .btn-translucent.btn-danger:active {
|
|
1595
1609
|
background-color: rgba(195, 18, 18, 0.08);
|
|
1596
1610
|
color: #c31212;
|
|
@@ -1618,6 +1632,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn
|
|
|
1618
1632
|
background-color: rgba(179, 205, 255, 0.06);
|
|
1619
1633
|
color: #80acff;
|
|
1620
1634
|
}
|
|
1635
|
+
|
|
1621
1636
|
html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-primary:active, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-primary:active {
|
|
1622
1637
|
background-color: rgba(179, 205, 255, 0.08);
|
|
1623
1638
|
color: #80acff;
|
|
@@ -1646,6 +1661,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-beta-dark:focus {
|
|
|
1646
1661
|
background-color: rgba(238, 242, 250, 0.06);
|
|
1647
1662
|
color: #89a7e0;
|
|
1648
1663
|
}
|
|
1664
|
+
|
|
1649
1665
|
html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-info:active, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-info:active, html:not(#__):not(#___) .cadmin .btn-beta-dark:active {
|
|
1650
1666
|
background-color: rgba(238, 242, 250, 0.08);
|
|
1651
1667
|
color: #89a7e0;
|
|
@@ -1673,6 +1689,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn
|
|
|
1673
1689
|
background-color: rgba(237, 249, 240, 0.06);
|
|
1674
1690
|
color: #5aca75;
|
|
1675
1691
|
}
|
|
1692
|
+
|
|
1676
1693
|
html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-success:active, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-success:active {
|
|
1677
1694
|
background-color: rgba(237, 249, 240, 0.08);
|
|
1678
1695
|
color: #5aca75;
|
|
@@ -1700,6 +1717,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn
|
|
|
1700
1717
|
background-color: rgba(255, 244, 236, 0.06);
|
|
1701
1718
|
color: #ff8f39;
|
|
1702
1719
|
}
|
|
1720
|
+
|
|
1703
1721
|
html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-warning:active, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-warning:active {
|
|
1704
1722
|
background-color: rgba(255, 244, 236, 0.08);
|
|
1705
1723
|
color: #ff8f39;
|
|
@@ -1727,6 +1745,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn
|
|
|
1727
1745
|
background-color: rgba(254, 239, 239, 0.06);
|
|
1728
1746
|
color: #f48989;
|
|
1729
1747
|
}
|
|
1748
|
+
|
|
1730
1749
|
html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-danger:active, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-danger:active {
|
|
1731
1750
|
background-color: rgba(254, 239, 239, 0.08);
|
|
1732
1751
|
color: #f48989;
|
|
@@ -1753,6 +1772,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-primary:focus {
|
|
|
1753
1772
|
background-color: #f0f5ff;
|
|
1754
1773
|
color: #0b5fff;
|
|
1755
1774
|
}
|
|
1775
|
+
|
|
1756
1776
|
html:not(#__):not(#___) .cadmin .btn-outline-primary:active {
|
|
1757
1777
|
background-color: #e6edf8;
|
|
1758
1778
|
border-color: #0b5fff;
|
|
@@ -1786,6 +1806,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-secondary:focus {
|
|
|
1786
1806
|
border-color: transparent;
|
|
1787
1807
|
color: #272833;
|
|
1788
1808
|
}
|
|
1809
|
+
|
|
1789
1810
|
html:not(#__):not(#___) .cadmin .btn-outline-secondary:active {
|
|
1790
1811
|
background-color: rgba(39, 40, 51, 0.06);
|
|
1791
1812
|
border-color: transparent;
|
|
@@ -1820,6 +1841,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-success:focus {
|
|
|
1820
1841
|
background-color: #226a33;
|
|
1821
1842
|
color: #fff;
|
|
1822
1843
|
}
|
|
1844
|
+
|
|
1823
1845
|
html:not(#__):not(#___) .cadmin .btn-outline-success:active {
|
|
1824
1846
|
background-color: #1c5629;
|
|
1825
1847
|
border-color: #287d3c;
|
|
@@ -1854,6 +1876,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-info:focus {
|
|
|
1854
1876
|
background-color: #294f98;
|
|
1855
1877
|
color: #fff;
|
|
1856
1878
|
}
|
|
1879
|
+
|
|
1857
1880
|
html:not(#__):not(#___) .cadmin .btn-outline-info:active {
|
|
1858
1881
|
background-color: #234584;
|
|
1859
1882
|
border-color: #2e5aac;
|
|
@@ -1888,6 +1911,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-warning:focus {
|
|
|
1888
1911
|
background-color: #9f4500;
|
|
1889
1912
|
color: #fff;
|
|
1890
1913
|
}
|
|
1914
|
+
|
|
1891
1915
|
html:not(#__):not(#___) .cadmin .btn-outline-warning:active {
|
|
1892
1916
|
background-color: #863a00;
|
|
1893
1917
|
border-color: #b95000;
|
|
@@ -1922,6 +1946,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-danger:focus {
|
|
|
1922
1946
|
background-color: #c31212;
|
|
1923
1947
|
color: #fff;
|
|
1924
1948
|
}
|
|
1949
|
+
|
|
1925
1950
|
html:not(#__):not(#___) .cadmin .btn-outline-danger:active {
|
|
1926
1951
|
background-color: #ab1010;
|
|
1927
1952
|
border-color: #da1414;
|
|
@@ -1956,6 +1981,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-light:focus {
|
|
|
1956
1981
|
background-color: #e2e4ea;
|
|
1957
1982
|
color: #272833;
|
|
1958
1983
|
}
|
|
1984
|
+
|
|
1959
1985
|
html:not(#__):not(#___) .cadmin .btn-outline-light:active {
|
|
1960
1986
|
background-color: #d3d6e0;
|
|
1961
1987
|
border-color: #f1f2f5;
|
|
@@ -1965,11 +1991,17 @@ html:not(#__):not(#___) .cadmin .btn-outline-light:active:focus-visible,
|
|
|
1965
1991
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-light:active:focus {
|
|
1966
1992
|
box-shadow: , 0 0 0 3.2px rgba(241, 242, 245, 0.5);
|
|
1967
1993
|
}
|
|
1994
|
+
|
|
1968
1995
|
html:not(#__):not(#___) .cadmin .btn-outline-light.active {
|
|
1969
1996
|
background-color: #d3d6e0;
|
|
1970
1997
|
border-color: #f1f2f5;
|
|
1971
1998
|
color: #272833;
|
|
1972
1999
|
}
|
|
2000
|
+
html:not(#__):not(#___) .cadmin .btn-outline-light.active:focus-visible,
|
|
2001
|
+
html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-light.active:focus {
|
|
2002
|
+
box-shadow: , 0 0 0 3.2px rgba(241, 242, 245, 0.5);
|
|
2003
|
+
}
|
|
2004
|
+
|
|
1973
2005
|
html:not(#__):not(#___) .cadmin .btn-outline-light:disabled, html:not(#__):not(#___) .cadmin .btn-outline-light.disabled {
|
|
1974
2006
|
background-color: transparent;
|
|
1975
2007
|
border-color: #f1f2f5;
|
|
@@ -1994,6 +2026,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-dark:focus {
|
|
|
1994
2026
|
background-color: #1c1c24;
|
|
1995
2027
|
color: #fff;
|
|
1996
2028
|
}
|
|
2029
|
+
|
|
1997
2030
|
html:not(#__):not(#___) .cadmin .btn-outline-dark:active {
|
|
1998
2031
|
background-color: #111116;
|
|
1999
2032
|
border-color: #272833;
|
|
@@ -2003,11 +2036,17 @@ html:not(#__):not(#___) .cadmin .btn-outline-dark:active:focus-visible,
|
|
|
2003
2036
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-dark:active:focus {
|
|
2004
2037
|
box-shadow: , 0 0 0 3.2px rgba(39, 40, 51, 0.5);
|
|
2005
2038
|
}
|
|
2039
|
+
|
|
2006
2040
|
html:not(#__):not(#___) .cadmin .btn-outline-dark.active {
|
|
2007
2041
|
background-color: #111116;
|
|
2008
2042
|
border-color: #272833;
|
|
2009
2043
|
color: #fff;
|
|
2010
2044
|
}
|
|
2045
|
+
html:not(#__):not(#___) .cadmin .btn-outline-dark.active:focus-visible,
|
|
2046
|
+
html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-dark.active:focus {
|
|
2047
|
+
box-shadow: , 0 0 0 3.2px rgba(39, 40, 51, 0.5);
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2011
2050
|
html:not(#__):not(#___) .cadmin .btn-outline-dark:disabled, html:not(#__):not(#___) .cadmin .btn-outline-dark.disabled {
|
|
2012
2051
|
background-color: transparent;
|
|
2013
2052
|
border-color: #272833;
|
|
@@ -2028,6 +2067,7 @@ html:not(#__):not(#___) .cadmin .btn-outline-borderless.focus, html:not(#__):not
|
|
|
2028
2067
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-borderless:focus {
|
|
2029
2068
|
border-color: transparent;
|
|
2030
2069
|
}
|
|
2070
|
+
|
|
2031
2071
|
html:not(#__):not(#___) .cadmin .btn-outline-borderless:disabled, html:not(#__):not(#___) .cadmin .btn-outline-borderless.disabled {
|
|
2032
2072
|
border-color: transparent;
|
|
2033
2073
|
}
|
|
@@ -2097,6 +2137,8 @@ html:not(#__):not(#___) .cadmin .container {
|
|
|
2097
2137
|
padding-left: 12px;
|
|
2098
2138
|
padding-right: 12px;
|
|
2099
2139
|
width: 100%;
|
|
2140
|
+
max-width: 1392px;
|
|
2141
|
+
max-width: 1872px;
|
|
2100
2142
|
}
|
|
2101
2143
|
@media (min-width: 576px) {
|
|
2102
2144
|
html:not(#__):not(#___) .cadmin .container {
|
|
@@ -2118,7 +2160,7 @@ html:not(#__):not(#___) .cadmin .container {
|
|
|
2118
2160
|
max-width: 1248px;
|
|
2119
2161
|
}
|
|
2120
2162
|
}
|
|
2121
|
-
html:not(#__):not(#___) .cadmin .container-xl, html:not(#__):not(#___) .cadmin .container-lg, html:not(#__):not(#___) .cadmin .container-md, html:not(#__):not(#___) .cadmin .container-sm, html:not(#__):not(#___) .cadmin .container-fluid {
|
|
2163
|
+
html:not(#__):not(#___) .cadmin .container-xxxl, html:not(#__):not(#___) .cadmin .container-xxl, html:not(#__):not(#___) .cadmin .container-xl, html:not(#__):not(#___) .cadmin .container-lg, html:not(#__):not(#___) .cadmin .container-md, html:not(#__):not(#___) .cadmin .container-sm, html:not(#__):not(#___) .cadmin .container-fluid {
|
|
2122
2164
|
margin-left: auto;
|
|
2123
2165
|
margin-right: auto;
|
|
2124
2166
|
padding-left: 12px;
|
|
@@ -3241,6 +3283,12 @@ html:not(#__):not(#___) .cadmin .container-fluid-max-lg {
|
|
|
3241
3283
|
html:not(#__):not(#___) .cadmin .container-fluid-max-xl {
|
|
3242
3284
|
max-width: 1248px;
|
|
3243
3285
|
}
|
|
3286
|
+
html:not(#__):not(#___) .cadmin .container-fluid-max-xxl {
|
|
3287
|
+
max-width: 1392px;
|
|
3288
|
+
}
|
|
3289
|
+
html:not(#__):not(#___) .cadmin .container-fluid-max-xxxl {
|
|
3290
|
+
max-width: 1872px;
|
|
3291
|
+
}
|
|
3244
3292
|
html:not(#__):not(#___) .cadmin .container-no-gutters {
|
|
3245
3293
|
padding-left: 0;
|
|
3246
3294
|
padding-right: 0;
|
|
@@ -3407,11 +3455,6 @@ html:not(#__):not(#___) .cadmin .alert .lead {
|
|
|
3407
3455
|
font-weight: 600;
|
|
3408
3456
|
margin-right: 5px;
|
|
3409
3457
|
}
|
|
3410
|
-
html:not(#__):not(#___) .cadmin .alert .component-title {
|
|
3411
|
-
font-size: 14px;
|
|
3412
|
-
margin-bottom: 4px;
|
|
3413
|
-
margin-top: 0;
|
|
3414
|
-
}
|
|
3415
3458
|
html:not(#__):not(#___) .cadmin .alert .component-subtitle {
|
|
3416
3459
|
font-size: 12px;
|
|
3417
3460
|
font-weight: 400;
|
|
@@ -3438,6 +3481,7 @@ html:not(#__):not(#___) .cadmin .alert-link.btn-unstyled.focus,
|
|
|
3438
3481
|
html:not(#__):not(#___) .cadmin .alert-link.btn-unstyled:focus-visible {
|
|
3439
3482
|
text-decoration: none;
|
|
3440
3483
|
}
|
|
3484
|
+
|
|
3441
3485
|
html:not(#__):not(#___) .cadmin .alert-indicator {
|
|
3442
3486
|
font-size: 16px;
|
|
3443
3487
|
line-height: 1;
|
|
@@ -4062,6 +4106,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .badge[href], html:not(#__):not
|
|
|
4062
4106
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
4063
4107
|
outline: 0;
|
|
4064
4108
|
}
|
|
4109
|
+
|
|
4065
4110
|
html:not(#__):not(#___) .cadmin .badge a {
|
|
4066
4111
|
color: #fff;
|
|
4067
4112
|
text-decoration: underline;
|
|
@@ -4073,6 +4118,7 @@ html:not(#__):not(#___) .cadmin .badge a.focus, html:not(#__):not(#___) .cadmin
|
|
|
4073
4118
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .badge a:focus {
|
|
4074
4119
|
text-decoration: none;
|
|
4075
4120
|
}
|
|
4121
|
+
|
|
4076
4122
|
html:not(#__):not(#___) .cadmin .badge > .c-inner {
|
|
4077
4123
|
margin: -1.5px -4px;
|
|
4078
4124
|
max-width: none;
|
|
@@ -4149,6 +4195,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-primary, html:not(
|
|
|
4149
4195
|
background-color: #0b5fff;
|
|
4150
4196
|
color: #fff;
|
|
4151
4197
|
}
|
|
4198
|
+
|
|
4152
4199
|
html:not(#__):not(#___) .cadmin .badge-secondary {
|
|
4153
4200
|
background-color: #e7e7ed;
|
|
4154
4201
|
color: #272833;
|
|
@@ -4162,6 +4209,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-secondary, html:no
|
|
|
4162
4209
|
background-color: #e7e7ed;
|
|
4163
4210
|
color: #272833;
|
|
4164
4211
|
}
|
|
4212
|
+
|
|
4165
4213
|
html:not(#__):not(#___) .cadmin .badge-secondary a {
|
|
4166
4214
|
color: #272833;
|
|
4167
4215
|
}
|
|
@@ -4178,6 +4226,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-success, html:not(
|
|
|
4178
4226
|
background-color: #287d3c;
|
|
4179
4227
|
color: #fff;
|
|
4180
4228
|
}
|
|
4229
|
+
|
|
4181
4230
|
html:not(#__):not(#___) .cadmin .badge-info {
|
|
4182
4231
|
background-color: #2e5aac;
|
|
4183
4232
|
color: #fff;
|
|
@@ -4191,6 +4240,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-info, html:not(#__
|
|
|
4191
4240
|
background-color: #2e5aac;
|
|
4192
4241
|
color: #fff;
|
|
4193
4242
|
}
|
|
4243
|
+
|
|
4194
4244
|
html:not(#__):not(#___) .cadmin .badge-warning {
|
|
4195
4245
|
background-color: #b95000;
|
|
4196
4246
|
color: #fff;
|
|
@@ -4204,6 +4254,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-warning, html:not(
|
|
|
4204
4254
|
background-color: #b95000;
|
|
4205
4255
|
color: #fff;
|
|
4206
4256
|
}
|
|
4257
|
+
|
|
4207
4258
|
html:not(#__):not(#___) .cadmin .badge-danger {
|
|
4208
4259
|
background-color: #da1414;
|
|
4209
4260
|
color: #fff;
|
|
@@ -4217,6 +4268,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-danger, html:not(#
|
|
|
4217
4268
|
background-color: #da1414;
|
|
4218
4269
|
color: #fff;
|
|
4219
4270
|
}
|
|
4271
|
+
|
|
4220
4272
|
html:not(#__):not(#___) .cadmin .badge-light {
|
|
4221
4273
|
background-color: #f1f2f5;
|
|
4222
4274
|
color: #272833;
|
|
@@ -4230,6 +4282,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-light, html:not(#_
|
|
|
4230
4282
|
background-color: #f1f2f5;
|
|
4231
4283
|
color: #272833;
|
|
4232
4284
|
}
|
|
4285
|
+
|
|
4233
4286
|
html:not(#__):not(#___) .cadmin .badge-light a {
|
|
4234
4287
|
color: #272833;
|
|
4235
4288
|
}
|
|
@@ -4246,6 +4299,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-dark, html:not(#__
|
|
|
4246
4299
|
background-color: #272833;
|
|
4247
4300
|
color: #fff;
|
|
4248
4301
|
}
|
|
4302
|
+
|
|
4249
4303
|
html:not(#__):not(#___) .cadmin .badge-translucent.badge-primary {
|
|
4250
4304
|
background-color: rgba(0, 83, 240, 0.04);
|
|
4251
4305
|
border-color: transparent;
|
|
@@ -4333,6 +4387,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .breadcrumb-link:focus {
|
|
|
4333
4387
|
outline: 0;
|
|
4334
4388
|
text-decoration: underline;
|
|
4335
4389
|
}
|
|
4390
|
+
|
|
4336
4391
|
html:not(#__):not(#___) .cadmin .breadcrumb-link > .breadcrumb-text-truncate {
|
|
4337
4392
|
text-decoration: none;
|
|
4338
4393
|
}
|
|
@@ -4394,6 +4449,7 @@ html:not(#__):not(#___) .cadmin .breadcrumb-item .dropdown-toggle.focus, html:no
|
|
|
4394
4449
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .breadcrumb-item .dropdown-toggle:focus {
|
|
4395
4450
|
text-decoration: none;
|
|
4396
4451
|
}
|
|
4452
|
+
|
|
4397
4453
|
html:not(#__):not(#___) .cadmin .breadcrumb-text-truncate {
|
|
4398
4454
|
display: inline-block;
|
|
4399
4455
|
max-width: 286px;
|
|
@@ -4621,6 +4677,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .label[href], html:not(#__):not
|
|
|
4621
4677
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
4622
4678
|
text-decoration: underline;
|
|
4623
4679
|
}
|
|
4680
|
+
|
|
4624
4681
|
html:not(#__):not(#___) .cadmin .label a,
|
|
4625
4682
|
html:not(#__):not(#___) .cadmin .label .btn-unstyled {
|
|
4626
4683
|
color: inherit;
|
|
@@ -4640,6 +4697,7 @@ html:not(#__):not(#___) .cadmin .label .btn-unstyled:focus-visible {
|
|
|
4640
4697
|
color: inherit;
|
|
4641
4698
|
text-decoration: underline;
|
|
4642
4699
|
}
|
|
4700
|
+
|
|
4643
4701
|
html:not(#__):not(#___) .cadmin .label .sticker {
|
|
4644
4702
|
border-radius: 100px;
|
|
4645
4703
|
height: 0.875em;
|
|
@@ -4763,6 +4821,7 @@ html:not(#__):not(#___) .cadmin [href].focus.label-primary, html:not(#__):not(#_
|
|
|
4763
4821
|
html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-primary, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-primary, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-primary:focus, html:not(#__):not(#___) .cadmin [type].focus.label-primary, html:not(#__):not(#___) .cadmin [type].label-primary:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-primary, html:not(#__):not(#___) .cadmin [tabindex].label-primary:focus-visible {
|
|
4764
4822
|
color: #004ad7;
|
|
4765
4823
|
}
|
|
4824
|
+
|
|
4766
4825
|
html:not(#__):not(#___) .cadmin .label-primary a:hover, html:not(#__):not(#___) .cadmin .label-primary a.hover,
|
|
4767
4826
|
html:not(#__):not(#___) .cadmin .label-primary .btn-unstyled:hover,
|
|
4768
4827
|
html:not(#__):not(#___) .cadmin .label-primary .btn-unstyled.hover {
|
|
@@ -4789,6 +4848,7 @@ html:not(#__):not(#___) .cadmin [href].focus.label-secondary, html:not(#__):not(
|
|
|
4789
4848
|
html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-secondary, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-secondary, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-secondary:focus, html:not(#__):not(#___) .cadmin [type].focus.label-secondary, html:not(#__):not(#___) .cadmin [type].label-secondary:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-secondary, html:not(#__):not(#___) .cadmin [tabindex].label-secondary:focus-visible {
|
|
4790
4849
|
color: #272833;
|
|
4791
4850
|
}
|
|
4851
|
+
|
|
4792
4852
|
html:not(#__):not(#___) .cadmin .label-secondary a:hover, html:not(#__):not(#___) .cadmin .label-secondary a.hover,
|
|
4793
4853
|
html:not(#__):not(#___) .cadmin .label-secondary .btn-unstyled:hover,
|
|
4794
4854
|
html:not(#__):not(#___) .cadmin .label-secondary .btn-unstyled.hover {
|
|
@@ -4815,6 +4875,7 @@ html:not(#__):not(#___) .cadmin [href].focus.label-success, html:not(#__):not(#_
|
|
|
4815
4875
|
html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-success, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-success, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-success:focus, html:not(#__):not(#___) .cadmin [type].focus.label-success, html:not(#__):not(#___) .cadmin [type].label-success:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-success, html:not(#__):not(#___) .cadmin [tabindex].label-success:focus-visible {
|
|
4816
4876
|
color: #1c5629;
|
|
4817
4877
|
}
|
|
4878
|
+
|
|
4818
4879
|
html:not(#__):not(#___) .cadmin .label-success a:hover, html:not(#__):not(#___) .cadmin .label-success a.hover,
|
|
4819
4880
|
html:not(#__):not(#___) .cadmin .label-success .btn-unstyled:hover,
|
|
4820
4881
|
html:not(#__):not(#___) .cadmin .label-success .btn-unstyled.hover {
|
|
@@ -4841,6 +4902,7 @@ html:not(#__):not(#___) .cadmin [href].focus.label-info, html:not(#__):not(#___)
|
|
|
4841
4902
|
html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-info, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-info, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-info:focus, html:not(#__):not(#___) .cadmin [type].focus.label-info, html:not(#__):not(#___) .cadmin [type].label-info:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-info, html:not(#__):not(#___) .cadmin [tabindex].label-info:focus-visible {
|
|
4842
4903
|
color: #234584;
|
|
4843
4904
|
}
|
|
4905
|
+
|
|
4844
4906
|
html:not(#__):not(#___) .cadmin .label-info a:hover, html:not(#__):not(#___) .cadmin .label-info a.hover,
|
|
4845
4907
|
html:not(#__):not(#___) .cadmin .label-info .btn-unstyled:hover,
|
|
4846
4908
|
html:not(#__):not(#___) .cadmin .label-info .btn-unstyled.hover {
|
|
@@ -4867,6 +4929,7 @@ html:not(#__):not(#___) .cadmin [href].focus.label-warning, html:not(#__):not(#_
|
|
|
4867
4929
|
html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-warning, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-warning, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-warning:focus, html:not(#__):not(#___) .cadmin [type].focus.label-warning, html:not(#__):not(#___) .cadmin [type].label-warning:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-warning, html:not(#__):not(#___) .cadmin [tabindex].label-warning:focus-visible {
|
|
4868
4930
|
color: #863a00;
|
|
4869
4931
|
}
|
|
4932
|
+
|
|
4870
4933
|
html:not(#__):not(#___) .cadmin .label-warning a:hover, html:not(#__):not(#___) .cadmin .label-warning a.hover,
|
|
4871
4934
|
html:not(#__):not(#___) .cadmin .label-warning .btn-unstyled:hover,
|
|
4872
4935
|
html:not(#__):not(#___) .cadmin .label-warning .btn-unstyled.hover {
|
|
@@ -4893,6 +4956,7 @@ html:not(#__):not(#___) .cadmin [href].focus.label-danger, html:not(#__):not(#__
|
|
|
4893
4956
|
html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-danger, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-danger, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-danger:focus, html:not(#__):not(#___) .cadmin [type].focus.label-danger, html:not(#__):not(#___) .cadmin [type].label-danger:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-danger, html:not(#__):not(#___) .cadmin [tabindex].label-danger:focus-visible {
|
|
4894
4957
|
color: #ab1010;
|
|
4895
4958
|
}
|
|
4959
|
+
|
|
4896
4960
|
html:not(#__):not(#___) .cadmin .label-danger a:hover, html:not(#__):not(#___) .cadmin .label-danger a.hover,
|
|
4897
4961
|
html:not(#__):not(#___) .cadmin .label-danger .btn-unstyled:hover,
|
|
4898
4962
|
html:not(#__):not(#___) .cadmin .label-danger .btn-unstyled.hover {
|
|
@@ -4919,6 +4983,7 @@ html:not(#__):not(#___) .cadmin [href].focus.label-dark, html:not(#__):not(#___)
|
|
|
4919
4983
|
html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-dark, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-dark, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-dark:focus, html:not(#__):not(#___) .cadmin [type].focus.label-dark, html:not(#__):not(#___) .cadmin [type].label-dark:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-dark, html:not(#__):not(#___) .cadmin [tabindex].label-dark:focus-visible {
|
|
4920
4984
|
color: #393a4a;
|
|
4921
4985
|
}
|
|
4986
|
+
|
|
4922
4987
|
html:not(#__):not(#___) .cadmin .label-dark a:hover, html:not(#__):not(#___) .cadmin .label-dark a.hover,
|
|
4923
4988
|
html:not(#__):not(#___) .cadmin .label-dark .btn-unstyled:hover,
|
|
4924
4989
|
html:not(#__):not(#___) .cadmin .label-dark .btn-unstyled.hover {
|
|
@@ -4945,6 +5010,7 @@ html:not(#__):not(#___) .cadmin [href].focus.label-light, html:not(#__):not(#___
|
|
|
4945
5010
|
html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-light, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-light, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-light:focus, html:not(#__):not(#___) .cadmin [type].focus.label-light, html:not(#__):not(#___) .cadmin [type].label-light:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-light, html:not(#__):not(#___) .cadmin [tabindex].label-light:focus-visible {
|
|
4946
5011
|
color: #d3d6e0;
|
|
4947
5012
|
}
|
|
5013
|
+
|
|
4948
5014
|
html:not(#__):not(#___) .cadmin .label-light a:hover, html:not(#__):not(#___) .cadmin .label-light a.hover,
|
|
4949
5015
|
html:not(#__):not(#___) .cadmin .label-light .btn-unstyled:hover,
|
|
4950
5016
|
html:not(#__):not(#___) .cadmin .label-light .btn-unstyled.hover {
|
|
@@ -5939,6 +6005,7 @@ html:not(#__):not(#___) .cadmin .card-interactive.focus, html:not(#__):not(#___)
|
|
|
5939
6005
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive:focus {
|
|
5940
6006
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #719aff;
|
|
5941
6007
|
}
|
|
6008
|
+
|
|
5942
6009
|
html:not(#__):not(#___) .cadmin .card-interactive:active, html:not(#__):not(#___) .cadmin .card-interactive.active {
|
|
5943
6010
|
background-color: #f1f2f5;
|
|
5944
6011
|
}
|
|
@@ -5980,6 +6047,7 @@ html:not(#__):not(#___) .cadmin .card-interactive-primary.focus, html:not(#__):n
|
|
|
5980
6047
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive-primary:focus {
|
|
5981
6048
|
background-color: #f7f8f9;
|
|
5982
6049
|
}
|
|
6050
|
+
|
|
5983
6051
|
html:not(#__):not(#___) .cadmin .card-interactive-primary:active, html:not(#__):not(#___) .cadmin .card-interactive-primary.active {
|
|
5984
6052
|
background-color: #f1f2f5;
|
|
5985
6053
|
}
|
|
@@ -6006,6 +6074,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive-secondary:foc
|
|
|
6006
6074
|
border-color: transparent;
|
|
6007
6075
|
box-shadow: 0 0 0 2px #719aff;
|
|
6008
6076
|
}
|
|
6077
|
+
|
|
6009
6078
|
html:not(#__):not(#___) .cadmin .card-interactive-secondary:active, html:not(#__):not(#___) .cadmin .card-interactive-secondary.active {
|
|
6010
6079
|
background-color: #fff;
|
|
6011
6080
|
}
|
|
@@ -6235,6 +6304,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item:focus {
|
|
|
6235
6304
|
outline: 0;
|
|
6236
6305
|
text-decoration: none;
|
|
6237
6306
|
}
|
|
6307
|
+
|
|
6238
6308
|
html:not(#__):not(#___) .cadmin .dropdown-item:active {
|
|
6239
6309
|
background-color: #f0f5ff;
|
|
6240
6310
|
color: #272833;
|
|
@@ -6377,6 +6447,13 @@ html:not(#__):not(#___) .cadmin .dropdown-section .custom-control-outside label
|
|
|
6377
6447
|
html:not(#__):not(#___) .cadmin .dropdown-section.active .custom-control-label {
|
|
6378
6448
|
color: #272833;
|
|
6379
6449
|
}
|
|
6450
|
+
html:not(#__):not(#___) .cadmin .dropdown-section-grid {
|
|
6451
|
+
display: grid;
|
|
6452
|
+
gap: 0.5rem 0.75rem;
|
|
6453
|
+
grid-template-columns: repeat(9, 1fr);
|
|
6454
|
+
margin-bottom: 0;
|
|
6455
|
+
padding: 8px 16px;
|
|
6456
|
+
}
|
|
6380
6457
|
html:not(#__):not(#___) .cadmin .dropdown-footer {
|
|
6381
6458
|
box-shadow: -1px -2px 3px -3px rgba(0, 0, 0, 0.5);
|
|
6382
6459
|
padding: 8px 16px 0;
|
|
@@ -6501,6 +6578,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-menu-select.dropdown-
|
|
|
6501
6578
|
background-image: none;
|
|
6502
6579
|
color: #272833;
|
|
6503
6580
|
}
|
|
6581
|
+
|
|
6504
6582
|
html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active {
|
|
6505
6583
|
background-color: #f0f5ff;
|
|
6506
6584
|
background-image: none;
|
|
@@ -6563,6 +6641,9 @@ html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu.dropdown-men
|
|
|
6563
6641
|
html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu.dropdown-menu-indicator-end .dropdown-item-indicator-end {
|
|
6564
6642
|
right: 8px;
|
|
6565
6643
|
}
|
|
6644
|
+
html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .inline-scroller {
|
|
6645
|
+
max-height: 224px;
|
|
6646
|
+
}
|
|
6566
6647
|
html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu-height-lg .inline-scroller {
|
|
6567
6648
|
max-height: 432px;
|
|
6568
6649
|
}
|
|
@@ -6715,6 +6796,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item-indicator-text-s
|
|
|
6715
6796
|
color: inherit;
|
|
6716
6797
|
text-decoration: inherit;
|
|
6717
6798
|
}
|
|
6799
|
+
|
|
6718
6800
|
html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start > .c-inner {
|
|
6719
6801
|
margin-left: -28px;
|
|
6720
6802
|
}
|
|
@@ -6771,6 +6853,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item-indicator-text-e
|
|
|
6771
6853
|
color: inherit;
|
|
6772
6854
|
text-decoration: inherit;
|
|
6773
6855
|
}
|
|
6856
|
+
|
|
6774
6857
|
html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end > .c-inner {
|
|
6775
6858
|
margin-right: -28px;
|
|
6776
6859
|
}
|
|
@@ -7265,7 +7348,6 @@ html:not(#__):not(#___) .cadmin select.form-control {
|
|
|
7265
7348
|
background-size: 1.5em 1.5em;
|
|
7266
7349
|
cursor: pointer;
|
|
7267
7350
|
padding-right: 2em;
|
|
7268
|
-
color: #272833;
|
|
7269
7351
|
}
|
|
7270
7352
|
html:not(#__):not(#___) .cadmin select.form-control.focus, html:not(#__):not(#___) .cadmin select.form-control:focus-visible,
|
|
7271
7353
|
html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control:focus {
|
|
@@ -7315,7 +7397,6 @@ html:not(#__):not(#___) .cadmin select.form-control[size] {
|
|
|
7315
7397
|
padding-left: 8px;
|
|
7316
7398
|
padding-right: 8px;
|
|
7317
7399
|
scrollbar-width: thin;
|
|
7318
|
-
color: #272833;
|
|
7319
7400
|
}
|
|
7320
7401
|
html:not(#__):not(#___) .cadmin select.form-control[size].focus, html:not(#__):not(#___) .cadmin select.form-control[size]:focus-visible,
|
|
7321
7402
|
html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size]:focus {
|
|
@@ -7353,7 +7434,6 @@ html:not(#__):not(#___) .cadmin select.form-control[multiple] {
|
|
|
7353
7434
|
padding-left: 8px;
|
|
7354
7435
|
padding-right: 8px;
|
|
7355
7436
|
scrollbar-width: thin;
|
|
7356
|
-
color: #272833;
|
|
7357
7437
|
}
|
|
7358
7438
|
html:not(#__):not(#___) .cadmin select.form-control[multiple].focus, html:not(#__):not(#___) .cadmin select.form-control[multiple]:focus-visible,
|
|
7359
7439
|
html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple]:focus {
|
|
@@ -7385,8 +7465,14 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple]:f
|
|
|
7385
7465
|
padding: 6.5px 8px;
|
|
7386
7466
|
}
|
|
7387
7467
|
}
|
|
7468
|
+
html:not(#__):not(#___) .cadmin .form-control-shrink {
|
|
7469
|
+
max-width: 100%;
|
|
7470
|
+
white-space: nowrap;
|
|
7471
|
+
width: min-content;
|
|
7472
|
+
}
|
|
7388
7473
|
html:not(#__):not(#___) .cadmin .form-control-select-secondary {
|
|
7389
7474
|
background-color: #fff;
|
|
7475
|
+
border-color: #9b92a5;
|
|
7390
7476
|
color: #6b6c7e;
|
|
7391
7477
|
}
|
|
7392
7478
|
html:not(#__):not(#___) .cadmin .form-control-select-secondary:hover, html:not(#__):not(#___) .cadmin .form-control-select-secondary.hover {
|
|
@@ -7407,6 +7493,10 @@ html:not(#__):not(#___) .cadmin .form-control-select-secondary:disabled, html:no
|
|
|
7407
7493
|
color: #6b6c7e;
|
|
7408
7494
|
opacity: 0.4;
|
|
7409
7495
|
}
|
|
7496
|
+
html:not(#__):not(#___) .cadmin .form-control-select-shrink {
|
|
7497
|
+
max-width: 100%;
|
|
7498
|
+
width: min-content;
|
|
7499
|
+
}
|
|
7410
7500
|
html:not(#__):not(#___) .cadmin textarea.form-control,
|
|
7411
7501
|
html:not(#__):not(#___) .cadmin textarea.form-control-plaintext,
|
|
7412
7502
|
html:not(#__):not(#___) .cadmin .form-control.form-control-textarea {
|
|
@@ -7736,6 +7826,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link:focus {
|
|
|
7736
7826
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
7737
7827
|
outline: 0;
|
|
7738
7828
|
}
|
|
7829
|
+
|
|
7739
7830
|
html:not(#__):not(#___) .cadmin .c-link.text-secondary {
|
|
7740
7831
|
color: #272833 !important;
|
|
7741
7832
|
}
|
|
@@ -7746,6 +7837,7 @@ html:not(#__):not(#___) .cadmin .c-link.text-secondary.focus, html:not(#__):not(
|
|
|
7746
7837
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link.text-secondary:focus {
|
|
7747
7838
|
color: #000 !important;
|
|
7748
7839
|
}
|
|
7840
|
+
|
|
7749
7841
|
html:not(#__):not(#___) .cadmin .c-link.text-tertiary {
|
|
7750
7842
|
color: #272833 !important;
|
|
7751
7843
|
}
|
|
@@ -7775,6 +7867,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-link:focus {
|
|
|
7775
7867
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
7776
7868
|
outline: 0;
|
|
7777
7869
|
}
|
|
7870
|
+
|
|
7778
7871
|
html:not(#__):not(#___) .cadmin .single-link {
|
|
7779
7872
|
font-weight: 600;
|
|
7780
7873
|
}
|
|
@@ -7801,6 +7894,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-primary:focus {
|
|
|
7801
7894
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
7802
7895
|
outline: 0;
|
|
7803
7896
|
}
|
|
7897
|
+
|
|
7804
7898
|
html:not(#__):not(#___) .cadmin .link-secondary {
|
|
7805
7899
|
border-radius: 1px;
|
|
7806
7900
|
color: #6b6c7e;
|
|
@@ -7824,6 +7918,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-secondary:focus {
|
|
|
7824
7918
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
7825
7919
|
outline: 0;
|
|
7826
7920
|
}
|
|
7921
|
+
|
|
7827
7922
|
html:not(#__):not(#___) .cadmin button.link-outline {
|
|
7828
7923
|
cursor: pointer;
|
|
7829
7924
|
}
|
|
@@ -7863,6 +7958,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline:focus {
|
|
|
7863
7958
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
7864
7959
|
outline: 0;
|
|
7865
7960
|
}
|
|
7961
|
+
|
|
7866
7962
|
html:not(#__):not(#___) .cadmin .link-outline:disabled, html:not(#__):not(#___) .cadmin .link-outline.disabled {
|
|
7867
7963
|
box-shadow: none;
|
|
7868
7964
|
}
|
|
@@ -7891,6 +7987,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline-primary:focus {
|
|
|
7891
7987
|
background-color: #f0f5ff;
|
|
7892
7988
|
color: #0b5fff;
|
|
7893
7989
|
}
|
|
7990
|
+
|
|
7894
7991
|
html:not(#__):not(#___) .cadmin .link-outline-primary:active {
|
|
7895
7992
|
background-color: #e6edf8;
|
|
7896
7993
|
color: #0b5fff;
|
|
@@ -7922,6 +8019,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline-secondary:focus {
|
|
|
7922
8019
|
background-color: rgba(39, 40, 51, 0.03);
|
|
7923
8020
|
color: #272833;
|
|
7924
8021
|
}
|
|
8022
|
+
|
|
7925
8023
|
html:not(#__):not(#___) .cadmin .link-outline-secondary:active {
|
|
7926
8024
|
background-color: rgba(39, 40, 51, 0.06);
|
|
7927
8025
|
color: #272833;
|
|
@@ -8002,6 +8100,7 @@ html:not(#__):not(#___) .cadmin .component-title a[href]:focus-visible {
|
|
|
8002
8100
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
8003
8101
|
outline: 0;
|
|
8004
8102
|
}
|
|
8103
|
+
|
|
8005
8104
|
html:not(#__):not(#___) .cadmin .component-subtitle {
|
|
8006
8105
|
color: #6b6c7e;
|
|
8007
8106
|
font-weight: 600;
|
|
@@ -8037,6 +8136,7 @@ html:not(#__):not(#___) .cadmin .component-subtitle a[href]:focus-visible {
|
|
|
8037
8136
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
8038
8137
|
outline: 0;
|
|
8039
8138
|
}
|
|
8139
|
+
|
|
8040
8140
|
html:not(#__):not(#___) .cadmin .component-action {
|
|
8041
8141
|
align-items: center;
|
|
8042
8142
|
background-color: transparent;
|
|
@@ -8074,6 +8174,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-action:focus {
|
|
|
8074
8174
|
color: #272833;
|
|
8075
8175
|
outline: 0;
|
|
8076
8176
|
}
|
|
8177
|
+
|
|
8077
8178
|
html:not(#__):not(#___) .cadmin .component-action:active {
|
|
8078
8179
|
background-color: rgba(39, 40, 51, 0.06);
|
|
8079
8180
|
color: #272833;
|
|
@@ -8563,10 +8664,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer:focus {
|
|
|
8563
8664
|
box-shadow: 0 0 0 2px #5791ff;
|
|
8564
8665
|
outline: 0;
|
|
8565
8666
|
}
|
|
8566
|
-
|
|
8567
|
-
html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer:active:focus {
|
|
8568
|
-
box-shadow: 0 0 0 2px #5791ff;
|
|
8569
|
-
}
|
|
8667
|
+
|
|
8570
8668
|
html:not(#__):not(#___) .cadmin .clay-color-pointer .c-inner {
|
|
8571
8669
|
margin-bottom: 0;
|
|
8572
8670
|
margin-left: 0;
|
|
@@ -9058,6 +9156,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .custom-control-input:focus ~ .
|
|
|
9058
9156
|
border-color: #6b6c7e;
|
|
9059
9157
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
9060
9158
|
}
|
|
9159
|
+
|
|
9061
9160
|
html:not(#__):not(#___) .cadmin .custom-control-input:active ~ .custom-control-label::before {
|
|
9062
9161
|
background-color: #fff;
|
|
9063
9162
|
border-color: #6b6c7e;
|
|
@@ -9075,11 +9174,6 @@ html:not(#__):not(#___) .cadmin .custom-control-input[disabled] ~ .custom-contro
|
|
|
9075
9174
|
border-color: #e7e7ed;
|
|
9076
9175
|
box-shadow: none;
|
|
9077
9176
|
}
|
|
9078
|
-
html:not(#__):not(#___) .cadmin .custom-control-input:checked ~ .custom-control-label::before {
|
|
9079
|
-
background-color: #0b5fff;
|
|
9080
|
-
border-color: #0b5fff;
|
|
9081
|
-
color: #fff;
|
|
9082
|
-
}
|
|
9083
9177
|
html:not(#__):not(#___) .cadmin .custom-control-input[readonly] ~ .custom-control-label {
|
|
9084
9178
|
color: #272833;
|
|
9085
9179
|
}
|
|
@@ -9110,10 +9204,6 @@ html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:checked ~
|
|
|
9110
9204
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M220.9%20377.2c-8%200-15.8-3.2-21.5-8.9l-91-91c-28.1-28.1%2014.8-71%2042.9-42.9l68.2%2068.2%20139.8-157.2c26.4-30%2072%2010.1%2045.6%2040.1L243.7%20366.9c-5.5%206.3-13.4%2010-21.8%2010.3h-1z'%20fill='%23fff'/%3E%3C/svg%3E");
|
|
9111
9205
|
background-size: 100%;
|
|
9112
9206
|
}
|
|
9113
|
-
html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
|
|
9114
|
-
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M220.9%20377.2c-8%200-15.8-3.2-21.5-8.9l-91-91c-28.1-28.1%2014.8-71%2042.9-42.9l68.2%2068.2%20139.8-157.2c26.4-30%2072%2010.1%2045.6%2040.1L243.7%20366.9c-5.5%206.3-13.4%2010-21.8%2010.3h-1z'%20fill='%23fff'/%3E%3C/svg%3E");
|
|
9115
|
-
background-size: 100%;
|
|
9116
|
-
}
|
|
9117
9207
|
html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:checked[disabled] ~ .custom-control-label::before, html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::before {
|
|
9118
9208
|
background-color: #b3cdff;
|
|
9119
9209
|
}
|
|
@@ -9165,16 +9255,12 @@ html:not(#__):not(#___) .cadmin .custom-radio .custom-control-input:checked ~ .c
|
|
|
9165
9255
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Ccircle%20class='lexicon-icon-outline'%20cx='256'%20cy='256'%20r='256'%20fill='%23fff'/%3E%3C/svg%3E");
|
|
9166
9256
|
background-size: 50%;
|
|
9167
9257
|
}
|
|
9168
|
-
html:not(#__):not(#___) .cadmin .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
|
|
9169
|
-
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Ccircle%20class='lexicon-icon-outline'%20cx='256'%20cy='256'%20r='256'%20fill='%23fff'/%3E%3C/svg%3E");
|
|
9170
|
-
background-size: 50%;
|
|
9171
|
-
}
|
|
9172
9258
|
html:not(#__):not(#___) .cadmin .custom-radio .custom-control-input:checked[disabled] ~ .custom-control-label::before, html:not(#__):not(#___) .cadmin .custom-radio .custom-control-input:checked:disabled ~ .custom-control-label::before {
|
|
9173
9259
|
background-color: #b3cdff;
|
|
9174
9260
|
border-color: #b3cdff;
|
|
9175
9261
|
}
|
|
9176
9262
|
html:not(#__):not(#___) .cadmin .custom-control-outside label {
|
|
9177
|
-
display: block;
|
|
9263
|
+
display: inline-block;
|
|
9178
9264
|
padding-left: calc( 16px + 8px );
|
|
9179
9265
|
}
|
|
9180
9266
|
html:not(#__):not(#___) .cadmin .custom-control-outside .custom-control-label-text {
|
|
@@ -9206,10 +9292,7 @@ html:not(#__):not(#___) .cadmin .clay-time .btn.focus, html:not(#__):not(#___) .
|
|
|
9206
9292
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn:focus {
|
|
9207
9293
|
box-shadow: 0 0 0 1px #5791ff;
|
|
9208
9294
|
}
|
|
9209
|
-
|
|
9210
|
-
html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn:active:focus {
|
|
9211
|
-
box-shadow: 0 0 0 1px #5791ff;
|
|
9212
|
-
}
|
|
9295
|
+
|
|
9213
9296
|
html:not(#__):not(#___) .cadmin .clay-time .btn .c-inner {
|
|
9214
9297
|
margin-bottom: 0;
|
|
9215
9298
|
margin-left: 0;
|
|
@@ -9368,13 +9451,10 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .nav-btn:focus
|
|
|
9368
9451
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
9369
9452
|
color: #272833;
|
|
9370
9453
|
}
|
|
9454
|
+
|
|
9371
9455
|
html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active {
|
|
9372
9456
|
background-color: #f1f2f5;
|
|
9373
9457
|
}
|
|
9374
|
-
html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active:focus-visible,
|
|
9375
|
-
html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .nav-btn:active:focus {
|
|
9376
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
9377
|
-
}
|
|
9378
9458
|
html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn.active {
|
|
9379
9459
|
background-color: #f1f2f5;
|
|
9380
9460
|
}
|
|
@@ -9416,7 +9496,6 @@ html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control {
|
|
|
9416
9496
|
html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control {
|
|
9417
9497
|
font-size: 12px;
|
|
9418
9498
|
height: 24px;
|
|
9419
|
-
color: #272833;
|
|
9420
9499
|
}
|
|
9421
9500
|
}
|
|
9422
9501
|
html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control:hover, html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control.hover {
|
|
@@ -9447,7 +9526,6 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select {
|
|
|
9447
9526
|
html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select {
|
|
9448
9527
|
font-size: 12px;
|
|
9449
9528
|
height: 24px;
|
|
9450
|
-
color: #272833;
|
|
9451
9529
|
}
|
|
9452
9530
|
}
|
|
9453
9531
|
html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select:hover, html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select.hover {
|
|
@@ -9639,14 +9717,11 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date:focus {
|
|
|
9639
9717
|
color: #272833;
|
|
9640
9718
|
outline: 0;
|
|
9641
9719
|
}
|
|
9720
|
+
|
|
9642
9721
|
html:not(#__):not(#___) .cadmin .date-picker-date:active {
|
|
9643
9722
|
background-color: #0b5fff;
|
|
9644
9723
|
color: #fff;
|
|
9645
9724
|
}
|
|
9646
|
-
html:not(#__):not(#___) .cadmin .date-picker-date:active:focus-visible,
|
|
9647
|
-
html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date:active:focus {
|
|
9648
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
9649
|
-
}
|
|
9650
9725
|
html:not(#__):not(#___) .cadmin .date-picker-date.active {
|
|
9651
9726
|
background-color: #0b5fff;
|
|
9652
9727
|
color: #fff;
|
|
@@ -9780,15 +9855,12 @@ html:not(#__):not(#___) .cadmin .has-error .form-feedback-item {
|
|
|
9780
9855
|
}
|
|
9781
9856
|
html:not(#__):not(#___) .cadmin .has-error select.form-control {
|
|
9782
9857
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%23f48989'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23f48989'/%3E%3C/svg%3E");
|
|
9783
|
-
color: #272833;
|
|
9784
9858
|
}
|
|
9785
9859
|
html:not(#__):not(#___) .cadmin .has-error select.form-control[size] {
|
|
9786
9860
|
background-image: none;
|
|
9787
|
-
color: #272833;
|
|
9788
9861
|
}
|
|
9789
9862
|
html:not(#__):not(#___) .cadmin .has-error select.form-control[multiple] {
|
|
9790
9863
|
background-image: none;
|
|
9791
|
-
color: #272833;
|
|
9792
9864
|
}
|
|
9793
9865
|
html:not(#__):not(#___) .cadmin .has-error .input-group-item.focus {
|
|
9794
9866
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
@@ -9840,15 +9912,12 @@ html:not(#__):not(#___) .cadmin .has-warning .form-feedback-item {
|
|
|
9840
9912
|
}
|
|
9841
9913
|
html:not(#__):not(#___) .cadmin .has-warning select.form-control {
|
|
9842
9914
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%23ff8f39'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23ff8f39'/%3E%3C/svg%3E");
|
|
9843
|
-
color: #272833;
|
|
9844
9915
|
}
|
|
9845
9916
|
html:not(#__):not(#___) .cadmin .has-warning select.form-control[size] {
|
|
9846
9917
|
background-image: none;
|
|
9847
|
-
color: #272833;
|
|
9848
9918
|
}
|
|
9849
9919
|
html:not(#__):not(#___) .cadmin .has-warning select.form-control[multiple] {
|
|
9850
9920
|
background-image: none;
|
|
9851
|
-
color: #272833;
|
|
9852
9921
|
}
|
|
9853
9922
|
html:not(#__):not(#___) .cadmin .has-warning .input-group-item.focus {
|
|
9854
9923
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
@@ -9900,15 +9969,12 @@ html:not(#__):not(#___) .cadmin .has-success .form-feedback-item {
|
|
|
9900
9969
|
}
|
|
9901
9970
|
html:not(#__):not(#___) .cadmin .has-success select.form-control {
|
|
9902
9971
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%235aca75'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%235aca75'/%3E%3C/svg%3E");
|
|
9903
|
-
color: #272833;
|
|
9904
9972
|
}
|
|
9905
9973
|
html:not(#__):not(#___) .cadmin .has-success select.form-control[size] {
|
|
9906
9974
|
background-image: none;
|
|
9907
|
-
color: #272833;
|
|
9908
9975
|
}
|
|
9909
9976
|
html:not(#__):not(#___) .cadmin .has-success select.form-control[multiple] {
|
|
9910
9977
|
background-image: none;
|
|
9911
|
-
color: #272833;
|
|
9912
9978
|
}
|
|
9913
9979
|
html:not(#__):not(#___) .cadmin .has-success .input-group-item.focus {
|
|
9914
9980
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
@@ -10367,7 +10433,8 @@ html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .btn .lexic
|
|
|
10367
10433
|
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .btn .c-inner .lexicon-icon {
|
|
10368
10434
|
margin-top: 0;
|
|
10369
10435
|
}
|
|
10370
|
-
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .btn-monospaced
|
|
10436
|
+
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .btn-monospaced,
|
|
10437
|
+
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .input-group-inset-icon {
|
|
10371
10438
|
font-size: 16px;
|
|
10372
10439
|
height: 32px;
|
|
10373
10440
|
margin-bottom: -1px;
|
|
@@ -10381,6 +10448,14 @@ html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .form-file
|
|
|
10381
10448
|
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .form-file .btn {
|
|
10382
10449
|
height: 100%;
|
|
10383
10450
|
}
|
|
10451
|
+
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-icon {
|
|
10452
|
+
align-items: center;
|
|
10453
|
+
display: flex;
|
|
10454
|
+
justify-content: center;
|
|
10455
|
+
}
|
|
10456
|
+
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-icon .lexicon-icon {
|
|
10457
|
+
margin-top: 0;
|
|
10458
|
+
}
|
|
10384
10459
|
html:not(#__):not(#___) .cadmin .input-group .input-group-item .input-group-inset-before.form-control {
|
|
10385
10460
|
border-bottom-left-radius: 0;
|
|
10386
10461
|
border-top-left-radius: 0;
|
|
@@ -10573,6 +10648,7 @@ html:not(#__):not(#___) .cadmin .list-group-title a[href]:focus-visible {
|
|
|
10573
10648
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
10574
10649
|
outline: 0;
|
|
10575
10650
|
}
|
|
10651
|
+
|
|
10576
10652
|
html:not(#__):not(#___) .cadmin .list-group-subtitle {
|
|
10577
10653
|
color: #6b6c7e;
|
|
10578
10654
|
margin-bottom: 0;
|
|
@@ -10607,6 +10683,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle a[href]:focus-visible {
|
|
|
10607
10683
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
10608
10684
|
outline: 0;
|
|
10609
10685
|
}
|
|
10686
|
+
|
|
10610
10687
|
html:not(#__):not(#___) .cadmin .list-group-text {
|
|
10611
10688
|
color: #6b6c7e;
|
|
10612
10689
|
margin-bottom: 0;
|
|
@@ -10641,6 +10718,7 @@ html:not(#__):not(#___) .cadmin .list-group-text a[href]:focus-visible {
|
|
|
10641
10718
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
10642
10719
|
outline: 0;
|
|
10643
10720
|
}
|
|
10721
|
+
|
|
10644
10722
|
html:not(#__):not(#___) .cadmin .list-group-subtext {
|
|
10645
10723
|
color: #6b6c7e;
|
|
10646
10724
|
margin-bottom: 0;
|
|
@@ -10676,6 +10754,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtext a[href]:focus-visible {
|
|
|
10676
10754
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
10677
10755
|
outline: 0;
|
|
10678
10756
|
}
|
|
10757
|
+
|
|
10679
10758
|
html:not(#__):not(#___) .cadmin .show-dropdown-action-on-active .list-group-item.active .dropdown-action .dropdown-menu {
|
|
10680
10759
|
background-color: #f0f5ff;
|
|
10681
10760
|
}
|
|
@@ -11849,6 +11928,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link:focus {
|
|
|
11849
11928
|
text-decoration: none;
|
|
11850
11929
|
z-index: 1;
|
|
11851
11930
|
}
|
|
11931
|
+
|
|
11852
11932
|
html:not(#__):not(#___) .cadmin .nav-link:disabled, html:not(#__):not(#___) .cadmin .nav-link.disabled {
|
|
11853
11933
|
color: #a7a9bc;
|
|
11854
11934
|
box-shadow: none;
|
|
@@ -11870,10 +11950,7 @@ html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.focus, html:not(#__):not(
|
|
|
11870
11950
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link.btn-unstyled:focus {
|
|
11871
11951
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
11872
11952
|
}
|
|
11873
|
-
|
|
11874
|
-
html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link.btn-unstyled:active:focus {
|
|
11875
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
11876
|
-
}
|
|
11953
|
+
|
|
11877
11954
|
html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:disabled, html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.disabled {
|
|
11878
11955
|
opacity: 1;
|
|
11879
11956
|
}
|
|
@@ -11897,6 +11974,7 @@ html:not(#__):not(#___) .cadmin .nav-btn.focus, html:not(#__):not(#___) .cadmin
|
|
|
11897
11974
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-btn:focus {
|
|
11898
11975
|
z-index: 1;
|
|
11899
11976
|
}
|
|
11977
|
+
|
|
11900
11978
|
html:not(#__):not(#___) .cadmin .nav-btn:disabled, html:not(#__):not(#___) .cadmin .nav-btn.disabled {
|
|
11901
11979
|
opacity: 1;
|
|
11902
11980
|
}
|
|
@@ -12259,6 +12337,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-tabs .nav-link:focus {
|
|
|
12259
12337
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
12260
12338
|
outline: 0;
|
|
12261
12339
|
}
|
|
12340
|
+
|
|
12262
12341
|
html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:active {
|
|
12263
12342
|
background-color: #fff;
|
|
12264
12343
|
border-color: #cdced9 #cdced9 #fff;
|
|
@@ -12385,6 +12464,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link:focu
|
|
|
12385
12464
|
right: 0;
|
|
12386
12465
|
top: 0;
|
|
12387
12466
|
}
|
|
12467
|
+
|
|
12388
12468
|
html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:active {
|
|
12389
12469
|
color: #272833;
|
|
12390
12470
|
}
|
|
@@ -12429,6 +12509,7 @@ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link[aria-expanded=true]:f
|
|
|
12429
12509
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link[aria-expanded=true]::before, html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link.show:focus::before, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.show:focus-visible::before {
|
|
12430
12510
|
display: none;
|
|
12431
12511
|
}
|
|
12512
|
+
|
|
12432
12513
|
html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.collapse-icon {
|
|
12433
12514
|
font-size: 12px;
|
|
12434
12515
|
font-weight: 600;
|
|
@@ -12581,6 +12662,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.men
|
|
|
12581
12662
|
right: 0;
|
|
12582
12663
|
top: 0;
|
|
12583
12664
|
}
|
|
12665
|
+
|
|
12584
12666
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
|
|
12585
12667
|
color: #272833;
|
|
12586
12668
|
}
|
|
@@ -12667,6 +12749,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.men
|
|
|
12667
12749
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus::after {
|
|
12668
12750
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
12669
12751
|
}
|
|
12752
|
+
|
|
12670
12753
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
|
|
12671
12754
|
color: #272833;
|
|
12672
12755
|
}
|
|
@@ -12830,6 +12913,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.men
|
|
|
12830
12913
|
right: 0;
|
|
12831
12914
|
top: 0;
|
|
12832
12915
|
}
|
|
12916
|
+
|
|
12833
12917
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
|
|
12834
12918
|
color: #272833;
|
|
12835
12919
|
}
|
|
@@ -12916,6 +13000,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.men
|
|
|
12916
13000
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus::after {
|
|
12917
13001
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
12918
13002
|
}
|
|
13003
|
+
|
|
12919
13004
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
|
|
12920
13005
|
color: #272833;
|
|
12921
13006
|
}
|
|
@@ -12970,7 +13055,7 @@ html:not(#__):not(#___) .cadmin .navbar {
|
|
|
12970
13055
|
padding: 8px 16px;
|
|
12971
13056
|
position: relative;
|
|
12972
13057
|
}
|
|
12973
|
-
html:not(#__):not(#___) .cadmin .navbar > .container-xl, html:not(#__):not(#___) .cadmin .navbar > .container-lg, html:not(#__):not(#___) .cadmin .navbar > .container-md, html:not(#__):not(#___) .cadmin .navbar > .container-sm, html:not(#__):not(#___) .cadmin .navbar .container,
|
|
13058
|
+
html:not(#__):not(#___) .cadmin .navbar > .container-xxxl, html:not(#__):not(#___) .cadmin .navbar > .container-xxl, html:not(#__):not(#___) .cadmin .navbar > .container-xl, html:not(#__):not(#___) .cadmin .navbar > .container-lg, html:not(#__):not(#___) .cadmin .navbar > .container-md, html:not(#__):not(#___) .cadmin .navbar > .container-sm, html:not(#__):not(#___) .cadmin .navbar .container,
|
|
12974
13059
|
html:not(#__):not(#___) .cadmin .navbar .container-fluid {
|
|
12975
13060
|
align-items: inherit;
|
|
12976
13061
|
background-color: inherit;
|
|
@@ -13999,6 +14084,7 @@ html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.focus, htm
|
|
|
13999
14084
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar .navbar-nav .nav-link:focus {
|
|
14000
14085
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
14001
14086
|
}
|
|
14087
|
+
|
|
14002
14088
|
html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.disabled {
|
|
14003
14089
|
box-shadow: none;
|
|
14004
14090
|
}
|
|
@@ -14020,6 +14106,7 @@ html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.focus, html:not(#_
|
|
|
14020
14106
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar .navbar-brand:focus {
|
|
14021
14107
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
14022
14108
|
}
|
|
14109
|
+
|
|
14023
14110
|
html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.disabled {
|
|
14024
14111
|
box-shadow: none;
|
|
14025
14112
|
}
|
|
@@ -14046,6 +14133,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-light .navbar-n
|
|
|
14046
14133
|
color: #272833;
|
|
14047
14134
|
background-color: rgba(39, 40, 51, 0.03);
|
|
14048
14135
|
}
|
|
14136
|
+
|
|
14049
14137
|
html:not(#__):not(#___) .cadmin .management-bar-light .navbar-nav .nav-link:active {
|
|
14050
14138
|
background-color: rgba(39, 40, 51, 0.06);
|
|
14051
14139
|
color: #272833;
|
|
@@ -14074,6 +14162,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-light .navbar-b
|
|
|
14074
14162
|
color: #272833;
|
|
14075
14163
|
background-color: rgba(39, 40, 51, 0.03);
|
|
14076
14164
|
}
|
|
14165
|
+
|
|
14077
14166
|
html:not(#__):not(#___) .cadmin .management-bar-light .navbar-brand:active {
|
|
14078
14167
|
background-color: rgba(39, 40, 51, 0.06);
|
|
14079
14168
|
color: #272833;
|
|
@@ -14117,6 +14206,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-primary .navbar
|
|
|
14117
14206
|
color: #272833;
|
|
14118
14207
|
background-color: rgba(39, 40, 51, 0.03);
|
|
14119
14208
|
}
|
|
14209
|
+
|
|
14120
14210
|
html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-nav .nav-link:active {
|
|
14121
14211
|
background-color: rgba(39, 40, 51, 0.06);
|
|
14122
14212
|
color: #272833;
|
|
@@ -14146,6 +14236,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-primary .navbar
|
|
|
14146
14236
|
color: #272833;
|
|
14147
14237
|
background-color: rgba(39, 40, 51, 0.03);
|
|
14148
14238
|
}
|
|
14239
|
+
|
|
14149
14240
|
html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-brand:active {
|
|
14150
14241
|
background-color: rgba(39, 40, 51, 0.06);
|
|
14151
14242
|
color: #272833;
|
|
@@ -14353,6 +14444,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.focus, htm
|
|
|
14353
14444
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar .navbar-nav .nav-link:focus {
|
|
14354
14445
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
14355
14446
|
}
|
|
14447
|
+
|
|
14356
14448
|
html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.disabled {
|
|
14357
14449
|
box-shadow: none;
|
|
14358
14450
|
}
|
|
@@ -14366,6 +14458,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.focus, html:not(#_
|
|
|
14366
14458
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar .navbar-brand:focus {
|
|
14367
14459
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
14368
14460
|
}
|
|
14461
|
+
|
|
14369
14462
|
html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.disabled {
|
|
14370
14463
|
box-shadow: none;
|
|
14371
14464
|
}
|
|
@@ -14427,6 +14520,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link.focu
|
|
|
14427
14520
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light .navbar-nav .nav-link:focus {
|
|
14428
14521
|
color: #272833;
|
|
14429
14522
|
}
|
|
14523
|
+
|
|
14430
14524
|
html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link:active {
|
|
14431
14525
|
color: #272833;
|
|
14432
14526
|
}
|
|
@@ -14450,6 +14544,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand.focus, html:
|
|
|
14450
14544
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light .navbar-brand:focus {
|
|
14451
14545
|
color: #272833;
|
|
14452
14546
|
}
|
|
14547
|
+
|
|
14453
14548
|
html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand:active {
|
|
14454
14549
|
color: #272833;
|
|
14455
14550
|
}
|
|
@@ -14482,6 +14577,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-overlay {
|
|
|
14482
14577
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
|
|
14483
14578
|
color: #272833;
|
|
14484
14579
|
}
|
|
14580
|
+
|
|
14485
14581
|
html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
|
|
14486
14582
|
color: #272833;
|
|
14487
14583
|
}
|
|
@@ -14519,6 +14615,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link.
|
|
|
14519
14615
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary .navbar-nav .nav-link:focus {
|
|
14520
14616
|
color: #fff;
|
|
14521
14617
|
}
|
|
14618
|
+
|
|
14522
14619
|
html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link:active {
|
|
14523
14620
|
color: #fff;
|
|
14524
14621
|
}
|
|
@@ -14546,6 +14643,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand.focus, h
|
|
|
14546
14643
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary .navbar-brand:focus {
|
|
14547
14644
|
color: #fff;
|
|
14548
14645
|
}
|
|
14646
|
+
|
|
14549
14647
|
html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand:active {
|
|
14550
14648
|
color: #fff;
|
|
14551
14649
|
}
|
|
@@ -14578,6 +14676,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-overlay {
|
|
|
14578
14676
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
|
|
14579
14677
|
color: #fff;
|
|
14580
14678
|
}
|
|
14679
|
+
|
|
14581
14680
|
html:not(#__):not(#___) .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
|
|
14582
14681
|
color: #fff;
|
|
14583
14682
|
}
|
|
@@ -14688,6 +14787,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link:focus::after {
|
|
|
14688
14787
|
right: 0;
|
|
14689
14788
|
top: 0;
|
|
14690
14789
|
}
|
|
14790
|
+
|
|
14691
14791
|
html:not(#__):not(#___) .cadmin .page-link:active {
|
|
14692
14792
|
background-color: rgba(11, 95, 255, 0.06);
|
|
14693
14793
|
border-color: transparent;
|
|
@@ -14782,6 +14882,7 @@ html:not(#__):not(#___) .cadmin .page-item.disabled .page-link.focus::after, htm
|
|
|
14782
14882
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .page-item.disabled .page-link:focus::after {
|
|
14783
14883
|
content: none;
|
|
14784
14884
|
}
|
|
14885
|
+
|
|
14785
14886
|
html:not(#__):not(#___) .cadmin .page-item:first-child .page-link,
|
|
14786
14887
|
html:not(#__):not(#___) .cadmin .page-link-first {
|
|
14787
14888
|
border-radius: 4px;
|
|
@@ -14865,6 +14966,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus-visibl
|
|
|
14865
14966
|
right: 0;
|
|
14866
14967
|
top: 0;
|
|
14867
14968
|
}
|
|
14969
|
+
|
|
14868
14970
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:active,
|
|
14869
14971
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:active {
|
|
14870
14972
|
background-color: rgba(11, 95, 255, 0.06);
|
|
@@ -14956,6 +15058,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button.foc
|
|
|
14956
15058
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button:focus-visible::after {
|
|
14957
15059
|
content: none;
|
|
14958
15060
|
}
|
|
15061
|
+
|
|
14959
15062
|
@media (max-width: 767.98px) {
|
|
14960
15063
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page + .pagination-results {
|
|
14961
15064
|
margin-left: auto;
|
|
@@ -15145,6 +15248,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .panel-header-link:focus {
|
|
|
15145
15248
|
outline: 0;
|
|
15146
15249
|
z-index: 1;
|
|
15147
15250
|
}
|
|
15251
|
+
|
|
15148
15252
|
html:not(#__):not(#___) .cadmin .panel-header-link .collapse-icon {
|
|
15149
15253
|
padding-right: 45px;
|
|
15150
15254
|
}
|
|
@@ -15361,6 +15465,7 @@ html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link.
|
|
|
15361
15465
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .panel-unstyled .panel-header.panel-header-link:focus {
|
|
15362
15466
|
box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
|
|
15363
15467
|
}
|
|
15468
|
+
|
|
15364
15469
|
html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
|
|
15365
15470
|
html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-open {
|
|
15366
15471
|
right: 0;
|
|
@@ -16099,6 +16204,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin a.sheet-subtitle:focus {
|
|
|
16099
16204
|
box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
|
|
16100
16205
|
outline: 0;
|
|
16101
16206
|
}
|
|
16207
|
+
|
|
16102
16208
|
html:not(#__):not(#___) .cadmin .sheet-tertiary-title {
|
|
16103
16209
|
color: #1c1c24;
|
|
16104
16210
|
display: block;
|
|
@@ -16433,6 +16539,7 @@ html:not(#__):not(#___) .cadmin .sidebar-light .panel-unstyled .panel-header.pan
|
|
|
16433
16539
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus {
|
|
16434
16540
|
box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
|
|
16435
16541
|
}
|
|
16542
|
+
|
|
16436
16543
|
html:not(#__):not(#___) .cadmin .sidebar-light .component-navigation-bar {
|
|
16437
16544
|
background-color: #fff;
|
|
16438
16545
|
border-color: #cdced9;
|
|
@@ -16519,6 +16626,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-dark .nav-nested .nav-
|
|
|
16519
16626
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
16520
16627
|
outline: 0;
|
|
16521
16628
|
}
|
|
16629
|
+
|
|
16522
16630
|
html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:active {
|
|
16523
16631
|
color: #fff;
|
|
16524
16632
|
}
|
|
@@ -16582,6 +16690,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-dark-l2 .nav-nested .n
|
|
|
16582
16690
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
16583
16691
|
outline: 0;
|
|
16584
16692
|
}
|
|
16693
|
+
|
|
16585
16694
|
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:active {
|
|
16586
16695
|
color: #fff;
|
|
16587
16696
|
}
|
|
@@ -16806,6 +16915,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table thead th a[href]:focus {
|
|
|
16806
16915
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
16807
16916
|
outline: 0;
|
|
16808
16917
|
}
|
|
16918
|
+
|
|
16809
16919
|
html:not(#__):not(#___) .cadmin .table thead .autofit-col {
|
|
16810
16920
|
padding-left: 0.125rem;
|
|
16811
16921
|
padding-right: 0.125rem;
|
|
@@ -16908,6 +17018,7 @@ html:not(#__):not(#___) .cadmin .table .component-drag.focus, html:not(#__):not(
|
|
|
16908
17018
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .table .component-drag:focus {
|
|
16909
17019
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
16910
17020
|
}
|
|
17021
|
+
|
|
16911
17022
|
html:not(#__):not(#___) .cadmin .table .custom-control,
|
|
16912
17023
|
html:not(#__):not(#___) .cadmin .table .form-check {
|
|
16913
17024
|
margin-bottom: 0;
|
|
@@ -17089,6 +17200,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-title a:focus {
|
|
|
17089
17200
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
17090
17201
|
outline: 0;
|
|
17091
17202
|
}
|
|
17203
|
+
|
|
17092
17204
|
html:not(#__):not(#___) .cadmin .table-link {
|
|
17093
17205
|
border-radius: 1px;
|
|
17094
17206
|
color: #272833;
|
|
@@ -17113,6 +17225,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-link:focus {
|
|
|
17113
17225
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
17114
17226
|
outline: 0;
|
|
17115
17227
|
}
|
|
17228
|
+
|
|
17116
17229
|
html:not(#__):not(#___) .cadmin .table-action-link {
|
|
17117
17230
|
align-items: center;
|
|
17118
17231
|
border-radius: 4px;
|
|
@@ -17146,6 +17259,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-action-link:focus {
|
|
|
17146
17259
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
17147
17260
|
outline: 0;
|
|
17148
17261
|
}
|
|
17262
|
+
|
|
17149
17263
|
html:not(#__):not(#___) .cadmin .table-action-link:active {
|
|
17150
17264
|
background-color: rgba(0, 0, 0, 0.04);
|
|
17151
17265
|
}
|
|
@@ -17409,6 +17523,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-title a:focus {
|
|
|
17409
17523
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
17410
17524
|
outline: 0;
|
|
17411
17525
|
}
|
|
17526
|
+
|
|
17412
17527
|
html:not(#__):not(#___) .cadmin .table-list-link {
|
|
17413
17528
|
border-radius: 1px;
|
|
17414
17529
|
color: #272833;
|
|
@@ -17433,6 +17548,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-link:focus {
|
|
|
17433
17548
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
17434
17549
|
outline: 0;
|
|
17435
17550
|
}
|
|
17551
|
+
|
|
17436
17552
|
html:not(#__):not(#___) .cadmin .table-list-action-link {
|
|
17437
17553
|
align-items: center;
|
|
17438
17554
|
color: #6b6c7e;
|
|
@@ -17465,6 +17581,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-action-link:focus {
|
|
|
17465
17581
|
color: #272833;
|
|
17466
17582
|
outline: 0;
|
|
17467
17583
|
}
|
|
17584
|
+
|
|
17468
17585
|
html:not(#__):not(#___) .cadmin .table-list-action-link:active {
|
|
17469
17586
|
background-color: rgba(0, 0, 0, 0.04);
|
|
17470
17587
|
}
|
|
@@ -18169,10 +18286,17 @@ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced.focus, html:n
|
|
|
18169
18286
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced:focus {
|
|
18170
18287
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
18171
18288
|
}
|
|
18289
|
+
|
|
18172
18290
|
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:active:focus-visible,
|
|
18173
18291
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced:active:focus {
|
|
18174
18292
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
18175
18293
|
}
|
|
18294
|
+
|
|
18295
|
+
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced.active:focus-visible,
|
|
18296
|
+
html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced.active:focus {
|
|
18297
|
+
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
18298
|
+
}
|
|
18299
|
+
|
|
18176
18300
|
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced .c-inner {
|
|
18177
18301
|
margin-bottom: 0;
|
|
18178
18302
|
margin-left: 0;
|
|
@@ -18200,6 +18324,7 @@ html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced.focus, html:not
|
|
|
18200
18324
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-light .tbar-btn-monospaced:focus {
|
|
18201
18325
|
color: #272833;
|
|
18202
18326
|
}
|
|
18327
|
+
|
|
18203
18328
|
html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced:active {
|
|
18204
18329
|
background-color: #f1f2f5;
|
|
18205
18330
|
color: #272833;
|
|
@@ -18237,6 +18362,7 @@ html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced.focus, html:n
|
|
|
18237
18362
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-dark-l2 .tbar-btn-monospaced:focus {
|
|
18238
18363
|
color: #fff;
|
|
18239
18364
|
}
|
|
18365
|
+
|
|
18240
18366
|
html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced:active {
|
|
18241
18367
|
background-color: rgba(255, 255, 255, 0.06);
|
|
18242
18368
|
color: #fff;
|
|
@@ -18273,6 +18399,7 @@ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.focus, html:n
|
|
|
18273
18399
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-dark-d1 .tbar-btn-monospaced:focus {
|
|
18274
18400
|
color: #fff;
|
|
18275
18401
|
}
|
|
18402
|
+
|
|
18276
18403
|
html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced:active {
|
|
18277
18404
|
background-color: rgba(255, 255, 255, 0.06);
|
|
18278
18405
|
color: #fff;
|
|
@@ -18281,6 +18408,16 @@ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.active {
|
|
|
18281
18408
|
background-color: rgba(255, 255, 255, 0.06);
|
|
18282
18409
|
color: #fff;
|
|
18283
18410
|
}
|
|
18411
|
+
html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.active::after {
|
|
18412
|
+
background-color: #80acff;
|
|
18413
|
+
bottom: 0;
|
|
18414
|
+
content: "";
|
|
18415
|
+
display: block;
|
|
18416
|
+
left: 0;
|
|
18417
|
+
position: absolute;
|
|
18418
|
+
top: 0;
|
|
18419
|
+
width: 4px;
|
|
18420
|
+
}
|
|
18284
18421
|
html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced:disabled, html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.disabled {
|
|
18285
18422
|
color: inherit;
|
|
18286
18423
|
}
|
|
@@ -18288,6 +18425,16 @@ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced[aria-expanded
|
|
|
18288
18425
|
background-color: rgba(255, 255, 255, 0.06);
|
|
18289
18426
|
color: #fff;
|
|
18290
18427
|
}
|
|
18428
|
+
html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced[aria-expanded=true]::after, html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.show::after {
|
|
18429
|
+
background-color: #80acff;
|
|
18430
|
+
bottom: 0;
|
|
18431
|
+
content: "";
|
|
18432
|
+
display: block;
|
|
18433
|
+
left: 0;
|
|
18434
|
+
position: absolute;
|
|
18435
|
+
top: 0;
|
|
18436
|
+
width: 4px;
|
|
18437
|
+
}
|
|
18291
18438
|
html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-label {
|
|
18292
18439
|
border-width: 1px;
|
|
18293
18440
|
}
|
|
@@ -19187,10 +19334,7 @@ html:not(#__):not(#___) .cadmin .treeview .btn-monospaced.focus, html:not(#__):n
|
|
|
19187
19334
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced:focus {
|
|
19188
19335
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
19189
19336
|
}
|
|
19190
|
-
|
|
19191
|
-
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced:active:focus {
|
|
19192
|
-
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
19193
|
-
}
|
|
19337
|
+
|
|
19194
19338
|
html:not(#__):not(#___) .cadmin .treeview .custom-control {
|
|
19195
19339
|
margin-left: 4px;
|
|
19196
19340
|
margin-right: 4px;
|
|
@@ -19215,6 +19359,7 @@ html:not(#__):not(#___) .cadmin .treeview .component-action.focus, html:not(#__)
|
|
|
19215
19359
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .component-action:focus {
|
|
19216
19360
|
color: #6b6c7e;
|
|
19217
19361
|
}
|
|
19362
|
+
|
|
19218
19363
|
html:not(#__):not(#___) .cadmin .treeview .component-action:active {
|
|
19219
19364
|
background-color: transparent;
|
|
19220
19365
|
}
|
|
@@ -19346,6 +19491,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-link:focus {
|
|
|
19346
19491
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
19347
19492
|
outline: 0;
|
|
19348
19493
|
}
|
|
19494
|
+
|
|
19349
19495
|
html:not(#__):not(#___) .cadmin .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-link.disabled {
|
|
19350
19496
|
cursor: not-allowed;
|
|
19351
19497
|
}
|
|
@@ -19403,6 +19549,7 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.focus, html:not(#
|
|
|
19403
19549
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link:focus {
|
|
19404
19550
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
19405
19551
|
}
|
|
19552
|
+
|
|
19406
19553
|
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:active {
|
|
19407
19554
|
background-color: #f0f5ff;
|
|
19408
19555
|
box-shadow: inset 0 0 0 1px #0b5fff;
|
|
@@ -19429,6 +19576,7 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link[aria-expanded=tru
|
|
|
19429
19576
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link[aria-expanded=true], html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link.show:focus, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.show:focus-visible {
|
|
19430
19577
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
19431
19578
|
}
|
|
19579
|
+
|
|
19432
19580
|
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.treeview-no-hover:hover, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.treeview-no-hover.hover {
|
|
19433
19581
|
background-color: transparent;
|
|
19434
19582
|
color: #6b6c7e;
|
|
@@ -19446,6 +19594,7 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.focus, html:not(#_
|
|
|
19446
19594
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link:focus {
|
|
19447
19595
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
19448
19596
|
}
|
|
19597
|
+
|
|
19449
19598
|
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:active {
|
|
19450
19599
|
background-color: #393a4a;
|
|
19451
19600
|
box-shadow: inset 0 0 0 1px #0b5fff;
|
|
@@ -19472,6 +19621,7 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link[aria-expanded=true
|
|
|
19472
19621
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link[aria-expanded=true], html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link.show:focus, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.show:focus-visible {
|
|
19473
19622
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
19474
19623
|
}
|
|
19624
|
+
|
|
19475
19625
|
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.treeview-no-hover:hover, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.treeview-no-hover.hover {
|
|
19476
19626
|
background-color: transparent;
|
|
19477
19627
|
color: #a7a9bc;
|
|
@@ -27934,13 +28084,27 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin {
|
|
|
27934
28084
|
scroll-behavior: auto;
|
|
27935
28085
|
transition: none;
|
|
27936
28086
|
}
|
|
28087
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares::before {
|
|
28088
|
+
background-color: transparent;
|
|
28089
|
+
display: block;
|
|
28090
|
+
font-size: inherit;
|
|
28091
|
+
opacity: inherit;
|
|
28092
|
+
transform: none;
|
|
28093
|
+
}
|
|
28094
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares::after {
|
|
28095
|
+
font-size: inherit;
|
|
28096
|
+
left: auto;
|
|
28097
|
+
position: relative;
|
|
28098
|
+
top: auto;
|
|
28099
|
+
transform: none;
|
|
28100
|
+
}
|
|
27937
28101
|
|
|
27938
28102
|
@keyframes cadmin-loading-animation-circle {
|
|
27939
28103
|
100% {
|
|
27940
28104
|
transform: rotate(360deg);
|
|
27941
28105
|
}
|
|
27942
28106
|
}
|
|
27943
|
-
html:not(#__):not(#___) .cadmin .loading-animation {
|
|
28107
|
+
html:not(#__):not(#___) .cadmin .loading-animation, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares {
|
|
27944
28108
|
display: block;
|
|
27945
28109
|
height: 1em;
|
|
27946
28110
|
margin-left: auto;
|
|
@@ -27951,7 +28115,7 @@ html:not(#__):not(#___) .cadmin .loading-animation {
|
|
|
27951
28115
|
vertical-align: middle;
|
|
27952
28116
|
width: 1em;
|
|
27953
28117
|
}
|
|
27954
|
-
html:not(#__):not(#___) .cadmin .loading-animation::before {
|
|
28118
|
+
html:not(#__):not(#___) .cadmin .loading-animation::before, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares::before {
|
|
27955
28119
|
animation: cadmin-loading-animation-circle 1s linear infinite;
|
|
27956
28120
|
border-radius: 50%;
|
|
27957
28121
|
box-shadow: -0.03125em -0.375em 0 0 currentColor;
|
|
@@ -27965,15 +28129,15 @@ html:not(#__):not(#___) .cadmin .loading-animation::before {
|
|
|
27965
28129
|
width: 0.25em;
|
|
27966
28130
|
}
|
|
27967
28131
|
@media (prefers-reduced-motion: reduce) {
|
|
27968
|
-
html:not(#__):not(#___) .cadmin .loading-animation::before {
|
|
28132
|
+
html:not(#__):not(#___) .cadmin .loading-animation::before, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares::before {
|
|
27969
28133
|
animation: none;
|
|
27970
28134
|
}
|
|
27971
28135
|
}
|
|
27972
|
-
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation::before {
|
|
28136
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation::before, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares::before {
|
|
27973
28137
|
animation: none;
|
|
27974
28138
|
}
|
|
27975
28139
|
|
|
27976
|
-
html:not(#__):not(#___) .cadmin .loading-animation::after {
|
|
28140
|
+
html:not(#__):not(#___) .cadmin .loading-animation::after, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares::after {
|
|
27977
28141
|
animation: cadmin-loading-animation-circle 1s linear infinite;
|
|
27978
28142
|
background-color: currentColor;
|
|
27979
28143
|
border-radius: 50%;
|
|
@@ -27987,11 +28151,11 @@ html:not(#__):not(#___) .cadmin .loading-animation::after {
|
|
|
27987
28151
|
width: 1em;
|
|
27988
28152
|
}
|
|
27989
28153
|
@media (prefers-reduced-motion: reduce) {
|
|
27990
|
-
html:not(#__):not(#___) .cadmin .loading-animation::after {
|
|
28154
|
+
html:not(#__):not(#___) .cadmin .loading-animation::after, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares::after {
|
|
27991
28155
|
animation: none;
|
|
27992
28156
|
}
|
|
27993
28157
|
}
|
|
27994
|
-
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation::after {
|
|
28158
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation::after, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares::after {
|
|
27995
28159
|
animation: none;
|
|
27996
28160
|
}
|
|
27997
28161
|
|