fix addressbook scan icon

This commit is contained in:
Gabriel Bazán 2016-10-27 11:55:30 -03:00
commit e205c3ab5b
2 changed files with 26 additions and 11 deletions

View file

@ -5,6 +5,19 @@
.list {
background-color: #fff;
}
.qr-scan-icon a {
z-index: 10;
display: block;
position: absolute;
top: 164px;
right: 0;
padding: 0 10px;
font-size: 24px;
cursor: pointer;
}
.qr-icon {
line-height: 45px;
}
}
#view-address-book {
.scroll {