Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
);
};
export default connect(SearchForm);
const Form = styled.form`
align-items: stretch;
display: flex;
flex-wrap: nowrap;
margin: 0 0 -0.8rem -0.8rem;
justify-content: center;
margin-top: 3rem;
`;
const Label = styled.label`
align-items: stretch;
display: flex;
font-size: inherit;
margin: 0;
width: 100%;
`;
const Input = styled.input`
background: #fff;
border-radius: 0;
border-style: solid;
border-color: #dcd7ca;
border-width: 0.1rem;
box-shadow: none;
display: block;
font-size: 1.6rem;
);
};
export default connect(SearchForm);
const Form = styled.form`
align-items: stretch;
display: flex;
flex-wrap: nowrap;
margin: 0 0 -0.8rem -0.8rem;
justify-content: center;
margin-top: 3rem;
`;
const Label = styled.label`
align-items: stretch;
display: flex;
font-size: inherit;
margin: 0;
width: 100%;
`;
const SearchInput = styled(Input)`
margin: 0 0 0.8rem 0.8rem;
`;
const SearchButton = styled(Button)`
flex-shrink: 0;
opacity: 1;
transition: opacity 0.15s linear;
margin: 0 0 0.8rem 0.8rem;