remove place-holder toolbar and add vertical logo to header
This commit is contained in:
parent
fbac84f849
commit
90fc935873
|
@ -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>
|
||||
|
|
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue