From 5ab1d789229ebb7e011ceb6092ffb94fa498e38e Mon Sep 17 00:00:00 2001 From: Ramona Beinstingel Date: Mon, 11 Nov 2024 10:34:53 +0100 Subject: [PATCH] update module height for prod --- src/main/webapp/content/scss/themes/_dark-variables.scss | 2 +- src/main/webapp/content/scss/themes/_default-variables.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/content/scss/themes/_dark-variables.scss b/src/main/webapp/content/scss/themes/_dark-variables.scss index d674a191ee90..1d9385aa67da 100644 --- a/src/main/webapp/content/scss/themes/_dark-variables.scss +++ b/src/main/webapp/content/scss/themes/_dark-variables.scss @@ -133,7 +133,7 @@ $footer-height-prod: 2rem; // Sidebar $sidebar-width: 255px; $sidebar-footer-height-dev: 104px; -$sidebar-footer-height-prod: 96px; +$sidebar-footer-height-prod: 88px; $spacing-modules: 1rem; //Module and Navigationbar diff --git a/src/main/webapp/content/scss/themes/_default-variables.scss b/src/main/webapp/content/scss/themes/_default-variables.scss index e7dd7adbeca6..35047ea29f83 100644 --- a/src/main/webapp/content/scss/themes/_default-variables.scss +++ b/src/main/webapp/content/scss/themes/_default-variables.scss @@ -54,7 +54,7 @@ $footer-height-prod: 2rem; // Sidebar $sidebar-footer-height-dev: 104px; -$sidebar-footer-height-prod: 96px; +$sidebar-footer-height-prod: 88px; $sidebar-width: 255px; $spacing-modules: 1rem;