From ba50411bb2247d783667142cc5e7efff1bf839de Mon Sep 17 00:00:00 2001 From: sdtsui Date: Sun, 6 Aug 2017 21:54:42 -0700 Subject: Position account icon, name, and caret --- ui/app/css/itcss/components/newui-sections.scss | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'ui/app/css/itcss') diff --git a/ui/app/css/itcss/components/newui-sections.scss b/ui/app/css/itcss/components/newui-sections.scss index 02acfca47..684e998d5 100644 --- a/ui/app/css/itcss/components/newui-sections.scss +++ b/ui/app/css/itcss/components/newui-sections.scss @@ -15,17 +15,27 @@ // tx view + .tx-view { flex: 63.5 0 66.5%; - background: '#FFFFFF'; // TODO: add to resuable colors + background: #FFFFFF; // TODO: add to resuable colors } + +// wallet view + .wallet-view { flex: 33.5 0 33.5%; background: #FAFAFA, // TODO: add to reusable colors } -// wallet view +.account-options-menu { + align-items: center; + justify-content: flex-start; + margin: 5% 7%; +} + + .wallet-view.sidebar { flex: 1 0 230px; @@ -118,6 +128,13 @@ // wallet view .account-name { - font-size: 102%; - margin-left: 3%; + @media screen and (max-width: 575px) { + font-size: 102%; + margin-left: 3%; + } + + @media screen and (max-width: 575px) { + text-align: center; + } + } -- cgit