Better margin

pull/305/head
Vladimir Volek 5 years ago
parent 0c441ff0d5
commit e78e276d1e

@ -38,10 +38,12 @@ const Overlay = styled.div`
background: white; background: white;
`; `;
const Image = styled.img``; const Image = styled.img`
const EthImage = styled(Image)`
margin-right: 10px; margin-right: 10px;
&:last-child {
margin-right: 0px;
}
`; `;
const Dashboard = () => ( const Dashboard = () => (
@ -51,7 +53,7 @@ const Dashboard = () => (
<H1>Please select your coin</H1> <H1>Please select your coin</H1>
<StyledP>You will gain access to receiving &amp; sending selected coin</StyledP> <StyledP>You will gain access to receiving &amp; sending selected coin</StyledP>
<Overlay> <Overlay>
<EthImage src={EthIcon} width={20} /> <Image src={EthIcon} width={20} />
<Image src={RippleIcon} width={25} /> <Image src={RippleIcon} width={25} />
</Overlay> </Overlay>
</Row> </Row>

Loading…
Cancel
Save