From 48fa9b5c878d8a203d6a33ff76eff32ab0964c8a Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 28 Nov 2023 17:32:09 +0100 Subject: [PATCH] display none logo reha header --- web/themes/custom/reha/css/reha.css | 1 + web/themes/custom/reha/scss/partials/_header.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index 6c5d046..66ac003 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -202,6 +202,7 @@ header { padding-left: 4rem; height: 150px; } header .region-header #block-reha-logoreha { + display: none; grid-column: 2; max-height: 90%; height: 150px; } diff --git a/web/themes/custom/reha/scss/partials/_header.scss b/web/themes/custom/reha/scss/partials/_header.scss index cb8917c..a496b96 100644 --- a/web/themes/custom/reha/scss/partials/_header.scss +++ b/web/themes/custom/reha/scss/partials/_header.scss @@ -22,6 +22,7 @@ header{ height: $header-height; } #block-reha-logoreha{ + display: none; grid-column: 2; max-height: 90%; height: $header-height;