Wallet/src/sass/views/confirm.scss
2017-02-22 15:22:31 -05:00

23 lines
404 B
SCSS

#view-confirm {
background-color: #ffffff;
@extend .deflash-blue;
.icon-amazon {
background-image: url("../img/icon-amazon.svg");
}
.tx-details-content > .scroll {
padding-bottom: .25rem;
}
.gravatar-contact {
display: flex;
margin-left: -3px;
span {
margin: 5px 0 0 8px;
}
}
.wallet-name {
margin-top: -3px;
}
.toggle {
cursor: pointer;
}
}