aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-07 12:54:42 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-07 12:54:42 +0800
commitba50411bb2247d783667142cc5e7efff1bf839de (patch)
tree131a4f564b1900ce86cb91953ecb97c3f8891b9c /ui/app/css
parent29662ff7b48c9cc8fc68cae6ba1e5a1f81ddf1c0 (diff)
downloadtangerine-wallet-browser-ba50411bb2247d783667142cc5e7efff1bf839de.tar
tangerine-wallet-browser-ba50411bb2247d783667142cc5e7efff1bf839de.tar.gz
tangerine-wallet-browser-ba50411bb2247d783667142cc5e7efff1bf839de.tar.bz2
tangerine-wallet-browser-ba50411bb2247d783667142cc5e7efff1bf839de.tar.lz
tangerine-wallet-browser-ba50411bb2247d783667142cc5e7efff1bf839de.tar.xz
tangerine-wallet-browser-ba50411bb2247d783667142cc5e7efff1bf839de.tar.zst
tangerine-wallet-browser-ba50411bb2247d783667142cc5e7efff1bf839de.zip
Position account icon, name, and caret
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/itcss/components/newui-sections.scss25
1 files changed, 21 insertions, 4 deletions
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;
+ }
+
}