Removed Unnecessary Flex class

This commit is contained in:
2025-07-11 11:44:28 +00:00
parent 88a1572747
commit 01b0cbfadf
51 changed files with 111 additions and 112 deletions
@@ -1,6 +1,6 @@
<div class="tables-grid">
<mat-card
class="flex flex-col square-button warn"
class="flex-col square-button warn"
matRipple
[routerLink]="['../../menu-categories']"
queryParamsHandling="preserve"
@@ -9,7 +9,7 @@
</mat-card>
@for (item of list; track item) {
<mat-card
class="flex flex-col square-button"
class="flex-col square-button"
matRipple
(click)="addProduct(item)"
[class.accent]="item.hasHappyHour"