1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 02:19:18 +00:00

[Icons] FF - requested icon changes (#1435)

* [Icons] Removed FA

* Icon changes // Webpack correction // Padding updates
This commit is contained in:
Vincent Salucci
2022-02-03 10:20:31 -06:00
committed by GitHub
parent 5c764a95f4
commit 868d235faa
10 changed files with 14 additions and 29 deletions

View File

@@ -184,7 +184,7 @@
</ng-container>
<ng-container *ngIf="loaded">
<p>{{ "noItemsInList" | i18n }}</p>
<button (click)="addCipher()" class="btn btn-outline-primary" *ngIf="showAddNew">
<button (click)="addCipher()" class="btn btn-outline-primary ml-3" *ngIf="showAddNew">
<i class="bwi bwi-plus bwi-fw"></i>{{ "addItem" | i18n }}
</button>
</ng-container>