This commit is contained in:
rr-bw 2024-06-14 12:50:05 -07:00 committed by GitHub
parent f484dd491b
commit e38a39f7c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -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">

View File

@ -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>