don't screw around with the main material theme.

This commit is contained in:
Dan 2021-02-26 19:32:46 -05:00
parent c19f8fa51c
commit df3037c4e7
4 changed files with 8 additions and 7 deletions

View File

@ -1,8 +1,6 @@
<div class="mat-typography">
<app-navbar></app-navbar>
<div class="content">
<router-outlet *ngIf="!loading; else loadingMessage"></router-outlet>
</div>
<router-outlet *ngIf="!loading; else loadingMessage"></router-outlet>
<app-footer></app-footer>
</div>

View File

@ -1,3 +0,0 @@
.content {
padding-top: 64px;
}

View File

@ -6,6 +6,11 @@
justify-content: space-between;
}
mat-form-field, .mat-form-field, .mat-form-field-should-float label {
font-size: 1em;
}
mat-card {
margin: 20px;
}

View File

@ -16,6 +16,7 @@
body {
margin: 0;
padding-top: $header-height;
}
app-navbar {
@ -323,7 +324,7 @@
mat-form-field {
&.mat-form-field, &.mat-form-field-should-float label {
font-size: 1.2em;
font-size: 20px;
}
}