1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 11:13:46 +00:00

close buttons on cards

This commit is contained in:
Kyle Spearrin
2019-03-20 10:16:01 -04:00
parent f6fcb280fc
commit 5690e3fe9e
7 changed files with 14 additions and 0 deletions

View File

@@ -66,6 +66,8 @@
</div>
<div class="card mt-3" *ngIf="showUpdateLicense">
<div class="card-body">
<button type="button" class="close" attr.aria-label="{{'cancel' | i18n}}" title="{{'cancel' | i18n}}"
(click)="closeUpdateLicense(false)"><span aria-hidden="true">&times;</span></button>
<h3 class="card-body-header">{{'updateLicense' | i18n}}</h3>
<app-update-license (onUpdated)="closeUpdateLicense(true)" (onCanceled)="closeUpdateLicense(false)">
</app-update-license>