15 lines
165 B
SCSS
15 lines
165 B
SCSS
.priceheader {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.loadingChart {
|
|
z-index: 100;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
}
|
|
|
|
#graphHolder {
|
|
height: 550px;
|
|
}
|