From 1b4cca91a95a74d309fd492891db501b96033e56 Mon Sep 17 00:00:00 2001 From: Adolfo Panizo Date: Tue, 18 Sep 2018 17:56:32 +0200 Subject: [PATCH] Open style changes --- src/components/layout/Heading/index.scss | 3 ++ src/components/layout/Page/index.scss | 2 +- src/routes/open/components/Layout.jsx | 4 ++- .../open/components/SafeNameForm/index.jsx | 28 +++++++++++-------- src/theme/mui.js | 17 ++++++++++- src/theme/variables.js | 2 ++ 6 files changed, 42 insertions(+), 14 deletions(-) diff --git a/src/components/layout/Heading/index.scss b/src/components/layout/Heading/index.scss index 66b7a8aa..1f5c5315 100644 --- a/src/components/layout/Heading/index.scss +++ b/src/components/layout/Heading/index.scss @@ -13,6 +13,9 @@ .h2 { line-height: 28px; + font-weight: $bolderFont; + letter-spacing: -0.5px; + font-family: 'Roboto Mono', monospace; font-size: $(fontSizeHeadingMd)px; } diff --git a/src/components/layout/Page/index.scss b/src/components/layout/Page/index.scss index 05fb632b..5f37d5d3 100644 --- a/src/components/layout/Page/index.scss +++ b/src/components/layout/Page/index.scss @@ -2,7 +2,7 @@ display: flex; flex: 1 0 auto; flex-direction: column; - padding: 80px 260px 0px 260px; + padding: 80px 200px 0px 200px; } .center { diff --git a/src/routes/open/components/Layout.jsx b/src/routes/open/components/Layout.jsx index 5560279d..cb5d7377 100644 --- a/src/routes/open/components/Layout.jsx +++ b/src/routes/open/components/Layout.jsx @@ -32,6 +32,8 @@ type Props = { const iconStyle = { color: secondary, + width: '32px', + height: '32px', } const Layout = ({ @@ -50,7 +52,7 @@ const Layout = ({ - Create New Safe + Create New Safe ({ const SafeName = ({ classes }: Props) => ( - - This setup will create a Safe with one or more owners. Optionally give the Safe a local name. - By continuing you consent with the terms of use and privacy policy. - - - ● I understand that my funds are held securely in my Safe. They cannot be accessed by Gnosis. - - - ● My Safe is a smart contract on the Ethereum blockchain. - - + + + This setup will create a Safe with one or more owners. Optionally give the Safe a local name. + By continuing you consent with the terms of use and privacy policy. + + + + + ● I understand that my funds are held securely in my Safe. They cannot be accessed by Gnosis. + + + + + ● My Safe is a smart contract on the Ethereum blockchain. + + +