Files
kutt-extension/source/components/Loader.module.scss
2026-01-03 23:17:21 +05:30

11 lines
175 B
SCSS

.loader {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}