mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
16 lines
272 B
SCSS
16 lines
272 B
SCSS
@import "src/styles/variables";
|
|
|
|
.wrap {
|
|
padding: $gap * 2;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-height: 33vh;
|
|
}
|
|
|
|
.title {
|
|
text-transform: uppercase;
|
|
font: $font_20_semibold;
|
|
margin-bottom: $gap * 2;
|
|
}
|