mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
8 lines
132 B
SCSS
8 lines
132 B
SCSS
@import "src/styles/variables";
|
|
|
|
.loader {
|
|
min-height: 33vh;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|