@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/cadmin.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>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Clay 3.60.
|
|
19
|
+
* Clay 3.60.1
|
|
20
20
|
*
|
|
21
21
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
22
22
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -25243,7 +25243,6 @@ html:not(#__):not(#___) .cadmin .invisible {
|
|
|
25243
25243
|
}
|
|
25244
25244
|
}
|
|
25245
25245
|
html:not(#__):not(#___) .cadmin .loading-animation {
|
|
25246
|
-
animation: cadmin-loading-animation-circle 1s linear infinite;
|
|
25247
25246
|
display: block;
|
|
25248
25247
|
height: 1em;
|
|
25249
25248
|
margin-left: auto;
|
|
@@ -25254,17 +25253,20 @@ html:not(#__):not(#___) .cadmin .loading-animation {
|
|
|
25254
25253
|
width: 1em;
|
|
25255
25254
|
}
|
|
25256
25255
|
html:not(#__):not(#___) .cadmin .loading-animation::before {
|
|
25256
|
+
animation: cadmin-loading-animation-circle 1s linear infinite;
|
|
25257
25257
|
border-radius: 50%;
|
|
25258
25258
|
box-shadow: -0.03125em -0.375em 0 0 currentColor;
|
|
25259
25259
|
content: "";
|
|
25260
25260
|
height: 0.25em;
|
|
25261
25261
|
left: 50%;
|
|
25262
|
+
margin-left: -0.125em;
|
|
25263
|
+
margin-top: -0.125em;
|
|
25262
25264
|
position: absolute;
|
|
25263
25265
|
top: 50%;
|
|
25264
|
-
transform: translate(-50%, -50%);
|
|
25265
25266
|
width: 0.25em;
|
|
25266
25267
|
}
|
|
25267
25268
|
html:not(#__):not(#___) .cadmin .loading-animation::after {
|
|
25269
|
+
animation: cadmin-loading-animation-circle 1s linear infinite;
|
|
25268
25270
|
background-color: currentColor;
|
|
25269
25271
|
border-radius: 50%;
|
|
25270
25272
|
content: "";
|