2016-10-12 17:20:06 -04:00
|
|
|
#view-confirm {
|
2016-12-28 13:09:59 -03:00
|
|
|
background-color: #ffffff;
|
2016-11-17 17:50:15 -05:00
|
|
|
@extend .deflash-blue;
|
2017-05-16 14:21:33 -03:00
|
|
|
.item-note {
|
|
|
|
|
float: none;
|
|
|
|
|
.fee-percent {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-11-28 17:01:07 -03:00
|
|
|
.icon-amazon {
|
|
|
|
|
background-image: url("../img/icon-amazon.svg");
|
|
|
|
|
}
|
2016-11-07 15:48:51 -05:00
|
|
|
.tx-details-content > .scroll {
|
|
|
|
|
padding-bottom: .25rem;
|
|
|
|
|
}
|
2017-02-20 10:25:52 -05:00
|
|
|
.gravatar-contact {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-left: -3px;
|
|
|
|
|
span {
|
|
|
|
|
margin: 5px 0 0 8px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-02-20 13:06:42 -05:00
|
|
|
.wallet-name {
|
|
|
|
|
margin-top: -3px;
|
|
|
|
|
}
|
2017-02-22 15:08:51 -05:00
|
|
|
.toggle {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2016-10-12 17:20:06 -04:00
|
|
|
}
|