SES-117 #46

Merged
s426134 merged 2 commits from SES-117 into dev 2021-01-02 16:34:55 +01:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 03bca2c11f - Show all commits

View File

@ -14,12 +14,11 @@
}
}
.sidenav-container
{
.sidenav-container {
flex: 1;
height: 100%;
}
.content{
.content {
background-color: #102028;
color: #df7c0f;
}

View File

@ -6,7 +6,7 @@ import { Component } from '@angular/core';
styleUrls: ['./player-dashboard.component.css']
})
export class PlayerDashboardComponent {
isExpanded = false
isExpanded = false;
selected = false;
collapse() {