2020-02-17 20:39:20 +07:00
|
|
|
.footer {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
2020-02-24 03:42:29 +07:00
|
|
|
height: 60px;
|
2024-04-04 15:36:24 +09:00
|
|
|
background-color: var(--bg);
|
2020-02-25 20:05:34 +07:00
|
|
|
box-shadow: 15px 15px 15px 15px #000;
|
2020-03-05 16:13:46 +07:00
|
|
|
z-index: 10;
|
2024-03-06 19:34:12 +00:00
|
|
|
|
|
|
|
&.inline-footer {
|
|
|
|
position: relative;
|
|
|
|
bottom: unset;
|
|
|
|
top: -44px;
|
|
|
|
}
|
2020-02-17 20:39:20 +07:00
|
|
|
}
|
|
|
|
|
2020-03-03 17:47:01 +07:00
|
|
|
.sub-text {
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
2020-08-02 15:30:28 +07:00
|
|
|
white-space: nowrap;
|
2020-03-03 17:47:01 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
2020-02-17 20:39:20 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.mempoolSize {
|
2023-01-03 05:24:14 -06:00
|
|
|
color: var(--title-fg);
|
2020-02-17 20:39:20 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-block {
|
|
|
|
float: left;
|
|
|
|
width: 350px;
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress {
|
|
|
|
display: inline-flex;
|
|
|
|
width: 160px;
|
2024-04-04 15:36:24 +09:00
|
|
|
background-color: var(--secondary);
|
2020-02-17 20:39:20 +07:00
|
|
|
height: 1.1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress-bar {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg-warning {
|
|
|
|
background-color: #b58800 !important;
|
|
|
|
}
|