File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 10
10
</v-card-title >
11
11
<v-card-text >
12
12
<v-form ref =" form" lazy-validation >
13
- <v-text-field
14
- v-model =" email"
15
- :rules =" emailRules"
16
- label =" E-mail"
17
- required
18
- ></v-text-field >
13
+ <v-text-field v-model =" email" :rules =" emailRules" label =" E-mail" required ></v-text-field >
19
14
<v-text-field
20
15
v-model =" password"
21
16
:append-icon =" e3 ? 'visibility' : 'visibility_off'"
@@ -212,25 +207,25 @@ export default {
212
207
213
208
.facebook {
214
209
background : #3b5998 !important ;
215
- color : white ;
210
+ color : white !important ;
216
211
width : 100% ;
217
212
}
218
213
219
214
.github {
220
215
background : black !important ;
221
- color : #fff ;
216
+ color : #fff !important ;
222
217
width : 100% ;
223
218
}
224
219
225
220
.twitter {
226
221
background : #1da1f2 !important ;
227
- color : #fff ;
222
+ color : #fff !important ;
228
223
width : 100% ;
229
224
}
230
225
231
226
.google {
232
227
background : #727272 !important ;
233
- color : #fff ;
228
+ color : #fff !important ;
234
229
width : 100% ;
235
230
}
236
231
</style >
You can’t perform that action at this time.
0 commit comments