@clayui/css 3.86.1 → 3.87.1
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 +34 -39
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +16 -13
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_buttons.scss +5 -5
- package/src/scss/atlas/variables/_dropdowns.scss +18 -3
- package/src/scss/atlas/variables/_globals.scss +4 -0
- package/src/scss/cadmin/variables/_buttons.scss +3 -0
- package/src/scss/cadmin/variables/_globals.scss +4 -0
- package/src/scss/cadmin/variables/_utilities.scss +11 -11
- package/src/scss/variables/_globals.scss +1 -0
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.87.1
|
|
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>
|
|
@@ -1464,42 +1464,42 @@ input[type=button].btn-block {
|
|
|
1464
1464
|
}
|
|
1465
1465
|
.btn-secondary {
|
|
1466
1466
|
background-color: #fff;
|
|
1467
|
-
border-color: #
|
|
1467
|
+
border-color: #88889a;
|
|
1468
1468
|
color: #6b6c7e;
|
|
1469
1469
|
}
|
|
1470
1470
|
.btn-secondary:hover {
|
|
1471
1471
|
background-color: #f7f8f9;
|
|
1472
|
-
border-color: #
|
|
1472
|
+
border-color: #88889a;
|
|
1473
1473
|
color: #272833;
|
|
1474
1474
|
}
|
|
1475
1475
|
.btn-secondary:focus, .focus.btn-secondary {
|
|
1476
1476
|
background-color: #f7f8f9;
|
|
1477
|
-
border-color: #
|
|
1477
|
+
border-color: #88889a;
|
|
1478
1478
|
color: #272833;
|
|
1479
1479
|
}
|
|
1480
1480
|
.btn-secondary:active {
|
|
1481
1481
|
background-color: #f1f2f5;
|
|
1482
|
-
border-color: #
|
|
1482
|
+
border-color: #88889a;
|
|
1483
1483
|
color: #272833;
|
|
1484
1484
|
}
|
|
1485
1485
|
.active.btn-secondary {
|
|
1486
1486
|
background-color: #f1f2f5;
|
|
1487
|
-
border-color: #
|
|
1487
|
+
border-color: #88889a;
|
|
1488
1488
|
color: #272833;
|
|
1489
1489
|
}
|
|
1490
1490
|
.btn-secondary:disabled, .disabled.btn-secondary {
|
|
1491
1491
|
background-color: #fff;
|
|
1492
|
-
border-color: #
|
|
1492
|
+
border-color: #88889a;
|
|
1493
1493
|
color: #6b6c7e;
|
|
1494
1494
|
}
|
|
1495
1495
|
[aria-expanded=true].btn-secondary, .show.btn-secondary {
|
|
1496
1496
|
background-color: #f1f2f5;
|
|
1497
|
-
border-color: #
|
|
1497
|
+
border-color: #88889a;
|
|
1498
1498
|
color: #272833;
|
|
1499
1499
|
}
|
|
1500
1500
|
.form-file-input:focus + .btn-secondary {
|
|
1501
1501
|
background-color: #f7f8f9;
|
|
1502
|
-
border-color: #
|
|
1502
|
+
border-color: #88889a;
|
|
1503
1503
|
color: #272833;
|
|
1504
1504
|
}
|
|
1505
1505
|
.btn-success {
|
|
@@ -6361,10 +6361,10 @@ input[type=button].btn-block {
|
|
|
6361
6361
|
display: block;
|
|
6362
6362
|
font-size: 0.875rem;
|
|
6363
6363
|
margin-top: 0.625rem;
|
|
6364
|
-
padding-bottom: 0.
|
|
6364
|
+
padding-bottom: 0.34375rem;
|
|
6365
6365
|
padding-left: 1rem;
|
|
6366
6366
|
padding-right: 1rem;
|
|
6367
|
-
padding-top: 0.
|
|
6367
|
+
padding-top: 0.34375rem;
|
|
6368
6368
|
position: relative;
|
|
6369
6369
|
overflow-wrap: break-word;
|
|
6370
6370
|
word-wrap: break-word;
|
|
@@ -6394,7 +6394,7 @@ input[type=button].btn-block {
|
|
|
6394
6394
|
.dropdown-caption {
|
|
6395
6395
|
color: #6b6c7e;
|
|
6396
6396
|
font-size: 0.875rem;
|
|
6397
|
-
padding: 0.
|
|
6397
|
+
padding: 0.34375rem 1rem;
|
|
6398
6398
|
white-space: normal;
|
|
6399
6399
|
overflow-wrap: break-word;
|
|
6400
6400
|
word-wrap: break-word;
|
|
@@ -6410,10 +6410,10 @@ input[type=button].btn-block {
|
|
|
6410
6410
|
display: block;
|
|
6411
6411
|
font-weight: 400;
|
|
6412
6412
|
overflow: hidden;
|
|
6413
|
-
padding-bottom: 0.
|
|
6413
|
+
padding-bottom: 0.34375rem;
|
|
6414
6414
|
padding-left: 1rem;
|
|
6415
6415
|
padding-right: 1rem;
|
|
6416
|
-
padding-top: 0.
|
|
6416
|
+
padding-top: 0.34375rem;
|
|
6417
6417
|
position: relative;
|
|
6418
6418
|
text-align: inherit;
|
|
6419
6419
|
transition: none;
|
|
@@ -6449,17 +6449,12 @@ input[type=button].btn-block {
|
|
|
6449
6449
|
background-color: #f0f5ff;
|
|
6450
6450
|
color: #272833;
|
|
6451
6451
|
text-decoration: none;
|
|
6452
|
-
font-weight: 600;
|
|
6453
6452
|
}
|
|
6454
6453
|
.dropdown-item.active label {
|
|
6455
6454
|
color: #272833;
|
|
6456
6455
|
}
|
|
6457
6456
|
.dropdown-item.active .form-check-label {
|
|
6458
6457
|
color: #272833;
|
|
6459
|
-
font-weight: 600;
|
|
6460
|
-
}
|
|
6461
|
-
.dropdown-item.active .custom-control-label {
|
|
6462
|
-
font-weight: 600;
|
|
6463
6458
|
}
|
|
6464
6459
|
.dropdown-item.active .c-kbd-inline {
|
|
6465
6460
|
color: #272833;
|
|
@@ -6488,10 +6483,10 @@ input[type=button].btn-block {
|
|
|
6488
6483
|
}
|
|
6489
6484
|
.dropdown-item .c-inner {
|
|
6490
6485
|
flex-grow: 1;
|
|
6491
|
-
margin-bottom: -0.
|
|
6486
|
+
margin-bottom: -0.34375rem;
|
|
6492
6487
|
margin-left: -1rem;
|
|
6493
6488
|
margin-right: -1rem;
|
|
6494
|
-
margin-top: -0.
|
|
6489
|
+
margin-top: -0.34375rem;
|
|
6495
6490
|
width: auto;
|
|
6496
6491
|
}
|
|
6497
6492
|
.dropdown-item.autofit-row {
|
|
@@ -6534,17 +6529,17 @@ input[type=button].btn-block {
|
|
|
6534
6529
|
color: #6b6c7e;
|
|
6535
6530
|
display: block;
|
|
6536
6531
|
font-weight: 400;
|
|
6537
|
-
padding-bottom: 0.
|
|
6532
|
+
padding-bottom: 0.34375rem;
|
|
6538
6533
|
padding-left: 1rem;
|
|
6539
6534
|
padding-right: 1rem;
|
|
6540
|
-
padding-top: 0.
|
|
6535
|
+
padding-top: 0.34375rem;
|
|
6541
6536
|
}
|
|
6542
6537
|
|
|
6543
6538
|
.dropdown-section {
|
|
6544
|
-
padding: 0.
|
|
6539
|
+
padding: 0.375rem 1rem;
|
|
6545
6540
|
}
|
|
6546
6541
|
.dropdown-section .form-group + .form-group {
|
|
6547
|
-
margin-top:
|
|
6542
|
+
margin-top: 0.6875rem;
|
|
6548
6543
|
}
|
|
6549
6544
|
.dropdown-section .custom-control {
|
|
6550
6545
|
margin-bottom: 0;
|
|
@@ -6553,7 +6548,7 @@ input[type=button].btn-block {
|
|
|
6553
6548
|
color: #6b6c7e;
|
|
6554
6549
|
}
|
|
6555
6550
|
.dropdown-section .custom-control-label-text {
|
|
6556
|
-
padding-left:
|
|
6551
|
+
padding-left: 0.75rem;
|
|
6557
6552
|
}
|
|
6558
6553
|
.dropdown-section.active .custom-control-label {
|
|
6559
6554
|
color: #272833;
|
|
@@ -6603,7 +6598,7 @@ input[type=button].btn-block {
|
|
|
6603
6598
|
.dropdown-menu .alert {
|
|
6604
6599
|
line-height: normal;
|
|
6605
6600
|
margin: 0.5rem;
|
|
6606
|
-
padding: 0.
|
|
6601
|
+
padding: 0.34375rem 1rem;
|
|
6607
6602
|
}
|
|
6608
6603
|
.dropdown-menu .alert:first-child {
|
|
6609
6604
|
margin-top: 0;
|
|
@@ -6810,7 +6805,7 @@ input[type=button].btn-block {
|
|
|
6810
6805
|
height: 1rem;
|
|
6811
6806
|
left: 1rem;
|
|
6812
6807
|
position: absolute;
|
|
6813
|
-
top: 0.
|
|
6808
|
+
top: 0.34375rem;
|
|
6814
6809
|
width: 1rem;
|
|
6815
6810
|
}
|
|
6816
6811
|
.dropdown-menu-indicator-start .dropdown-item-indicator-text-start {
|
|
@@ -6821,14 +6816,14 @@ input[type=button].btn-block {
|
|
|
6821
6816
|
.dropdown-menu-indicator-start .dropdown-caption,
|
|
6822
6817
|
.dropdown-menu-indicator-start .dropdown-item {
|
|
6823
6818
|
padding-left: calc(
|
|
6824
|
-
1rem + 1rem +
|
|
6819
|
+
1rem + 1rem + 0.75rem
|
|
6825
6820
|
);
|
|
6826
6821
|
}
|
|
6827
6822
|
.dropdown-menu-indicator-start .dropdown-item .c-inner {
|
|
6828
6823
|
margin-left: calc((
|
|
6829
6824
|
1rem +
|
|
6830
6825
|
1rem +
|
|
6831
|
-
|
|
6826
|
+
0.75rem
|
|
6832
6827
|
) * -1);
|
|
6833
6828
|
}
|
|
6834
6829
|
|
|
@@ -6841,7 +6836,7 @@ input[type=button].btn-block {
|
|
|
6841
6836
|
left: 1rem;
|
|
6842
6837
|
position: absolute;
|
|
6843
6838
|
right: auto;
|
|
6844
|
-
top: calc( 0.
|
|
6839
|
+
top: calc( 0.34375rem - (( 1rem - (1em * 1.5) ) / 2) );
|
|
6845
6840
|
width: 1rem;
|
|
6846
6841
|
}
|
|
6847
6842
|
.dropdown-item-indicator-start .lexicon-icon {
|
|
@@ -6851,7 +6846,7 @@ input[type=button].btn-block {
|
|
|
6851
6846
|
.dropdown-item-indicator-text-start {
|
|
6852
6847
|
color: inherit;
|
|
6853
6848
|
display: block;
|
|
6854
|
-
padding-left:
|
|
6849
|
+
padding-left: 1.75rem;
|
|
6855
6850
|
text-decoration: inherit;
|
|
6856
6851
|
width: 100%;
|
|
6857
6852
|
}
|
|
@@ -6864,26 +6859,26 @@ input[type=button].btn-block {
|
|
|
6864
6859
|
text-decoration: inherit;
|
|
6865
6860
|
}
|
|
6866
6861
|
.dropdown-item-indicator-text-start > .c-inner {
|
|
6867
|
-
margin-left: -
|
|
6862
|
+
margin-left: -1.75rem;
|
|
6868
6863
|
}
|
|
6869
6864
|
.dropdown-menu-indicator-end .dropdown-item-indicator {
|
|
6870
6865
|
position: absolute;
|
|
6871
6866
|
right: 1rem;
|
|
6872
|
-
top: 0.
|
|
6867
|
+
top: 0.34375rem;
|
|
6873
6868
|
}
|
|
6874
6869
|
.dropdown-menu-indicator-end .dropdown-item-indicator-text-end {
|
|
6875
6870
|
padding-right: 0;
|
|
6876
6871
|
}
|
|
6877
6872
|
.dropdown-menu-indicator-end .dropdown-item {
|
|
6878
6873
|
padding-right: calc(
|
|
6879
|
-
1rem + 1rem +
|
|
6874
|
+
1rem + 1rem + 0.75rem
|
|
6880
6875
|
);
|
|
6881
6876
|
}
|
|
6882
6877
|
.dropdown-menu-indicator-end .dropdown-item .c-inner {
|
|
6883
6878
|
margin-right: calc((
|
|
6884
6879
|
1rem +
|
|
6885
6880
|
1rem +
|
|
6886
|
-
|
|
6881
|
+
0.75rem
|
|
6887
6882
|
) * -1);
|
|
6888
6883
|
}
|
|
6889
6884
|
|
|
@@ -6896,7 +6891,7 @@ input[type=button].btn-block {
|
|
|
6896
6891
|
left: auto;
|
|
6897
6892
|
position: absolute;
|
|
6898
6893
|
right: 1rem;
|
|
6899
|
-
top: calc( 0.
|
|
6894
|
+
top: calc( 0.34375rem - (( 1rem - (1em * 1.5) ) / 2) );
|
|
6900
6895
|
width: 1rem;
|
|
6901
6896
|
}
|
|
6902
6897
|
.dropdown-item-indicator-end .lexicon-icon {
|
|
@@ -6906,7 +6901,7 @@ input[type=button].btn-block {
|
|
|
6906
6901
|
.dropdown-item-indicator-text-end {
|
|
6907
6902
|
color: inherit;
|
|
6908
6903
|
display: block;
|
|
6909
|
-
padding-right:
|
|
6904
|
+
padding-right: 1.75rem;
|
|
6910
6905
|
text-decoration: inherit;
|
|
6911
6906
|
width: 100%;
|
|
6912
6907
|
}
|
|
@@ -6919,7 +6914,7 @@ input[type=button].btn-block {
|
|
|
6919
6914
|
text-decoration: inherit;
|
|
6920
6915
|
}
|
|
6921
6916
|
.dropdown-item-indicator-text-end > .c-inner {
|
|
6922
|
-
margin-right: -
|
|
6917
|
+
margin-right: -1.75rem;
|
|
6923
6918
|
}
|
|
6924
6919
|
.dropdown-menu-top {
|
|
6925
6920
|
bottom: 100% !important;
|