Style beta login pages
This commit is contained in:
parent
5e77ee0cee
commit
8f9750ebe8
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue