Addressbook

This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-18 19:25:30 -03:00
commit 7cb64078c5
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
9 changed files with 240 additions and 320 deletions

View file

@ -548,6 +548,26 @@ ul.wallet-selection.wallets {
margin: 0 auto;
}
// INPUT CAMERA / VALID / INVALID ICONS
.input-notification {
float: right;
margin-right: 10px;
}
.qr-scan-icon {
position: relative;
}
.qr-scan-icon a {
display: block;
position: absolute;
top: 0;
right: 0;
padding: 0 10px;
font-size: 24px;
cursor: pointer;
}
// General purpose
.dn {
display: none;
@ -948,6 +968,14 @@ input[type=file] {
line-height: 0px;
}
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
/*
* Calculator
*/