Adapting Block Hairline and welcome route to new design

This commit is contained in:
apanizo 2018-09-05 15:52:03 +02:00
parent 0897ab8f35
commit 53983f006a
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
.block {
width: 100%;
overflow: hidden;
}
.xs {
margin-bottom: $xs;
}

View File

@ -5,7 +5,7 @@ import { border } from '~/theme/variables'
const calculateStyleFrom = (margin: Size) => ({
width: '100%',
height: '2px',
height: '1px',
backgroundColor: border,
margin: `${getSize(margin)} 0px`,
})

View File

@ -64,7 +64,7 @@ const Welcome = ({ provider }: Props) => (
<Heading tag="h1" align="center" margin="lg">
Safe Team Edition
</Heading>
<Heading tag="h4" align="center" margin="lg">
<Heading tag="h4" align="center" margin="xl">
The Gnosis Safe Team Edition is geared towards teams managing <br />
shared crypto funds. It is an improvement of the existing Gnosis <br />
MultiSig wallet with redesigned smart contracts, cheaper setup and <br />