Added light & dark theme. Basic theme applied on dialogs/modals. Attempt to apply uniformity to the website.

This commit is contained in:
Tom
2025-03-31 16:59:39 +00:00
parent ea19375ad2
commit d44ec50a6a
46 changed files with 445 additions and 232 deletions

View File

@ -18,6 +18,7 @@
.mat-mdc-card-content {
align-self: center;
justify-content: space-between;
}
a {

View File

@ -16,7 +16,7 @@
</mat-select>
</mat-form-field>
</mat-card-content>
<mat-card-actions align="end">
<mat-card-actions>
<button mat-raised-button
(click)="login()">Log In</button>
</mat-card-actions>

View File

@ -8,8 +8,7 @@
<mat-card-content>
<impersonation />
</mat-card-content>
<mat-card-actions class="actions"
align="end">
<mat-card-actions class="actions">
<div>
@if (isTTSLoggedIn) {
<button mat-raised-button