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.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;
+ }
+
}