mempool/frontend/src/app/components/hashrate-chart/hashrate-chart.component.scss

55 lines
901 B
SCSS
Raw Normal View History

2022-02-19 22:09:35 +09:00
.main-title {
position: relative;
color: #ffffff91;
margin-top: -13px;
font-size: 10px;
text-transform: uppercase;
font-weight: 500;
text-align: center;
padding-bottom: 3px;
}
2022-02-21 14:02:41 +09:00
.full-container {
width: 100%;
height: calc(100% - 100px);
@media (max-width: 992px) {
height: calc(100% - 140px);
};
@media (max-width: 576px) {
height: calc(100% - 180px);
};
}
.chart {
width: 100%;
height: 100%;
2022-02-21 18:24:24 +09:00
padding-bottom: 20px;
padding-right: 20px;
2022-02-21 14:02:41 +09:00
}
.chart-widget {
width: 100%;
height: 100%;
2022-03-05 17:21:11 +01:00
max-height: 293px;
}
2022-02-21 14:02:41 +09:00
.formRadioGroup {
margin-top: 6px;
display: flex;
flex-direction: column;
@media (min-width: 830px) {
flex-direction: row;
float: right;
margin-top: 0px;
}
.btn-sm {
font-size: 9px;
@media (min-width: 830px) {
font-size: 14px;
}
}
}
2022-03-05 17:21:11 +01:00
.compact td {
padding: 0 !important;
margin: 0.15rem !important;
}