@clayui/css 3.54.0 → 3.55.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 +136 -155
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +54 -91
- package/lib/css/base.css.map +1 -1
- package/lib/css/bootstrap.css +0 -0
- package/lib/css/bootstrap.css.map +0 -0
- package/lib/css/cadmin.css +0 -0
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/atlas/variables/_buttons.scss +1 -1
- package/src/scss/atlas/variables/_dropdowns.scss +1 -1
- package/src/scss/atlas/variables/_globals.scss +5 -5
- package/src/scss/atlas/variables/_navigation-bar.scss +1 -1
- package/src/scss/atlas/variables/_navs.scss +1 -1
- package/src/scss/atlas/variables/_panels.scss +2 -2
- package/src/scss/atlas/variables/_sheets.scss +2 -1
- package/src/scss/atlas/variables/_sidebar.scss +3 -2
- package/src/scss/atlas/variables/_type.scss +0 -2
- package/src/scss/components/_tables.scss +2 -2
- package/src/scss/mixins/_buttons.scss +4 -0
- package/src/scss/variables/_buttons.scss +116 -67
- package/src/scss/variables/_cards.scss +1 -1
- package/src/scss/variables/_date-picker.scss +1 -1
- package/src/scss/variables/_dropdowns.scss +4 -4
- package/src/scss/variables/_forms.scss +1 -1
- package/src/scss/variables/_globals.scss +2 -2
- package/src/scss/variables/_links.scss +1 -1
- package/src/scss/variables/_list-group.scss +2 -2
- package/src/scss/variables/_multi-step-nav.scss +1 -1
- package/src/scss/variables/_navbar.scss +2 -2
- package/src/scss/variables/_navs.scss +1 -1
- package/src/scss/variables/_pagination.scss +1 -1
- package/src/scss/variables/_panels.scss +5 -4
- package/src/scss/variables/_range.scss +2 -2
- package/src/scss/variables/_sheets.scss +1 -1
- package/src/scss/variables/_tables.scss +4 -4
- package/src/scss/variables/_tbar.scss +14 -13
- package/src/scss/variables/_time.scss +1 -1
- package/src/scss/variables/_type.scss +2 -2
- package/src/scss/variables/_utilities.scss +1 -1
package/lib/css/base.css
CHANGED
|
@@ -479,7 +479,7 @@ mark:before,
|
|
|
479
479
|
}
|
|
480
480
|
|
|
481
481
|
.c-kbd > .c-kbd {
|
|
482
|
-
border-width:
|
|
482
|
+
border-width: 0px;
|
|
483
483
|
font-size: inherit;
|
|
484
484
|
font-weight: inherit;
|
|
485
485
|
height: auto;
|
|
@@ -511,7 +511,7 @@ mark:before,
|
|
|
511
511
|
}
|
|
512
512
|
|
|
513
513
|
.c-kbd-inline {
|
|
514
|
-
border-width:
|
|
514
|
+
border-width: 0px;
|
|
515
515
|
font-weight: 300;
|
|
516
516
|
height: auto;
|
|
517
517
|
line-height: inherit;
|
|
@@ -1356,7 +1356,6 @@ input[type=button].btn-block {
|
|
|
1356
1356
|
.btn-primary:focus, .focus.btn-primary {
|
|
1357
1357
|
background-color: #0069d9;
|
|
1358
1358
|
border-color: #0062cc;
|
|
1359
|
-
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
|
1360
1359
|
color: #fff;
|
|
1361
1360
|
}
|
|
1362
1361
|
.btn-primary:active {
|
|
@@ -1364,9 +1363,6 @@ input[type=button].btn-block {
|
|
|
1364
1363
|
border-color: #005cbf;
|
|
1365
1364
|
color: #fff;
|
|
1366
1365
|
}
|
|
1367
|
-
.btn-primary:active:focus {
|
|
1368
|
-
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
|
1369
|
-
}
|
|
1370
1366
|
.active.btn-primary {
|
|
1371
1367
|
background-color: #0062cc;
|
|
1372
1368
|
border-color: #005cbf;
|
|
@@ -1385,7 +1381,6 @@ input[type=button].btn-block {
|
|
|
1385
1381
|
.form-file-input:focus + .btn-primary {
|
|
1386
1382
|
background-color: #0069d9;
|
|
1387
1383
|
border-color: #0062cc;
|
|
1388
|
-
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
|
1389
1384
|
color: #fff;
|
|
1390
1385
|
}
|
|
1391
1386
|
.btn-secondary {
|
|
@@ -1401,7 +1396,6 @@ input[type=button].btn-block {
|
|
|
1401
1396
|
.btn-secondary:focus, .focus.btn-secondary {
|
|
1402
1397
|
background-color: #5a6268;
|
|
1403
1398
|
border-color: #545b62;
|
|
1404
|
-
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
|
|
1405
1399
|
color: #fff;
|
|
1406
1400
|
}
|
|
1407
1401
|
.btn-secondary:active {
|
|
@@ -1409,9 +1403,6 @@ input[type=button].btn-block {
|
|
|
1409
1403
|
border-color: #4e555b;
|
|
1410
1404
|
color: #fff;
|
|
1411
1405
|
}
|
|
1412
|
-
.btn-secondary:active:focus {
|
|
1413
|
-
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
|
|
1414
|
-
}
|
|
1415
1406
|
.active.btn-secondary {
|
|
1416
1407
|
background-color: #545b62;
|
|
1417
1408
|
border-color: #4e555b;
|
|
@@ -1430,7 +1421,6 @@ input[type=button].btn-block {
|
|
|
1430
1421
|
.form-file-input:focus + .btn-secondary {
|
|
1431
1422
|
background-color: #5a6268;
|
|
1432
1423
|
border-color: #545b62;
|
|
1433
|
-
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
|
|
1434
1424
|
color: #fff;
|
|
1435
1425
|
}
|
|
1436
1426
|
.btn-success {
|
|
@@ -1446,7 +1436,6 @@ input[type=button].btn-block {
|
|
|
1446
1436
|
.btn-success:focus, .focus.btn-success {
|
|
1447
1437
|
background-color: #218838;
|
|
1448
1438
|
border-color: #1e7e34;
|
|
1449
|
-
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
|
|
1450
1439
|
color: #fff;
|
|
1451
1440
|
}
|
|
1452
1441
|
.btn-success:active {
|
|
@@ -1454,9 +1443,6 @@ input[type=button].btn-block {
|
|
|
1454
1443
|
border-color: #1c7430;
|
|
1455
1444
|
color: #fff;
|
|
1456
1445
|
}
|
|
1457
|
-
.btn-success:active:focus {
|
|
1458
|
-
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
|
|
1459
|
-
}
|
|
1460
1446
|
.active.btn-success {
|
|
1461
1447
|
background-color: #1e7e34;
|
|
1462
1448
|
border-color: #1c7430;
|
|
@@ -1475,7 +1461,6 @@ input[type=button].btn-block {
|
|
|
1475
1461
|
.form-file-input:focus + .btn-success {
|
|
1476
1462
|
background-color: #218838;
|
|
1477
1463
|
border-color: #1e7e34;
|
|
1478
|
-
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
|
|
1479
1464
|
color: #fff;
|
|
1480
1465
|
}
|
|
1481
1466
|
.btn-info {
|
|
@@ -1491,7 +1476,6 @@ input[type=button].btn-block {
|
|
|
1491
1476
|
.btn-info:focus, .focus.btn-info {
|
|
1492
1477
|
background-color: #138496;
|
|
1493
1478
|
border-color: #117a8b;
|
|
1494
|
-
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
|
|
1495
1479
|
color: #fff;
|
|
1496
1480
|
}
|
|
1497
1481
|
.btn-info:active {
|
|
@@ -1499,9 +1483,6 @@ input[type=button].btn-block {
|
|
|
1499
1483
|
border-color: #10707f;
|
|
1500
1484
|
color: #fff;
|
|
1501
1485
|
}
|
|
1502
|
-
.btn-info:active:focus {
|
|
1503
|
-
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
|
|
1504
|
-
}
|
|
1505
1486
|
.active.btn-info {
|
|
1506
1487
|
background-color: #117a8b;
|
|
1507
1488
|
border-color: #10707f;
|
|
@@ -1530,7 +1511,6 @@ input[type=button].btn-block {
|
|
|
1530
1511
|
.btn-warning:focus, .focus.btn-warning {
|
|
1531
1512
|
background-color: #e0a800;
|
|
1532
1513
|
border-color: #d39e00;
|
|
1533
|
-
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
|
|
1534
1514
|
color: #212529;
|
|
1535
1515
|
}
|
|
1536
1516
|
.btn-warning:active {
|
|
@@ -1538,9 +1518,6 @@ input[type=button].btn-block {
|
|
|
1538
1518
|
border-color: #c69500;
|
|
1539
1519
|
color: #212529;
|
|
1540
1520
|
}
|
|
1541
|
-
.btn-warning:active:focus {
|
|
1542
|
-
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
|
|
1543
|
-
}
|
|
1544
1521
|
.active.btn-warning {
|
|
1545
1522
|
background-color: #d39e00;
|
|
1546
1523
|
border-color: #c69500;
|
|
@@ -1559,7 +1536,6 @@ input[type=button].btn-block {
|
|
|
1559
1536
|
.form-file-input:focus + .btn-warning {
|
|
1560
1537
|
background-color: #e0a800;
|
|
1561
1538
|
border-color: #d39e00;
|
|
1562
|
-
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
|
|
1563
1539
|
color: #212529;
|
|
1564
1540
|
}
|
|
1565
1541
|
.btn-danger {
|
|
@@ -1575,7 +1551,6 @@ input[type=button].btn-block {
|
|
|
1575
1551
|
.btn-danger:focus, .focus.btn-danger {
|
|
1576
1552
|
background-color: #c82333;
|
|
1577
1553
|
border-color: #bd2130;
|
|
1578
|
-
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
|
|
1579
1554
|
color: #fff;
|
|
1580
1555
|
}
|
|
1581
1556
|
.btn-danger:active {
|
|
@@ -1583,9 +1558,6 @@ input[type=button].btn-block {
|
|
|
1583
1558
|
border-color: #b21f2d;
|
|
1584
1559
|
color: #fff;
|
|
1585
1560
|
}
|
|
1586
|
-
.btn-danger:active:focus {
|
|
1587
|
-
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
|
|
1588
|
-
}
|
|
1589
1561
|
.active.btn-danger {
|
|
1590
1562
|
background-color: #bd2130;
|
|
1591
1563
|
border-color: #b21f2d;
|
|
@@ -1604,7 +1576,6 @@ input[type=button].btn-block {
|
|
|
1604
1576
|
.form-file-input:focus + .btn-danger {
|
|
1605
1577
|
background-color: #c82333;
|
|
1606
1578
|
border-color: #bd2130;
|
|
1607
|
-
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
|
|
1608
1579
|
color: #fff;
|
|
1609
1580
|
}
|
|
1610
1581
|
.btn-light {
|
|
@@ -1620,7 +1591,6 @@ input[type=button].btn-block {
|
|
|
1620
1591
|
.btn-light:focus, .focus.btn-light {
|
|
1621
1592
|
background-color: #e2e6ea;
|
|
1622
1593
|
border-color: #dae0e5;
|
|
1623
|
-
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
|
|
1624
1594
|
color: #212529;
|
|
1625
1595
|
}
|
|
1626
1596
|
.btn-light:active {
|
|
@@ -1628,9 +1598,6 @@ input[type=button].btn-block {
|
|
|
1628
1598
|
border-color: #d3d9df;
|
|
1629
1599
|
color: #212529;
|
|
1630
1600
|
}
|
|
1631
|
-
.btn-light:active:focus {
|
|
1632
|
-
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
|
|
1633
|
-
}
|
|
1634
1601
|
.active.btn-light {
|
|
1635
1602
|
background-color: #dae0e5;
|
|
1636
1603
|
border-color: #d3d9df;
|
|
@@ -1649,7 +1616,6 @@ input[type=button].btn-block {
|
|
|
1649
1616
|
.form-file-input:focus + .btn-light {
|
|
1650
1617
|
background-color: #e2e6ea;
|
|
1651
1618
|
border-color: #dae0e5;
|
|
1652
|
-
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
|
|
1653
1619
|
color: #212529;
|
|
1654
1620
|
}
|
|
1655
1621
|
.btn-dark {
|
|
@@ -1665,7 +1631,6 @@ input[type=button].btn-block {
|
|
|
1665
1631
|
.btn-dark:focus, .focus.btn-dark {
|
|
1666
1632
|
background-color: #23272b;
|
|
1667
1633
|
border-color: #1d2124;
|
|
1668
|
-
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
|
|
1669
1634
|
color: #fff;
|
|
1670
1635
|
}
|
|
1671
1636
|
.btn-dark:active {
|
|
@@ -1673,9 +1638,6 @@ input[type=button].btn-block {
|
|
|
1673
1638
|
border-color: #171a1d;
|
|
1674
1639
|
color: #fff;
|
|
1675
1640
|
}
|
|
1676
|
-
.btn-dark:active:focus {
|
|
1677
|
-
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
|
|
1678
|
-
}
|
|
1679
1641
|
.active.btn-dark {
|
|
1680
1642
|
background-color: #1d2124;
|
|
1681
1643
|
border-color: #171a1d;
|
|
@@ -1694,7 +1656,6 @@ input[type=button].btn-block {
|
|
|
1694
1656
|
.form-file-input:focus + .btn-dark {
|
|
1695
1657
|
background-color: #23272b;
|
|
1696
1658
|
border-color: #1d2124;
|
|
1697
|
-
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
|
|
1698
1659
|
color: #fff;
|
|
1699
1660
|
}
|
|
1700
1661
|
.btn-link {
|
|
@@ -1736,6 +1697,9 @@ input[type=button].btn-block {
|
|
|
1736
1697
|
border-color: #007bff;
|
|
1737
1698
|
color: #fff;
|
|
1738
1699
|
}
|
|
1700
|
+
.btn-outline-primary:active:focus {
|
|
1701
|
+
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
|
|
1702
|
+
}
|
|
1739
1703
|
.active.btn-outline-primary {
|
|
1740
1704
|
background-color: #007bff;
|
|
1741
1705
|
border-color: #007bff;
|
|
@@ -5442,49 +5406,49 @@ input[type=button].btn-block {
|
|
|
5442
5406
|
.rounded-0 .card-header,
|
|
5443
5407
|
.rounded-0 .card-item-first {
|
|
5444
5408
|
border-top-left-radius: calc(
|
|
5445
|
-
|
|
5409
|
+
0px - 0.0625rem
|
|
5446
5410
|
);
|
|
5447
5411
|
border-top-right-radius: calc(
|
|
5448
|
-
|
|
5412
|
+
0px - 0.0625rem
|
|
5449
5413
|
);
|
|
5450
5414
|
}
|
|
5451
5415
|
.rounded-0 .card-footer,
|
|
5452
5416
|
.rounded-0 .card-item-last {
|
|
5453
5417
|
border-bottom-left-radius: calc(
|
|
5454
|
-
|
|
5418
|
+
0px - 0.0625rem
|
|
5455
5419
|
);
|
|
5456
5420
|
border-bottom-right-radius: calc(
|
|
5457
|
-
|
|
5421
|
+
0px - 0.0625rem
|
|
5458
5422
|
);
|
|
5459
5423
|
}
|
|
5460
5424
|
.rounded-0 .autofit-col:first-child {
|
|
5461
5425
|
border-bottom-left-radius: calc(
|
|
5462
|
-
|
|
5426
|
+
0px - 0.0625rem
|
|
5463
5427
|
);
|
|
5464
5428
|
border-top-left-radius: calc(
|
|
5465
|
-
|
|
5429
|
+
0px - 0.0625rem
|
|
5466
5430
|
);
|
|
5467
5431
|
}
|
|
5468
5432
|
.rounded-0 .autofit-col:first-child .card-item-first {
|
|
5469
5433
|
border-radius: calc(
|
|
5470
|
-
|
|
5434
|
+
0px - 0.0625rem
|
|
5471
5435
|
) 0 0 calc(
|
|
5472
|
-
|
|
5436
|
+
0px - 0.0625rem
|
|
5473
5437
|
);
|
|
5474
5438
|
}
|
|
5475
5439
|
.rounded-0 .autofit-col:last-child {
|
|
5476
5440
|
border-bottom-right-radius: calc(
|
|
5477
|
-
|
|
5441
|
+
0px - 0.0625rem
|
|
5478
5442
|
);
|
|
5479
5443
|
border-top-right-radius: calc(
|
|
5480
|
-
|
|
5444
|
+
0px - 0.0625rem
|
|
5481
5445
|
);
|
|
5482
5446
|
}
|
|
5483
5447
|
.rounded-0 .autofit-col:last-child .card-item-last {
|
|
5484
5448
|
border-radius: 0 calc(
|
|
5485
|
-
|
|
5449
|
+
0px - 0.0625rem
|
|
5486
5450
|
) calc(
|
|
5487
|
-
|
|
5451
|
+
0px - 0.0625rem
|
|
5488
5452
|
) 0;
|
|
5489
5453
|
}
|
|
5490
5454
|
|
|
@@ -6109,7 +6073,7 @@ input[type=button].btn-block {
|
|
|
6109
6073
|
color: #212529;
|
|
6110
6074
|
}
|
|
6111
6075
|
.card-type-template .aspect-ratio {
|
|
6112
|
-
border-width:
|
|
6076
|
+
border-width: 0px;
|
|
6113
6077
|
color: #6c757d;
|
|
6114
6078
|
text-align: center;
|
|
6115
6079
|
padding-bottom: calc(9 / 16 * 100%);
|
|
@@ -6207,8 +6171,8 @@ input[type=button].btn-block {
|
|
|
6207
6171
|
|
|
6208
6172
|
.dropdown-item {
|
|
6209
6173
|
background-color: transparent;
|
|
6210
|
-
border-radius:
|
|
6211
|
-
border-width:
|
|
6174
|
+
border-radius: 0px;
|
|
6175
|
+
border-width: 0px;
|
|
6212
6176
|
clear: both;
|
|
6213
6177
|
color: #212529;
|
|
6214
6178
|
cursor: pointer;
|
|
@@ -7246,7 +7210,7 @@ div.form-control-sm {
|
|
|
7246
7210
|
}
|
|
7247
7211
|
.form-control-inset {
|
|
7248
7212
|
background-color: transparent;
|
|
7249
|
-
border-width:
|
|
7213
|
+
border-width: 0px;
|
|
7250
7214
|
color: #495057;
|
|
7251
7215
|
flex-grow: 1;
|
|
7252
7216
|
margin-bottom: 0.125rem;
|
|
@@ -7861,7 +7825,7 @@ button.link-outline {
|
|
|
7861
7825
|
background-color: transparent;
|
|
7862
7826
|
border-color: transparent;
|
|
7863
7827
|
border-radius: 0.25rem;
|
|
7864
|
-
border-width:
|
|
7828
|
+
border-width: 0px;
|
|
7865
7829
|
color: #6c757d;
|
|
7866
7830
|
display: inline-flex;
|
|
7867
7831
|
height: 1.9375rem;
|
|
@@ -7931,7 +7895,7 @@ button.link-outline {
|
|
|
7931
7895
|
flex-direction: column;
|
|
7932
7896
|
}
|
|
7933
7897
|
.clay-range .input-group-text {
|
|
7934
|
-
border-width:
|
|
7898
|
+
border-width: 0px;
|
|
7935
7899
|
color: #212529;
|
|
7936
7900
|
font-size: 0.875rem;
|
|
7937
7901
|
font-weight: 500;
|
|
@@ -8019,7 +7983,7 @@ button.link-outline {
|
|
|
8019
7983
|
.clay-range-input .clay-range-thumb {
|
|
8020
7984
|
background-color: #fff;
|
|
8021
7985
|
border-radius: 100px;
|
|
8022
|
-
border-width:
|
|
7986
|
+
border-width: 0px;
|
|
8023
7987
|
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
|
|
8024
7988
|
height: 1.5rem;
|
|
8025
7989
|
margin-top: -0.75rem;
|
|
@@ -8049,7 +8013,7 @@ button.link-outline {
|
|
|
8049
8013
|
appearance: none;
|
|
8050
8014
|
background-color: #fff;
|
|
8051
8015
|
border-radius: 100px;
|
|
8052
|
-
border-width:
|
|
8016
|
+
border-width: 0px;
|
|
8053
8017
|
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
|
|
8054
8018
|
height: 1.5rem;
|
|
8055
8019
|
margin-top: -0.75rem;
|
|
@@ -8072,7 +8036,7 @@ button.link-outline {
|
|
|
8072
8036
|
appearance: none;
|
|
8073
8037
|
background-color: #fff;
|
|
8074
8038
|
border-radius: 100px;
|
|
8075
|
-
border-width:
|
|
8039
|
+
border-width: 0px;
|
|
8076
8040
|
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
|
|
8077
8041
|
height: 1.5rem;
|
|
8078
8042
|
width: 1.5rem;
|
|
@@ -8098,7 +8062,7 @@ button.link-outline {
|
|
|
8098
8062
|
appearance: none;
|
|
8099
8063
|
background-color: #fff;
|
|
8100
8064
|
border-radius: 100px;
|
|
8101
|
-
border-width:
|
|
8065
|
+
border-width: 0px;
|
|
8102
8066
|
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
|
|
8103
8067
|
height: 1.5rem;
|
|
8104
8068
|
margin-top: -0.75rem;
|
|
@@ -9001,7 +8965,7 @@ label.custom-control-label {
|
|
|
9001
8965
|
.clay-time-inner-spin .btn {
|
|
9002
8966
|
align-items: center;
|
|
9003
8967
|
border-radius: 8px;
|
|
9004
|
-
border-width:
|
|
8968
|
+
border-width: 0px;
|
|
9005
8969
|
display: inline-flex;
|
|
9006
8970
|
font-size: 8px;
|
|
9007
8971
|
height: auto;
|
|
@@ -9116,7 +9080,7 @@ label.custom-control-label {
|
|
|
9116
9080
|
|
|
9117
9081
|
.date-picker-calendar-item {
|
|
9118
9082
|
align-items: center;
|
|
9119
|
-
border-width:
|
|
9083
|
+
border-width: 0px;
|
|
9120
9084
|
display: inline-flex;
|
|
9121
9085
|
flex-shrink: 0;
|
|
9122
9086
|
font-weight: 500;
|
|
@@ -10848,8 +10812,8 @@ label.custom-control-label {
|
|
|
10848
10812
|
}
|
|
10849
10813
|
.list-group-notification .list-group-item-primary {
|
|
10850
10814
|
background-color: #fff;
|
|
10851
|
-
border-bottom-left-radius:
|
|
10852
|
-
border-top-left-radius:
|
|
10815
|
+
border-bottom-left-radius: 0px;
|
|
10816
|
+
border-top-left-radius: 0px;
|
|
10853
10817
|
box-shadow: inset 0.5rem 0 #b8daff, inset -0.0625rem 0 rgba(0, 0, 0, 0.125), inset 0 0.0625rem rgba(0, 0, 0, 0.125), inset 0 -0.0625rem rgba(0, 0, 0, 0.125);
|
|
10854
10818
|
}
|
|
10855
10819
|
.list-group-notification .list-group-item-primary.active {
|
|
@@ -11522,7 +11486,7 @@ label.custom-control-label {
|
|
|
11522
11486
|
align-items: center;
|
|
11523
11487
|
background-color: #e9ecef;
|
|
11524
11488
|
border-radius: 0.25rem;
|
|
11525
|
-
border-width:
|
|
11489
|
+
border-width: 0px;
|
|
11526
11490
|
color: rgba(0, 0, 0, 0.5);
|
|
11527
11491
|
cursor: pointer;
|
|
11528
11492
|
display: flex;
|
|
@@ -15876,7 +15840,7 @@ label.custom-control-label {
|
|
|
15876
15840
|
.page-link {
|
|
15877
15841
|
align-items: center;
|
|
15878
15842
|
background-color: #fff;
|
|
15879
|
-
border-radius:
|
|
15843
|
+
border-radius: 0px;
|
|
15880
15844
|
border-color: #dee2e6;
|
|
15881
15845
|
border-style: solid;
|
|
15882
15846
|
border-width: 0.0625rem;
|
|
@@ -16434,13 +16398,13 @@ label.custom-control-label {
|
|
|
16434
16398
|
}
|
|
16435
16399
|
.panel-unstyled {
|
|
16436
16400
|
background-color: transparent;
|
|
16437
|
-
border-radius:
|
|
16438
|
-
border-width:
|
|
16401
|
+
border-radius: 0px;
|
|
16402
|
+
border-width: 0px;
|
|
16439
16403
|
margin-bottom: 1.5rem;
|
|
16440
16404
|
}
|
|
16441
16405
|
.panel-unstyled .panel-header {
|
|
16442
16406
|
border-color: #adb5bd;
|
|
16443
|
-
border-radius:
|
|
16407
|
+
border-radius: 0px;
|
|
16444
16408
|
border-style: solid;
|
|
16445
16409
|
border-width: 0 0 1px 0;
|
|
16446
16410
|
padding-left: 0;
|
|
@@ -17140,7 +17104,7 @@ a.sheet-subtitle:hover {
|
|
|
17140
17104
|
}
|
|
17141
17105
|
|
|
17142
17106
|
.sheet-dataset-content .sheet-header {
|
|
17143
|
-
border-width:
|
|
17107
|
+
border-width: 0px;
|
|
17144
17108
|
margin: -1.5rem -1.5rem 1.5rem;
|
|
17145
17109
|
padding: 1rem 1.5rem;
|
|
17146
17110
|
}
|
|
@@ -17687,8 +17651,8 @@ caption {
|
|
|
17687
17651
|
.table thead td,
|
|
17688
17652
|
.table thead th {
|
|
17689
17653
|
background-color: #fff;
|
|
17690
|
-
border-bottom: 0.
|
|
17691
|
-
border-top-width:
|
|
17654
|
+
border-bottom: calc(2 * 0.0625rem) solid #dee2e6;
|
|
17655
|
+
border-top-width: 0px;
|
|
17692
17656
|
vertical-align: bottom;
|
|
17693
17657
|
}
|
|
17694
17658
|
.table th {
|
|
@@ -17703,8 +17667,8 @@ caption {
|
|
|
17703
17667
|
.table td {
|
|
17704
17668
|
background-clip: padding-box;
|
|
17705
17669
|
border-bottom-width: 0.0625rem;
|
|
17706
|
-
border-left-width:
|
|
17707
|
-
border-right-width:
|
|
17670
|
+
border-left-width: 0px;
|
|
17671
|
+
border-right-width: 0px;
|
|
17708
17672
|
border-top-width: 0.0625rem;
|
|
17709
17673
|
border-color: #dee2e6;
|
|
17710
17674
|
border-style: solid;
|
|
@@ -17723,7 +17687,7 @@ caption {
|
|
|
17723
17687
|
padding-right: 15px;
|
|
17724
17688
|
}
|
|
17725
17689
|
.table tbody + tbody {
|
|
17726
|
-
border-top: 0.
|
|
17690
|
+
border-top: calc(2 * 0.0625rem) solid #dee2e6;
|
|
17727
17691
|
}
|
|
17728
17692
|
.table caption {
|
|
17729
17693
|
caption-side: top;
|
|
@@ -17760,8 +17724,7 @@ caption {
|
|
|
17760
17724
|
}
|
|
17761
17725
|
.table-bordered thead td,
|
|
17762
17726
|
.table-bordered thead th {
|
|
17763
|
-
border-bottom-width: 0.
|
|
17764
|
-
border-top-width: 0.0625rem;
|
|
17727
|
+
border-bottom-width: calc(2 * 0.0625rem);
|
|
17765
17728
|
}
|
|
17766
17729
|
.table-bordered td,
|
|
17767
17730
|
.table-bordered th {
|
|
@@ -18915,8 +18878,8 @@ caption {
|
|
|
18915
18878
|
padding-right: 0.25rem;
|
|
18916
18879
|
}
|
|
18917
18880
|
.subnav-tbar-primary .tbar-link-monospaced {
|
|
18918
|
-
border-radius:
|
|
18919
|
-
border-width:
|
|
18881
|
+
border-radius: 0px;
|
|
18882
|
+
border-width: 0px;
|
|
18920
18883
|
height: 3rem;
|
|
18921
18884
|
margin-bottom: -0.625rem;
|
|
18922
18885
|
margin-top: -0.625rem;
|
|
@@ -19004,8 +18967,8 @@ caption {
|
|
|
19004
18967
|
}
|
|
19005
18968
|
.tbar-stacked .tbar-btn-monospaced {
|
|
19006
18969
|
border-color: transparent;
|
|
19007
|
-
border-radius:
|
|
19008
|
-
border-width:
|
|
18970
|
+
border-radius: 0px;
|
|
18971
|
+
border-width: 0px;
|
|
19009
18972
|
color: inherit;
|
|
19010
18973
|
height: 2.5rem;
|
|
19011
18974
|
margin-bottom: 0;
|
|
@@ -19019,10 +18982,10 @@ caption {
|
|
|
19019
18982
|
width: 2.5rem;
|
|
19020
18983
|
}
|
|
19021
18984
|
.tbar-stacked .tbar-btn-monospaced:focus, .tbar-stacked .tbar-btn-monospaced.focus {
|
|
19022
|
-
box-shadow: inset 0 0 0 0.125rem #75b8ff
|
|
18985
|
+
box-shadow: inset 0 0 0 0.125rem #75b8ff, inset 0 0 0 0.25rem #fff;
|
|
19023
18986
|
}
|
|
19024
18987
|
.tbar-stacked .tbar-btn-monospaced:active:focus {
|
|
19025
|
-
box-shadow: inset 0 0 0 0.125rem #75b8ff
|
|
18988
|
+
box-shadow: inset 0 0 0 0.125rem #75b8ff, inset 0 0 0 0.25rem #fff;
|
|
19026
18989
|
}
|
|
19027
18990
|
.tbar-stacked .tbar-btn-monospaced .c-inner {
|
|
19028
18991
|
margin-bottom: 0;
|
|
@@ -19035,7 +18998,7 @@ caption {
|
|
|
19035
18998
|
}
|
|
19036
18999
|
.tbar-light {
|
|
19037
19000
|
background-color: #fff;
|
|
19038
|
-
box-shadow: inset 1px 0 0 0 #e9ecef
|
|
19001
|
+
box-shadow: inset 1px 0 0 0 #e9ecef, inset -1px 0 0 0 #e9ecef;
|
|
19039
19002
|
color: #6c757d;
|
|
19040
19003
|
}
|
|
19041
19004
|
.tbar-light .tbar-divider-before::before {
|
|
@@ -19070,7 +19033,7 @@ caption {
|
|
|
19070
19033
|
}
|
|
19071
19034
|
.tbar-dark-l2 {
|
|
19072
19035
|
background-color: #828e9a;
|
|
19073
|
-
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06)
|
|
19036
|
+
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
19074
19037
|
border-color: rgba(255, 255, 255, 0.06);
|
|
19075
19038
|
color: #adb5bd;
|
|
19076
19039
|
}
|
|
@@ -19106,7 +19069,7 @@ caption {
|
|
|
19106
19069
|
}
|
|
19107
19070
|
.tbar-dark-d1 {
|
|
19108
19071
|
background-color: #23272b;
|
|
19109
|
-
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06)
|
|
19072
|
+
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
19110
19073
|
color: #adb5bd;
|
|
19111
19074
|
}
|
|
19112
19075
|
.tbar-dark-d1 .tbar-divider-before::before {
|
|
@@ -20232,7 +20195,7 @@ caption {
|
|
|
20232
20195
|
appearance: none;
|
|
20233
20196
|
background-color: transparent;
|
|
20234
20197
|
border-radius: 0.2rem;
|
|
20235
|
-
border-width:
|
|
20198
|
+
border-width: 0px;
|
|
20236
20199
|
color: #000;
|
|
20237
20200
|
cursor: pointer;
|
|
20238
20201
|
display: inline-flex;
|
|
@@ -23176,7 +23139,7 @@ button.bg-dark:focus {
|
|
|
23176
23139
|
}
|
|
23177
23140
|
|
|
23178
23141
|
.rounded-0 {
|
|
23179
|
-
border-radius:
|
|
23142
|
+
border-radius: 0px !important;
|
|
23180
23143
|
}
|
|
23181
23144
|
|
|
23182
23145
|
.clearfix::after {
|