add color - fix addressbook checks

This commit is contained in:
Javier 2016-12-23 10:32:09 -03:00
commit 8c18ef33b5
4 changed files with 59 additions and 17 deletions

View file

@ -8,8 +8,20 @@
padding: 0 10px;
font-size: 24px;
cursor: pointer;
}
.qr-icon {
line-height: 45px;
}
.item-stacked-label .icon {
padding: 0px;
margin: 0px;
}
.icon {
&.valid {
padding-top: 3px;
color: #13E5B6;
}
&.invalid {
padding-top: 3px;
color: #DF2121;
}
}
}