added loader #2235

This commit is contained in:
2024-01-15 15:51:07 +01:00
parent cc49b939d0
commit 26338792b5
4 changed files with 40 additions and 3 deletions

View File

@@ -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: " ";
}
}
}