From 261ea1731153bb67415a46d375f697f7edc78ee4 Mon Sep 17 00:00:00 2001 From: futa-ikeda <51409893+futa-ikeda@users.noreply.github.com> Date: Wed, 20 Sep 2023 08:48:49 -0400 Subject: [PATCH] Address branded registries style issues (#2002) --- .../addon/components/search-page/styles.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/lib/osf-components/addon/components/search-page/styles.scss b/lib/osf-components/addon/components/search-page/styles.scss index 1ba3153f78a..737eb465e4f 100644 --- a/lib/osf-components/addon/components/search-page/styles.scss +++ b/lib/osf-components/addon/components/search-page/styles.scss @@ -19,7 +19,6 @@ display: flex; flex-direction: column; padding: 0; - z-index: 0; label > h1 { font-weight: 500; @@ -28,7 +27,7 @@ white-space: nowrap; } - span { + .search-input-wrapper { display: flex; flex-direction: row; justify-content: flex-start; @@ -91,7 +90,6 @@ display: flex; align-items: center; padding: 35px; - z-index: 0; label { padding: 30px; @@ -121,6 +119,11 @@ min-height: 100%; min-width: 100%; position: relative; + z-index: 1; + + p { + color: $color-text-white; + } &::after { background: var(--hero-background-img-url); @@ -242,6 +245,7 @@ } h2 { + color: $color-text-white; font-weight: 400; height: 22px; margin-top: 0.5rem; @@ -249,6 +253,7 @@ } p { + color: $color-text-white; white-space: normal; margin: 25px 5px 0; }