diff options
author | Dan <danjm.com@gmail.com> | 2018-02-28 01:04:31 +0800 |
---|---|---|
committer | Dan <danjm.com@gmail.com> | 2018-02-28 01:42:45 +0800 |
commit | 746c3e5f1803e9b3712d22a4e4dd7ab43e84e060 (patch) | |
tree | 6ffa9d0404fe3994a4cdff519e9ce2addf36f6e0 /mascara | |
parent | c789bf1842acc6603da0db680052962713d46ac1 (diff) | |
download | dexon-wallet-746c3e5f1803e9b3712d22a4e4dd7ab43e84e060.tar.gz dexon-wallet-746c3e5f1803e9b3712d22a4e4dd7ab43e84e060.tar.zst dexon-wallet-746c3e5f1803e9b3712d22a4e4dd7ab43e84e060.zip |
Body width container in first time flow is consistent with app bar.
Diffstat (limited to 'mascara')
-rw-r--r-- | mascara/src/app/first-time/index.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mascara/src/app/first-time/index.css b/mascara/src/app/first-time/index.css index 4314efbe..4f240022 100644 --- a/mascara/src/app/first-time/index.css +++ b/mascara/src/app/first-time/index.css @@ -4,6 +4,8 @@ width: 100vw; background-color: #FFF; overflow: auto; + display: flex; + justify-content: center; } .alpha-warning { @@ -23,7 +25,6 @@ display: flex; flex-flow: column; margin-top: 70px; - margin-right: 10vw; width: 35vw; max-width: 550px; } @@ -48,6 +49,10 @@ max-width: 35rem; } +.create-password { + margin: 67px 0 50px 0px; +} + .import-account { max-width: initial; } |