Browse Source
* Initial commit for icon update * Updated lg to reflect current usage * Created BitwardenIconsService * Prettier updates * More prettier updates * Updated font * Prettier * Added new icons to service map * Removed variables and converted css to use scss maps and exported list * Updated font sheet (130) * Removed base class and replaced bolt icon * Added 3x icon size * Added sm text size helper * Added rotate 270 helper * Prettier * Updated font sheet * Requested Changes * Removed BitwardenIcons Util - obsoletepull/633/head
10 changed files with 448 additions and 25 deletions
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
<div class="icon" aria-hidden="true"> |
||||
<img [src]="image" appFallbackSrc="{{ fallbackImage }}" *ngIf="imageEnabled && image" alt="" /> |
||||
<i class="fa fa-fw fa-lg {{ icon }}" *ngIf="!imageEnabled || !image"></i> |
||||
<i class="bwi-fw bwi-lg {{ icon }}" *ngIf="!imageEnabled || !image"></i> |
||||
</div> |
||||
|
||||
|
After Width: | Height: | Size: 258 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue