diff options
author | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-03 16:17:27 +0800 |
---|---|---|
committer | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-03 16:17:27 +0800 |
commit | 0171918407a1c04b8c04bb05f678b04acb4f53b0 (patch) | |
tree | 51c9f9b3583c581916a61200b3c986a5a01114c4 /ui/app/css | |
parent | 267d12646c93931c76a1c0fa1ccabd61f8e0dcd6 (diff) | |
download | tangerine-wallet-browser-0171918407a1c04b8c04bb05f678b04acb4f53b0.tar tangerine-wallet-browser-0171918407a1c04b8c04bb05f678b04acb4f53b0.tar.gz tangerine-wallet-browser-0171918407a1c04b8c04bb05f678b04acb4f53b0.tar.bz2 tangerine-wallet-browser-0171918407a1c04b8c04bb05f678b04acb4f53b0.tar.lz tangerine-wallet-browser-0171918407a1c04b8c04bb05f678b04acb4f53b0.tar.xz tangerine-wallet-browser-0171918407a1c04b8c04bb05f678b04acb4f53b0.tar.zst tangerine-wallet-browser-0171918407a1c04b8c04bb05f678b04acb4f53b0.zip |
Add rough layout for flat layout tx details, add notes for breakpoints
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/index.css | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index a14da2d70..eec17ec2b 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -89,12 +89,10 @@ input:focus, textarea:focus { background-color: #02C9B1; // TODO: reusable color in colors.css } + button.btn-clear { - width: 100px; - height: 50px; background: white; border: 1px solid; - font-size: .7em; } // No longer used in flat design, remove when modal buttons done @@ -795,6 +793,14 @@ div.message-container > div:first-child { width: 85%; height: 90vh; } + + button.btn-clear { + width: 75px; + height: 32px; + font-size: .6em; + background: white; + border: 1px solid; + } } @media screen and (min-width: 769px) { @@ -828,4 +834,12 @@ div.message-container > div:first-child { width: 100%; height: 100% } + + button.btn-clear { + width: 100px; + height: 50px; + font-size: .7em; + background: white; + border: 1px solid; + } }
\ No newline at end of file |