2021-03-05 02:02:21 +07:00
|
|
|
.priceheader {
|
|
|
|
font-size: 24px;
|
2021-05-03 10:11:30 -03:00
|
|
|
@media(min-width: 576px){
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.radio-form {
|
|
|
|
@media(min-width: 576px){
|
|
|
|
float: right;
|
|
|
|
}
|
2021-03-05 02:02:21 +07:00
|
|
|
}
|
2021-04-21 20:22:34 +04:00
|
|
|
|
|
|
|
.loadingChart {
|
|
|
|
z-index: 100;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#graphHolder {
|
|
|
|
height: 550px;
|
2021-05-03 10:11:30 -03:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col {
|
|
|
|
&:last-child{
|
|
|
|
margin-top: 50px;
|
|
|
|
@media(min-width: 576px){
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.symbol {
|
|
|
|
color: #ffffff66;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-container {
|
|
|
|
overflow: scroll;
|
|
|
|
-ms-overflow-style: none;
|
|
|
|
scrollbar-width: none;
|
|
|
|
font-size: 13px;
|
|
|
|
@media(min-width: 576px){
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
&::-webkit-scrollbar {
|
|
|
|
display: none;
|
|
|
|
}
|
2021-04-21 20:22:34 +04:00
|
|
|
}
|