mirror of
https://github.com/mempool/mempool.git
synced 2025-01-10 15:30:05 +01:00
37 lines
420 B
SCSS
37 lines
420 B
SCSS
|
.card {
|
||
|
background-color: #1d1f31;
|
||
|
}
|
||
|
|
||
|
.txWeightPerSecond {
|
||
|
color: #4a9ff4;
|
||
|
}
|
||
|
|
||
|
.mempoolSize {
|
||
|
color: #4a68b9;
|
||
|
}
|
||
|
|
||
|
.txPerSecond {
|
||
|
color: #f4bb4a;;
|
||
|
}
|
||
|
|
||
|
.unconfirmedTx {
|
||
|
color: #f14d80;
|
||
|
}
|
||
|
|
||
|
.info-block {
|
||
|
float: left;
|
||
|
width: 350px;
|
||
|
line-height: 25px;
|
||
|
}
|
||
|
|
||
|
.progress {
|
||
|
display: inline-flex;
|
||
|
width: 250px;
|
||
|
background-color: #2d3348;
|
||
|
height: 1.1rem;
|
||
|
}
|
||
|
|
||
|
.bg-warning {
|
||
|
background-color: #b58800 !important;
|
||
|
}
|