@clayui/css 3.142.2 → 3.145.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 +19 -28
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +13 -22
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +21 -157
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/plus-circle-full.svg +9 -0
- package/package.json +2 -2
- package/src/images/icons/plus-circle-full.svg +9 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_custom-forms.scss +11 -6
- package/src/scss/cadmin/components/_cards.scss +0 -5
- package/src/scss/cadmin/components/_list-group.scss +0 -70
- package/src/scss/cadmin/variables/_custom-forms.scss +18 -16
- package/src/scss/cadmin/variables/_slideout.scss +0 -3
- package/src/scss/components/_list-group.scss +6 -0
- package/src/scss/functions/_lx-icons-generated.scss +2 -0
- package/src/scss/variables/_cards.scss +0 -6
- package/src/scss/variables/_custom-forms.scss +13 -11
- package/src/scss/variables/_list-group.scss +2 -0
- package/src/scss/variables/_slideout.scss +0 -3
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.145.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.145.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>
|
|
@@ -5788,9 +5788,6 @@ html:not(#__):not(#___) .cadmin .form-check-card .custom-control-label {
|
|
|
5788
5788
|
position: absolute;
|
|
5789
5789
|
z-index: 1;
|
|
5790
5790
|
}
|
|
5791
|
-
html:not(#__):not(#___) .cadmin .form-check-card .custom-control-label::before, html:not(#__):not(#___) .cadmin .form-check-card .custom-control-label::after {
|
|
5792
|
-
top: 0;
|
|
5793
|
-
}
|
|
5794
5791
|
html:not(#__):not(#___) .cadmin .form-check-card .form-check-input {
|
|
5795
5792
|
margin-left: 0;
|
|
5796
5793
|
margin-top: 0;
|
|
@@ -9074,8 +9071,8 @@ html:not(#__):not(#___) .cadmin .form-file-input:disabled::-webkit-file-upload-b
|
|
|
9074
9071
|
html:not(#__):not(#___) .cadmin .custom-control {
|
|
9075
9072
|
display: block;
|
|
9076
9073
|
line-height: 1;
|
|
9077
|
-
margin-bottom:
|
|
9078
|
-
min-height:
|
|
9074
|
+
margin-bottom: 8px;
|
|
9075
|
+
min-height: 24px;
|
|
9079
9076
|
position: relative;
|
|
9080
9077
|
text-align: left;
|
|
9081
9078
|
}
|
|
@@ -9093,7 +9090,7 @@ html:not(#__):not(#___) .cadmin .custom-control-label {
|
|
|
9093
9090
|
cursor: pointer;
|
|
9094
9091
|
font-size: 14px;
|
|
9095
9092
|
font-weight: 400;
|
|
9096
|
-
line-height:
|
|
9093
|
+
line-height: 24px;
|
|
9097
9094
|
margin-bottom: 0;
|
|
9098
9095
|
position: static;
|
|
9099
9096
|
vertical-align: top;
|
|
@@ -9126,14 +9123,15 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .custom-control-label:
|
|
|
9126
9123
|
}
|
|
9127
9124
|
|
|
9128
9125
|
html:not(#__):not(#___) .cadmin .custom-control-label::after {
|
|
9129
|
-
background: no-repeat 50%/
|
|
9126
|
+
background: no-repeat 50%/8px 8px;
|
|
9127
|
+
border-radius: 5000px;
|
|
9130
9128
|
content: "";
|
|
9131
9129
|
display: block;
|
|
9132
|
-
height:
|
|
9133
|
-
left:
|
|
9130
|
+
height: 24px;
|
|
9131
|
+
left: -4px;
|
|
9134
9132
|
position: absolute;
|
|
9135
|
-
top: 2px;
|
|
9136
|
-
width:
|
|
9133
|
+
top: -2px;
|
|
9134
|
+
width: 24px;
|
|
9137
9135
|
z-index: 0;
|
|
9138
9136
|
}
|
|
9139
9137
|
html:not(#__):not(#___) .cadmin label.custom-control-label {
|
|
@@ -9151,17 +9149,20 @@ html:not(#__):not(#___) .cadmin .custom-control-primary .custom-control-label-te
|
|
|
9151
9149
|
}
|
|
9152
9150
|
html:not(#__):not(#___) .cadmin .custom-control-input {
|
|
9153
9151
|
cursor: pointer;
|
|
9154
|
-
height:
|
|
9155
|
-
left:
|
|
9152
|
+
height: 24px;
|
|
9153
|
+
left: -4px;
|
|
9156
9154
|
opacity: 0;
|
|
9157
9155
|
position: absolute;
|
|
9158
|
-
top:
|
|
9159
|
-
width:
|
|
9156
|
+
top: 0;
|
|
9157
|
+
width: 24px;
|
|
9160
9158
|
z-index: 1;
|
|
9161
9159
|
}
|
|
9162
9160
|
html:not(#__):not(#___) .cadmin .custom-control-input:focus-visible ~ .custom-control-label::before,
|
|
9163
9161
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .custom-control-input:focus ~ .custom-control-label::before {
|
|
9164
9162
|
border-color: #6b6c7e;
|
|
9163
|
+
}
|
|
9164
|
+
html:not(#__):not(#___) .cadmin .custom-control-input:focus-visible ~ .custom-control-label::after,
|
|
9165
|
+
html:not(#__):not(#___) .c-prefers-focus .cadmin .custom-control-input:focus ~ .custom-control-label::after {
|
|
9165
9166
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
9166
9167
|
}
|
|
9167
9168
|
|
|
@@ -9210,7 +9211,7 @@ html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input ~ .custom
|
|
|
9210
9211
|
}
|
|
9211
9212
|
html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
|
|
9212
9213
|
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");
|
|
9213
|
-
background-size:
|
|
9214
|
+
background-size: 16px;
|
|
9214
9215
|
}
|
|
9215
9216
|
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 {
|
|
9216
9217
|
background-color: #b3cdff;
|
|
@@ -9234,7 +9235,7 @@ html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:indetermi
|
|
|
9234
9235
|
}
|
|
9235
9236
|
html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
|
|
9236
9237
|
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='M384%20288H128c-42.7%200-42.7-64%200-64h256c42.7%200%2042.7%2064%200%2064z'%20fill='%23fff'/%3E%3C/svg%3E");
|
|
9237
|
-
background-size:
|
|
9238
|
+
background-size: 16px;
|
|
9238
9239
|
}
|
|
9239
9240
|
html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:indeterminate[disabled] ~ .custom-control-label::before, html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:indeterminate:disabled ~ .custom-control-label::before {
|
|
9240
9241
|
background-color: #b3cdff;
|
|
@@ -9261,7 +9262,7 @@ html:not(#__):not(#___) .cadmin .custom-radio .custom-control-input[disabled] ~
|
|
|
9261
9262
|
}
|
|
9262
9263
|
html:not(#__):not(#___) .cadmin .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
|
|
9263
9264
|
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");
|
|
9264
|
-
background-size:
|
|
9265
|
+
background-size: 8px;
|
|
9265
9266
|
}
|
|
9266
9267
|
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 {
|
|
9267
9268
|
background-color: #b3cdff;
|
|
@@ -10705,23 +10706,6 @@ html:not(#__):not(#___) .cadmin .list-group {
|
|
|
10705
10706
|
margin-bottom: 24px;
|
|
10706
10707
|
padding-left: 0;
|
|
10707
10708
|
}
|
|
10708
|
-
html:not(#__):not(#___) .cadmin .list-group-bordered .list-group-item-flex {
|
|
10709
|
-
padding: 0;
|
|
10710
|
-
}
|
|
10711
|
-
html:not(#__):not(#___) .cadmin .list-group-bordered .list-group-item-flex.active .autofit-col {
|
|
10712
|
-
border-color: #e7e7ed;
|
|
10713
|
-
}
|
|
10714
|
-
html:not(#__):not(#___) .cadmin .list-group-bordered .autofit-col {
|
|
10715
|
-
border-left: 1px solid #e7e7ed;
|
|
10716
|
-
border-right: 1px solid #e7e7ed;
|
|
10717
|
-
margin-left: -1px;
|
|
10718
|
-
padding: 16px 16px;
|
|
10719
|
-
}
|
|
10720
|
-
html:not(#__):not(#___) .cadmin .list-group-bordered .autofit-col:first-child, html:not(#__):not(#___) .cadmin .list-group-bordered .autofit-col:last-child {
|
|
10721
|
-
border-left-width: 0;
|
|
10722
|
-
border-right-width: 0;
|
|
10723
|
-
margin-left: 0;
|
|
10724
|
-
}
|
|
10725
10709
|
html:not(#__):not(#___) .cadmin .list-group-header {
|
|
10726
10710
|
align-items: center;
|
|
10727
10711
|
background-color: #f7f8f9;
|
|
@@ -11041,110 +11025,6 @@ html:not(#__):not(#___) .cadmin .sidebar-list-group .list-group-item > .autofit-
|
|
|
11041
11025
|
html:not(#__):not(#___) .cadmin .sidebar-list-group .list-group-item > .autofit-col:last-child, html:not(#__):not(#___) .cadmin .list-group-flush .list-group-item > .autofit-col:last-child {
|
|
11042
11026
|
padding-right: 0;
|
|
11043
11027
|
}
|
|
11044
|
-
html:not(#__):not(#___) .cadmin .list-group-item-primary {
|
|
11045
|
-
background-color: #bbd2ff;
|
|
11046
|
-
color: #063185;
|
|
11047
|
-
}
|
|
11048
|
-
html:not(#__):not(#___) .cadmin .list-group-item-primary.list-group-item-action:hover, html:not(#__):not(#___) .cadmin .list-group-item-primary.list-group-item-action:focus {
|
|
11049
|
-
background-color: #a2c1ff;
|
|
11050
|
-
color: #063185;
|
|
11051
|
-
}
|
|
11052
|
-
html:not(#__):not(#___) .cadmin .list-group-item-primary.list-group-item-action.active {
|
|
11053
|
-
background-color: #063185;
|
|
11054
|
-
border-color: #063185;
|
|
11055
|
-
color: #fff;
|
|
11056
|
-
}
|
|
11057
|
-
html:not(#__):not(#___) .cadmin .list-group-item-secondary {
|
|
11058
|
-
background-color: #d6d6db;
|
|
11059
|
-
color: #383842;
|
|
11060
|
-
}
|
|
11061
|
-
html:not(#__):not(#___) .cadmin .list-group-item-secondary.list-group-item-action:hover, html:not(#__):not(#___) .cadmin .list-group-item-secondary.list-group-item-action:focus {
|
|
11062
|
-
background-color: #c8c8cf;
|
|
11063
|
-
color: #383842;
|
|
11064
|
-
}
|
|
11065
|
-
html:not(#__):not(#___) .cadmin .list-group-item-secondary.list-group-item-action.active {
|
|
11066
|
-
background-color: #383842;
|
|
11067
|
-
border-color: #383842;
|
|
11068
|
-
color: #fff;
|
|
11069
|
-
}
|
|
11070
|
-
html:not(#__):not(#___) .cadmin .list-group-item-success {
|
|
11071
|
-
background-color: #c3dbc8;
|
|
11072
|
-
color: #15411f;
|
|
11073
|
-
}
|
|
11074
|
-
html:not(#__):not(#___) .cadmin .list-group-item-success.list-group-item-action:hover, html:not(#__):not(#___) .cadmin .list-group-item-success.list-group-item-action:focus {
|
|
11075
|
-
background-color: #b3d1b9;
|
|
11076
|
-
color: #15411f;
|
|
11077
|
-
}
|
|
11078
|
-
html:not(#__):not(#___) .cadmin .list-group-item-success.list-group-item-action.active {
|
|
11079
|
-
background-color: #15411f;
|
|
11080
|
-
border-color: #15411f;
|
|
11081
|
-
color: #fff;
|
|
11082
|
-
}
|
|
11083
|
-
html:not(#__):not(#___) .cadmin .list-group-item-info {
|
|
11084
|
-
background-color: #c4d1e8;
|
|
11085
|
-
color: #182f59;
|
|
11086
|
-
}
|
|
11087
|
-
html:not(#__):not(#___) .cadmin .list-group-item-info.list-group-item-action:hover, html:not(#__):not(#___) .cadmin .list-group-item-info.list-group-item-action:focus {
|
|
11088
|
-
background-color: #b2c3e1;
|
|
11089
|
-
color: #182f59;
|
|
11090
|
-
}
|
|
11091
|
-
html:not(#__):not(#___) .cadmin .list-group-item-info.list-group-item-action.active {
|
|
11092
|
-
background-color: #182f59;
|
|
11093
|
-
border-color: #182f59;
|
|
11094
|
-
color: #fff;
|
|
11095
|
-
}
|
|
11096
|
-
html:not(#__):not(#___) .cadmin .list-group-item-warning {
|
|
11097
|
-
background-color: #ebceb8;
|
|
11098
|
-
color: #602a00;
|
|
11099
|
-
}
|
|
11100
|
-
html:not(#__):not(#___) .cadmin .list-group-item-warning.list-group-item-action:hover, html:not(#__):not(#___) .cadmin .list-group-item-warning.list-group-item-action:focus {
|
|
11101
|
-
background-color: #e5c0a4;
|
|
11102
|
-
color: #602a00;
|
|
11103
|
-
}
|
|
11104
|
-
html:not(#__):not(#___) .cadmin .list-group-item-warning.list-group-item-action.active {
|
|
11105
|
-
background-color: #602a00;
|
|
11106
|
-
border-color: #602a00;
|
|
11107
|
-
color: #fff;
|
|
11108
|
-
}
|
|
11109
|
-
html:not(#__):not(#___) .cadmin .list-group-item-danger {
|
|
11110
|
-
background-color: #f5bdbd;
|
|
11111
|
-
color: #710a0a;
|
|
11112
|
-
}
|
|
11113
|
-
html:not(#__):not(#___) .cadmin .list-group-item-danger.list-group-item-action:hover, html:not(#__):not(#___) .cadmin .list-group-item-danger.list-group-item-action:focus {
|
|
11114
|
-
background-color: #f2a7a7;
|
|
11115
|
-
color: #710a0a;
|
|
11116
|
-
}
|
|
11117
|
-
html:not(#__):not(#___) .cadmin .list-group-item-danger.list-group-item-action.active {
|
|
11118
|
-
background-color: #710a0a;
|
|
11119
|
-
border-color: #710a0a;
|
|
11120
|
-
color: #fff;
|
|
11121
|
-
}
|
|
11122
|
-
html:not(#__):not(#___) .cadmin .list-group-item-light {
|
|
11123
|
-
background-color: #fbfbfc;
|
|
11124
|
-
color: #7d7e7f;
|
|
11125
|
-
}
|
|
11126
|
-
html:not(#__):not(#___) .cadmin .list-group-item-light.list-group-item-action:hover, html:not(#__):not(#___) .cadmin .list-group-item-light.list-group-item-action:focus {
|
|
11127
|
-
background-color: #ececf1;
|
|
11128
|
-
color: #7d7e7f;
|
|
11129
|
-
}
|
|
11130
|
-
html:not(#__):not(#___) .cadmin .list-group-item-light.list-group-item-action.active {
|
|
11131
|
-
background-color: #7d7e7f;
|
|
11132
|
-
border-color: #7d7e7f;
|
|
11133
|
-
color: #fff;
|
|
11134
|
-
}
|
|
11135
|
-
html:not(#__):not(#___) .cadmin .list-group-item-dark {
|
|
11136
|
-
background-color: #c3c3c6;
|
|
11137
|
-
color: #14151b;
|
|
11138
|
-
}
|
|
11139
|
-
html:not(#__):not(#___) .cadmin .list-group-item-dark.list-group-item-action:hover, html:not(#__):not(#___) .cadmin .list-group-item-dark.list-group-item-action:focus {
|
|
11140
|
-
background-color: #b6b6ba;
|
|
11141
|
-
color: #14151b;
|
|
11142
|
-
}
|
|
11143
|
-
html:not(#__):not(#___) .cadmin .list-group-item-dark.list-group-item-action.active {
|
|
11144
|
-
background-color: #14151b;
|
|
11145
|
-
border-color: #14151b;
|
|
11146
|
-
color: #fff;
|
|
11147
|
-
}
|
|
11148
11028
|
html:not(#__):not(#___) .cadmin .show-quick-actions-on-hover .list-group-item:not(.active):hover .quick-action-menu {
|
|
11149
11029
|
display: flex;
|
|
11150
11030
|
}
|
|
@@ -11159,22 +11039,12 @@ html:not(#__):not(#___) .cadmin .list-group .quick-action-menu {
|
|
|
11159
11039
|
padding-bottom: 16px;
|
|
11160
11040
|
padding-top: 16px;
|
|
11161
11041
|
}
|
|
11162
|
-
html:not(#__):not(#___) .cadmin .list-group-bordered .quick-action-menu {
|
|
11163
|
-
margin-bottom: 0;
|
|
11164
|
-
margin-top: 0;
|
|
11165
|
-
padding-bottom: 16px;
|
|
11166
|
-
padding-top: 16px;
|
|
11167
|
-
}
|
|
11168
11042
|
html:not(#__):not(#___) .cadmin .list-group-item-flex.active .quick-action-menu {
|
|
11169
11043
|
background-color: #f0f5ff;
|
|
11170
11044
|
}
|
|
11171
11045
|
html:not(#__):not(#___) .cadmin .list-group-item-flex.active .quick-action-item {
|
|
11172
11046
|
color: #272833;
|
|
11173
11047
|
}
|
|
11174
|
-
html:not(#__):not(#___) .cadmin .list-group-notification.list-group-bordered .quick-action-menu {
|
|
11175
|
-
margin-bottom: 1px;
|
|
11176
|
-
margin-top: 1px;
|
|
11177
|
-
}
|
|
11178
11048
|
html:not(#__):not(#___) .cadmin .list-group-notification .list-group-item {
|
|
11179
11049
|
border-width: 0;
|
|
11180
11050
|
}
|
|
@@ -17122,9 +16992,6 @@ html:not(#__):not(#___) .cadmin .c-slideout .sidebar {
|
|
|
17122
16992
|
position: relative;
|
|
17123
16993
|
width: 320px;
|
|
17124
16994
|
}
|
|
17125
|
-
html:not(#__):not(#___) .cadmin .c-slideout .sidebar .sidebar-header {
|
|
17126
|
-
border-bottom-width: 1px;
|
|
17127
|
-
}
|
|
17128
16995
|
html:not(#__):not(#___) .cadmin .c-slideout .sidebar .sidebar-body {
|
|
17129
16996
|
flex-grow: 1;
|
|
17130
16997
|
overflow: visible;
|
|
@@ -17132,9 +16999,6 @@ html:not(#__):not(#___) .cadmin .c-slideout .sidebar .sidebar-body {
|
|
|
17132
16999
|
html:not(#__):not(#___) .cadmin .c-slideout .sidebar .sidebar-footer {
|
|
17133
17000
|
border-top-width: 1px;
|
|
17134
17001
|
}
|
|
17135
|
-
html:not(#__):not(#___) .cadmin .c-slideout .sidebar .sidebar-header {
|
|
17136
|
-
border-bottom-width: 1px;
|
|
17137
|
-
}
|
|
17138
17002
|
html:not(#__):not(#___) .cadmin .c-slideout .sidebar .sidebar-body {
|
|
17139
17003
|
flex-grow: 1;
|
|
17140
17004
|
overflow: visible;
|