aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-03 16:17:27 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-03 16:17:27 +0800
commit0171918407a1c04b8c04bb05f678b04acb4f53b0 (patch)
tree51c9f9b3583c581916a61200b3c986a5a01114c4 /ui/app/css
parent267d12646c93931c76a1c0fa1ccabd61f8e0dcd6 (diff)
downloadtangerine-wallet-browser-0171918407a1c04b8c04bb05f678b04acb4f53b0.tar.gz
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.css20
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