From bd6693cb11bd1c81679147387ab02ba69836fbde Mon Sep 17 00:00:00 2001 From: piotrpekala7 <31202938+piotrpekala7@users.noreply.github.com> Date: Tue, 1 Sep 2020 15:15:15 +0200 Subject: [PATCH] Update console-wrapper.component.scss --- .../console-wrapper.component.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/app/components/project-map/console-wrapper/console-wrapper.component.scss b/src/app/components/project-map/console-wrapper/console-wrapper.component.scss index a6367d8b..d4ee6ad0 100644 --- a/src/app/components/project-map/console-wrapper/console-wrapper.component.scss +++ b/src/app/components/project-map/console-wrapper/console-wrapper.component.scss @@ -41,6 +41,21 @@ background: #263238!important; } +:host ::ng-deep .mat-tab-label { + height: 3rem !important; + min-width: 8rem !important; +} + +:host ::ng-deep .mat-tab-label.mat-tab-label-active { + border-bottom: 2px solid #0097a7; + box-sizing: border-box; + font-weight: 1200; +} + +:host ::ng-deep .mat-ink-bar { + display: none !important; +} + .tabs { width: 80%; }