- Update Menu User Account: Login/SignUp

This commit is contained in:
Paolo Arena
2019-03-04 20:29:30 +01:00
parent c1ff996d4a
commit 0181708fc9
10 changed files with 93 additions and 35 deletions

View File

@@ -21,7 +21,7 @@
:before="[{icon: 'person', handler () {}}]"
@blur="$v.signin.username.$touch"
:error="$v.signin.username.$error"
:float-label="$t('reg.username')"></q-input>
:float-label="$t('reg.username_login')"></q-input>
</q-field>
<q-field

View File

@@ -3,3 +3,10 @@
margin: 0 auto;
max-width: 450px;
}
.wrapper {
display: flex;
align-items: center;
justify-content: center;
}

View File

@@ -79,8 +79,10 @@
<br>
<q-btn rounded size="lg" color="primary" @click="submitOk" :disabled='!allowSubmit'>{{$t('reg.submit')}}
<div class="wrapper">
<q-btn rounded size="lg" color="secondary" @click="submitOk" :disabled='!allowSubmit'>{{$t('reg.submit')}}
</q-btn>
</div>
<!--