diff options
author | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-07 08:13:31 +0800 |
---|---|---|
committer | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-07 08:13:31 +0800 |
commit | ebf39831c416dab12367175d48f494ebae5c7114 (patch) | |
tree | 1caf65aa77200d3c80336d8d2c1c1d231983e4a2 /ui/app | |
parent | dc0f78c1b986a57313d465fd352235eb36bbe828 (diff) | |
download | tangerine-wallet-browser-ebf39831c416dab12367175d48f494ebae5c7114.tar tangerine-wallet-browser-ebf39831c416dab12367175d48f494ebae5c7114.tar.gz tangerine-wallet-browser-ebf39831c416dab12367175d48f494ebae5c7114.tar.bz2 tangerine-wallet-browser-ebf39831c416dab12367175d48f494ebae5c7114.tar.lz tangerine-wallet-browser-ebf39831c416dab12367175d48f494ebae5c7114.tar.xz tangerine-wallet-browser-ebf39831c416dab12367175d48f494ebae5c7114.tar.zst tangerine-wallet-browser-ebf39831c416dab12367175d48f494ebae5c7114.zip |
Adjust size of buttons for 576-780+px range
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/css/itcss/components/hero-balance.scss | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/ui/app/css/itcss/components/hero-balance.scss b/ui/app/css/itcss/components/hero-balance.scss index 5bae3160d..be5b69e0a 100644 --- a/ui/app/css/itcss/components/hero-balance.scss +++ b/ui/app/css/itcss/components/hero-balance.scss @@ -40,26 +40,14 @@ $break-large: 576px; @media screen and (min-width: $break-large) { flex-grow: 3; - margin-left: 1.2vw; + margin-left: 3%; .token-amount { - font-size: 2.1vw; - - @media screen and (max-width: $break-medium) { - font-size: 3vw; - } - + font-size: 125%; } .fiat-amount { - font-size: 1.7vw; - margin-top: 0.3em; - - @media screen and (max-width: $break-medium) { - font-size: 2.5vw; - margin-top: 0em; - } - + font-size: 105%; } } @@ -67,7 +55,7 @@ $break-large: 576px; } .hero-balance-icon { - border-radius: 30px; + border-radius: 10vw; // TODO: colors border: 1px solid #DEDEDE; width: 5vw; @@ -80,7 +68,7 @@ $break-large: 576px; .hero-balance-buttons { button.btn-clear { - width: 81px; + width: 5%; height: 32px; font-size: .7em; background: white; @@ -93,8 +81,6 @@ $break-large: 576px; @media screen and (min-width: $break-large) { flex-grow: 2; - width: 5.8vw; - min-width: 75px; height: 4.2vh; min-height: 28px; font-size: .7em; |