New weather layout

This commit is contained in:
2018-12-07 17:55:54 -05:00
parent 24c4addd48
commit b23739edf1
11 changed files with 267 additions and 489 deletions

View File

@ -24,7 +24,7 @@
<mat-divider></mat-divider>
</mat-nav-list>
</mat-drawer>
<mat-drawer-content class="bg-secondary text-white p-4" (click)="open = (mobile && open) ? false : open">
<mat-drawer-content class="bg-secondary text-white" (click)="open = (mobile && open) ? false : open">
<main class="h-100" [@routerTransition]="transition(o)">
<router-outlet #o="outlet"></router-outlet>
</main>