1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

footer buttons

This commit is contained in:
Kyle Spearrin
2018-01-25 17:45:21 -05:00
parent f5459f4c85
commit 3ceb2a6dbd
5 changed files with 58 additions and 5 deletions

View File

@@ -28,5 +28,5 @@
</div>
</div>
<div class="footer">
<button (click)="addCipher()">{{'addItem' | i18n}}</button>
<button (click)="addCipher()" class="block primary"><i class="fa fa-plus fa-lg"></i></button>
</div>