1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-26 05:03:33 +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

@@ -163,5 +163,9 @@
</div>
</div>
<div class="footer">
{{'editItem' | i18n}}
<button (click)="save()" class="primary"><i class="fa fa-save fa-lg"></i> {{'save' | i18n}}</button>
<button (click)="cancel()">{{'cancel' | i18n}}</button>
<button (click)="delete()" class="danger right" title="{{'delete' | i18n}}">
<i class="fa fa-trash-o fa-lg"></i>
</button>
</div>

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>

View File

@@ -24,9 +24,6 @@
</div>
</div>
</div>
<div class="box-footer">
Some footer information for edit.
</div>
</div>
</div>
</div>