@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/base.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>
|
|
@@ -5430,6 +5430,11 @@ input[type=button].btn-block {
|
|
|
5430
5430
|
background-color: #343a40;
|
|
5431
5431
|
color: #fff;
|
|
5432
5432
|
}
|
|
5433
|
+
.sticker-outline {
|
|
5434
|
+
background-color: #e5f1ff;
|
|
5435
|
+
border: 1px solid #005fcc;
|
|
5436
|
+
color: #005fcc;
|
|
5437
|
+
}
|
|
5433
5438
|
.sticker-outline-0 {
|
|
5434
5439
|
background-color: #f8f9fa;
|
|
5435
5440
|
border: 1px solid #343a40;
|
|
@@ -7668,10 +7673,10 @@ div.form-control-sm {
|
|
|
7668
7673
|
display: flex;
|
|
7669
7674
|
flex-wrap: wrap;
|
|
7670
7675
|
height: auto;
|
|
7671
|
-
padding-bottom: 0.25rem;
|
|
7676
|
+
padding-bottom: calc((2.375rem - 0.0625rem - 0.0625rem - 1.25rem - 0.25rem - 0.25rem) * 0.5);
|
|
7672
7677
|
padding-left: 0.5rem;
|
|
7673
7678
|
padding-right: 0.5rem;
|
|
7674
|
-
padding-top: 0.25rem;
|
|
7679
|
+
padding-top: calc((2.375rem - 0.0625rem - 0.0625rem - 1.25rem - 0.25rem - 0.25rem) * 0.5);
|
|
7675
7680
|
}
|
|
7676
7681
|
.form-control-tag-group .autofit-row {
|
|
7677
7682
|
align-items: center;
|
|
@@ -9609,8 +9614,8 @@ label.custom-control-label {
|
|
|
9609
9614
|
.custom-switch .custom-control-label::after {
|
|
9610
9615
|
background-color: #adb5bd;
|
|
9611
9616
|
border-radius: 0.5rem;
|
|
9612
|
-
height: 0.
|
|
9613
|
-
left: -
|
|
9617
|
+
height: calc(1rem - 0.0625rem * 4);
|
|
9618
|
+
left: calc(0.0625rem * 2 - (1.75rem + 0.5rem));
|
|
9614
9619
|
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;
|
|
9615
9620
|
}
|
|
9616
9621
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -9624,7 +9629,7 @@ label.custom-control-label {
|
|
|
9624
9629
|
|
|
9625
9630
|
.custom-switch .custom-control-label::after {
|
|
9626
9631
|
top: calc((1rem * 1.5 - 1rem) * 0.5 + 0.0625rem * 2);
|
|
9627
|
-
width: 0.
|
|
9632
|
+
width: calc(1rem - 0.0625rem * 4);
|
|
9628
9633
|
}
|
|
9629
9634
|
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
|
|
9630
9635
|
background-color: #fff;
|