Merge pull request #6 from sartography/dashboard

Dashboard
This commit is contained in:
Dan Funk 2021-02-26 19:59:45 -05:00 committed by GitHub
commit d530d69724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 10 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;
}
@ -20,3 +25,6 @@ body {
flex: 2;
}
table {
width: 100%;
}

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;
}
}

View File

@ -1,5 +1,3 @@
@import './material-theme.scss';
@include cr-connect-theme($cr-connect-theme);
table {
width: 100%;
}