aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/index.css
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-07-23 02:15:47 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-07-23 02:15:47 +0800
commit86832e6feb502a3f1de24b81b111addf1f06bea6 (patch)
tree8f3ac5ce8c1772916d93cf79e7fd7336e3b6a7bc /ui/app/css/index.css
parent22528002e1edef84ade67d5bc30b2580e6542c05 (diff)
parent0bbfedc2bf21d8c3eec17fef35e93a98a946469e (diff)
downloadtangerine-wallet-browser-86832e6feb502a3f1de24b81b111addf1f06bea6.tar.gz
tangerine-wallet-browser-86832e6feb502a3f1de24b81b111addf1f06bea6.tar.zst
tangerine-wallet-browser-86832e6feb502a3f1de24b81b111addf1f06bea6.zip
Fix merge conflicts. Fix typos. Ensure currency immediately updated on load.
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r--ui/app/css/index.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 3f52b6ed4..36430b5eb 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -463,3 +463,9 @@ input.large-input {
display: inline-block;
padding-left: 5px;
}
+
+/* buy eth warning screen */
+
+.eth-warning{
+ transition: opacity 400ms ease-in, transform 400ms ease-in;
+}