1
0
mirror of https://github.com/bitwarden/web synced 2026-01-02 00:23:16 +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

@@ -77,6 +77,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 [organizationId]="organizationId" (onUpdated)="closeUpdateLicense(true)"
(onCanceled)="closeUpdateLicense(false)"></app-update-license>