mempool/frontend/src/app/components/accelerate-preview/accelerate-preview.component.scss

34 lines
494 B
SCSS
Raw Normal View History

2023-08-26 09:52:55 +02:00
.fee-card {
padding: 15px;
background-color: #1d1f31;
}
.btn-border {
border: solid 1px black;
background-color: #0c4a87;
}
.feerate.active {
background-color: #105fb0 !important;
opacity: 1;
border: 1px solid white !important;
}
.estimateDisabled {
opacity: 0.5;
pointer-events: none;
}
.table-accelerator {
table-layout: fixed;
& tr {
text-wrap: wrap;
}
2023-08-29 21:20:36 +09:00
}
.accelerate-cols {
display: flex;
flex-direction: row;
align-items: stretch;
margin-top: 1em;
}