mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
14 lines
210 B
SCSS
14 lines
210 B
SCSS
@import 'src/styles/variables';
|
|
|
|
.screen {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: $gap;
|
|
|
|
&.align-top {
|
|
align-items: flex-start;
|
|
}
|
|
}
|