@clayui/css 3.65.2 → 3.68.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 +49 -33
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +31 -15
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +57 -38
- 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/_dropdowns.scss +2 -2
- package/src/scss/atlas/variables/_forms.scss +6 -2
- package/src/scss/cadmin/components/_dropdowns.scss +22 -14
- package/src/scss/cadmin/variables/_dropdowns.scss +10 -10
- package/src/scss/cadmin/variables/_forms.scss +7 -3
- package/src/scss/cadmin/variables/_modals.scss +3 -2
- package/src/scss/cadmin/variables/_popovers.scss +3 -2
- package/src/scss/components/_dropdowns.scss +20 -12
- package/src/scss/mixins/_utilities.scss +1 -1
- package/src/scss/variables/_dropdowns.scss +4 -4
- package/src/scss/variables/_forms.scss +3 -1
- package/src/scss/variables/_modals.scss +3 -2
- package/src/scss/variables/_popovers.scss +3 -1
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.68.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.68.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>
|
|
@@ -5631,8 +5631,8 @@ html:not(#__):not(#___) .cadmin .dropdown-header {
|
|
|
5631
5631
|
font-size: 14px;
|
|
5632
5632
|
margin-top: 10px;
|
|
5633
5633
|
padding-bottom: 6px;
|
|
5634
|
-
padding-left:
|
|
5635
|
-
padding-right:
|
|
5634
|
+
padding-left: 16px;
|
|
5635
|
+
padding-right: 16px;
|
|
5636
5636
|
padding-top: 6px;
|
|
5637
5637
|
position: relative;
|
|
5638
5638
|
overflow-wrap: break-word;
|
|
@@ -5647,8 +5647,8 @@ html:not(#__):not(#___) .cadmin .dropdown-subheader {
|
|
|
5647
5647
|
font-weight: 600;
|
|
5648
5648
|
margin-top: 10px;
|
|
5649
5649
|
padding-bottom: 6px;
|
|
5650
|
-
padding-left:
|
|
5651
|
-
padding-right:
|
|
5650
|
+
padding-left: 16px;
|
|
5651
|
+
padding-right: 16px;
|
|
5652
5652
|
padding-top: 6px;
|
|
5653
5653
|
text-transform: uppercase;
|
|
5654
5654
|
white-space: normal;
|
|
@@ -5661,7 +5661,7 @@ html:not(#__):not(#___) .cadmin .dropdown-subheader:first-child {
|
|
|
5661
5661
|
html:not(#__):not(#___) .cadmin .dropdown-caption {
|
|
5662
5662
|
color: #6b6c7e;
|
|
5663
5663
|
font-size: 14px;
|
|
5664
|
-
padding: 8px
|
|
5664
|
+
padding: 8px 16px;
|
|
5665
5665
|
white-space: normal;
|
|
5666
5666
|
overflow-wrap: break-word;
|
|
5667
5667
|
word-wrap: break-word;
|
|
@@ -5678,8 +5678,8 @@ html:not(#__):not(#___) .cadmin .dropdown-item {
|
|
|
5678
5678
|
font-weight: 400;
|
|
5679
5679
|
overflow: hidden;
|
|
5680
5680
|
padding-bottom: 8px;
|
|
5681
|
-
padding-left:
|
|
5682
|
-
padding-right:
|
|
5681
|
+
padding-left: 16px;
|
|
5682
|
+
padding-right: 16px;
|
|
5683
5683
|
padding-top: 8px;
|
|
5684
5684
|
position: relative;
|
|
5685
5685
|
text-align: inherit;
|
|
@@ -5756,27 +5756,27 @@ html:not(#__):not(#___) .cadmin .dropdown-item:disabled:active, html:not(#__):no
|
|
|
5756
5756
|
html:not(#__):not(#___) .cadmin .dropdown-item .c-inner {
|
|
5757
5757
|
flex-grow: 1;
|
|
5758
5758
|
margin-bottom: -8px;
|
|
5759
|
-
margin-left: -
|
|
5760
|
-
margin-right: -
|
|
5759
|
+
margin-left: -16px;
|
|
5760
|
+
margin-right: -16px;
|
|
5761
5761
|
margin-top: -8px;
|
|
5762
5762
|
width: auto;
|
|
5763
5763
|
}
|
|
5764
5764
|
html:not(#__):not(#___) .cadmin .dropdown-item.autofit-row {
|
|
5765
|
-
padding-left:
|
|
5766
|
-
padding-right:
|
|
5765
|
+
padding-left: calc(16px - 4px);
|
|
5766
|
+
padding-right: calc(16px - 4px);
|
|
5767
5767
|
}
|
|
5768
5768
|
html:not(#__):not(#___) .cadmin .dropdown-item.autofit-row > .autofit-col {
|
|
5769
|
-
padding-left:
|
|
5770
|
-
padding-right:
|
|
5769
|
+
padding-left: 4px;
|
|
5770
|
+
padding-right: 4px;
|
|
5771
5771
|
}
|
|
5772
5772
|
html:not(#__):not(#___) .cadmin .dropdown-item .autofit-row {
|
|
5773
|
-
margin-left:
|
|
5774
|
-
margin-right:
|
|
5773
|
+
margin-left: -4px;
|
|
5774
|
+
margin-right: -4px;
|
|
5775
5775
|
width: auto;
|
|
5776
5776
|
}
|
|
5777
5777
|
html:not(#__):not(#___) .cadmin .dropdown-item .autofit-row > .autofit-col {
|
|
5778
|
-
padding-left:
|
|
5779
|
-
padding-right:
|
|
5778
|
+
padding-left: 4px;
|
|
5779
|
+
padding-right: 4px;
|
|
5780
5780
|
}
|
|
5781
5781
|
html:not(#__):not(#___) .cadmin .dropdown-item .c-kbd-inline {
|
|
5782
5782
|
color: #a7a9bc;
|
|
@@ -5801,12 +5801,12 @@ html:not(#__):not(#___) .cadmin .dropdown-item-text {
|
|
|
5801
5801
|
display: block;
|
|
5802
5802
|
font-weight: 400;
|
|
5803
5803
|
padding-bottom: 8px;
|
|
5804
|
-
padding-left:
|
|
5805
|
-
padding-right:
|
|
5804
|
+
padding-left: 16px;
|
|
5805
|
+
padding-right: 16px;
|
|
5806
5806
|
padding-top: 8px;
|
|
5807
5807
|
}
|
|
5808
5808
|
html:not(#__):not(#___) .cadmin .dropdown-section {
|
|
5809
|
-
padding: 8px
|
|
5809
|
+
padding: 8px 16px;
|
|
5810
5810
|
}
|
|
5811
5811
|
html:not(#__):not(#___) .cadmin .dropdown-section .form-group + .form-group {
|
|
5812
5812
|
margin-top: 16px;
|
|
@@ -5825,7 +5825,7 @@ html:not(#__):not(#___) .cadmin .dropdown-section.active .custom-control-label {
|
|
|
5825
5825
|
}
|
|
5826
5826
|
html:not(#__):not(#___) .cadmin .dropdown-footer {
|
|
5827
5827
|
box-shadow: -1px -2px 3px -3px rgba(0, 0, 0, 0.5);
|
|
5828
|
-
padding: 8px
|
|
5828
|
+
padding: 8px 16px 0;
|
|
5829
5829
|
position: relative;
|
|
5830
5830
|
}
|
|
5831
5831
|
html:not(#__):not(#___) .cadmin .dropdown-menu, html:not(#__):not(#___) .cadmin.dropdown-menu {
|
|
@@ -5863,7 +5863,7 @@ html:not(#__):not(#___) .cadmin .dropdown-menu, html:not(#__):not(#___) .cadmin.
|
|
|
5863
5863
|
html:not(#__):not(#___) .cadmin .dropdown-menu .alert, html:not(#__):not(#___) .cadmin.dropdown-menu .alert {
|
|
5864
5864
|
line-height: normal;
|
|
5865
5865
|
margin: 8px;
|
|
5866
|
-
padding: 6px
|
|
5866
|
+
padding: 6px 16px;
|
|
5867
5867
|
}
|
|
5868
5868
|
html:not(#__):not(#___) .cadmin .dropdown-menu .alert:first-child, html:not(#__):not(#___) .cadmin.dropdown-menu .alert:first-child {
|
|
5869
5869
|
margin-top: 0;
|
|
@@ -5988,7 +5988,7 @@ html:not(#__):not(#___) .cadmin .dropdown-action > .dropdown-toggle .inline-item
|
|
|
5988
5988
|
}
|
|
5989
5989
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-start .dropdown-item-indicator, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-start .dropdown-item-indicator {
|
|
5990
5990
|
height: 16px;
|
|
5991
|
-
left:
|
|
5991
|
+
left: 16px;
|
|
5992
5992
|
position: absolute;
|
|
5993
5993
|
top: 8px;
|
|
5994
5994
|
width: 16px;
|
|
@@ -6003,10 +6003,17 @@ html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-start .dropdown-item, h
|
|
|
6003
6003
|
html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-start .dropdown-subheader,
|
|
6004
6004
|
html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-start .dropdown-caption,
|
|
6005
6005
|
html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-start .dropdown-item {
|
|
6006
|
-
padding-left:
|
|
6006
|
+
padding-left: calc(
|
|
6007
|
+
16px + 16px +
|
|
6008
|
+
16px
|
|
6009
|
+
);
|
|
6007
6010
|
}
|
|
6008
6011
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-start .dropdown-item .c-inner, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-start .dropdown-item .c-inner {
|
|
6009
|
-
margin-left:
|
|
6012
|
+
margin-left: calc((
|
|
6013
|
+
16px +
|
|
6014
|
+
16px +
|
|
6015
|
+
16px
|
|
6016
|
+
) * -1);
|
|
6010
6017
|
}
|
|
6011
6018
|
html:not(#__):not(#___) .cadmin .dropdown-item-indicator-start {
|
|
6012
6019
|
align-items: center;
|
|
@@ -6014,7 +6021,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-start {
|
|
|
6014
6021
|
display: inline-flex;
|
|
6015
6022
|
height: 16px;
|
|
6016
6023
|
justify-content: center;
|
|
6017
|
-
left:
|
|
6024
|
+
left: 16px;
|
|
6018
6025
|
position: absolute;
|
|
6019
6026
|
right: auto;
|
|
6020
6027
|
top: calc( 8px - (( 16px - (1em * 1.5) ) / 2) );
|
|
@@ -6043,17 +6050,24 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start > .c-inner {
|
|
|
6043
6050
|
}
|
|
6044
6051
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-end .dropdown-item-indicator, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-end .dropdown-item-indicator {
|
|
6045
6052
|
position: absolute;
|
|
6046
|
-
right:
|
|
6053
|
+
right: 16px;
|
|
6047
6054
|
top: 8px;
|
|
6048
6055
|
}
|
|
6049
6056
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-end .dropdown-item-indicator-text-end, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-end .dropdown-item-indicator-text-end {
|
|
6050
6057
|
padding-right: 0;
|
|
6051
6058
|
}
|
|
6052
6059
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-end .dropdown-item, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-end .dropdown-item {
|
|
6053
|
-
padding-right:
|
|
6060
|
+
padding-right: calc(
|
|
6061
|
+
16px + 16px +
|
|
6062
|
+
16px
|
|
6063
|
+
);
|
|
6054
6064
|
}
|
|
6055
6065
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-end .dropdown-item .c-inner, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-end .dropdown-item .c-inner {
|
|
6056
|
-
margin-right:
|
|
6066
|
+
margin-right: calc((
|
|
6067
|
+
16px +
|
|
6068
|
+
16px +
|
|
6069
|
+
16px
|
|
6070
|
+
) * -1);
|
|
6057
6071
|
}
|
|
6058
6072
|
html:not(#__):not(#___) .cadmin .dropdown-item-indicator-end {
|
|
6059
6073
|
align-items: center;
|
|
@@ -6063,7 +6077,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-end {
|
|
|
6063
6077
|
justify-content: center;
|
|
6064
6078
|
left: auto;
|
|
6065
6079
|
position: absolute;
|
|
6066
|
-
right:
|
|
6080
|
+
right: 16px;
|
|
6067
6081
|
top: calc( 8px - (( 16px - (1em * 1.5) ) / 2) );
|
|
6068
6082
|
width: 16px;
|
|
6069
6083
|
}
|
|
@@ -6278,6 +6292,7 @@ html:not(#__):not(#___) .cadmin label {
|
|
|
6278
6292
|
font-weight: 600;
|
|
6279
6293
|
margin-bottom: 4px;
|
|
6280
6294
|
max-width: 100%;
|
|
6295
|
+
position: static;
|
|
6281
6296
|
overflow-wrap: break-word;
|
|
6282
6297
|
word-wrap: break-word;
|
|
6283
6298
|
}
|
|
@@ -9731,8 +9746,12 @@ html:not(#__):not(#___) .cadmin .modal-body-flush, html:not(#__):not(#___) .cadm
|
|
|
9731
9746
|
html:not(#__):not(#___) .cadmin .modal-footer, html:not(#__):not(#___) .cadmin.modal-footer {
|
|
9732
9747
|
align-items: center;
|
|
9733
9748
|
border-top: 1px solid #e7e7ed;
|
|
9734
|
-
border-bottom-left-radius:
|
|
9735
|
-
|
|
9749
|
+
border-bottom-left-radius: calc(
|
|
9750
|
+
6px - 1px
|
|
9751
|
+
);
|
|
9752
|
+
border-bottom-right-radius: calc(
|
|
9753
|
+
6px - 1px
|
|
9754
|
+
);
|
|
9736
9755
|
display: flex;
|
|
9737
9756
|
flex-shrink: 0;
|
|
9738
9757
|
flex-wrap: wrap;
|
|
@@ -14585,8 +14604,8 @@ html:not(#__):not(#___) .cadmin .popover-header {
|
|
|
14585
14604
|
background-color: #fff;
|
|
14586
14605
|
border-bottom: 1px solid #f2f2f2;
|
|
14587
14606
|
border-color: #e7e7ed;
|
|
14588
|
-
border-top-left-radius:
|
|
14589
|
-
border-top-right-radius:
|
|
14607
|
+
border-top-left-radius: calc( 4px - 1px );
|
|
14608
|
+
border-top-right-radius: calc( 4px - 1px );
|
|
14590
14609
|
font-size: 14px;
|
|
14591
14610
|
font-weight: 600;
|
|
14592
14611
|
margin-bottom: 0;
|
|
@@ -14599,8 +14618,8 @@ html:not(#__):not(#___) .cadmin .popover-header:empty {
|
|
|
14599
14618
|
display: none;
|
|
14600
14619
|
}
|
|
14601
14620
|
html:not(#__):not(#___) .cadmin .popover-body {
|
|
14602
|
-
border-bottom-left-radius:
|
|
14603
|
-
border-bottom-right-radius:
|
|
14621
|
+
border-bottom-left-radius: calc( 4px - 1px );
|
|
14622
|
+
border-bottom-right-radius: calc( 4px - 1px );
|
|
14604
14623
|
color: #6b6c7e;
|
|
14605
14624
|
padding: 12px 16px;
|
|
14606
14625
|
}
|