mempool/frontend/src/app/components/statistics/chartist.component.scss

11 lines
192 B
SCSS
Raw Normal View History

.ct-legend{
top: 130px;
display: flex;
flex-direction: column-reverse;
@media (min-width: 653px) {
top: 90px;
}
}
.ct-legend.inverted{
flex-direction: column;
}