remove place-holder toolbar and add vertical logo to header

This commit is contained in:
eleanor 2018-11-06 11:00:46 -05:00
parent fbac84f849
commit 90fc935873
2 changed files with 9 additions and 15 deletions

View File

@ -1,11 +1,6 @@
<mat-toolbar color="primary">
<span>Sartography</span>
<!-- This fills the remaining space of the current row -->
<span class="fill-remaining-space"></span>
<span>Where are we?
<mat-icon color="accent">build</mat-icon>
<mat-icon color="warn">bug_report</mat-icon>
</span>
</mat-toolbar>
<div
class="welcome"
fxLayoutAlign="center center"
>
<img src="../../assets/logo/Sartography-Logo-Vertical.svg">
</div>

View File

@ -1,5 +1,4 @@
.fill-remaining-space {
/* This fills the remaining space, by using flexbox.
Every toolbar row uses a flexbox row layout. */
flex: 1 1 auto;
.welcome {
background-color: #ffffff;
padding: 5%;
}