Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 0c28c36

Browse files
committed
style: 💄 changed box shadow color on search results
1 parent 8d7c63b commit 0c28c36

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

src/components/SearchBar/SearchBar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.searchBarContainer {
22
background-color: var(--color-fill-top-nav);
33
border-radius: 6px;
4-
box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.14);
4+
box-shadow: 0px 2px 12px 3px rgba(153,204, 125, 0.14);
55
display: flex;
66
flex-direction: column;
77
height: 3.8em;

src/styles/mobile.scss

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
body {
33
--banner-clip: polygon(0 0, 100% 0, 100% calc(100% - 52px), 0 100%);
44
}
5-
6-
.side-nav {
5+
.side-nav {
76
margin-right: -36rem;
87

98
&::after {
@@ -55,6 +54,14 @@
5554
font-size: 0.5625rem;
5655
}
5756

57+
.searchBarContainer {
58+
width: 18em;
59+
}
60+
61+
.searchInputContainer {
62+
width: 94%;
63+
}
64+
5865
body {
5966
--nav-height: 5.2rem;
6067
--banner-clip: polygon(

src/styles/tokens.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,4 @@ body {
167167
--color-fill-action: var(--brand4);
168168
--color-fill-button: var(--pink5);
169169

170-
/*for actionable elements*/
171170
}

0 commit comments

Comments
 (0)