added loader #2235
This commit is contained in:
@@ -88,6 +88,24 @@ body{
|
||||
top:50%;
|
||||
left:50%;
|
||||
z-index: 200;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
width: 150px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
// font-weight: 600;
|
||||
font-size: 1.134em;
|
||||
&::after{
|
||||
background: url(../assets/Ellipsis-5s-100px.svg);
|
||||
background-clip: content-box;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 150px; height: 30px;
|
||||
|
||||
border: #01ffe2;
|
||||
content: " ";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user