mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-11 05:43:26 +00:00
[Icons] Update Font Sheet (#203)
* [Icons] Update font sheet * Updated toaster icon references * Prettier Updates * Added import for variable/map references * Update jslib * Adding base class to all icon refs * Removed unused import * Removed duplicate import * Update jslib * Fixed formatting * Updated eye/eye-slash icon references * Update jslib * Update jslib * Update jslib
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
(click)="toggleSecret()"
|
||||
>
|
||||
<i
|
||||
class="fa fa-lg"
|
||||
class="bwi bwi-lg"
|
||||
aria-hidden="true"
|
||||
[ngClass]="showSecret ? 'fa-eye-slash' : 'fa-eye'"
|
||||
[ngClass]="showSecret ? 'bwi-eye-slash' : 'bwi-eye'"
|
||||
></i>
|
||||
</button>
|
||||
</div>
|
||||
@@ -42,8 +42,8 @@
|
||||
<div class="d-flex">
|
||||
<div>
|
||||
<button type="submit" class="btn btn-primary" [disabled]="form.loading">
|
||||
<i class="fa fa-spinner fa-fw fa-spin" [hidden]="!form.loading"></i>
|
||||
<i class="fa fa-sign-in fa-fw" [hidden]="form.loading"></i>
|
||||
<i class="bwi bwi-spinner bwi-fw bwi-spin" [hidden]="!form.loading"></i>
|
||||
<i class="bwi bwi-sign-in bwi-fw" [hidden]="form.loading"></i>
|
||||
{{ "logIn" | i18n }}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user