mempool/frontend/src/app/components/mempool-block/mempool-block.component.scss

39 lines
498 B
SCSS
Raw Normal View History

.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;
2021-10-26 21:47:17 -03:00
line-height: 1;
@media (min-width: 576px) {
float: left;
}
}
.chart-container{
margin: 20px auto;
@media (min-width: 768px) {
margin: auto;
}
}