Skip to content

Commit 848217f

Browse files
committed
update Login.vue
1 parent c17b967 commit 848217f

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

src/components/auth/Login.vue

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@
1010
</v-card-title>
1111
<v-card-text>
1212
<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>
1914
<v-text-field
2015
v-model="password"
2116
:append-icon="e3 ? 'visibility' : 'visibility_off'"
@@ -212,25 +207,25 @@ export default {
212207
213208
.facebook {
214209
background: #3b5998 !important;
215-
color: white;
210+
color: white !important;
216211
width: 100%;
217212
}
218213
219214
.github {
220215
background: black !important;
221-
color: #fff;
216+
color: #fff !important;
222217
width: 100%;
223218
}
224219
225220
.twitter {
226221
background: #1da1f2 !important;
227-
color: #fff;
222+
color: #fff !important;
228223
width: 100%;
229224
}
230225
231226
.google {
232227
background: #727272 !important;
233-
color: #fff;
228+
color: #fff !important;
234229
width: 100%;
235230
}
236231
</style>

0 commit comments

Comments
 (0)