diff options
author | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-10 06:48:12 +0800 |
---|---|---|
committer | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-10 12:42:16 +0800 |
commit | cba50818c2209de95e75a225e418df79fb727045 (patch) | |
tree | d38ccd5f376a35666f6e3f7ec7853abedfbdb74c /ui | |
parent | 0188e7b94d85b45a783f9e3d5c182a8ffcaeac2e (diff) | |
download | tangerine-wallet-browser-cba50818c2209de95e75a225e418df79fb727045.tar tangerine-wallet-browser-cba50818c2209de95e75a225e418df79fb727045.tar.gz tangerine-wallet-browser-cba50818c2209de95e75a225e418df79fb727045.tar.bz2 tangerine-wallet-browser-cba50818c2209de95e75a225e418df79fb727045.tar.lz tangerine-wallet-browser-cba50818c2209de95e75a225e418df79fb727045.tar.xz tangerine-wallet-browser-cba50818c2209de95e75a225e418df79fb727045.tar.zst tangerine-wallet-browser-cba50818c2209de95e75a225e418df79fb727045.zip |
Improve layout of buy buttons by tweaking text styles
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/css/itcss/components/modal.scss | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ui/app/css/itcss/components/modal.scss b/ui/app/css/itcss/components/modal.scss index 7f36d1d2b..cfe1cb366 100644 --- a/ui/app/css/itcss/components/modal.scss +++ b/ui/app/css/itcss/components/modal.scss @@ -104,12 +104,21 @@ @media screen and (max-width: 679px) { font-size: 10px; + padding: 0px 10px; + margin-bottom: 5px; + line-height: 15px; + } + + @media screen and (min-width: 680px) { + font-size: 14px; + padding: 0px 4px; + margin-bottom: 2px; } @media screen and (min-width: 1281px) { font-size: 20px; + padding: 0px 0px; } - } div.modal-content-footer { |