Ref BitPay Card TX list

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-21 20:33:28 -03:00
commit 15c20f38ac
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 48 additions and 21 deletions

View file

@ -401,6 +401,14 @@ input[type=number] {
font-weight: 700;
}
.text-gray {
color: gray;
}
.text-italic {
font-style: italic;
}
.no-border {
border-style: none;
background-color: transparent !important;

View file

@ -34,4 +34,7 @@
padding: 0;
width: 100%;
}
.item-select select {
color: #667;
}
}