@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/base.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>
|
|
@@ -11524,8 +11524,8 @@ label.custom-control-label {
|
|
|
11524
11524
|
border-top-width: 0.0625rem;
|
|
11525
11525
|
display: flex;
|
|
11526
11526
|
margin-bottom: 0;
|
|
11527
|
-
padding-left:
|
|
11528
|
-
padding-right:
|
|
11527
|
+
padding-left: 4px;
|
|
11528
|
+
padding-right: 4px;
|
|
11529
11529
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
11530
11530
|
}
|
|
11531
11531
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -11543,8 +11543,8 @@ label.custom-control-label {
|
|
|
11543
11543
|
height: 75%;
|
|
11544
11544
|
justify-content: center;
|
|
11545
11545
|
line-height: 1;
|
|
11546
|
-
margin-left: 0.
|
|
11547
|
-
margin-right: 0.
|
|
11546
|
+
margin-left: 0.25rem;
|
|
11547
|
+
margin-right: 0.25rem;
|
|
11548
11548
|
padding-bottom: 0;
|
|
11549
11549
|
padding-left: 0.5rem;
|
|
11550
11550
|
padding-right: 0.5rem;
|
|
@@ -11581,6 +11581,10 @@ label.custom-control-label {
|
|
|
11581
11581
|
.input-group .input-group-inset-item .form-file .btn {
|
|
11582
11582
|
height: 100%;
|
|
11583
11583
|
}
|
|
11584
|
+
.input-group .input-group-inset-item .sticker {
|
|
11585
|
+
margin-left: 0.75rem;
|
|
11586
|
+
margin-right: 0.5rem;
|
|
11587
|
+
}
|
|
11584
11588
|
.input-group .input-group-inset-icon {
|
|
11585
11589
|
align-items: center;
|
|
11586
11590
|
display: flex;
|