Skip to content

Commit

Permalink
Update search styles
Browse files Browse the repository at this point in the history
  • Loading branch information
futa-ikeda committed Oct 9, 2023
1 parent 76abcd1 commit 6817137
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/osf-components/addon/components/search-page/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

.provider-description {
width: 100%;
padding: 0 25px;
}

.search-input-wrapper {
Expand Down Expand Up @@ -345,6 +346,7 @@
align-self: flex-end;
padding-bottom: 10px;
margin-left: 10px;
color: $color-link-dark;

p {
margin: 0 0 0 2px;
Expand All @@ -353,7 +355,6 @@
div {
background-color: $color-bg-gray-blue-light;
border: 0 solid transparent;
color: $color-bg-blue-dark;
width: 170px;
}

Expand Down Expand Up @@ -478,6 +479,10 @@

// Globals for use by product folks to modify style descriptions
.provider-description {
a {
text-decoration: underline;
}

:global(.ColorBlack) {
color: $color-text-black;
}
Expand Down

0 comments on commit 6817137

Please sign in to comment.