mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-13 10:24:20 +01:00
[PM-7004] Update button styles in verify-recover-delete-org.component.html
This commit is contained in:
parent
f433f8d532
commit
dd1d7b8f6c
@ -17,12 +17,19 @@
|
||||
type="button"
|
||||
bitButton
|
||||
buttonType="primary"
|
||||
class="btn btn-danger btn-block btn-submit"
|
||||
class="btn-danger"
|
||||
[bitAction]="submit"
|
||||
[block]="true"
|
||||
>
|
||||
{{ "deleteOrganization" | i18n }}
|
||||
</button>
|
||||
<a routerLink="/login" class="btn btn-outline-secondary btn-block ml-2 mt-0">
|
||||
<a
|
||||
routerLink="/login"
|
||||
bitButton
|
||||
buttonType="secondary"
|
||||
[block]="true"
|
||||
class="tw-ml-2 tw-mt-0"
|
||||
>
|
||||
{{ "cancel" | i18n }}
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user