@clayui/css 3.151.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 +9 -5
- 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 +10 -6
- 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/cadmin/components/_input-groups.scss +5 -0
- package/src/scss/cadmin/variables/_forms.scss +4 -4
- package/src/scss/components/_input-groups.scss +5 -0
- 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>
|
|
@@ -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;
|