mirror of
https://github.com/mempool/mempool.git
synced 2025-01-10 07:26:46 +01:00
69 lines
863 B
SCSS
69 lines
863 B
SCSS
.footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 60px;
|
|
background-color: #1d1f31;
|
|
box-shadow: 15px 15px 15px 15px #000;
|
|
z-index: 10;
|
|
}
|
|
|
|
.sub-text {
|
|
display: block;
|
|
font-weight: bold;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.footer > div {
|
|
margin-top: 3px;
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.footer > div {
|
|
margin-top: 17px;
|
|
}
|
|
.sub-text {
|
|
margin-left: 5px;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.extra-text {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.txPerSecond {
|
|
color: #4a9ff4;
|
|
}
|
|
|
|
.mempoolSize {
|
|
color: #4a68b9;
|
|
}
|
|
|
|
.unconfirmedTx {
|
|
color: #f14d80;
|
|
}
|
|
|
|
.info-block {
|
|
float: left;
|
|
width: 350px;
|
|
line-height: 25px;
|
|
}
|
|
|
|
.progress {
|
|
display: inline-flex;
|
|
width: 160px;
|
|
background-color: #2d3348;
|
|
height: 1.1rem;
|
|
}
|
|
|
|
.progress-bar {
|
|
padding: 4px;
|
|
}
|
|
|
|
.bg-warning {
|
|
background-color: #b58800 !important;
|
|
}
|