aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/settings/index.scss
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2019-04-29 14:18:03 +0800
committerDan J Miller <danjm.com@gmail.com>2019-04-29 14:18:03 +0800
commit00958894087a9af845f3746de6698130facd7654 (patch)
tree2d78d7d1643b132d94e3430542a9bce2bc3af37f /ui/app/pages/settings/index.scss
parent39b714542397277733134214c228403ae89d7d29 (diff)
downloadtangerine-wallet-browser-00958894087a9af845f3746de6698130facd7654.tar.gz
tangerine-wallet-browser-00958894087a9af845f3746de6698130facd7654.tar.zst
tangerine-wallet-browser-00958894087a9af845f3746de6698130facd7654.zip
Add subheader to all settings subviews (#6502)
* Add subheader to all settings subviews * add margin right to subheader
Diffstat (limited to 'ui/app/pages/settings/index.scss')
-rw-r--r--ui/app/pages/settings/index.scss26
1 files changed, 23 insertions, 3 deletions
diff --git a/ui/app/pages/settings/index.scss b/ui/app/pages/settings/index.scss
index 52208dc85..a19105bb4 100644
--- a/ui/app/pages/settings/index.scss
+++ b/ui/app/pages/settings/index.scss
@@ -22,6 +22,17 @@
}
}
+ &__subheader {
+ padding: 16px 4px;
+ font-size: 20px;
+ border-bottom: 1px solid $alto;
+ margin-right: 24px;
+
+ @media screen and (max-width: 575px) {
+ display: none;
+ }
+ }
+
&__back-button {
display: none;
@@ -58,9 +69,15 @@
flex: 1 1 auto;
@media screen and (min-width: 576px) {
- flex: 0 0 32%;
+ flex: 0 0 40%;
max-width: 210px;
- border-right: 1px solid $alto;
+ padding-top: 8px;
+ }
+
+ .tab-bar__tab {
+ @media screen and (min-width: 576px) {
+ padding: 16px 24px 0;
+ }
}
}
@@ -76,6 +93,10 @@
&__body {
padding: 12px 24px;
+
+ @media screen and (min-width: 576px) {
+ padding: 12px;
+ }
}
&__content-row {
@@ -89,7 +110,6 @@
min-width: 0;
display: flex;
flex-direction: column;
- padding: 0 5px;
min-height: 71px;
@media screen and (max-width: 575px) {