change icon on input
This commit is contained in:
parent
ec4d774bae
commit
4c808f85be
2 changed files with 22 additions and 3 deletions
|
|
@ -56,11 +56,16 @@
|
|||
<i class="fi-x"></i>
|
||||
{{error|translate}}
|
||||
</p>
|
||||
|
||||
<input type="email" ng-model="email" class="form-control"
|
||||
name="email" placeholder="Email" required auto-focus>
|
||||
<div class="input pr">
|
||||
<input type="email" ng-model="email" class="form-control"
|
||||
name="email" placeholder="Email" required auto-focus>
|
||||
<i class="fi-mail"></i>
|
||||
</div>
|
||||
<div class="input pr">
|
||||
<input type="password" ng-model="password" class="form-control"
|
||||
name="password" placeholder="Password" required>
|
||||
<i class="fi-lock"></i>
|
||||
</div>
|
||||
|
||||
<button translate type="submit" class="button primary radius expand m0"
|
||||
ng-disabled="loginForm.$invalid || loading">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue