changed label

This commit is contained in:
Mario Colque 2014-05-14 17:19:04 -03:00
commit 01bbe55589
3 changed files with 20 additions and 52 deletions

View file

@ -4,6 +4,25 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Copay</title>
<style>
body { background-color: #2C3E50; }
a {
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: #008cba;
color: #fff;
display: block;
font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
margin: 20px 0;
opacity: .8;
outline: none;
padding: 10px;
text-decoration: none;
text-align: center;
width: 200px;
}
a:hover { opacity: 1; }
</style>
</head>
<body>
<a href="index.html#signin" target="_blank">Open wallet</a>