soneta-ui-style
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
@import "./partial.scss";
|
||||
@import "./Variables.scss";
|
||||
|
||||
.overlay-screen-loader {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left:0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1000000;
|
||||
background-color: $loader_bg;
|
||||
|
||||
animation-name: loaderEnter;
|
||||
animation-iteration-count: 1;
|
||||
animation-timing-function: ease-in;
|
||||
animation-duration: 0.4s;
|
||||
|
||||
-webkit-animation-name: loaderEnter;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
-webkit-animation-timing-function: ease-in;
|
||||
-webkit-animation-duration: 0.4s;
|
||||
}
|
||||
Reference in New Issue
Block a user