Adapting Block Hairline and welcome route to new design
This commit is contained in:
parent
0897ab8f35
commit
53983f006a
|
@ -1,7 +1,7 @@
|
||||||
.block {
|
.block {
|
||||||
width: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.xs {
|
.xs {
|
||||||
margin-bottom: $xs;
|
margin-bottom: $xs;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@ import { border } from '~/theme/variables'
|
||||||
|
|
||||||
const calculateStyleFrom = (margin: Size) => ({
|
const calculateStyleFrom = (margin: Size) => ({
|
||||||
width: '100%',
|
width: '100%',
|
||||||
height: '2px',
|
height: '1px',
|
||||||
backgroundColor: border,
|
backgroundColor: border,
|
||||||
margin: `${getSize(margin)} 0px`,
|
margin: `${getSize(margin)} 0px`,
|
||||||
})
|
})
|
||||||
|
|
|
@ -64,7 +64,7 @@ const Welcome = ({ provider }: Props) => (
|
||||||
<Heading tag="h1" align="center" margin="lg">
|
<Heading tag="h1" align="center" margin="lg">
|
||||||
Safe Team Edition
|
Safe Team Edition
|
||||||
</Heading>
|
</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 />
|
The Gnosis Safe Team Edition is geared towards teams managing <br />
|
||||||
shared crypto funds. It is an improvement of the existing Gnosis <br />
|
shared crypto funds. It is an improvement of the existing Gnosis <br />
|
||||||
MultiSig wallet with redesigned smart contracts, cheaper setup and <br />
|
MultiSig wallet with redesigned smart contracts, cheaper setup and <br />
|
||||||
|
|
Loading…
Reference in New Issue