login page refactoring

This commit is contained in:
memeriau
2021-11-27 16:19:48 +01:00
parent 7ecb2e70a1
commit d432970a37
7 changed files with 99 additions and 79 deletions

View File

@@ -6,6 +6,16 @@
}
}
@mixin flex-center {
display: flex;
justify-content: center;
align-content: center;
}
@mixin page-wrapper-center {
@include flex-center;
}
@mixin page-content-wrapper {
margin: 10px;
padding: 10px;