aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/hero-balance.scss
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-10-20 05:08:52 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-10-20 05:08:58 +0800
commit0458643f104d7b328e24c4403e4e3d91b4d5de92 (patch)
tree662997418adf8be40c4f387edea2252e3e58cf99 /ui/app/css/itcss/components/hero-balance.scss
parent376ae032fedb99d22b7c71438ec9482d2013c78e (diff)
downloadtangerine-wallet-browser-0458643f104d7b328e24c4403e4e3d91b4d5de92.tar.gz
tangerine-wallet-browser-0458643f104d7b328e24c4403e4e3d91b4d5de92.tar.zst
tangerine-wallet-browser-0458643f104d7b328e24c4403e4e3d91b4d5de92.zip
various styling fix on mobile
Diffstat (limited to 'ui/app/css/itcss/components/hero-balance.scss')
-rw-r--r--ui/app/css/itcss/components/hero-balance.scss16
1 files changed, 10 insertions, 6 deletions
diff --git a/ui/app/css/itcss/components/hero-balance.scss b/ui/app/css/itcss/components/hero-balance.scss
index 8f6731358..bdbdd2645 100644
--- a/ui/app/css/itcss/components/hero-balance.scss
+++ b/ui/app/css/itcss/components/hero-balance.scss
@@ -6,8 +6,9 @@
justify-content: flex-start;
align-items: center;
margin: .3em .9em 0;
- height: 80vh;
- max-height: 225px;
+ // height: 80vh;
+ // max-height: 225px;
+ flex: 0 0 auto;
}
@media screen and (min-width: $break-large) {
@@ -26,6 +27,7 @@
@media screen and (max-width: $break-small) {
flex-direction: column;
+ flex: 0 0 auto;
}
@media screen and (min-width: $break-large) {
@@ -78,7 +80,9 @@
@media screen and (max-width: $break-small) {
width: 100%;
- height: 100px; // needed a round number to set the heights of the buttons inside
+ // height: 100px; // needed a round number to set the heights of the buttons inside
+ flex: 0 0 auto;
+ padding: 16px 0;
}
@media screen and (min-width: $break-large) {
@@ -93,9 +97,9 @@
font-size: 12px;
@media screen and (max-width: $break-small) {
- width: 23%;
- height: 55%;
- border-color: $black;
+ border-color: $curious-blue;
+ color: $curious-blue;
+ height: 36px;
}
@media screen and (min-width: $break-large) {