pb-sxp-ui 1.16.8 → 1.16.9
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/dist/index.css +1 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -1017,6 +1017,7 @@ a:active {
|
|
1017
1017
|
background: conic-gradient(from 0deg at 50% 50%, transparent 0%, #fff 6.25%, transparent 12.5%);
|
1018
1018
|
-webkit-animation: index-module_rotate__5zJec 6s linear infinite;
|
1019
1019
|
animation: index-module_rotate__5zJec 6s linear infinite;
|
1020
|
+
z-index: -1;
|
1020
1021
|
}
|
1021
1022
|
.index-module_gridItem__KrJP6::after {
|
1022
1023
|
content: '';
|