don't screw around with the main material theme.
This commit is contained in:
parent
c19f8fa51c
commit
df3037c4e7
|
@ -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>
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
.content {
|
||||
padding-top: 64px;
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue