mempool/frontend/src/app/bisq/bisq-transaction-details/bisq-transaction-details.component.scss

11 lines
201 B
SCSS
Raw Normal View History

2020-07-19 13:46:30 +07:00
@media (max-width: 767.98px) {
.td-width {
width: 150px;
}
.mobile-even tr:nth-of-type(even) {
background-color: #181b2d;
}
.mobile-even tr:nth-of-type(odd) {
background-color: inherit;
}
}