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

@ -1,7 +1,7 @@
<mat-dialog-content>
<form [formGroup]="form">
<div class="flex flex-row justify-around content-start items-start sm:max-lg:flex-col">
<mat-form-field class="flex-auto basis-[15%] mr-5">
<div class="row-container sm:max-lg:flex-col">
<mat-form-field class="flex-auto basis-15">
<mat-label>Regime</mat-label>
<mat-select formControlName="regime">
@for (r of regimes; track r) {