profilpage/scss/_loader.scss
2021-06-25 17:41:11 +02:00

14 lines
188 B
SCSS

#loader{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#loading{
font-size: 500%;
}
#loading-circle{
height: 120px;
width: 120px;
}