add style on add wallet section

This commit is contained in:
bechi 2014-12-18 16:02:06 -03:00
commit a769b8318d
2 changed files with 21 additions and 11 deletions

View file

@ -315,6 +315,17 @@
margin-right: 5px;
}
.add-wallet .button-setup {
border: 1px solid #7A8C9E;
border-radius: 5px;
color: #4B6178;
text-align: center;
padding: 2rem;
margin: 2rem 0;
text-transform: uppercase;
font-size: 16px;
}
.modal.fade, .reveal-modal-bg {
opacity: 1;
}