SES-117 small changes
This commit is contained in:
parent
45288b2e3e
commit
03bca2c11f
@ -14,12 +14,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.sidenav-container
|
||||
{
|
||||
.sidenav-container {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
}
|
||||
.content{
|
||||
.content {
|
||||
background-color: #102028;
|
||||
color: #df7c0f;
|
||||
}
|
||||
|
@ -6,7 +6,7 @@ import { Component } from '@angular/core';
|
||||
styleUrls: ['./player-dashboard.component.css']
|
||||
})
|
||||
export class PlayerDashboardComponent {
|
||||
isExpanded = false
|
||||
isExpanded = false;
|
||||
selected = false;
|
||||
|
||||
collapse() {
|
||||
|
Loading…
Reference in New Issue
Block a user