mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-29 02:18:06 +00:00
Better margin
This commit is contained in:
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 & sending selected coin</StyledP>
|
<StyledP>You will gain access to receiving & 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…
Reference in New Issue
Block a user