aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-08-31 09:13:29 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-05 09:46:14 +0800
commit57b3cdf9487e3858c3eecf49dad578b7dfcb3081 (patch)
treefe3c4b15cc1124fdfe6973a97bbaf8f3f5bb3383 /ui
parent3cb51e32c9706aebd47859018aff4e1917065b16 (diff)
downloadtangerine-wallet-browser-57b3cdf9487e3858c3eecf49dad578b7dfcb3081.tar.gz
tangerine-wallet-browser-57b3cdf9487e3858c3eecf49dad578b7dfcb3081.tar.zst
tangerine-wallet-browser-57b3cdf9487e3858c3eecf49dad578b7dfcb3081.zip
Fix styling of buy and send buttons on main screen.
Diffstat (limited to 'ui')
-rw-r--r--ui/app/css/itcss/components/hero-balance.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/ui/app/css/itcss/components/hero-balance.scss b/ui/app/css/itcss/components/hero-balance.scss
index f3535cd18..9ac506714 100644
--- a/ui/app/css/itcss/components/hero-balance.scss
+++ b/ui/app/css/itcss/components/hero-balance.scss
@@ -83,6 +83,7 @@
@media screen and (min-width: $break-large) {
flex-grow: 2;
+ justify-content: flex-end;
}
button.btn-clear {
@@ -98,14 +99,12 @@
}
@media screen and (min-width: $break-large) {
- width: 5%;
- flex-grow: 1;
- height: 4.6vh;
- min-height: 28px;
font-size: .6em;
border-color: $curious-blue;
color: $curious-blue;
- padding: 0;
+ padding: 0px;
+ width: 85px;
+ height: 34px;
}
}
}