aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/newui-sections.scss
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-07 13:30:27 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-07 13:30:27 +0800
commit0f140c5db59e72836ec437063314b39f33bae100 (patch)
tree6a4f0072401662778e9b0278892eb3af27ab658a /ui/app/css/itcss/components/newui-sections.scss
parentba50411bb2247d783667142cc5e7efff1bf839de (diff)
downloadtangerine-wallet-browser-0f140c5db59e72836ec437063314b39f33bae100.tar.gz
tangerine-wallet-browser-0f140c5db59e72836ec437063314b39f33bae100.tar.zst
tangerine-wallet-browser-0f140c5db59e72836ec437063314b39f33bae100.zip
Improve positioning of caret and add reusable color for wallet view
Diffstat (limited to 'ui/app/css/itcss/components/newui-sections.scss')
-rw-r--r--ui/app/css/itcss/components/newui-sections.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/css/itcss/components/newui-sections.scss b/ui/app/css/itcss/components/newui-sections.scss
index 684e998d5..d5ea8be1b 100644
--- a/ui/app/css/itcss/components/newui-sections.scss
+++ b/ui/app/css/itcss/components/newui-sections.scss
@@ -18,7 +18,7 @@
.tx-view {
flex: 63.5 0 66.5%;
- background: #FFFFFF; // TODO: add to resuable colors
+ background: $white; // TODO: add to resuable colors
}
@@ -26,7 +26,7 @@
.wallet-view {
flex: 33.5 0 33.5%;
- background: #FAFAFA, // TODO: add to reusable colors
+ background: $wild-sand,
}
.account-options-menu {