1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00
vault-frontend/src/containers/profile/ProfileLoader/styles.module.scss
2020-11-06 13:05:43 +07:00

8 lines
132 B
SCSS

@import "src/styles/variables";
.loader {
min-height: 33vh;
display: flex;
align-items: center;
justify-content: center;
}