Chore: Moved from css to sass, god knows what to do now.

Chore: Prettier line length changed to 120 from 100
Fix: Hard coded the face as the primary color to make the buttons stand out
This commit is contained in:
2023-03-13 23:52:44 +05:30
parent b021861ba3
commit efa2af396d
123 changed files with 313 additions and 836 deletions
@@ -34,16 +34,12 @@
<mat-datepicker-toggle matSuffix [for]="finishDate"></mat-datepicker-toggle>
<mat-datepicker #finishDate></mat-datepicker>
</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>
<div class="flex flex-row justify-around content-start items-start sm:max-lg:flex-col">
<mat-checkbox class="flex-auto mr-5" formControlName="regular">Regular</mat-checkbox>
<mat-checkbox class="flex-auto mr-5" formControlName="happy">Happy Hour</mat-checkbox>
<mat-checkbox class="flex-auto mr-5" formControlName="staff"
>Staff Consumption</mat-checkbox
>
<mat-checkbox class="flex-auto mr-5" formControlName="staff">Staff Consumption</mat-checkbox>
<mat-checkbox class="flex-auto mr-5" formControlName="nc">No Charge</mat-checkbox>
</div>
</form>