[ACA-2123] Change header colors (#1376)

* [ACA-2123] Change header colors

* [ACA-2123] Update initial state to meet new header background-color
This commit is contained in:
Baptiste Mahé
2020-03-26 16:43:16 +01:00
committed by GitHub
parent c07c3217a4
commit 0cca87b382
7 changed files with 30 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ import {
@Component({
selector: 'app-header',
templateUrl: 'header.component.html',
styleUrls: ['header.component.scss'],
encapsulation: ViewEncapsulation.None,
host: { class: 'app-header' }
})