From f5d5835edb3411aab51208d4b88aa4b39f120c25 Mon Sep 17 00:00:00 2001 From: apapachristou Date: Wed, 25 Nov 2020 13:43:01 +0200 Subject: [PATCH] Style fix on tour guide panel --- .../src/app/library/guided-tour/guided-tour.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dmp-frontend/src/app/library/guided-tour/guided-tour.component.scss b/dmp-frontend/src/app/library/guided-tour/guided-tour.component.scss index acaa99214..1e7d652a2 100644 --- a/dmp-frontend/src/app/library/guided-tour/guided-tour.component.scss +++ b/dmp-frontend/src/app/library/guided-tour/guided-tour.component.scss @@ -160,7 +160,7 @@ ngx-guided-tour { /*custom add*/ font-weight: lighter !important; font-size: 16px !important; - padding: 28px 5px 0px 65px; + padding: 28px 5px 25px 65px; overflow: auto; text-align: left; color: #212121; @@ -178,7 +178,7 @@ ngx-guided-tour { .tour-buttons { overflow: hidden; // clearfix - padding: 10px 70px 30px 65px; /*custom add*/ + padding: 10px 70px 18px 65px; /*custom add*/ button.link-button { padding-left: 0;