Wallet/src/sass/views/confirm.scss

17 lines
324 B
SCSS
Raw Normal View History

2016-10-12 17:20:06 -04:00
#view-confirm {
background-color: #ffffff;
@extend .deflash-blue;
.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;
}
}
2016-10-12 17:20:06 -04:00
}