mirror of
https://github.com/owncast/owncast.git
synced 2024-12-26 02:58:32 +03:00
11 lines
124 B
SCSS
11 lines
124 B
SCSS
.spinner {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
}
|
|
|
|
.content {
|
|
display: block;
|
|
height: 100%;
|
|
padding: 2vw;
|
|
}
|