mempool/frontend/src/app/components/television/television.component.scss

50 lines
696 B
SCSS
Raw Normal View History

2019-07-27 18:43:17 +03:00
#tv-wrapper {
height: 100%;
2020-02-17 20:39:20 +07:00
padding: 10px;
padding-top: 20px;
2019-07-27 18:43:17 +03:00
}
.blockchain-wrapper {
overflow: hidden;
}
.position-container {
position: absolute;
left: 50%;
2020-05-02 12:36:35 +07:00
bottom: 170px;
2019-07-27 18:43:17 +03:00
}
.chart-holder {
height: calc(100% - 220px);
}
2019-07-27 18:43:17 +03:00
#divider {
width: 3px;
height: 175px;
left: 0;
top: -40px;
background-image: url('/resources/divider-new.png');
2019-07-27 18:43:17 +03:00
background-repeat: repeat-y;
position: absolute;
}
#divider > img {
position: absolute;
left: -100px;
top: -28px;
}
@media (min-width: 1920px) {
.position-container {
transform: scale(1.3);
2020-05-02 12:36:35 +07:00
bottom: 210px;
}
.chart-holder {
height: calc(100% - 280px);
}
}
2019-08-21 08:33:38 +02:00
:host ::ng-deep .ct-legend {
top: 25px;
}