aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/newui-sections.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css/itcss/components/newui-sections.scss')
-rw-r--r--ui/app/css/itcss/components/newui-sections.scss16
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 761e74561..02acfca47 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;