@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/atlas.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>
|
|
@@ -30327,7 +30327,6 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
30327
30327
|
}
|
|
30328
30328
|
}
|
|
30329
30329
|
.loading-animation {
|
|
30330
|
-
animation: loading-animation-circle 1s linear infinite;
|
|
30331
30330
|
display: block;
|
|
30332
30331
|
height: 1em;
|
|
30333
30332
|
margin-left: auto;
|
|
@@ -30338,17 +30337,20 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
30338
30337
|
width: 1em;
|
|
30339
30338
|
}
|
|
30340
30339
|
.loading-animation::before {
|
|
30340
|
+
animation: loading-animation-circle 1s linear infinite;
|
|
30341
30341
|
border-radius: 50%;
|
|
30342
30342
|
box-shadow: -0.03125em -0.375em 0 0 currentColor;
|
|
30343
30343
|
content: "";
|
|
30344
30344
|
height: 0.25em;
|
|
30345
30345
|
left: 50%;
|
|
30346
|
+
margin-left: -0.125em;
|
|
30347
|
+
margin-top: -0.125em;
|
|
30346
30348
|
position: absolute;
|
|
30347
30349
|
top: 50%;
|
|
30348
|
-
transform: translate(-50%, -50%);
|
|
30349
30350
|
width: 0.25em;
|
|
30350
30351
|
}
|
|
30351
30352
|
.loading-animation::after {
|
|
30353
|
+
animation: loading-animation-circle 1s linear infinite;
|
|
30352
30354
|
background-color: currentColor;
|
|
30353
30355
|
border-radius: 50%;
|
|
30354
30356
|
content: "";
|