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;
|
|
|
|
}
|
2023-08-26 10:05:04 +02:00
|
|
|
|
|
|
|
.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;
|
2023-08-26 10:05:04 +02:00
|
|
|
}
|