diff --git a/src/app/components/header/header.component.scss b/src/app/components/header/header.component.scss index b01af02c3..a964b9ce1 100644 --- a/src/app/components/header/header.component.scss +++ b/src/app/components/header/header.component.scss @@ -1,23 +1,35 @@ +@import '~@angular/material/theming'; + @mixin app-header-theme($theme) { $foreground: map-get($theme, foreground); - .adf-app-title { - color: mat-color($foreground, text, 0.72); - } + .app-header { + @include mat-elevation(6, #000000, 0.1); + z-index: 2; - .adf-menu-icon { - color: mat-color($foreground, text, 0.72) !important; - } + .mat-toolbar { + background-image: url('./assets/images/mastHead-bg-shapesPattern.svg') !important; + background-repeat: no-repeat !important; - .aca-current-user { - color: mat-color($foreground, text, 0.72) !important; - } + .adf-app-title { + color: mat-color($foreground, text, 0.72); + } - .adf-toolbar-divider div { - background-color: mat-color($foreground, text, 0.72) !important; - } + .adf-menu-icon { + color: mat-color($foreground, text, 0.72) !important; + } - .app-toolbar-menu { - color: mat-color($foreground, text, 0.72) !important; + .aca-current-user { + color: mat-color($foreground, text, 0.72) !important; + } + + .adf-toolbar-divider div { + background-color: mat-color($foreground, text, 0.72) !important; + } + + .app-toolbar-menu { + color: mat-color($foreground, text, 0.72) !important; + } + } } } diff --git a/src/assets/images/mastHead-bg-shapesPattern.svg b/src/assets/images/mastHead-bg-shapesPattern.svg new file mode 100644 index 000000000..d1b4709b1 --- /dev/null +++ b/src/assets/images/mastHead-bg-shapesPattern.svg @@ -0,0 +1,53 @@ + + + + F9486AC0-402C-4076-AD87-A8B3E339A00C + Created with sketchtool. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file