Skip to content

Instantly share code, notes, and snippets.

@koss-lebedev
Created October 8, 2018 13:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save koss-lebedev/70f5f18b8ec20900856766ef2ffba898 to your computer and use it in GitHub Desktop.
export const Container = styled.div`
box-shadow: inset 0 6.2rem 0 0 ${props => props.theme.color.lightBackground};
border: 0.1rem solid ${props => props.theme.color.border};
border-radius: ${props => props.theme.borderRadius};
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment