Wallet/src/sass/views/confirm.scss

29 lines
494 B
SCSS
Raw Normal View History

2016-10-12 17:20:06 -04:00
#view-confirm {
background-color: #ffffff;
@extend .deflash-blue;
2017-05-16 14:21:33 -03:00
.item-note {
float: none;
.fee-percent {
display: inline-block;
}
}
.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;
}
}
.wallet-name {
margin-top: -3px;
}
2017-02-22 15:08:51 -05:00
.toggle {
cursor: pointer;
}
2016-10-12 17:20:06 -04:00
}