2021-04-02 11:26:21 -07:00
|
|
|
.TVChartContainer {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tradingview-chart {
|
|
|
|
display: contents;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-grid-item.react-grid-placeholder {
|
|
|
|
background: #332f46;
|
|
|
|
transition-duration: 100ms;
|
|
|
|
z-index: 2;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
-o-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
2021-04-10 09:41:19 -07:00
|
|
|
|
|
|
|
.ant-input-group-addon {
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ant-switch {
|
|
|
|
background-color: #5b5868 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ant-switch-handle {
|
|
|
|
background-color: #ffffff !important;
|
|
|
|
}
|