demo/Pages/Dashboard/Monitor/Index.razor.css

22 lines
534 B
CSS
Raw Normal View History

2024-06-21 16:48:24 +08:00
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.mapChart {
height: 452px;
padding-top: 24px;
}
.mapChart img {
display: inline-block;
max-width: 100%;
max-height: 437px;
}
.pieCard :global(.pie-stat) {
font-size: 24px !important;
}
@media screen and (max-width: 992px) {
.mapChart {
height: auto;
}
}