Browse Source

{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
pull/6557/head
cd-bitwarden 2 years ago committed by GitHub
parent
commit
ad867150a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      bitwarden_license/bit-web/src/app/secrets-manager/projects/dialog/project-delete-dialog.component.html
  2. 2
      bitwarden_license/bit-web/src/app/secrets-manager/projects/dialog/project-dialog.component.html
  3. 2
      bitwarden_license/bit-web/src/app/secrets-manager/service-accounts/dialog/service-account-delete-dialog.component.html
  4. 2
      bitwarden_license/bit-web/src/app/secrets-manager/service-accounts/dialog/service-account-dialog.component.html

2
bitwarden_license/bit-web/src/app/secrets-manager/projects/dialog/project-delete-dialog.component.html

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
<form [formGroup]="formGroup" [bitSubmit]="submit">
<bit-dialog dialogSize="small">
<bit-dialog dialogSize="default">
<ng-container bitDialogTitle>
<span>{{ title | i18n }}</span>
<span class="tw-text-sm tw-normal-case tw-text-muted">

2
bitwarden_license/bit-web/src/app/secrets-manager/projects/dialog/project-dialog.component.html

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
<form [formGroup]="formGroup" [bitSubmit]="submit">
<bit-dialog dialogSize="small">
<bit-dialog dialogSize="default">
<span bitDialogTitle>{{ title | i18n }}</span>
<span bitDialogContent>
<div *ngIf="loading" class="tw-text-center">

2
bitwarden_license/bit-web/src/app/secrets-manager/service-accounts/dialog/service-account-delete-dialog.component.html

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
<form [formGroup]="formGroup" [bitSubmit]="submit">
<bit-dialog dialogSize="small">
<bit-dialog dialogSize="default">
<ng-container bitDialogTitle>
<span>{{ title }}</span>
<span class="tw-text-sm tw-normal-case tw-text-muted">

2
bitwarden_license/bit-web/src/app/secrets-manager/service-accounts/dialog/service-account-dialog.component.html

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
<form [formGroup]="formGroup" [bitSubmit]="submit">
<bit-dialog dialogSize="small">
<bit-dialog dialogSize="default">
<ng-container bitDialogTitle>{{ title | i18n }}</ng-container>
<div bitDialogContent>
<div *ngIf="loading" class="tw-text-center">

Loading…
Cancel
Save