mirror of
https://github.com/sartography/uva-covid19-testing-frontend.git
synced 2025-02-18 02:17:02 +00:00
commit
d530d69724
@ -1,8 +1,6 @@
|
|||||||
<div class="mat-typography">
|
<div class="mat-typography">
|
||||||
<app-navbar></app-navbar>
|
<app-navbar></app-navbar>
|
||||||
<div class="content">
|
<router-outlet *ngIf="!loading; else loadingMessage"></router-outlet>
|
||||||
<router-outlet *ngIf="!loading; else loadingMessage"></router-outlet>
|
|
||||||
</div>
|
|
||||||
<app-footer></app-footer>
|
<app-footer></app-footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
.content {
|
|
||||||
padding-top: 64px;
|
|
||||||
}
|
|
@ -6,6 +6,11 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mat-form-field, .mat-form-field, .mat-form-field-should-float label {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
mat-card {
|
mat-card {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
@ -20,3 +25,6 @@ body {
|
|||||||
flex: 2;
|
flex: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding-top: $header-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
app-navbar {
|
app-navbar {
|
||||||
@ -323,7 +324,7 @@
|
|||||||
|
|
||||||
mat-form-field {
|
mat-form-field {
|
||||||
&.mat-form-field, &.mat-form-field-should-float label {
|
&.mat-form-field, &.mat-form-field-should-float label {
|
||||||
font-size: 1.2em;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
@import './material-theme.scss';
|
@import './material-theme.scss';
|
||||||
@include cr-connect-theme($cr-connect-theme);
|
@include cr-connect-theme($cr-connect-theme);
|
||||||
table {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user