|
|
|
@ -159,7 +159,7 @@ export const ResultsWrapper = styled.div` |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
top: 56px; |
|
|
|
top: 56px; |
|
|
|
width: 448px; |
|
|
|
width: 448px; |
|
|
|
z-index: 1; |
|
|
|
z-index: 2; |
|
|
|
|
|
|
|
|
|
|
|
@media ${devices.tablet} { |
|
|
|
@media ${devices.tablet} { |
|
|
|
position: fixed; |
|
|
|
position: fixed; |
|
|
|
@ -175,7 +175,6 @@ export const ResultsWrapper = styled.div` |
|
|
|
|
|
|
|
|
|
|
|
export const LinkWrapper = styled.div` |
|
|
|
export const LinkWrapper = styled.div` |
|
|
|
background-color: #666; |
|
|
|
background-color: #666; |
|
|
|
width: 440px; |
|
|
|
|
|
|
|
padding: 10px 0; |
|
|
|
padding: 10px 0; |
|
|
|
` |
|
|
|
` |
|
|
|
|
|
|
|
|
|
|
|
|