Fix CSS issue with login page due to input classes

This commit is contained in:
Dane Everitt 2018-06-16 12:43:32 -07:00
parent b8b9acd0e6
commit 24bb8da43d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
9 changed files with 18 additions and 14 deletions

View file

@ -5,7 +5,7 @@
>
<div class="flex flex-wrap -mx-3 mb-6">
<div class="input-open">
<input class="input" id="grid-email" type="email" aria-labelledby="grid-email-label" required
<input class="input open-label" id="grid-email" type="email" aria-labelledby="grid-email-label" required
ref="email"
v-bind:class="{ 'has-content': email.length > 0 }"
v-bind:readonly="showSpinner"