From 9a05e237860157585a7d78222bfc757766f64588 Mon Sep 17 00:00:00 2001 From: Kameel Zagbhour <kameel.zaghbour@mni.thm.de> Date: Wed, 12 May 2021 16:16:30 +0200 Subject: [PATCH] fix: slider styling --- .../cloud-configuration/cloud-configuration.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/components/shared/_dialogs/cloud-configuration/cloud-configuration.component.scss b/src/app/components/shared/_dialogs/cloud-configuration/cloud-configuration.component.scss index a1806c3b0..d38b2c544 100644 --- a/src/app/components/shared/_dialogs/cloud-configuration/cloud-configuration.component.scss +++ b/src/app/components/shared/_dialogs/cloud-configuration/cloud-configuration.component.scss @@ -10,6 +10,7 @@ h2{ h3 { border-bottom: 1px solid var(--primary); color: var(--primary); + padding-bottom: 6px; } #commentSlider { @@ -160,4 +161,9 @@ mat-divider { ::ng-deep.mat-drawer-backdrop.mat-drawer-shown{ display: none; +} + +::ng-deep.mat-slider-track-background{ + background-color: var(--primary); + opacity: 0.2; } \ No newline at end of file -- GitLab