Skip to content

Commit

Permalink
#4820 Styling for new search
Browse files Browse the repository at this point in the history
- Styling for search in the shell head area.
  • Loading branch information
charlesh88 committed May 7, 2022
1 parent 7ec64c7 commit ab4deb6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/ui/layout/search/search.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
/******************************* EXPANDED SEARCH 2022 */
.c-gsearch {
.l-shell__head & {
// Search input in the shell head
width: 20%;

.c-search {
background: rgba($colorHeadFg, 0.2);
box-shadow: none;
}
}

&__results-wrapper {
@include menuOuter();
display: flex;
Expand Down Expand Up @@ -42,6 +52,7 @@
> * + * {
margin-left: $interiorMarginLg;
}

+ .c-gsearch-result {
border-top: 1px solid $colorInteriorBorder;
}
Expand Down Expand Up @@ -80,6 +91,7 @@

&__title {
border-radius: $basicCr;
color: pullForward($colorBodyFg, 30%);
cursor: pointer;
font-size: 1.15em;
padding: 3px $interiorMarginSm;
Expand Down

0 comments on commit ab4deb6

Please sign in to comment.