@clayui/css 3.158.0 → 3.159.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 +11 -6
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +11 -6
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +7 -2
- package/lib/css/cadmin.css.map +1 -1
- package/package.json +2 -1
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/cadmin/variables/_stickers.scss +11 -0
- package/src/scss/components/_custom-forms.scss +4 -3
- package/src/scss/variables/_custom-forms.scss +4 -2
- package/src/scss/variables/_forms.scss +9 -7
- package/src/scss/variables/_stickers.scss +11 -0
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.158.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>
|
|
@@ -5584,6 +5584,11 @@ input[type=button].btn-block {
|
|
|
5584
5584
|
background-color: #fff;
|
|
5585
5585
|
color: #272833;
|
|
5586
5586
|
}
|
|
5587
|
+
.sticker-outline {
|
|
5588
|
+
background-color: #e5f1ff;
|
|
5589
|
+
border: 1px solid #005fcc;
|
|
5590
|
+
color: #005fcc;
|
|
5591
|
+
}
|
|
5587
5592
|
.sticker-outline-0 {
|
|
5588
5593
|
background-color: #f1f2f5;
|
|
5589
5594
|
border: 1px solid #272833;
|
|
@@ -7926,10 +7931,10 @@ div.form-control-sm {
|
|
|
7926
7931
|
display: flex;
|
|
7927
7932
|
flex-wrap: wrap;
|
|
7928
7933
|
height: auto;
|
|
7929
|
-
padding-bottom: 0.
|
|
7934
|
+
padding-bottom: calc((2.5rem - 0.0625rem - 0.0625rem - 1.5rem - 0.3125rem - 0.3125rem) * 0.5);
|
|
7930
7935
|
padding-left: 0.5rem;
|
|
7931
7936
|
padding-right: 0.5rem;
|
|
7932
|
-
padding-top: 0.
|
|
7937
|
+
padding-top: calc((2.5rem - 0.0625rem - 0.0625rem - 1.5rem - 0.3125rem - 0.3125rem) * 0.5);
|
|
7933
7938
|
}
|
|
7934
7939
|
.form-control-tag-group .autofit-row {
|
|
7935
7940
|
align-items: center;
|
|
@@ -10158,8 +10163,8 @@ label.custom-control-label {
|
|
|
10158
10163
|
.custom-switch .custom-control-label::after {
|
|
10159
10164
|
background-color: #6b6c7e;
|
|
10160
10165
|
border-radius: 0.5rem;
|
|
10161
|
-
height: 0.
|
|
10162
|
-
left: -
|
|
10166
|
+
height: calc(1rem - 0.0625rem * 4);
|
|
10167
|
+
left: calc(0.0625rem * 2 - (1.75rem + 0.5rem));
|
|
10163
10168
|
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
10164
10169
|
}
|
|
10165
10170
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -10173,7 +10178,7 @@ label.custom-control-label {
|
|
|
10173
10178
|
|
|
10174
10179
|
.custom-switch .custom-control-label::after {
|
|
10175
10180
|
top: calc((1rem * 1.5 - 1rem) * 0.5 + 0.0625rem * 2);
|
|
10176
|
-
width: 0.
|
|
10181
|
+
width: calc(1rem - 0.0625rem * 4);
|
|
10177
10182
|
}
|
|
10178
10183
|
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
|
|
10179
10184
|
background-color: #fff;
|