From b11f81510b7f9c96330f3a1ea3cb58155eeefdde Mon Sep 17 00:00:00 2001 From: ztimson Date: Sat, 24 Aug 2019 20:12:23 -0400 Subject: [PATCH] More styling! --- src/app/components/toolbar/toolbar.component.scss | 7 ------- src/app/views/map/map.component.scss | 11 +++++++++++ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/app/components/toolbar/toolbar.component.scss b/src/app/components/toolbar/toolbar.component.scss index f52d82d..9d7b08c 100644 --- a/src/app/components/toolbar/toolbar.component.scss +++ b/src/app/components/toolbar/toolbar.component.scss @@ -1,10 +1,3 @@ -mat-toolbar { - position: absolute; - height: 40px !important; - z-index: 500; - background-color: rgba(255, 255, 255, 0.5) -} - .selected { background-color: #cccccc; } diff --git a/src/app/views/map/map.component.scss b/src/app/views/map/map.component.scss index ed821c1..310e4e9 100644 --- a/src/app/views/map/map.component.scss +++ b/src/app/views/map/map.component.scss @@ -23,3 +23,14 @@ bottom: 15px; right: 15px; } + +::ng-deep .mat-menu-panel { + background-color: rgba(255, 255, 255, 0.8) !important; +} + +::ng-deep .mat-toolbar { + position: absolute; + height: 45px !important; + z-index: 500; + background-color: rgba(255, 255, 255, 0.8) +}