Style beta login pages

This commit is contained in:
Christian Cueni 2020-02-27 09:10:25 +01:00
parent 5e77ee0cee
commit 8f9750ebe8
2 changed files with 7 additions and 0 deletions

View File

@ -31,6 +31,7 @@ import Logo from '@/components/icons/Logo';
padding-left: $medium-spacing;
max-width: 800px;
min-width: 320px;
width: 100%;
margin: 0 auto;
}

View File

@ -154,9 +154,15 @@ export default {
}
.actions {
display: flex;
justify-content: space-between;
&__reset {
display: inline-block;
margin-left: $large-spacing;
padding: 15px;
line-height: 19px;
}
}