Refactor selling bitcoin

This commit is contained in:
Gustavo Maximiliano Cortez 2017-01-12 20:29:34 -03:00
commit 021e9301d3
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
7 changed files with 459 additions and 23 deletions

View file

@ -1,21 +1,7 @@
.coinbase-preferences {
ul {
font-size: 14px;
background: white;
li {
padding: 16px 10px 16px 16px;
border-bottom: 1px solid #E9E9EC;
}
#coinbase {
@extend .deflash-blue;
.add-bottom-for-cta {
bottom: 92px;
}
}
.coinbase-last-transactions-content {
background: #fff;
padding: 0.8rem 1rem;
cursor: pointer;
border-bottom: 1px solid #E4E8EC;
}
.coinbase-pointer {
cursor: pointer;
}