mirror of
https://github.com/danbee/julep
synced 2025-03-04 08:59:10 +00:00
13 lines
241 B
SCSS
13 lines
241 B
SCSS
#loader {
|
|
position: fixed;
|
|
top: 45%;
|
|
left: 50%;
|
|
width: 52px;
|
|
height: 52px;
|
|
margin: -26px 0 0 -26px;
|
|
background: black url(../images/loader.gif) center center no-repeat;
|
|
border-radius: 26px;
|
|
opacity: 0.7;
|
|
display: none;
|
|
}
|