You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
354 B
20 lines
354 B
.preloading-animate{
|
|
background:#ffffff;
|
|
width:100%;
|
|
height:100%;
|
|
position:fixed;
|
|
left:0;
|
|
top:0;
|
|
z-index:299;
|
|
}
|
|
.preloading-animate .preloading-wrapper{
|
|
position:absolute;
|
|
width:5rem;
|
|
height:5rem;
|
|
left:50%;
|
|
top:50%;
|
|
transform:translate(-50%,-50%);
|
|
}
|
|
.preloading-animate .preloading-wrapper .preloading-balls{
|
|
font-size:5rem;
|
|
} |