Fix layout of login and selectserver pages

This commit is contained in:
Dmitry Lyzo 2020-07-25 18:43:16 +03:00
parent 800e516683
commit 29d0fa497a
3 changed files with 26 additions and 14 deletions

View file

@ -133,3 +133,13 @@ div[data-role=page] {
.w-100 {
width: 100%;
}
.margin-auto-x {
margin-left: auto;
margin-right: auto;
}
.margin-auto-y {
margin-top: auto;
margin-bottom: auto;
}