mempool/frontend/src/app/components/block-fees-graph/block-fees-graph.component.scss

66 lines
1.1 KiB
SCSS
Raw Normal View History

2022-04-09 01:07:13 +09:00
.card-header {
border-bottom: 0;
font-size: 18px;
@media (min-width: 465px) {
font-size: 20px;
}
2023-05-05 23:38:35 +04:00
@media (min-width: 992px) {
height: 40px;
}
2022-04-09 01:07:13 +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;
}
.full-container {
2023-05-05 23:38:35 +04:00
display: flex;
flex-direction: column;
2022-04-09 01:07:13 +09:00
padding: 0px 15px;
width: 100%;
height: calc(100vh - 225px);
min-height: 400px;
2023-05-05 23:38:35 +04:00
@media (min-width: 992px) {
height: calc(100vh - 150px);
}
2022-04-09 01:07:13 +09:00
}
.chart {
2023-05-05 23:38:35 +04:00
display: flex;
flex: 1;
2022-04-09 01:07:13 +09:00
width: 100%;
padding-bottom: 20px;
padding-right: 10px;
@media (max-width: 992px) {
padding-bottom: 25px;
}
@media (max-width: 829px) {
padding-bottom: 50px;
}
@media (max-width: 767px) {
padding-bottom: 25px;
}
@media (max-width: 629px) {
padding-bottom: 55px;
}
@media (max-width: 567px) {
padding-bottom: 55px;
}
}
.chart-widget {
width: 100%;
height: 100%;
max-height: 270px;
}
.disabled {
pointer-events: none;
opacity: 0.5;
}