mirror of
https://github.com/mempool/mempool.git
synced 2025-03-01 09:10:02 +01:00
38 lines
498 B
SCSS
38 lines
498 B
SCSS
.progress {
|
|
background-color: #2d3348;
|
|
position: relative;
|
|
top: 5px;
|
|
}
|
|
|
|
.fiat {
|
|
font-size: 13px;
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.table {
|
|
tr td {
|
|
&:last-child{
|
|
text-align: right;
|
|
@media (min-width: 992px) {
|
|
text-align: left;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
h1 {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
line-height: 1;
|
|
@media (min-width: 576px) {
|
|
float: left;
|
|
}
|
|
}
|
|
|
|
.chart-container{
|
|
margin: 20px auto;
|
|
@media (min-width: 768px) {
|
|
margin: auto;
|
|
}
|
|
}
|