@clayui/css 3.150.0 → 3.152.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 +13 -9
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +9 -5
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +13 -9
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/click.svg +9 -0
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/semantic-search.svg +3 -3
- package/lib/images/icons/shopping-cart.svg +3 -4
- package/package.json +2 -2
- package/src/images/icons/click.svg +9 -0
- package/src/images/icons/semantic-search.svg +3 -3
- package/src/images/icons/shopping-cart.svg +3 -4
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_buttons.scss +1 -1
- package/src/scss/cadmin/components/_input-groups.scss +5 -0
- package/src/scss/cadmin/variables/_buttons.scss +1 -1
- package/src/scss/cadmin/variables/_forms.scss +4 -4
- package/src/scss/components/_input-groups.scss +5 -0
- package/src/scss/functions/_lx-icons-generated.scss +4 -2
- package/src/scss/variables/_forms.scss +4 -4
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.152.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>
|
|
@@ -1311,7 +1311,7 @@ fieldset:disabled a.btn:active {
|
|
|
1311
1311
|
.btn-group-sm .btn-group > .btn, .btn-sm {
|
|
1312
1312
|
border-radius: 0.1875rem;
|
|
1313
1313
|
font-size: 0.875rem;
|
|
1314
|
-
line-height: 1
|
|
1314
|
+
line-height: 1;
|
|
1315
1315
|
padding-bottom: 0.4375rem;
|
|
1316
1316
|
padding-left: 0.75rem;
|
|
1317
1317
|
padding-right: 0.75rem;
|
|
@@ -3635,7 +3635,7 @@ input[type=button].btn-block {
|
|
|
3635
3635
|
.alert .alert-btn {
|
|
3636
3636
|
border-radius: 0.1875rem;
|
|
3637
3637
|
font-size: 0.875rem;
|
|
3638
|
-
line-height: 1
|
|
3638
|
+
line-height: 1;
|
|
3639
3639
|
padding-bottom: 0.4375rem;
|
|
3640
3640
|
padding-left: 0.75rem;
|
|
3641
3641
|
padding-right: 0.75rem;
|
|
@@ -8894,7 +8894,7 @@ button.link-outline {
|
|
|
8894
8894
|
font-size: 0.875rem;
|
|
8895
8895
|
font-weight: 600;
|
|
8896
8896
|
justify-content: center;
|
|
8897
|
-
line-height: 1
|
|
8897
|
+
line-height: 1;
|
|
8898
8898
|
padding-bottom: 0.4375rem;
|
|
8899
8899
|
padding-left: 0.75rem;
|
|
8900
8900
|
padding-right: 0.75rem;
|
|
@@ -12058,7 +12058,7 @@ label.custom-control-label {
|
|
|
12058
12058
|
}
|
|
12059
12059
|
.sidebar-sm .input-group > .input-group-item > .btn, .form-group-sm .input-group > .input-group-item > .btn, .input-group-sm > .input-group-item > .btn {
|
|
12060
12060
|
font-size: 0.875rem;
|
|
12061
|
-
line-height: 1
|
|
12061
|
+
line-height: 1;
|
|
12062
12062
|
padding-bottom: 0.4375rem;
|
|
12063
12063
|
padding-left: 0.75rem;
|
|
12064
12064
|
padding-right: 0.75rem;
|
|
@@ -12185,8 +12185,8 @@ label.custom-control-label {
|
|
|
12185
12185
|
border-top-width: 0.0625rem;
|
|
12186
12186
|
display: flex;
|
|
12187
12187
|
margin-bottom: 0;
|
|
12188
|
-
padding-left:
|
|
12189
|
-
padding-right:
|
|
12188
|
+
padding-left: 4px;
|
|
12189
|
+
padding-right: 4px;
|
|
12190
12190
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
12191
12191
|
}
|
|
12192
12192
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -12204,8 +12204,8 @@ label.custom-control-label {
|
|
|
12204
12204
|
height: 75%;
|
|
12205
12205
|
justify-content: center;
|
|
12206
12206
|
line-height: 1;
|
|
12207
|
-
margin-left: 0.
|
|
12208
|
-
margin-right: 0.
|
|
12207
|
+
margin-left: 0.25rem;
|
|
12208
|
+
margin-right: 0.25rem;
|
|
12209
12209
|
padding-bottom: 0;
|
|
12210
12210
|
padding-left: 0.5rem;
|
|
12211
12211
|
padding-right: 0.5rem;
|
|
@@ -12242,6 +12242,10 @@ label.custom-control-label {
|
|
|
12242
12242
|
.input-group .input-group-inset-item .form-file .btn {
|
|
12243
12243
|
height: 100%;
|
|
12244
12244
|
}
|
|
12245
|
+
.input-group .input-group-inset-item .sticker {
|
|
12246
|
+
margin-left: 0.75rem;
|
|
12247
|
+
margin-right: 0.5rem;
|
|
12248
|
+
}
|
|
12245
12249
|
.input-group .input-group-inset-icon {
|
|
12246
12250
|
align-items: center;
|
|
12247
12251
|
display: flex;
|