mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00: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:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user