@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/atlas.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>
|
|
@@ -6310,12 +6310,6 @@ input[type=button].btn-block {
|
|
|
6310
6310
|
position: absolute;
|
|
6311
6311
|
z-index: 1;
|
|
6312
6312
|
}
|
|
6313
|
-
.form-check-card .custom-control .custom-control-label::before {
|
|
6314
|
-
top: 0;
|
|
6315
|
-
}
|
|
6316
|
-
.form-check-card .custom-control .custom-control-label::after {
|
|
6317
|
-
top: 0;
|
|
6318
|
-
}
|
|
6319
6313
|
.form-check-card .custom-control .custom-control-input {
|
|
6320
6314
|
z-index: 2;
|
|
6321
6315
|
}
|
|
@@ -10074,8 +10068,8 @@ button.link-outline {
|
|
|
10074
10068
|
|
|
10075
10069
|
.custom-control {
|
|
10076
10070
|
display: block;
|
|
10077
|
-
margin-bottom:
|
|
10078
|
-
min-height: 1.
|
|
10071
|
+
margin-bottom: 0.5rem;
|
|
10072
|
+
min-height: 1.5rem;
|
|
10079
10073
|
position: relative;
|
|
10080
10074
|
text-align: left;
|
|
10081
10075
|
line-height: 1;
|
|
@@ -10094,7 +10088,7 @@ button.link-outline {
|
|
|
10094
10088
|
cursor: pointer;
|
|
10095
10089
|
font-size: 0.875rem;
|
|
10096
10090
|
font-weight: 400;
|
|
10097
|
-
line-height: 1.
|
|
10091
|
+
line-height: 1.5rem;
|
|
10098
10092
|
margin-bottom: 0;
|
|
10099
10093
|
position: static;
|
|
10100
10094
|
vertical-align: top;
|
|
@@ -10126,14 +10120,15 @@ button.link-outline {
|
|
|
10126
10120
|
}
|
|
10127
10121
|
|
|
10128
10122
|
.custom-control-label::after {
|
|
10129
|
-
background: no-repeat 50%/
|
|
10123
|
+
background: no-repeat 50%/8px 8px;
|
|
10124
|
+
border-radius: 5000px;
|
|
10130
10125
|
content: "";
|
|
10131
10126
|
display: block;
|
|
10132
|
-
height:
|
|
10133
|
-
left: 0;
|
|
10127
|
+
height: 1.5rem;
|
|
10128
|
+
left: -0.25rem;
|
|
10134
10129
|
position: absolute;
|
|
10135
|
-
top: 0.125rem;
|
|
10136
|
-
width:
|
|
10130
|
+
top: -0.125rem;
|
|
10131
|
+
width: 1.5rem;
|
|
10137
10132
|
}
|
|
10138
10133
|
|
|
10139
10134
|
label.custom-control-label {
|
|
@@ -10153,16 +10148,18 @@ label.custom-control-label {
|
|
|
10153
10148
|
}
|
|
10154
10149
|
.custom-control-input {
|
|
10155
10150
|
cursor: pointer;
|
|
10156
|
-
height:
|
|
10157
|
-
left: 0;
|
|
10151
|
+
height: 1.5rem;
|
|
10152
|
+
left: -0.25rem;
|
|
10158
10153
|
opacity: 0;
|
|
10159
10154
|
position: absolute;
|
|
10160
|
-
top: 0
|
|
10161
|
-
width:
|
|
10155
|
+
top: 0;
|
|
10156
|
+
width: 1.5rem;
|
|
10162
10157
|
z-index: 1;
|
|
10163
10158
|
}
|
|
10164
10159
|
.custom-control-input:focus-visible ~ .custom-control-label::before, .c-prefers-focus .custom-control-input:focus ~ .custom-control-label::before {
|
|
10165
10160
|
border-color: #6b6c7e;
|
|
10161
|
+
}
|
|
10162
|
+
.custom-control-input:focus-visible ~ .custom-control-label::after, .c-prefers-focus .custom-control-input:focus ~ .custom-control-label::after {
|
|
10166
10163
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
|
|
10167
10164
|
}
|
|
10168
10165
|
|
|
@@ -10216,7 +10213,7 @@ label.custom-control-label {
|
|
|
10216
10213
|
}
|
|
10217
10214
|
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
|
|
10218
10215
|
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");
|
|
10219
|
-
background-size:
|
|
10216
|
+
background-size: 1rem;
|
|
10220
10217
|
}
|
|
10221
10218
|
.custom-checkbox .custom-control-input:checked[disabled] ~ .custom-control-label::before, .custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::before {
|
|
10222
10219
|
background-color: #b3cdff;
|
|
@@ -10241,7 +10238,7 @@ label.custom-control-label {
|
|
|
10241
10238
|
}
|
|
10242
10239
|
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
|
|
10243
10240
|
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");
|
|
10244
|
-
background-size:
|
|
10241
|
+
background-size: 1rem;
|
|
10245
10242
|
}
|
|
10246
10243
|
.custom-checkbox .custom-control-input:indeterminate[disabled] ~ .custom-control-label::before, .custom-checkbox .custom-control-input:indeterminate:disabled ~ .custom-control-label::before {
|
|
10247
10244
|
background-color: #b3cdff;
|
|
@@ -10269,7 +10266,7 @@ label.custom-control-label {
|
|
|
10269
10266
|
}
|
|
10270
10267
|
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
|
|
10271
10268
|
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");
|
|
10272
|
-
background-size:
|
|
10269
|
+
background-size: 0.5rem;
|
|
10273
10270
|
}
|
|
10274
10271
|
.custom-radio .custom-control-input:checked[disabled] ~ .custom-control-label::before, .custom-radio .custom-control-input:checked:disabled ~ .custom-control-label::before {
|
|
10275
10272
|
background-color: #b3cdff;
|
|
@@ -21470,9 +21467,6 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
|
|
|
21470
21467
|
position: relative;
|
|
21471
21468
|
width: 320px;
|
|
21472
21469
|
}
|
|
21473
|
-
.c-slideout .sidebar .sidebar-header {
|
|
21474
|
-
border-bottom-width: 1px;
|
|
21475
|
-
}
|
|
21476
21470
|
.c-slideout .sidebar .sidebar-body {
|
|
21477
21471
|
flex-grow: 1;
|
|
21478
21472
|
overflow: visible;
|
|
@@ -21480,9 +21474,6 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
|
|
|
21480
21474
|
.c-slideout .sidebar .sidebar-footer {
|
|
21481
21475
|
border-top-width: 1px;
|
|
21482
21476
|
}
|
|
21483
|
-
.c-slideout .sidebar .sidebar-header {
|
|
21484
|
-
border-bottom-width: 1px;
|
|
21485
|
-
}
|
|
21486
21477
|
.c-slideout .sidebar .sidebar-body {
|
|
21487
21478
|
flex-grow: 1;
|
|
21488
21479
|
overflow: visible;
|