File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 73
73
justify-center
74
74
class =" pa-0"
75
75
>
76
- <v-card class =" px-5 py-3 " style =" margin-bottom : 10% ;" >
76
+ <v-card class =" px-5 py-5 " style =" margin-bottom : 10% ; border-radius : 15 px ;" >
77
77
<v-card-text >
78
78
<v-form
79
79
ref =" signInForm"
80
80
lazy-validation
81
81
v-model =" signInFormValid"
82
- style =" width : 300 px ;"
82
+ style =" width : 350 px ;"
83
83
>
84
84
85
85
<v-img
91
91
class =" mb-4"
92
92
/>
93
93
94
- <h2 class =" text-center pt-6 pb-4 " >
94
+ <h2 class =" text-center pt-4 pb-6 " >
95
95
{{ verification ? 'Two-step verification' : 'Log in to your account' }}
96
96
</h2 >
97
97
144
144
></v-text-field >
145
145
146
146
<v-btn
147
+ large
147
148
color =" primary"
148
149
@click =" signIn"
149
150
:disabled =" signInProcess"
150
151
block
151
152
v-if =" loginWithPassword"
153
+ rounded
152
154
>
153
155
{{ $t('signIn') }}
154
156
</v-btn >
155
157
156
158
<v-btn
159
+ large
157
160
v-for =" provider in oidcProviders"
158
161
:color =" provider.color || 'secondary'"
159
162
dark
160
- class =" mt-2 "
163
+ class =" mt-3 "
161
164
@click =" oidcSignIn(provider.id)"
162
165
block
163
166
:key =" provider.id"
167
+ rounded
164
168
>
165
169
<v-icon
166
170
left
You can’t perform that action at this time.
0 commit comments