This commit is contained in:
magmahindenburg 2017-06-20 15:10:53 +09:00
commit 9f9eaa0bf1
6 changed files with 26 additions and 25 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;
}
}
}

View file

@ -176,9 +176,6 @@
display: block;
align-items: center;
justify-content: center;
@media(max-width: 320px) {
padding-top: 60px;
}
&.collapsible {
margin-bottom: 10px;