Fix the send search bg, mcc icon coloring, pre-auth header.

This commit is contained in:
Andy Phillipson 2017-06-16 12:45:11 -04:00
commit 0d4fd06bcc
No known key found for this signature in database
GPG key ID: D813A67D567D6C88
5 changed files with 86 additions and 21 deletions

View file

@ -13,6 +13,10 @@
color: #727272;
padding: 2px 1rem;
background: #f8f8f9;
i {
position: absolute;
padding-left: 5px;
}
}
.comment {
@ -86,11 +90,15 @@
&.send .svg #-Transaction-icons {
}
&.receive .svg #-Transaction-icons {
&.receive .svg #-Transaction-icons,
&.receive .tx-icon .houston {
stroke: #09C286;
color: #09C286;
}
&.pending .svg #-Transaction-icons {
&.pending .svg #-Transaction-icons,
&.pending .tx-icon .houston {
stroke: $v-bitcoin-orange;
color: $v-bitcoin-orange;
}
}
}