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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user