beautified various frontend parts

master
FlayInAHook 4 years ago
parent b954408c66
commit 009ce02301

@ -30,9 +30,11 @@
<mat-sidenav-container id="content">
<mat-sidenav #appDrawer mode="over" opened="false">
<mat-nav-list class="nav-profile-list">
<a routerLink = "/profile">
<mat-list-item class="nav-profile-list-item">
<sidenav-profile> </sidenav-profile>
</mat-list-item>
</a>
</mat-nav-list>
<mat-nav-list>
<a

@ -27,7 +27,12 @@ $primary-color: mat-color($light-primary, 300);
mat-nav-list .nav-profile-list-item {
height: 200px;
background: $primary-color;
background: #7fc600;
}
mat-nav-list .nav-profile-list-item:hover {
height: 200px;
background: #93e406;
}
.nav-list-icon {

@ -1,4 +1,4 @@
<div (click)="closeSidenav()" routerLink = "/profile" class="sidenav-profile">
<div (click)="closeSidenav()" class="sidenav-profile">
<img class="navbar-photo" src={{profileURL}}>
<p>{{name}}</p>
<p>{{email}}</p>

@ -1,5 +1,3 @@
@import '../../../theme';
.navbar-photo {
width:100px;
height:100px;

@ -2,9 +2,8 @@
export const tableLinks = [
{
displayName: 'Lastenräder',
route: '/table/bikes',
svgIconName: 'cargobike'
iconName: 'directions_bike',
route: '/table/bikes'
},
{
displayName: 'Aktive',

Loading…
Cancel
Save