Add margin

This commit is contained in:
Çetin
2025-01-08 11:58:54 +03:00
parent 1d816bc0aa
commit abe1fe97dc

View File

@@ -45,7 +45,7 @@ import { AppFloatingConfigurator } from '../../layout/core/app.floatingconfigura
<input pInputText id="email1" type="text" placeholder="Email address" class="w-full md:w-[30rem] mb-8" [(ngModel)]="email" /> <input pInputText id="email1" type="text" placeholder="Email address" class="w-full md:w-[30rem] mb-8" [(ngModel)]="email" />
<label for="password1" class="block text-surface-900 dark:text-surface-0 font-medium text-xl mb-2">Password</label> <label for="password1" class="block text-surface-900 dark:text-surface-0 font-medium text-xl mb-2">Password</label>
<p-password id="password1" [(ngModel)]="password" placeholder="Password" [toggleMask]="true" class="mb-4" [fluid]="true" [feedback]="false"></p-password> <p-password id="password1" [(ngModel)]="password" placeholder="Password" [toggleMask]="true" styleClass="mb-4" [fluid]="true" [feedback]="false"></p-password>
<div class="flex items-center justify-between mt-2 mb-8 gap-8"> <div class="flex items-center justify-between mt-2 mb-8 gap-8">
<div class="flex items-center"> <div class="flex items-center">