aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorFrankie <frankie.pangilinan@consensys.net>2016-06-09 03:13:45 +0800
committerFrankie <frankie.pangilinan@consensys.net>2016-06-09 04:43:05 +0800
commite9407777cc6f44a87a4c34e07562f278d66a48c4 (patch)
tree1ac23d6286b1210230b4b45bb98641186f857e2f /ui
parent702dc3b21630846afda7688dd6cb0cad376ef50f (diff)
downloadtangerine-wallet-browser-e9407777cc6f44a87a4c34e07562f278d66a48c4.tar
tangerine-wallet-browser-e9407777cc6f44a87a4c34e07562f278d66a48c4.tar.gz
tangerine-wallet-browser-e9407777cc6f44a87a4c34e07562f278d66a48c4.tar.bz2
tangerine-wallet-browser-e9407777cc6f44a87a4c34e07562f278d66a48c4.tar.lz
tangerine-wallet-browser-e9407777cc6f44a87a4c34e07562f278d66a48c4.tar.xz
tangerine-wallet-browser-e9407777cc6f44a87a4c34e07562f278d66a48c4.tar.zst
tangerine-wallet-browser-e9407777cc6f44a87a4c34e07562f278d66a48c4.zip
Style up the info screen
Diffstat (limited to 'ui')
-rw-r--r--ui/app/css/index.css18
-rw-r--r--ui/app/info.js4
2 files changed, 20 insertions, 2 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 2ee7c4094..c6624fbae 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -423,3 +423,21 @@ input.large-input {
.ether-balance-label {
color: #ABA9AA;
}
+
+/* Info screen */
+.info-gray{
+ font-family: 'Transat Medium';
+ text-transform: uppercase;
+ color: #AEAEAE;
+}
+
+.icon-size{
+ width: 20px;
+}
+
+.info{
+ font-family: 'Transat Standard', Arial;
+ font-weight: bolder;
+ padding-bottom: 10px;
+}
+
diff --git a/ui/app/info.js b/ui/app/info.js
index 8c43c5aa7..03f00a027 100644
--- a/ui/app/info.js
+++ b/ui/app/info.js
@@ -62,10 +62,10 @@ InfoScreen.prototype.render = function() {
style: {
marginBottom: '20px',
}},
- `For more information on Metamask
+ `For more information on MetaMask
you can visit our web site. If you want to
contact us with questions or just
- say Hi, you can find us on theise platforms:`),
+ say 'Hi', you can find us on theise platforms:`),
h('div',{
style: {