@clayui/css 3.42.0 → 3.44.2
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 +405 -172
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +382 -151
- package/lib/css/base.css.map +1 -1
- package/lib/css/bootstrap.css.map +1 -1
- package/lib/css/cadmin.css +234 -116
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/date-time.svg +12 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/images/icons/date-time.svg +12 -0
- package/src/scss/atlas/variables/_buttons.scss +2 -31
- package/src/scss/atlas/variables/_navs.scss +20 -15
- package/src/scss/cadmin/components/_dropdowns.scss +4 -0
- package/src/scss/cadmin/components/_input-groups.scss +12 -312
- package/src/scss/cadmin/components/_navs.scss +35 -113
- package/src/scss/cadmin/components/_utilities-functional-important.scss +4 -3
- package/src/scss/cadmin/variables/_alerts.scss +3 -2
- package/src/scss/cadmin/variables/_dropdowns.scss +31 -2
- package/src/scss/cadmin/variables/_forms.scss +366 -5
- package/src/scss/cadmin/variables/_navs.scss +271 -53
- package/src/scss/components/_buttons.scss +87 -49
- package/src/scss/components/_cards.scss +16 -116
- package/src/scss/components/_dropdowns.scss +4 -0
- package/src/scss/components/_input-groups.scss +12 -308
- package/src/scss/components/_navs.scss +45 -128
- package/src/scss/functions/_lx-icons-generated.scss +2 -0
- package/src/scss/mixins/_buttons.scss +27 -64
- package/src/scss/mixins/_cards.scss +751 -557
- package/src/scss/mixins/_custom-forms.scss +404 -383
- package/src/scss/mixins/_dropdown-menu.scss +427 -355
- package/src/scss/mixins/_forms.scss +67 -10
- package/src/scss/mixins/_input-groups.scss +405 -11
- package/src/scss/mixins/_labels.scss +320 -296
- package/src/scss/mixins/_nav.scss +202 -131
- package/src/scss/mixins/_navbar.scss +32 -0
- package/src/scss/variables/_alerts.scss +1 -0
- package/src/scss/variables/_buttons.scss +26 -3
- package/src/scss/variables/_cards.scss +273 -1
- package/src/scss/variables/_dropdowns.scss +31 -2
- package/src/scss/variables/_forms.scss +405 -22
- package/src/scss/variables/_navs.scss +266 -33
package/lib/css/atlas.css
CHANGED
|
@@ -1360,10 +1360,6 @@ input[type=button].btn-block {
|
|
|
1360
1360
|
padding: 0;
|
|
1361
1361
|
width: 100%;
|
|
1362
1362
|
}
|
|
1363
|
-
.btn-monospaced.btn .lexicon-icon {
|
|
1364
|
-
margin-top: 0;
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
1363
|
.btn-group-vertical > .btn-monospaced.btn-lg, .btn-group-lg .btn-monospaced, .btn-monospaced.btn-lg {
|
|
1368
1364
|
height: 3rem;
|
|
1369
1365
|
width: 3rem;
|
|
@@ -1407,6 +1403,11 @@ input[type=button].btn-block {
|
|
|
1407
1403
|
border-color: transparent;
|
|
1408
1404
|
color: #fff;
|
|
1409
1405
|
}
|
|
1406
|
+
.form-file-input:focus + .btn-primary {
|
|
1407
|
+
background-color: #0053f0;
|
|
1408
|
+
border-color: #004ad7;
|
|
1409
|
+
color: #fff;
|
|
1410
|
+
}
|
|
1410
1411
|
.btn-secondary {
|
|
1411
1412
|
background-color: #fff;
|
|
1412
1413
|
border-color: #cdced9;
|
|
@@ -1442,6 +1443,11 @@ input[type=button].btn-block {
|
|
|
1442
1443
|
border-color: #cdced9;
|
|
1443
1444
|
color: #272833;
|
|
1444
1445
|
}
|
|
1446
|
+
.form-file-input:focus + .btn-secondary {
|
|
1447
|
+
background-color: #f7f8f9;
|
|
1448
|
+
border-color: #cdced9;
|
|
1449
|
+
color: #272833;
|
|
1450
|
+
}
|
|
1445
1451
|
.btn-success {
|
|
1446
1452
|
background-color: #287d3c;
|
|
1447
1453
|
border-color: #287d3c;
|
|
@@ -1477,6 +1483,11 @@ input[type=button].btn-block {
|
|
|
1477
1483
|
border-color: transparent;
|
|
1478
1484
|
color: #fff;
|
|
1479
1485
|
}
|
|
1486
|
+
.form-file-input:focus + .btn-success {
|
|
1487
|
+
background-color: #226a33;
|
|
1488
|
+
border-color: transparent;
|
|
1489
|
+
color: #fff;
|
|
1490
|
+
}
|
|
1480
1491
|
.btn-info {
|
|
1481
1492
|
background-color: #2e5aac;
|
|
1482
1493
|
border-color: #2e5aac;
|
|
@@ -1547,6 +1558,11 @@ input[type=button].btn-block {
|
|
|
1547
1558
|
border-color: transparent;
|
|
1548
1559
|
color: #fff;
|
|
1549
1560
|
}
|
|
1561
|
+
.form-file-input:focus + .btn-warning {
|
|
1562
|
+
background-color: #9f4500;
|
|
1563
|
+
border-color: transparent;
|
|
1564
|
+
color: #fff;
|
|
1565
|
+
}
|
|
1550
1566
|
.btn-danger {
|
|
1551
1567
|
background-color: #da1414;
|
|
1552
1568
|
border-color: #da1414;
|
|
@@ -1582,6 +1598,11 @@ input[type=button].btn-block {
|
|
|
1582
1598
|
border-color: transparent;
|
|
1583
1599
|
color: #fff;
|
|
1584
1600
|
}
|
|
1601
|
+
.form-file-input:focus + .btn-danger {
|
|
1602
|
+
background-color: #c31212;
|
|
1603
|
+
border-color: transparent;
|
|
1604
|
+
color: #fff;
|
|
1605
|
+
}
|
|
1585
1606
|
.btn-light {
|
|
1586
1607
|
background-color: #f1f2f5;
|
|
1587
1608
|
border-color: #f1f2f5;
|
|
@@ -1617,6 +1638,11 @@ input[type=button].btn-block {
|
|
|
1617
1638
|
border-color: transparent;
|
|
1618
1639
|
color: #272833;
|
|
1619
1640
|
}
|
|
1641
|
+
.form-file-input:focus + .btn-light {
|
|
1642
|
+
background-color: #e2e4ea;
|
|
1643
|
+
border-color: transparent;
|
|
1644
|
+
color: #272833;
|
|
1645
|
+
}
|
|
1620
1646
|
.btn-dark {
|
|
1621
1647
|
background-color: #272833;
|
|
1622
1648
|
border-color: #272833;
|
|
@@ -1652,6 +1678,11 @@ input[type=button].btn-block {
|
|
|
1652
1678
|
border-color: transparent;
|
|
1653
1679
|
color: #fff;
|
|
1654
1680
|
}
|
|
1681
|
+
.form-file-input:focus + .btn-dark {
|
|
1682
|
+
background-color: #1c1c24;
|
|
1683
|
+
border-color: transparent;
|
|
1684
|
+
color: #fff;
|
|
1685
|
+
}
|
|
1655
1686
|
.btn-link {
|
|
1656
1687
|
border-radius: 1px;
|
|
1657
1688
|
box-shadow: [none];
|
|
@@ -1774,6 +1805,7 @@ input[type=button].btn-block {
|
|
|
1774
1805
|
}
|
|
1775
1806
|
.btn-outline-success:disabled, .disabled.btn-outline-success {
|
|
1776
1807
|
background-color: transparent;
|
|
1808
|
+
color: #287d3c;
|
|
1777
1809
|
}
|
|
1778
1810
|
[aria-expanded=true].btn-outline-success, .show.btn-outline-success {
|
|
1779
1811
|
background-color: #1c5629;
|
|
@@ -1805,6 +1837,7 @@ input[type=button].btn-block {
|
|
|
1805
1837
|
}
|
|
1806
1838
|
.btn-outline-info:disabled, .disabled.btn-outline-info {
|
|
1807
1839
|
background-color: transparent;
|
|
1840
|
+
color: #2e5aac;
|
|
1808
1841
|
}
|
|
1809
1842
|
[aria-expanded=true].btn-outline-info, .show.btn-outline-info {
|
|
1810
1843
|
background-color: #234584;
|
|
@@ -1836,6 +1869,7 @@ input[type=button].btn-block {
|
|
|
1836
1869
|
}
|
|
1837
1870
|
.btn-outline-warning:disabled, .disabled.btn-outline-warning {
|
|
1838
1871
|
background-color: transparent;
|
|
1872
|
+
color: #b95000;
|
|
1839
1873
|
}
|
|
1840
1874
|
[aria-expanded=true].btn-outline-warning, .show.btn-outline-warning {
|
|
1841
1875
|
background-color: #863a00;
|
|
@@ -1856,17 +1890,21 @@ input[type=button].btn-block {
|
|
|
1856
1890
|
color: #fff;
|
|
1857
1891
|
}
|
|
1858
1892
|
.btn-outline-danger:active {
|
|
1893
|
+
background-color: #ab1010;
|
|
1859
1894
|
border-color: #da1414;
|
|
1860
1895
|
color: #fff;
|
|
1861
1896
|
}
|
|
1862
1897
|
.active.btn-outline-danger {
|
|
1898
|
+
background-color: #ab1010;
|
|
1863
1899
|
border-color: #da1414;
|
|
1864
1900
|
color: #fff;
|
|
1865
1901
|
}
|
|
1866
1902
|
.btn-outline-danger:disabled, .disabled.btn-outline-danger {
|
|
1867
1903
|
background-color: transparent;
|
|
1904
|
+
color: #da1414;
|
|
1868
1905
|
}
|
|
1869
1906
|
[aria-expanded=true].btn-outline-danger, .show.btn-outline-danger {
|
|
1907
|
+
background-color: #ab1010;
|
|
1870
1908
|
border-color: #da1414;
|
|
1871
1909
|
color: #fff;
|
|
1872
1910
|
}
|
|
@@ -1895,6 +1933,7 @@ input[type=button].btn-block {
|
|
|
1895
1933
|
}
|
|
1896
1934
|
.btn-outline-light:disabled, .disabled.btn-outline-light {
|
|
1897
1935
|
background-color: transparent;
|
|
1936
|
+
color: #f1f2f5;
|
|
1898
1937
|
}
|
|
1899
1938
|
[aria-expanded=true].btn-outline-light, .show.btn-outline-light {
|
|
1900
1939
|
background-color: #d3d6e0;
|
|
@@ -1926,6 +1965,7 @@ input[type=button].btn-block {
|
|
|
1926
1965
|
}
|
|
1927
1966
|
.btn-outline-dark:disabled, .disabled.btn-outline-dark {
|
|
1928
1967
|
background-color: transparent;
|
|
1968
|
+
color: #272833;
|
|
1929
1969
|
}
|
|
1930
1970
|
[aria-expanded=true].btn-outline-dark, .show.btn-outline-dark {
|
|
1931
1971
|
background-color: #111116;
|
|
@@ -3250,6 +3290,7 @@ input[type=button].btn-block {
|
|
|
3250
3290
|
margin-bottom: 1rem;
|
|
3251
3291
|
padding: 0.9375rem 1rem;
|
|
3252
3292
|
position: relative;
|
|
3293
|
+
white-space: normal;
|
|
3253
3294
|
overflow-wrap: break-word;
|
|
3254
3295
|
word-wrap: break-word;
|
|
3255
3296
|
}
|
|
@@ -5684,31 +5725,22 @@ input[type=button].btn-block {
|
|
|
5684
5725
|
margin-top: 0;
|
|
5685
5726
|
padding-left: 0;
|
|
5686
5727
|
}
|
|
5687
|
-
.form-check-card .card {
|
|
5688
|
-
|
|
5689
|
-
}
|
|
5690
|
-
.form-check-card .custom-control {
|
|
5691
|
-
display: inline;
|
|
5692
|
-
margin-right: 0;
|
|
5693
|
-
position: static;
|
|
5694
|
-
}
|
|
5695
|
-
.form-check-card .custom-control > label {
|
|
5696
|
-
font-weight: 400;
|
|
5697
|
-
padding-left: 0;
|
|
5728
|
+
.form-check-card:hover .card {
|
|
5729
|
+
box-shadow: 0 0 0 2px #80acff;
|
|
5698
5730
|
}
|
|
5699
|
-
.form-check-card .
|
|
5700
|
-
|
|
5731
|
+
.form-check-card.active .card {
|
|
5732
|
+
box-shadow: 0 0 0 2px #80acff;
|
|
5701
5733
|
}
|
|
5702
|
-
.form-check-card .
|
|
5703
|
-
|
|
5704
|
-
z-index: 1;
|
|
5734
|
+
.form-check-card.checked .card {
|
|
5735
|
+
box-shadow: 0 0 0 2px #80acff;
|
|
5705
5736
|
}
|
|
5706
|
-
.form-check-card .
|
|
5707
|
-
|
|
5737
|
+
.form-check-card .card {
|
|
5738
|
+
margin-bottom: 0;
|
|
5708
5739
|
}
|
|
5709
5740
|
.form-check-card .form-check-input {
|
|
5710
5741
|
margin-left: 0;
|
|
5711
5742
|
margin-top: 0;
|
|
5743
|
+
opacity: 0;
|
|
5712
5744
|
position: absolute;
|
|
5713
5745
|
z-index: 1;
|
|
5714
5746
|
}
|
|
@@ -5719,21 +5751,35 @@ input[type=button].btn-block {
|
|
|
5719
5751
|
padding-left: 0;
|
|
5720
5752
|
position: static;
|
|
5721
5753
|
}
|
|
5722
|
-
.form-check-card.
|
|
5723
|
-
|
|
5724
|
-
|
|
5725
|
-
|
|
5754
|
+
.form-check-card .custom-control {
|
|
5755
|
+
display: inline;
|
|
5756
|
+
margin-right: 0;
|
|
5757
|
+
position: static;
|
|
5726
5758
|
}
|
|
5727
|
-
|
|
5728
|
-
|
|
5759
|
+
.form-check-card .custom-control label {
|
|
5760
|
+
font-weight: 400;
|
|
5761
|
+
padding-left: 0;
|
|
5762
|
+
}
|
|
5763
|
+
.form-check-card .custom-control .custom-control-label {
|
|
5764
|
+
opacity: 0;
|
|
5765
|
+
position: absolute;
|
|
5766
|
+
z-index: 1;
|
|
5767
|
+
}
|
|
5768
|
+
.form-check-card .custom-control .custom-control-label::before {
|
|
5769
|
+
top: 0;
|
|
5770
|
+
}
|
|
5771
|
+
.form-check-card .custom-control .custom-control-label::after {
|
|
5772
|
+
top: 0;
|
|
5773
|
+
}
|
|
5774
|
+
.form-check-card .custom-control .custom-control-input {
|
|
5775
|
+
z-index: 2;
|
|
5776
|
+
}
|
|
5777
|
+
.form-check-card .custom-control .custom-control-input:checked ~ .card {
|
|
5729
5778
|
box-shadow: 0 0 0 2px #80acff;
|
|
5730
5779
|
}
|
|
5731
|
-
|
|
5732
|
-
.custom-control-input:hover ~ .card,
|
|
5733
|
-
.form-check-input:hover ~ .card {
|
|
5780
|
+
.form-check-card .form-check-input:checked ~ .card {
|
|
5734
5781
|
box-shadow: 0 0 0 2px #80acff;
|
|
5735
5782
|
}
|
|
5736
|
-
|
|
5737
5783
|
.form-check-bottom-left .card-horizontal > .card-body,
|
|
5738
5784
|
.form-check-middle-left .card-horizontal > .card-body,
|
|
5739
5785
|
.form-check-top-left .card-horizontal > .card-body {
|
|
@@ -5746,61 +5792,129 @@ input[type=button].btn-block {
|
|
|
5746
5792
|
padding-right: 50px;
|
|
5747
5793
|
}
|
|
5748
5794
|
|
|
5749
|
-
.form-check-bottom-left .custom-control-input,
|
|
5750
|
-
.form-check-bottom-left .custom-control-label,
|
|
5751
5795
|
.form-check-bottom-left .form-check-input {
|
|
5796
|
+
bottom: 1rem;
|
|
5797
|
+
left: 1rem;
|
|
5798
|
+
opacity: 1;
|
|
5799
|
+
top: auto;
|
|
5800
|
+
transform: none;
|
|
5801
|
+
}
|
|
5802
|
+
.form-check-bottom-left .custom-control .custom-control-label {
|
|
5803
|
+
bottom: 1rem;
|
|
5804
|
+
left: 1rem;
|
|
5805
|
+
opacity: 1;
|
|
5806
|
+
top: auto;
|
|
5807
|
+
transform: none;
|
|
5808
|
+
}
|
|
5809
|
+
.form-check-bottom-left .custom-control .custom-control-input {
|
|
5752
5810
|
bottom: 1rem;
|
|
5753
5811
|
left: 1rem;
|
|
5754
5812
|
top: auto;
|
|
5755
5813
|
transform: none;
|
|
5756
5814
|
}
|
|
5757
|
-
|
|
5758
|
-
.form-check-bottom-right .custom-control-input,
|
|
5759
|
-
.form-check-bottom-right .custom-control-label,
|
|
5760
5815
|
.form-check-bottom-right .form-check-input {
|
|
5816
|
+
bottom: 1rem;
|
|
5817
|
+
left: auto;
|
|
5818
|
+
opacity: 1;
|
|
5819
|
+
right: 1rem;
|
|
5820
|
+
top: auto;
|
|
5821
|
+
transform: none;
|
|
5822
|
+
}
|
|
5823
|
+
.form-check-bottom-right .custom-control .custom-control-label {
|
|
5824
|
+
bottom: 1rem;
|
|
5825
|
+
left: auto;
|
|
5826
|
+
opacity: 1;
|
|
5827
|
+
right: 1rem;
|
|
5828
|
+
top: auto;
|
|
5829
|
+
transform: none;
|
|
5830
|
+
}
|
|
5831
|
+
.form-check-bottom-right .custom-control .custom-control-input {
|
|
5761
5832
|
bottom: 1rem;
|
|
5762
5833
|
left: auto;
|
|
5763
5834
|
right: 1rem;
|
|
5764
5835
|
top: auto;
|
|
5765
5836
|
transform: none;
|
|
5766
5837
|
}
|
|
5767
|
-
|
|
5768
|
-
.form-check-middle-left .custom-control-input,
|
|
5769
|
-
.form-check-middle-left .custom-control-label,
|
|
5770
5838
|
.form-check-middle-left .form-check-input {
|
|
5839
|
+
left: 1rem;
|
|
5840
|
+
margin-top: 0;
|
|
5841
|
+
opacity: 1;
|
|
5842
|
+
top: 50%;
|
|
5843
|
+
transform: translateY(-50%);
|
|
5844
|
+
}
|
|
5845
|
+
.form-check-middle-left .custom-control .custom-control-label {
|
|
5846
|
+
left: 1rem;
|
|
5847
|
+
margin-top: 0;
|
|
5848
|
+
opacity: 1;
|
|
5849
|
+
top: 50%;
|
|
5850
|
+
transform: translateY(-50%);
|
|
5851
|
+
}
|
|
5852
|
+
.form-check-middle-left .custom-control .custom-control-input {
|
|
5771
5853
|
left: 1rem;
|
|
5772
5854
|
margin-top: 0;
|
|
5773
5855
|
top: 50%;
|
|
5774
5856
|
transform: translateY(-50%);
|
|
5775
5857
|
}
|
|
5776
|
-
|
|
5777
|
-
.form-check-middle-right .custom-control-input,
|
|
5778
|
-
.form-check-middle-right .custom-control-label,
|
|
5779
5858
|
.form-check-middle-right .form-check-input {
|
|
5859
|
+
left: auto;
|
|
5860
|
+
margin-top: 0;
|
|
5861
|
+
opacity: 1;
|
|
5862
|
+
right: 1rem;
|
|
5863
|
+
top: 50%;
|
|
5864
|
+
transform: translateY(-50%);
|
|
5865
|
+
}
|
|
5866
|
+
.form-check-middle-right .custom-control .custom-control-label {
|
|
5867
|
+
left: auto;
|
|
5868
|
+
margin-top: 0;
|
|
5869
|
+
opacity: 1;
|
|
5870
|
+
right: 1rem;
|
|
5871
|
+
top: 50%;
|
|
5872
|
+
transform: translateY(-50%);
|
|
5873
|
+
}
|
|
5874
|
+
.form-check-middle-right .custom-control .custom-control-input {
|
|
5780
5875
|
left: auto;
|
|
5781
5876
|
margin-top: 0;
|
|
5782
5877
|
right: 1rem;
|
|
5783
5878
|
top: 50%;
|
|
5784
5879
|
transform: translateY(-50%);
|
|
5785
5880
|
}
|
|
5786
|
-
|
|
5787
|
-
.form-check-top-left .custom-control-input,
|
|
5788
|
-
.form-check-top-left .custom-control-label,
|
|
5789
5881
|
.form-check-top-left .form-check-input {
|
|
5882
|
+
left: 1rem;
|
|
5883
|
+
opacity: 1;
|
|
5884
|
+
top: 1rem;
|
|
5885
|
+
transform: none;
|
|
5886
|
+
}
|
|
5887
|
+
.form-check-top-left .custom-control .custom-control-label {
|
|
5888
|
+
left: 1rem;
|
|
5889
|
+
opacity: 1;
|
|
5890
|
+
top: 1rem;
|
|
5891
|
+
transform: none;
|
|
5892
|
+
}
|
|
5893
|
+
.form-check-top-left .custom-control .custom-control-input {
|
|
5790
5894
|
left: 1rem;
|
|
5791
5895
|
top: 1rem;
|
|
5792
5896
|
transform: none;
|
|
5793
5897
|
}
|
|
5794
|
-
|
|
5795
|
-
.form-check-top-right .custom-control-input,
|
|
5796
|
-
.form-check-top-right .custom-control-label,
|
|
5797
5898
|
.form-check-top-right .form-check-input {
|
|
5899
|
+
left: auto;
|
|
5900
|
+
opacity: 1;
|
|
5901
|
+
right: 1rem;
|
|
5902
|
+
top: 1rem;
|
|
5903
|
+
transform: none;
|
|
5904
|
+
}
|
|
5905
|
+
.form-check-top-right .custom-control .custom-control-label {
|
|
5906
|
+
left: auto;
|
|
5907
|
+
opacity: 1;
|
|
5908
|
+
right: 1rem;
|
|
5909
|
+
top: 1rem;
|
|
5910
|
+
transform: none;
|
|
5911
|
+
}
|
|
5912
|
+
.form-check-top-right .custom-control .custom-control-input {
|
|
5798
5913
|
left: auto;
|
|
5799
5914
|
right: 1rem;
|
|
5800
5915
|
top: 1rem;
|
|
5801
5916
|
transform: none;
|
|
5802
5917
|
}
|
|
5803
|
-
|
|
5804
5918
|
.card-page.card-page-equal-height .card-page-item,
|
|
5805
5919
|
.card-page.card-page-equal-height .card-page-item-asset,
|
|
5806
5920
|
.card-page.card-page-equal-height .card-page-item-directory {
|
|
@@ -6221,7 +6335,6 @@ input[type=button].btn-block {
|
|
|
6221
6335
|
position: relative;
|
|
6222
6336
|
text-align: inherit;
|
|
6223
6337
|
transition: none;
|
|
6224
|
-
white-space: normal;
|
|
6225
6338
|
width: 100%;
|
|
6226
6339
|
overflow-wrap: break-word;
|
|
6227
6340
|
word-wrap: break-word;
|
|
@@ -6300,6 +6413,23 @@ input[type=button].btn-block {
|
|
|
6300
6413
|
margin-top: -0.5rem;
|
|
6301
6414
|
width: auto;
|
|
6302
6415
|
}
|
|
6416
|
+
.dropdown-item.autofit-row {
|
|
6417
|
+
padding-left: 1rem;
|
|
6418
|
+
padding-right: 1rem;
|
|
6419
|
+
}
|
|
6420
|
+
.dropdown-item.autofit-row > .autofit-col {
|
|
6421
|
+
padding-left: 0.25rem;
|
|
6422
|
+
padding-right: 0.25rem;
|
|
6423
|
+
}
|
|
6424
|
+
.dropdown-item .autofit-row {
|
|
6425
|
+
margin-left: 0.25rem;
|
|
6426
|
+
margin-right: 0.25rem;
|
|
6427
|
+
width: auto;
|
|
6428
|
+
}
|
|
6429
|
+
.dropdown-item .autofit-row > .autofit-col {
|
|
6430
|
+
padding-left: 0.25rem;
|
|
6431
|
+
padding-right: 0.25rem;
|
|
6432
|
+
}
|
|
6303
6433
|
.dropdown-item .c-kbd-inline {
|
|
6304
6434
|
line-height: 1.3125rem;
|
|
6305
6435
|
color: #a7a9bc;
|
|
@@ -6778,6 +6908,10 @@ input[type=button].btn-block {
|
|
|
6778
6908
|
}
|
|
6779
6909
|
}
|
|
6780
6910
|
|
|
6911
|
+
.dropdown-menu-width-shrink {
|
|
6912
|
+
min-width: 0;
|
|
6913
|
+
white-space: nowrap;
|
|
6914
|
+
}
|
|
6781
6915
|
.dropdown-menu-width-full {
|
|
6782
6916
|
left: 12px !important;
|
|
6783
6917
|
right: 12px !important;
|
|
@@ -9275,7 +9409,6 @@ label.custom-control-label {
|
|
|
9275
9409
|
padding-right: 0.25rem;
|
|
9276
9410
|
background-color: transparent;
|
|
9277
9411
|
}
|
|
9278
|
-
|
|
9279
9412
|
.date-picker-dropdown-menu {
|
|
9280
9413
|
max-height: none;
|
|
9281
9414
|
max-width: 368px;
|
|
@@ -10126,15 +10259,36 @@ label.custom-control-label {
|
|
|
10126
10259
|
.input-group .btn-unstyled {
|
|
10127
10260
|
color: inherit;
|
|
10128
10261
|
}
|
|
10129
|
-
|
|
10130
10262
|
.input-group-item {
|
|
10131
10263
|
display: flex;
|
|
10132
10264
|
flex-grow: 1;
|
|
10133
10265
|
flex-wrap: wrap;
|
|
10134
10266
|
margin-left: 0.5rem;
|
|
10135
10267
|
width: 1%;
|
|
10268
|
+
overflow-wrap: break-word;
|
|
10136
10269
|
word-wrap: break-word;
|
|
10137
10270
|
}
|
|
10271
|
+
.input-group-item.focus {
|
|
10272
|
+
border-radius: 0.25rem;
|
|
10273
|
+
box-shadow: 0 0 0 0.125rem #fff , 0 0 0 0.25rem #80acff;
|
|
10274
|
+
}
|
|
10275
|
+
.input-group-item.focus.input-group-prepend {
|
|
10276
|
+
border-bottom-right-radius: 0;
|
|
10277
|
+
border-top-right-radius: 0;
|
|
10278
|
+
z-index: 1;
|
|
10279
|
+
}
|
|
10280
|
+
.input-group-item.focus.input-group-append {
|
|
10281
|
+
border-bottom-left-radius: 0;
|
|
10282
|
+
border-top-left-radius: 0;
|
|
10283
|
+
}
|
|
10284
|
+
.input-group-item.focus > .form-control {
|
|
10285
|
+
background-color: #f0f5ff;
|
|
10286
|
+
border-color: #80acff;
|
|
10287
|
+
}
|
|
10288
|
+
.input-group-item.focus > .input-group-inset-item {
|
|
10289
|
+
background-color: #f0f5ff;
|
|
10290
|
+
border-color: #80acff;
|
|
10291
|
+
}
|
|
10138
10292
|
.input-group-item:first-child {
|
|
10139
10293
|
margin-left: 0;
|
|
10140
10294
|
}
|
|
@@ -10144,25 +10298,24 @@ label.custom-control-label {
|
|
|
10144
10298
|
.input-group-item > .dropdown {
|
|
10145
10299
|
display: flex;
|
|
10146
10300
|
flex-wrap: wrap;
|
|
10301
|
+
overflow-wrap: break-word;
|
|
10147
10302
|
word-wrap: break-word;
|
|
10148
10303
|
width: 100%;
|
|
10149
10304
|
}
|
|
10150
|
-
|
|
10151
10305
|
.input-group-item-shrink {
|
|
10152
10306
|
flex-grow: 0;
|
|
10153
10307
|
width: auto;
|
|
10154
10308
|
}
|
|
10155
|
-
|
|
10156
10309
|
.input-group-text {
|
|
10157
10310
|
align-items: center;
|
|
10158
10311
|
background-color: #e7e7ed;
|
|
10159
|
-
border-color: #e7e7ed;
|
|
10160
|
-
border-style: solid;
|
|
10161
10312
|
border-bottom-width: 0.0625rem;
|
|
10313
|
+
border-color: #e7e7ed;
|
|
10162
10314
|
border-left-width: 0.0625rem;
|
|
10315
|
+
border-radius: 0.25rem;
|
|
10163
10316
|
border-right-width: 0.0625rem;
|
|
10317
|
+
border-style: solid;
|
|
10164
10318
|
border-top-width: 0.0625rem;
|
|
10165
|
-
border-radius: 0.25rem;
|
|
10166
10319
|
color: #6b6c7e;
|
|
10167
10320
|
display: flex;
|
|
10168
10321
|
font-size: 1rem;
|
|
@@ -10182,18 +10335,19 @@ label.custom-control-label {
|
|
|
10182
10335
|
.input-group-text label {
|
|
10183
10336
|
color: #6b6c7e;
|
|
10184
10337
|
}
|
|
10185
|
-
.input-group-text
|
|
10186
|
-
|
|
10187
|
-
margin-top: 0;
|
|
10338
|
+
.input-group-text .custom-control {
|
|
10339
|
+
margin-bottom: 0;
|
|
10188
10340
|
}
|
|
10189
|
-
.input-group-text .custom-control,
|
|
10190
10341
|
.input-group-text .form-check {
|
|
10191
10342
|
margin-bottom: 0;
|
|
10192
10343
|
}
|
|
10344
|
+
.input-group-text .form-check input[type=radio],
|
|
10345
|
+
.input-group-text .form-check input[type=checkbox] {
|
|
10346
|
+
margin-top: 0;
|
|
10347
|
+
}
|
|
10193
10348
|
.input-group-text .lexicon-icon {
|
|
10194
10349
|
margin-top: 0;
|
|
10195
10350
|
}
|
|
10196
|
-
|
|
10197
10351
|
.input-group-text-secondary {
|
|
10198
10352
|
background-color: #fff;
|
|
10199
10353
|
border-color: #cdced9;
|
|
@@ -10204,7 +10358,6 @@ label.custom-control-label {
|
|
|
10204
10358
|
.input-group-text-secondary label {
|
|
10205
10359
|
color: #6b6c7e;
|
|
10206
10360
|
}
|
|
10207
|
-
|
|
10208
10361
|
@media (max-width: 575.98px) {
|
|
10209
10362
|
.input-group-stacked-sm-down > .input-group-item {
|
|
10210
10363
|
margin-bottom: 0.5rem;
|
|
@@ -10219,6 +10372,17 @@ label.custom-control-label {
|
|
|
10219
10372
|
|
|
10220
10373
|
.input-group-lg > .input-group-item > .btn {
|
|
10221
10374
|
font-size: 1.125rem;
|
|
10375
|
+
line-height: 1.5;
|
|
10376
|
+
padding-bottom: 0.59375rem;
|
|
10377
|
+
padding-left: 1.5rem;
|
|
10378
|
+
padding-right: 1.5rem;
|
|
10379
|
+
padding-top: 0.59375rem;
|
|
10380
|
+
}
|
|
10381
|
+
.input-group-lg > .input-group-item > .btn .c-inner {
|
|
10382
|
+
margin-bottom: -0.59375rem;
|
|
10383
|
+
margin-left: -1.5rem;
|
|
10384
|
+
margin-right: -1.5rem;
|
|
10385
|
+
margin-top: -0.59375rem;
|
|
10222
10386
|
}
|
|
10223
10387
|
.input-group-lg > .input-group-item > .btn .inline-item {
|
|
10224
10388
|
font-size: 1.125rem;
|
|
@@ -10231,7 +10395,17 @@ label.custom-control-label {
|
|
|
10231
10395
|
line-height: 1;
|
|
10232
10396
|
width: 3rem;
|
|
10233
10397
|
}
|
|
10234
|
-
.input-group-lg > .input-group-item > .form-control
|
|
10398
|
+
.input-group-lg > .input-group-item > .form-control {
|
|
10399
|
+
border-radius: 0.375rem;
|
|
10400
|
+
font-size: 1.125rem;
|
|
10401
|
+
height: auto;
|
|
10402
|
+
line-height: 1.5;
|
|
10403
|
+
min-height: 3rem;
|
|
10404
|
+
padding-bottom: 0.4375rem;
|
|
10405
|
+
padding-left: 1rem;
|
|
10406
|
+
padding-right: 1rem;
|
|
10407
|
+
padding-top: 0.4375rem;
|
|
10408
|
+
}
|
|
10235
10409
|
.input-group-lg > .input-group-item > .form-file .btn {
|
|
10236
10410
|
border-radius: 0.375rem;
|
|
10237
10411
|
font-size: 1.125rem;
|
|
@@ -10242,6 +10416,12 @@ label.custom-control-label {
|
|
|
10242
10416
|
padding-right: 1rem;
|
|
10243
10417
|
padding-top: 0.4375rem;
|
|
10244
10418
|
}
|
|
10419
|
+
.input-group-lg > .input-group-item > .form-file .btn .c-inner {
|
|
10420
|
+
margin-bottom: -0.4375rem;
|
|
10421
|
+
margin-left: -1rem;
|
|
10422
|
+
margin-right: -1rem;
|
|
10423
|
+
margin-top: -0.4375rem;
|
|
10424
|
+
}
|
|
10245
10425
|
.input-group-lg > .input-group-item > textarea.form-control,
|
|
10246
10426
|
.input-group-lg > .input-group-item > .form-control-textarea {
|
|
10247
10427
|
height: 120px;
|
|
@@ -10261,25 +10441,39 @@ label.custom-control-label {
|
|
|
10261
10441
|
padding-left: 1rem;
|
|
10262
10442
|
padding-right: 1rem;
|
|
10263
10443
|
}
|
|
10264
|
-
.input-group-lg > .input-group-item > .input-group-inset-item > .form-file {
|
|
10265
|
-
height: 75%;
|
|
10266
|
-
}
|
|
10267
10444
|
.input-group-lg > .input-group-item > .input-group-inset-item > .form-file .btn {
|
|
10268
|
-
|
|
10269
|
-
|
|
10270
|
-
|
|
10271
|
-
|
|
10272
|
-
padding-
|
|
10273
|
-
padding-
|
|
10445
|
+
border-radius: 0.375rem;
|
|
10446
|
+
font-size: 1.125rem;
|
|
10447
|
+
height: 3rem;
|
|
10448
|
+
line-height: 1.5;
|
|
10449
|
+
padding-bottom: 0.4375rem;
|
|
10450
|
+
padding-left: 1rem;
|
|
10451
|
+
padding-right: 1rem;
|
|
10452
|
+
padding-top: 0.4375rem;
|
|
10274
10453
|
}
|
|
10275
10454
|
.input-group-lg > .input-group-item > .input-group-inset-item > .form-file .btn .c-inner {
|
|
10455
|
+
margin-bottom: -0.4375rem;
|
|
10456
|
+
margin-left: -1rem;
|
|
10457
|
+
margin-right: -1rem;
|
|
10458
|
+
margin-top: -0.4375rem;
|
|
10459
|
+
}
|
|
10460
|
+
.input-group-lg > .input-group-item .form-control-inset {
|
|
10276
10461
|
margin-bottom: 0;
|
|
10277
|
-
margin-left: -0.75rem;
|
|
10278
|
-
margin-right: -0.75rem;
|
|
10279
10462
|
margin-top: 0;
|
|
10280
10463
|
}
|
|
10281
10464
|
.form-group-sm .input-group > .input-group-item > .btn, .input-group-sm > .input-group-item > .btn {
|
|
10282
10465
|
font-size: 0.875rem;
|
|
10466
|
+
line-height: 1.15;
|
|
10467
|
+
padding-bottom: 0.4375rem;
|
|
10468
|
+
padding-left: 0.75rem;
|
|
10469
|
+
padding-right: 0.75rem;
|
|
10470
|
+
padding-top: 0.4375rem;
|
|
10471
|
+
}
|
|
10472
|
+
.form-group-sm .input-group > .input-group-item > .btn .c-inner, .input-group-sm > .input-group-item > .btn .c-inner {
|
|
10473
|
+
margin-bottom: -0.4375rem;
|
|
10474
|
+
margin-left: -0.75rem;
|
|
10475
|
+
margin-right: -0.75rem;
|
|
10476
|
+
margin-top: -0.4375rem;
|
|
10283
10477
|
}
|
|
10284
10478
|
.form-group-sm .input-group > .input-group-item > .btn .btn-section, .input-group-sm > .input-group-item > .btn .btn-section {
|
|
10285
10479
|
font-size: 0.5625rem;
|
|
@@ -10289,30 +10483,49 @@ label.custom-control-label {
|
|
|
10289
10483
|
line-height: 1;
|
|
10290
10484
|
width: 2rem;
|
|
10291
10485
|
}
|
|
10292
|
-
.form-group-sm .input-group > .input-group-item > .form-control, .input-group-sm > .input-group-item > .form-control
|
|
10293
|
-
.form-group-sm .input-group > .input-group-item > .form-file .btn,
|
|
10294
|
-
.input-group-sm > .input-group-item > .form-file .btn {
|
|
10486
|
+
.form-group-sm .input-group > .input-group-item > .form-control, .input-group-sm > .input-group-item > .form-control {
|
|
10295
10487
|
border-radius: 0.25rem;
|
|
10296
10488
|
font-size: 0.875rem;
|
|
10297
|
-
height:
|
|
10489
|
+
height: auto;
|
|
10298
10490
|
line-height: 1.5;
|
|
10299
|
-
|
|
10491
|
+
min-height: 2rem;
|
|
10492
|
+
padding-bottom: 0;
|
|
10300
10493
|
padding-left: 0.75rem;
|
|
10301
10494
|
padding-right: 0.75rem;
|
|
10302
|
-
padding-top: 0
|
|
10495
|
+
padding-top: 0;
|
|
10303
10496
|
}
|
|
10304
|
-
.form-group-sm .input-group > .input-group-item > .form-control
|
|
10497
|
+
.form-group-sm .input-group > .input-group-item > .form-control .label, .input-group-sm > .input-group-item > .form-control .label {
|
|
10498
|
+
margin-bottom: 0.1875rem;
|
|
10499
|
+
margin-top: 0.1875rem;
|
|
10500
|
+
}
|
|
10501
|
+
.form-group-sm .input-group > .input-group-item > .form-file .btn, .input-group-sm > .input-group-item > .form-file .btn {
|
|
10502
|
+
border-radius: 0.25rem;
|
|
10305
10503
|
font-size: 0.875rem;
|
|
10306
10504
|
height: 2rem;
|
|
10307
10505
|
line-height: 1.5;
|
|
10308
10506
|
padding-bottom: 0.25rem;
|
|
10507
|
+
padding-left: 0.75rem;
|
|
10508
|
+
padding-right: 0.75rem;
|
|
10309
10509
|
padding-top: 0.25rem;
|
|
10310
10510
|
}
|
|
10511
|
+
.form-group-sm .input-group > .input-group-item > .form-file .btn .c-inner, .input-group-sm > .input-group-item > .form-file .btn .c-inner {
|
|
10512
|
+
margin-bottom: -0.25rem;
|
|
10513
|
+
margin-left: -0.75rem;
|
|
10514
|
+
margin-right: -0.75rem;
|
|
10515
|
+
margin-top: -0.25rem;
|
|
10516
|
+
}
|
|
10311
10517
|
.form-group-sm .input-group > .input-group-item > textarea.form-control, .input-group-sm > .input-group-item > textarea.form-control,
|
|
10312
10518
|
.form-group-sm .input-group > .input-group-item > .form-control-textarea,
|
|
10313
10519
|
.input-group-sm > .input-group-item > .form-control-textarea {
|
|
10314
10520
|
height: 80px;
|
|
10315
10521
|
}
|
|
10522
|
+
.form-group-sm .input-group > .input-group-item > .form-control-plaintext, .input-group-sm > .input-group-item > .form-control-plaintext {
|
|
10523
|
+
font-size: 0.875rem;
|
|
10524
|
+
height: 2rem;
|
|
10525
|
+
line-height: 1.5;
|
|
10526
|
+
padding-bottom: 0.25rem;
|
|
10527
|
+
padding-top: 0.25rem;
|
|
10528
|
+
}
|
|
10316
10529
|
.form-group-sm .input-group > .input-group-item > .input-group-text, .input-group-sm > .input-group-item > .input-group-text {
|
|
10317
10530
|
border-radius: 0.25rem;
|
|
10318
10531
|
font-size: 0.875rem;
|
|
@@ -10340,61 +10553,39 @@ label.custom-control-label {
|
|
|
10340
10553
|
margin-right: 0.25rem;
|
|
10341
10554
|
width: 1.5rem;
|
|
10342
10555
|
}
|
|
10343
|
-
.form-group-sm .input-group > .input-group-item > .input-group-inset-item > .form-file, .input-group-sm > .input-group-item > .input-group-inset-item > .form-file {
|
|
10344
|
-
height: 75%;
|
|
10345
|
-
}
|
|
10346
10556
|
.form-group-sm .input-group > .input-group-item > .input-group-inset-item > .form-file .btn, .input-group-sm > .input-group-item > .input-group-inset-item > .form-file .btn {
|
|
10347
|
-
height: 100%;
|
|
10348
|
-
line-height: 1;
|
|
10349
|
-
padding-bottom: 0;
|
|
10350
|
-
padding-left: 0.5rem;
|
|
10351
|
-
padding-right: 0.5rem;
|
|
10352
|
-
padding-top: 0;
|
|
10353
|
-
}
|
|
10354
|
-
.form-group-sm .input-group > .input-group-item > .input-group-inset-item > .form-file .btn .c-inner, .input-group-sm > .input-group-item > .input-group-inset-item > .form-file .btn .c-inner {
|
|
10355
|
-
margin-bottom: 0;
|
|
10356
|
-
margin-left: -0.5rem;
|
|
10357
|
-
margin-right: -0.5rem;
|
|
10358
|
-
margin-top: 0;
|
|
10359
|
-
}
|
|
10360
|
-
.input-group-item.focus {
|
|
10361
10557
|
border-radius: 0.25rem;
|
|
10362
|
-
|
|
10363
|
-
|
|
10364
|
-
|
|
10365
|
-
|
|
10366
|
-
|
|
10367
|
-
|
|
10368
|
-
|
|
10558
|
+
font-size: 0.875rem;
|
|
10559
|
+
height: 2rem;
|
|
10560
|
+
line-height: 1.5;
|
|
10561
|
+
padding-bottom: 0.25rem;
|
|
10562
|
+
padding-left: 0.75rem;
|
|
10563
|
+
padding-right: 0.75rem;
|
|
10564
|
+
padding-top: 0.25rem;
|
|
10369
10565
|
}
|
|
10370
|
-
|
|
10371
|
-
|
|
10372
|
-
|
|
10373
|
-
|
|
10374
|
-
|
|
10566
|
+
.form-group-sm .input-group > .input-group-item > .input-group-inset-item > .form-file .btn .c-inner, .input-group-sm > .input-group-item > .input-group-inset-item > .form-file .btn .c-inner {
|
|
10567
|
+
margin-bottom: -0.25rem;
|
|
10568
|
+
margin-left: -0.75rem;
|
|
10569
|
+
margin-right: -0.75rem;
|
|
10570
|
+
margin-top: -0.25rem;
|
|
10375
10571
|
}
|
|
10376
|
-
|
|
10377
|
-
|
|
10378
|
-
|
|
10379
|
-
border-top-left-radius: 0;
|
|
10572
|
+
.form-group-sm .input-group > .input-group-item .form-control-inset, .input-group-sm > .input-group-item .form-control-inset {
|
|
10573
|
+
margin-bottom: 0.125rem;
|
|
10574
|
+
margin-top: 0.1875rem;
|
|
10380
10575
|
}
|
|
10381
|
-
|
|
10382
10576
|
.input-group-inset {
|
|
10383
10577
|
flex-grow: 1;
|
|
10384
10578
|
order: 5;
|
|
10385
10579
|
width: 1%;
|
|
10386
10580
|
}
|
|
10387
|
-
.input-group-inset
|
|
10388
|
-
background-color: #fff;
|
|
10389
|
-
}
|
|
10390
|
-
.input-group-inset:focus {
|
|
10581
|
+
.input-group-inset:focus, .input-group-inset.focus {
|
|
10391
10582
|
box-shadow: none;
|
|
10392
10583
|
}
|
|
10393
|
-
.input-group-inset:focus ~ .input-group-inset-item {
|
|
10584
|
+
.input-group-inset:focus ~ .input-group-inset-item, .input-group-inset.focus ~ .input-group-inset-item {
|
|
10394
10585
|
background-color: #f0f5ff;
|
|
10395
10586
|
border-color: #80acff;
|
|
10396
10587
|
}
|
|
10397
|
-
.input-group-inset:disabled ~ .input-group-inset-item {
|
|
10588
|
+
.input-group-inset:disabled ~ .input-group-inset-item, .input-group-inset.disabled ~ .input-group-inset-item {
|
|
10398
10589
|
background-color: #f1f2f5;
|
|
10399
10590
|
border-color: #f1f2f5;
|
|
10400
10591
|
}
|
|
@@ -10402,6 +10593,9 @@ label.custom-control-label {
|
|
|
10402
10593
|
order: 13;
|
|
10403
10594
|
}
|
|
10404
10595
|
|
|
10596
|
+
.input-group-inset[readonly] ~ .input-group-inset-item {
|
|
10597
|
+
background-color: #fff;
|
|
10598
|
+
}
|
|
10405
10599
|
.input-group .input-group-inset-item {
|
|
10406
10600
|
align-items: center;
|
|
10407
10601
|
background-color: #f1f2f5;
|
|
@@ -12079,7 +12273,6 @@ label.custom-control-label {
|
|
|
12079
12273
|
margin-left: 0;
|
|
12080
12274
|
margin-right: 0;
|
|
12081
12275
|
}
|
|
12082
|
-
|
|
12083
12276
|
.nav-btn-monospaced {
|
|
12084
12277
|
padding: 0;
|
|
12085
12278
|
}
|
|
@@ -12101,6 +12294,7 @@ label.custom-control-label {
|
|
|
12101
12294
|
}
|
|
12102
12295
|
|
|
12103
12296
|
.nav-item {
|
|
12297
|
+
overflow-wrap: break-word;
|
|
12104
12298
|
word-wrap: break-word;
|
|
12105
12299
|
}
|
|
12106
12300
|
|
|
@@ -12110,6 +12304,41 @@ label.custom-control-label {
|
|
|
12110
12304
|
text-align: center;
|
|
12111
12305
|
}
|
|
12112
12306
|
|
|
12307
|
+
.nav-divider {
|
|
12308
|
+
margin-left: 0.5rem;
|
|
12309
|
+
padding-left: 0.5rem;
|
|
12310
|
+
position: relative;
|
|
12311
|
+
}
|
|
12312
|
+
.nav-divider::before {
|
|
12313
|
+
background-color: #6b6c7e;
|
|
12314
|
+
content: "";
|
|
12315
|
+
display: block;
|
|
12316
|
+
height: 1rem;
|
|
12317
|
+
left: 0;
|
|
12318
|
+
margin-top: -0.5rem;
|
|
12319
|
+
position: absolute;
|
|
12320
|
+
top: 50%;
|
|
12321
|
+
width: 1px;
|
|
12322
|
+
z-index: 2;
|
|
12323
|
+
}
|
|
12324
|
+
.nav-divider-end {
|
|
12325
|
+
margin-right: 0.5rem;
|
|
12326
|
+
padding-right: 0.5rem;
|
|
12327
|
+
position: relative;
|
|
12328
|
+
}
|
|
12329
|
+
.nav-divider-end::after {
|
|
12330
|
+
background-color: #6b6c7e;
|
|
12331
|
+
content: "";
|
|
12332
|
+
display: block;
|
|
12333
|
+
height: 1rem;
|
|
12334
|
+
margin-top: -0.5rem;
|
|
12335
|
+
position: absolute;
|
|
12336
|
+
right: 0;
|
|
12337
|
+
top: 50%;
|
|
12338
|
+
width: 1px;
|
|
12339
|
+
z-index: 2;
|
|
12340
|
+
}
|
|
12341
|
+
|
|
12113
12342
|
.nav-text-truncate {
|
|
12114
12343
|
display: inline-block;
|
|
12115
12344
|
margin-bottom: -6px;
|
|
@@ -12123,13 +12352,6 @@ label.custom-control-label {
|
|
|
12123
12352
|
max-width: calc(100% - 24px);
|
|
12124
12353
|
}
|
|
12125
12354
|
|
|
12126
|
-
.nav-form {
|
|
12127
|
-
padding-bottom: 0.625rem;
|
|
12128
|
-
padding-left: 0.5rem;
|
|
12129
|
-
padding-right: 0.5rem;
|
|
12130
|
-
padding-top: 0.625rem;
|
|
12131
|
-
}
|
|
12132
|
-
|
|
12133
12355
|
.nav .nav-form {
|
|
12134
12356
|
padding-bottom: 0;
|
|
12135
12357
|
padding-left: 1rem;
|
|
@@ -12141,17 +12363,15 @@ label.custom-control-label {
|
|
|
12141
12363
|
flex: 1 1 auto;
|
|
12142
12364
|
text-align: center;
|
|
12143
12365
|
}
|
|
12144
|
-
|
|
12366
|
+
.nav-justified .nav-link {
|
|
12367
|
+
text-align: center;
|
|
12368
|
+
width: 100%;
|
|
12369
|
+
}
|
|
12145
12370
|
.nav-justified .nav-item {
|
|
12146
12371
|
flex-basis: 0;
|
|
12147
12372
|
flex-grow: 1;
|
|
12148
12373
|
text-align: center;
|
|
12149
12374
|
}
|
|
12150
|
-
.nav-justified button.nav-link {
|
|
12151
|
-
text-align: center;
|
|
12152
|
-
width: 100%;
|
|
12153
|
-
}
|
|
12154
|
-
|
|
12155
12375
|
.nav-stacked {
|
|
12156
12376
|
display: block;
|
|
12157
12377
|
}
|
|
@@ -12165,18 +12385,35 @@ label.custom-control-label {
|
|
|
12165
12385
|
.nav-unstyled {
|
|
12166
12386
|
flex-wrap: nowrap;
|
|
12167
12387
|
}
|
|
12168
|
-
.nav-unstyled .nav-btn {
|
|
12169
|
-
margin: 0 4px;
|
|
12170
|
-
padding: 0 4px;
|
|
12171
|
-
}
|
|
12172
12388
|
.nav-unstyled .nav-link {
|
|
12173
12389
|
line-height: 2rem;
|
|
12174
|
-
padding: 0
|
|
12390
|
+
padding-bottom: 0;
|
|
12391
|
+
padding-left: 4px;
|
|
12392
|
+
padding-right: 4px;
|
|
12393
|
+
padding-top: 0;
|
|
12394
|
+
}
|
|
12395
|
+
.nav-unstyled .nav-link > .c-inner {
|
|
12396
|
+
margin-bottom: 0;
|
|
12397
|
+
margin-left: -4px;
|
|
12398
|
+
margin-right: -4px;
|
|
12399
|
+
margin-top: 0;
|
|
12175
12400
|
}
|
|
12176
12401
|
.nav-unstyled .nav-link-monospaced {
|
|
12177
12402
|
margin: 0 4px;
|
|
12178
12403
|
}
|
|
12179
|
-
|
|
12404
|
+
.nav-unstyled .nav-btn {
|
|
12405
|
+
margin: 0 4px;
|
|
12406
|
+
padding-bottom: 0;
|
|
12407
|
+
padding-left: 4px;
|
|
12408
|
+
padding-right: 4px;
|
|
12409
|
+
padding-top: 0;
|
|
12410
|
+
}
|
|
12411
|
+
.nav-unstyled .nav-btn .c-inner {
|
|
12412
|
+
margin-bottom: 0;
|
|
12413
|
+
margin-left: -4px;
|
|
12414
|
+
margin-right: -4px;
|
|
12415
|
+
margin-top: 0;
|
|
12416
|
+
}
|
|
12180
12417
|
.nav-nested {
|
|
12181
12418
|
flex-direction: column;
|
|
12182
12419
|
flex-wrap: nowrap;
|
|
@@ -12284,9 +12521,6 @@ label.custom-control-label {
|
|
|
12284
12521
|
border-bottom: 0.0625rem solid transparent;
|
|
12285
12522
|
font-size: 0.875rem;
|
|
12286
12523
|
}
|
|
12287
|
-
.nav-tabs .nav-item {
|
|
12288
|
-
margin-bottom: -0.0625rem;
|
|
12289
|
-
}
|
|
12290
12524
|
.nav-tabs .nav-link {
|
|
12291
12525
|
border-color: transparent;
|
|
12292
12526
|
border-style: solid;
|
|
@@ -12319,8 +12553,8 @@ label.custom-control-label {
|
|
|
12319
12553
|
}
|
|
12320
12554
|
.nav-tabs .nav-link.active {
|
|
12321
12555
|
background-color: #fff;
|
|
12322
|
-
border-color: transparent transparent #fff;
|
|
12323
12556
|
color: #272833;
|
|
12557
|
+
border-color: transparent transparent #fff;
|
|
12324
12558
|
}
|
|
12325
12559
|
.nav-tabs .nav-link:disabled, .nav-tabs .nav-link.disabled {
|
|
12326
12560
|
background-color: transparent;
|
|
@@ -12328,19 +12562,20 @@ label.custom-control-label {
|
|
|
12328
12562
|
color: #a7a9bc;
|
|
12329
12563
|
box-shadow: none;
|
|
12330
12564
|
}
|
|
12565
|
+
.nav-tabs .nav-link:disabled:active, .nav-tabs .nav-link.disabled:active {
|
|
12566
|
+
box-shadow: none;
|
|
12567
|
+
}
|
|
12331
12568
|
.nav-tabs .nav-link[aria-expanded=true], .nav-tabs .nav-link.show {
|
|
12332
|
-
background-color:
|
|
12333
|
-
border-color: transparent transparent #fff;
|
|
12569
|
+
background-color: transparent;
|
|
12334
12570
|
color: #272833;
|
|
12571
|
+
border-color: transparent transparent transparent transparent;
|
|
12335
12572
|
}
|
|
12336
12573
|
.nav-tabs .nav-link > .c-inner {
|
|
12337
12574
|
margin-bottom: -0.28125rem;
|
|
12338
12575
|
margin-top: -0.28125rem;
|
|
12339
12576
|
}
|
|
12340
|
-
.nav-tabs .nav-item
|
|
12341
|
-
|
|
12342
|
-
border-color: transparent transparent transparent transparent;
|
|
12343
|
-
color: #272833;
|
|
12577
|
+
.nav-tabs .nav-item {
|
|
12578
|
+
margin-bottom: -0.0625rem;
|
|
12344
12579
|
}
|
|
12345
12580
|
.nav-tabs .dropdown-menu {
|
|
12346
12581
|
border-top-left-radius: 0;
|
|
@@ -12397,6 +12632,14 @@ label.custom-control-label {
|
|
|
12397
12632
|
transition: none;
|
|
12398
12633
|
}
|
|
12399
12634
|
}
|
|
12635
|
+
.nav-underline .nav-link::after {
|
|
12636
|
+
bottom: 0;
|
|
12637
|
+
display: block;
|
|
12638
|
+
position: absolute;
|
|
12639
|
+
left: 0;
|
|
12640
|
+
right: 0;
|
|
12641
|
+
width: auto;
|
|
12642
|
+
}
|
|
12400
12643
|
.nav-underline .nav-link:focus {
|
|
12401
12644
|
box-shadow: 0 0 0 0.125rem #fff , 0 0 0 0.25rem #80acff;
|
|
12402
12645
|
outline: 0;
|
|
@@ -12404,6 +12647,11 @@ label.custom-control-label {
|
|
|
12404
12647
|
.nav-underline .nav-link.active {
|
|
12405
12648
|
color: #272833;
|
|
12406
12649
|
}
|
|
12650
|
+
.nav-underline .nav-link.active::after {
|
|
12651
|
+
background-color: #80acff;
|
|
12652
|
+
content: "";
|
|
12653
|
+
height: 0.125rem;
|
|
12654
|
+
}
|
|
12407
12655
|
.nav-underline .nav-link:disabled, .nav-underline .nav-link.disabled {
|
|
12408
12656
|
color: #a7a9bc;
|
|
12409
12657
|
box-shadow: none;
|
|
@@ -12411,29 +12659,14 @@ label.custom-control-label {
|
|
|
12411
12659
|
.nav-underline .nav-link[aria-expanded=true], .nav-underline .nav-link.show {
|
|
12412
12660
|
color: #272833;
|
|
12413
12661
|
}
|
|
12662
|
+
.nav-underline .nav-link[aria-expanded=true]::after, .nav-underline .nav-link.show::after {
|
|
12663
|
+
content: "";
|
|
12664
|
+
height: 0.125rem;
|
|
12665
|
+
}
|
|
12414
12666
|
.nav-underline .nav-link > .c-inner {
|
|
12415
12667
|
margin-bottom: -0.5625rem;
|
|
12416
12668
|
margin-top: -0.5625rem;
|
|
12417
12669
|
}
|
|
12418
|
-
.nav-underline .nav-item.show .nav-link {
|
|
12419
|
-
color: #272833;
|
|
12420
|
-
}
|
|
12421
|
-
.nav-underline .nav-link::after {
|
|
12422
|
-
bottom: 0;
|
|
12423
|
-
display: block;
|
|
12424
|
-
position: absolute;
|
|
12425
|
-
left: 0;
|
|
12426
|
-
right: 0;
|
|
12427
|
-
width: auto;
|
|
12428
|
-
}
|
|
12429
|
-
.nav-underline .nav-item .nav-link.active:after {
|
|
12430
|
-
background-color: #80acff;
|
|
12431
|
-
}
|
|
12432
|
-
.nav-underline .nav-link.active:after,
|
|
12433
|
-
.nav-underline .nav-item.show .nav-link:after {
|
|
12434
|
-
content: "";
|
|
12435
|
-
height: 0.125rem;
|
|
12436
|
-
}
|
|
12437
12670
|
.menubar {
|
|
12438
12671
|
position: relative;
|
|
12439
12672
|
}
|