aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-03 15:43:24 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-03 15:43:24 +0800
commit267d12646c93931c76a1c0fa1ccabd61f8e0dcd6 (patch)
tree1471663b2883b75c232b65ce2d42ef7530b1cf30 /ui/app/css
parent6fd1c15a5c2fa961e20ff18732bc4879357c2e0a (diff)
downloadtangerine-wallet-browser-267d12646c93931c76a1c0fa1ccabd61f8e0dcd6.tar.gz
tangerine-wallet-browser-267d12646c93931c76a1c0fa1ccabd61f8e0dcd6.tar.zst
tangerine-wallet-browser-267d12646c93931c76a1c0fa1ccabd61f8e0dcd6.zip
Implement 'clear buttons' for tx view
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/index.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index a19a9f0bc..a14da2d70 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -89,6 +89,25 @@ 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
+// div.wallet-btn {
+// border: 1px solid rgb(91, 93, 103);
+// border-radius: 2px;
+// height: 30px;
+// width: 75px;
+// font-size: 0.8em;
+// text-align: center;
+// line-height: 25px;
+// }
+
// .btn-red {
// background: rgba(254, 35, 17, 1);
// box-shadow: 0px 3px 6px rgba(254, 35, 17, 0.36);