use new scan icon

This commit is contained in:
Javier 2016-11-24 16:17:01 -03:00
commit 4c42c72411
4 changed files with 50 additions and 6 deletions

View file

@ -1,7 +1,23 @@
#tab-send {
@extend .deflash-blue;
input {
width: 100%;
.input {
input {
width: 100%;
height: auto;
}
&.item {
height: 55px;
}
i {
&.left {
padding-left: 15px;
}
&.qr {
cursor: pointer;
cursor: hand;
padding-right: 5px;
}
}
}
.qr-scan-icon {
cursor: pointer;
@ -10,7 +26,7 @@
padding-left: 10px;
}
.qr-icon {
line-height: 45px;
line-height: 20px;
}
.zero-state-cta {
padding-bottom: 3vh;