From 0827b74b12e05a8374ff841460e86beb8052e2b1 Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 27 Jun 2024 08:55:21 -0400 Subject: [PATCH] UX: fix double component appearance, nav (#28) --- common/common.scss | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/common/common.scss b/common/common.scss index 5423d3b..f69ab16 100644 --- a/common/common.scss +++ b/common/common.scss @@ -9,6 +9,7 @@ :root { --d-input-border-radius: var(--mint-border-radius); + --d-nav-underline-height: 0; } .d-header { @@ -16,6 +17,10 @@ box-shadow: none; } +.d-header-mode .bootstrap-mode { + color: var(--secondary); +} + .alert.alert-info { border-radius: 10px; } @@ -373,13 +378,16 @@ summary.select-kit-header.single-select-header.dropdown-select-box-header { display: none; } -.showcased-topic-list { +.custom-homepage-columns { display: none; } .mint-component-extensions { - .search-banner, - .showcased-topic-list { + .search-banner { display: block; } + + .custom-homepage-columns { + display: flex; + } }