profilpage/scss/_loader.scss

14 lines
188 B
SCSS
Raw Permalink Normal View History

2021-06-25 17:41:11 +02:00
#loader{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#loading{
font-size: 500%;
}
#loading-circle{
height: 120px;
width: 120px;
}