aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-05-27 05:12:41 +0800
committerDan Finlay <dan@danfinlay.com>2016-05-27 05:12:41 +0800
commitd31189b2066d0225eb57e86d077d579cf223658c (patch)
tree0ff0f6071ed96e70e0b2f39a2a44750f8b96d0fb /ui/app/css
parentd489b3192355079ed0d95efdbd2ab04125ff206f (diff)
downloadtangerine-wallet-browser-d31189b2066d0225eb57e86d077d579cf223658c.tar.gz
tangerine-wallet-browser-d31189b2066d0225eb57e86d077d579cf223658c.tar.zst
tangerine-wallet-browser-d31189b2066d0225eb57e86d077d579cf223658c.zip
Add pending messages to sign to tx list
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/lib.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/ui/app/css/lib.css b/ui/app/css/lib.css
index 73be4023e..865d8060c 100644
--- a/ui/app/css/lib.css
+++ b/ui/app/css/lib.css
@@ -167,6 +167,20 @@ hr.horizontal-line {
background: white;
}
+.red-dot {
+ position: inherit;
+ background: red;
+ color: white;
+ border-radius: 10px;
+ height: 12px;
+ min-width: 12px;
+ margin-left: 6px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 4px;
+}
+
.pending-dot {
background: red;
left: 57px;
@@ -180,3 +194,8 @@ hr.horizontal-line {
justify-content: center;
padding: 4px;
}
+
+.ether-balance {
+ display: flex;
+ align-items: center;
+}