Removed all mr-5, mb-5 and basis tailwind classes.

Will soon remove tailwind totally.
This commit is contained in:
2025-07-10 10:58:48 +00:00
parent d80d097c0e
commit 8ad9e6562c
75 changed files with 466 additions and 354 deletions

View File

@ -9,14 +9,14 @@
</mat-card-header>
<mat-card-content>
<form [formGroup]="form" class="flex flex-col">
<div class="flex flex-row justify-around content-start items-start sm:max-lg:flex-col">
<mat-form-field class="flex-auto basis-2/5 mr-5">
<div class="row-container sm:max-lg:flex-col">
<mat-form-field class="flex-auto basis-2-5">
<mat-label>Date</mat-label>
<input matInput [matDatepicker]="date" (focus)="date.open()" formControlName="date" autocomplete="off" />
<mat-datepicker-toggle matSuffix [for]="date"></mat-datepicker-toggle>
<mat-datepicker #date></mat-datepicker>
</mat-form-field>
<mat-form-field class="flex-auto basis-2/5 mr-5">
<mat-form-field class="flex-auto basis-2-5">
<mat-label>Menu Category</mat-label>
<mat-select formControlName="menuCategory">
@for (s of menuCategories; track s) {
@ -26,7 +26,7 @@
}
</mat-select>
</mat-form-field>
<button mat-raised-button class="flex-auto basis-1/5" color="primary" (click)="show()">Show</button>
<button mat-raised-button class="flex-auto basis-1-5" color="primary" (click)="show()">Show</button>
</div>
<mat-table #table [dataSource]="dataSource" aria-label="Elements" formArrayName="prices">
<!-- Name Column -->