SES-117 small changes

This commit is contained in:
Natalia Gawron 2021-01-02 00:43:52 +01:00
parent 45288b2e3e
commit 03bca2c11f
2 changed files with 3 additions and 4 deletions

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() {