aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/first-time
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-07-01 14:50:20 +0800
committerDan Finlay <dan@danfinlay.com>2016-07-01 14:50:20 +0800
commit6ec387b6751273ad09aed876a03f7ee95dc86c1a (patch)
tree83dab50dd0a966c0c1c5e7257a87b273badc783d /ui/app/first-time
parent7f9200b1bf50238e0452adb2d7867dc48868d775 (diff)
downloadtangerine-wallet-browser-6ec387b6751273ad09aed876a03f7ee95dc86c1a.tar
tangerine-wallet-browser-6ec387b6751273ad09aed876a03f7ee95dc86c1a.tar.gz
tangerine-wallet-browser-6ec387b6751273ad09aed876a03f7ee95dc86c1a.tar.bz2
tangerine-wallet-browser-6ec387b6751273ad09aed876a03f7ee95dc86c1a.tar.lz
tangerine-wallet-browser-6ec387b6751273ad09aed876a03f7ee95dc86c1a.tar.xz
tangerine-wallet-browser-6ec387b6751273ad09aed876a03f7ee95dc86c1a.tar.zst
tangerine-wallet-browser-6ec387b6751273ad09aed876a03f7ee95dc86c1a.zip
Formatted dev mode better
Diffstat (limited to 'ui/app/first-time')
-rw-r--r--ui/app/first-time/disclaimer.js5
-rw-r--r--ui/app/first-time/disclaimer.txt3
2 files changed, 3 insertions, 5 deletions
diff --git a/ui/app/first-time/disclaimer.js b/ui/app/first-time/disclaimer.js
index f25bf9245..c6174a220 100644
--- a/ui/app/first-time/disclaimer.js
+++ b/ui/app/first-time/disclaimer.js
@@ -22,13 +22,14 @@ DisclaimerScreen.prototype.render = function () {
return (
h('.flex-column.flex-center.flex-grow', [
- h('h3.flex-center.text-transform-uppercase', {
+ h('h3.flex-center.text-transform-uppercase.terms-header', {
style: {
background: '#EBEBEB',
color: '#AEAEAE',
marginBottom: 24,
width: '100%',
fontSize: '20px',
+ textAlign: 'center',
padding: 6,
},
}, [
@@ -40,7 +41,7 @@ DisclaimerScreen.prototype.render = function () {
.markdown {
font-family: Times New Roman;
}
- .markdown h1,h2,h3,h4 {
+ .markdown h1, .markdown h2, .markdown h3 {
margin: 10px 0;
font-family: arial sans-serif;
font-weight: bold;
diff --git a/ui/app/first-time/disclaimer.txt b/ui/app/first-time/disclaimer.txt
deleted file mode 100644
index b7c2cf13e..000000000
--- a/ui/app/first-time/disclaimer.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Full disclaimer coming soon. In the meanwhile, be aware this is experimental software. We are not responsible for how you use MetaMask, or any funds that you spend or lose with it. The only way to be absolutely sure you will lose no funds on the internet is to put no funds onto the internet. Enjoy!
-
-