mempool/frontend/src/app/components/transaction/transaction.component.scss
2021-03-22 18:04:50 +07:00

46 lines
484 B
SCSS

.adjust-btn-padding {
padding: 0.55rem;
}
.title-block {
color: #FFF;
padding-top: 20px;
border-top: 3px solid #FFF;
}
@media (max-width: 767.98px) {
.mobile-bottomcol {
margin-top: 15px;
}
}
.td-width {
width: 175px;
}
@media (max-width: 767.98px) {
.td-width {
width: 150px;
}
}
h1 {
margin-bottom: 0;
}
.badge {
position: relative;
top: -1px;
}
.btn-small-height {
line-height: 1.1;
}
.arrow-green {
color: #1a9436;
}
.arrow-red {
color: #dc3545;
}