diff options
author | Alexander Tseung <alextsg@gmail.com> | 2017-11-29 12:24:35 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@gmail.com> | 2017-12-15 04:50:20 +0800 |
commit | e226b10a89d87af07c7c35ff1251a8264f3bb1b8 (patch) | |
tree | 2a1507463ac1074a39e4ebd3ae609be0a2962bc6 /ui/app/css/itcss/components/pages/unlock.scss | |
parent | 339eb7d1a687f141e822c745c568063783d44f15 (diff) | |
download | dexon-wallet-e226b10a89d87af07c7c35ff1251a8264f3bb1b8.tar.gz dexon-wallet-e226b10a89d87af07c7c35ff1251a8264f3bb1b8.tar.zst dexon-wallet-e226b10a89d87af07c7c35ff1251a8264f3bb1b8.zip |
Add react-router to allow use of the browser back button
Diffstat (limited to 'ui/app/css/itcss/components/pages/unlock.scss')
-rw-r--r-- | ui/app/css/itcss/components/pages/unlock.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/pages/unlock.scss b/ui/app/css/itcss/components/pages/unlock.scss new file mode 100644 index 00000000..5d438377 --- /dev/null +++ b/ui/app/css/itcss/components/pages/unlock.scss @@ -0,0 +1,9 @@ +.unlock-page { + box-shadow: none; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + background: rgb(247, 247, 247); + width: 100%; +} |