-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
styling and adding button for manual address input
- Loading branch information
1 parent
9d104eb
commit 7a856ec
Showing
2 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 4 additions & 5 deletions
9
src/components/Molecules/PostcodeLookup/PostcodeLookup.style.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
import styled from 'styled-components'; | ||
import spacing from '../../../theme/shared/spacing'; | ||
|
||
import Link from '../../Atoms/Link/Link'; | ||
|
||
const Item = styled(Link)` | ||
/* blah blah */ | ||
const StyledButtonWrapper = styled.div` | ||
margin-top: ${spacing('md')}; | ||
`; | ||
|
||
export { Item }; | ||
export default StyledButtonWrapper; |