diff options
author | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-07 11:47:59 +0800 |
---|---|---|
committer | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-07 11:47:59 +0800 |
commit | 29662ff7b48c9cc8fc68cae6ba1e5a1f81ddf1c0 (patch) | |
tree | d2804752bc3db3d89ad9511184cfbd3c1d4cafce /ui/app/css | |
parent | 5c7adc911d8abb0b066e1f84c2a46b7a1cea6cdc (diff) | |
download | dexon-wallet-29662ff7b48c9cc8fc68cae6ba1e5a1f81ddf1c0.tar.gz dexon-wallet-29662ff7b48c9cc8fc68cae6ba1e5a1f81ddf1c0.tar.zst dexon-wallet-29662ff7b48c9cc8fc68cae6ba1e5a1f81ddf1c0.zip |
Move tx and wallet view styles to component classes
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/itcss/components/newui-sections.scss | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/ui/app/css/itcss/components/newui-sections.scss b/ui/app/css/itcss/components/newui-sections.scss index 761e7456..02acfca4 100644 --- a/ui/app/css/itcss/components/newui-sections.scss +++ b/ui/app/css/itcss/components/newui-sections.scss @@ -13,7 +13,21 @@ overflow-y: scroll; } -.sidebar { + +// tx view +.tx-view { + flex: 63.5 0 66.5%; + background: '#FFFFFF'; // TODO: add to resuable colors +} + +.wallet-view { + flex: 33.5 0 33.5%; + background: #FAFAFA, // TODO: add to reusable colors +} + +// wallet view + +.wallet-view.sidebar { flex: 1 0 230px; background: rgb(250, 250, 250); z-index: 26; |