diff options
author | Dan J Miller <danjm.com@gmail.com> | 2018-01-18 12:47:01 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@users.noreply.github.com> | 2018-01-18 12:47:01 +0800 |
commit | 4fae461a672b89a16c496d09321f11f86b873e32 (patch) | |
tree | 223221d5fda91deded04e7eb3cbdc40f5eb3f29a /ui/app/css | |
parent | fdaf6eacb2dc6cbd6941dd7debdd5cd89fca4672 (diff) | |
download | tangerine-wallet-browser-4fae461a672b89a16c496d09321f11f86b873e32.tar.gz tangerine-wallet-browser-4fae461a672b89a16c496d09321f11f86b873e32.tar.zst tangerine-wallet-browser-4fae461a672b89a16c496d09321f11f86b873e32.zip |
[NewUI] Send screen gas loading fixes (#3027)
* Allow entering amount, but disable validation of amount, opening of gas customizer or clicking of next, when gas loading in send.
* Fix variable name.
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/itcss/components/send.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss index beb3e519c..7a6e2823b 100644 --- a/ui/app/css/itcss/components/send.scss +++ b/ui/app/css/itcss/components/send.scss @@ -652,11 +652,11 @@ border: 1px solid $curious-blue; border-radius: 4px; background-color: $white; - padding: 5px; position: absolute; right: 15px; top: 14px; cursor: pointer; + font-size: 1em; } &__sliders-icon { |