mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
adjust w (#9657)
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
[bitSubmit]="submitForm.bind(null, false)"
|
[bitSubmit]="submitForm.bind(null, false)"
|
||||||
[appApiAction]="formPromise"
|
[appApiAction]="formPromise"
|
||||||
[formGroup]="formGroup"
|
[formGroup]="formGroup"
|
||||||
class="tw-w-96"
|
|
||||||
>
|
>
|
||||||
<ng-container *ngIf="!validatedEmail">
|
<ng-container *ngIf="!validatedEmail">
|
||||||
<div class="tw-mb-3">
|
<div class="tw-mb-3">
|
||||||
|
|||||||
@@ -14,10 +14,10 @@
|
|||||||
<p *ngIf="subtitle" bitTypography="body1">{{ subtitle }}</p>
|
<p *ngIf="subtitle" bitTypography="body1">{{ subtitle }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="tw-mb-auto tw-min-w-full tw-max-w-md tw-mx-auto tw-flex tw-flex-col tw-items-center sm:tw-min-w-[28rem]"
|
class="tw-mb-auto tw-w-full tw-max-w-md tw-mx-auto tw-flex tw-flex-col tw-items-center sm:tw-min-w-[28rem]"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="tw-rounded-xl tw-mb-9 tw-mx-auto tw-min-w-full sm:tw-bg-background sm:tw-border sm:tw-border-solid sm:tw-border-secondary-300 sm:tw-p-8"
|
class="tw-rounded-xl tw-mb-9 tw-mx-auto tw-w-full sm:tw-bg-background sm:tw-border sm:tw-border-solid sm:tw-border-secondary-300 sm:tw-p-8"
|
||||||
>
|
>
|
||||||
<ng-content></ng-content>
|
<ng-content></ng-content>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user