mempool/frontend/src/app/bisq/bisq-market/bisq-market.component.scss

15 lines
165 B
SCSS
Raw Normal View History

.priceheader {
font-size: 24px;
}
2021-04-21 20:22:34 +04:00
.loadingChart {
z-index: 100;
position: absolute;
top: 50%;
left: 50%;
}
#graphHolder {
height: 550px;
}