From 57b3cdf9487e3858c3eecf49dad578b7dfcb3081 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 30 Aug 2017 22:43:29 -0230 Subject: Fix styling of buy and send buttons on main screen. --- ui/app/css/itcss/components/hero-balance.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'ui') 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; } } } -- cgit