mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
22 lines
321 B
SCSS
22 lines
321 B
SCSS
@import 'src/styles/variables';
|
|
|
|
.button {
|
|
flex: 0 0 48px;
|
|
}
|
|
|
|
.container {
|
|
min-height: 200px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
padding: $gap;
|
|
}
|
|
|
|
.text {
|
|
text-align: center;
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|