Skip to content

Commit

Permalink
Address branded registries style issues (#2002)
Browse files Browse the repository at this point in the history
  • Loading branch information
futa-ikeda authored Sep 20, 2023
1 parent 2fcb730 commit 261ea17
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions lib/osf-components/addon/components/search-page/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
display: flex;
flex-direction: column;
padding: 0;
z-index: 0;

label > h1 {
font-weight: 500;
Expand All @@ -28,7 +27,7 @@
white-space: nowrap;
}

span {
.search-input-wrapper {
display: flex;
flex-direction: row;
justify-content: flex-start;
Expand Down Expand Up @@ -91,7 +90,6 @@
display: flex;
align-items: center;
padding: 35px;
z-index: 0;

label {
padding: 30px;
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -242,13 +245,15 @@
}

h2 {
color: $color-text-white;
font-weight: 400;
height: 22px;
margin-top: 0.5rem;
margin-left: 0.2rem;
}

p {
color: $color-text-white;
white-space: normal;
margin: 25px 5px 0;
}
Expand Down

0 comments on commit 261ea17

Please sign in to comment.