@clayui/css 3.60.0 → 3.60.1
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 +5 -3
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +5 -3
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +6 -4
- 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/variables/_loaders.scss +4 -2
- package/src/scss/variables/_loaders.scss +4 -2
package/lib/css/base.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.60.
|
|
3
|
+
* Clay 3.60.1
|
|
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>
|
|
@@ -27896,7 +27896,6 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
27896
27896
|
}
|
|
27897
27897
|
}
|
|
27898
27898
|
.loading-animation {
|
|
27899
|
-
animation: loading-animation-circle 1s linear infinite;
|
|
27900
27899
|
display: block;
|
|
27901
27900
|
height: 1em;
|
|
27902
27901
|
margin-left: auto;
|
|
@@ -27907,17 +27906,20 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
27907
27906
|
width: 1em;
|
|
27908
27907
|
}
|
|
27909
27908
|
.loading-animation::before {
|
|
27909
|
+
animation: loading-animation-circle 1s linear infinite;
|
|
27910
27910
|
border-radius: 50%;
|
|
27911
27911
|
box-shadow: -0.03125em -0.375em 0 0 currentColor;
|
|
27912
27912
|
content: "";
|
|
27913
27913
|
height: 0.25em;
|
|
27914
27914
|
left: 50%;
|
|
27915
|
+
margin-left: -0.125em;
|
|
27916
|
+
margin-top: -0.125em;
|
|
27915
27917
|
position: absolute;
|
|
27916
27918
|
top: 50%;
|
|
27917
|
-
transform: translate(-50%, -50%);
|
|
27918
27919
|
width: 0.25em;
|
|
27919
27920
|
}
|
|
27920
27921
|
.loading-animation::after {
|
|
27922
|
+
animation: loading-animation-circle 1s linear infinite;
|
|
27921
27923
|
background-color: currentColor;
|
|
27922
27924
|
border-radius: 50%;
|
|
27923
27925
|
content: "";
|