mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
{SM-847] Updated Delete service account modal to be default size, not small (#6405)
* Updated Delete service account modal to be default size, not small * updating project-delte-dialog and service-account-dialog to use default size dialog * updating to default size
This commit is contained in:
parent
725ee08640
commit
ad867150a0
@ -1,5 +1,5 @@
|
|||||||
<form [formGroup]="formGroup" [bitSubmit]="submit">
|
<form [formGroup]="formGroup" [bitSubmit]="submit">
|
||||||
<bit-dialog dialogSize="small">
|
<bit-dialog dialogSize="default">
|
||||||
<ng-container bitDialogTitle>
|
<ng-container bitDialogTitle>
|
||||||
<span>{{ title | i18n }}</span>
|
<span>{{ title | i18n }}</span>
|
||||||
<span class="tw-text-sm tw-normal-case tw-text-muted">
|
<span class="tw-text-sm tw-normal-case tw-text-muted">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<form [formGroup]="formGroup" [bitSubmit]="submit">
|
<form [formGroup]="formGroup" [bitSubmit]="submit">
|
||||||
<bit-dialog dialogSize="small">
|
<bit-dialog dialogSize="default">
|
||||||
<span bitDialogTitle>{{ title | i18n }}</span>
|
<span bitDialogTitle>{{ title | i18n }}</span>
|
||||||
<span bitDialogContent>
|
<span bitDialogContent>
|
||||||
<div *ngIf="loading" class="tw-text-center">
|
<div *ngIf="loading" class="tw-text-center">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<form [formGroup]="formGroup" [bitSubmit]="submit">
|
<form [formGroup]="formGroup" [bitSubmit]="submit">
|
||||||
<bit-dialog dialogSize="small">
|
<bit-dialog dialogSize="default">
|
||||||
<ng-container bitDialogTitle>
|
<ng-container bitDialogTitle>
|
||||||
<span>{{ title }}</span>
|
<span>{{ title }}</span>
|
||||||
<span class="tw-text-sm tw-normal-case tw-text-muted">
|
<span class="tw-text-sm tw-normal-case tw-text-muted">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<form [formGroup]="formGroup" [bitSubmit]="submit">
|
<form [formGroup]="formGroup" [bitSubmit]="submit">
|
||||||
<bit-dialog dialogSize="small">
|
<bit-dialog dialogSize="default">
|
||||||
<ng-container bitDialogTitle>{{ title | i18n }}</ng-container>
|
<ng-container bitDialogTitle>{{ title | i18n }}</ng-container>
|
||||||
<div bitDialogContent>
|
<div bitDialogContent>
|
||||||
<div *ngIf="loading" class="tw-text-center">
|
<div *ngIf="loading" class="tw-text-center">
|
||||||
|
Loading…
Reference in New Issue
Block a user