fix : Scanner and keyboard at same time

This commit is contained in:
Gabriel Bazán 2016-10-26 15:54:29 -03:00
commit 1ebba5c0d0
10 changed files with 83 additions and 49 deletions

View file

@ -1,4 +1,17 @@
#tab-send {
.qr-scan-icon a {
z-index: 10;
display: block;
position: absolute;
top: 55px;
right: 0;
padding: 0 10px;
font-size: 24px;
cursor: pointer;
}
.qr-icon {
line-height: 45px;
}
.zero-state-cta {
padding-bottom: 3vh;
}