Fixed the navbar to the top.

Made the font of the inputs in vouchers bigger by 25%
Made the narration textarea minimum 5 lines
Changed the favicon to the old favicon
This commit is contained in:
tanshu
2018-06-13 11:49:34 +05:30
parent 8c9a1a2191
commit bf14b46b15
15 changed files with 48 additions and 7 deletions

View File

@ -12,3 +12,13 @@
Every toolbar row uses a flexbox row layout. */
flex: 1 1 auto;
}
.fixed-to-top {
position: fixed;
top: 0;
z-index: 999;
}
.toolbar-fix {
height: 64px;
}

View File

@ -1,4 +1,4 @@
<mat-toolbar>
<mat-toolbar class="fixed-to-top">
<button
type="button"
aria-label="Toggle sidenav"
@ -87,3 +87,4 @@
<mat-icon>account_box</mat-icon>
Login</a>
</mat-toolbar>
<div class="toolbar-fix"></div>