Monitor.less 331 Bytes
Newer Older
1 2 3 4
@import "~antd/lib/style/themes/default.less";
@import "../../utils/utils.less";

.mapChart {
niko's avatar
niko committed
5
  padding-top: 24px;
niko's avatar
niko committed
6
  height: 457px;
niko's avatar
niko committed
7 8
  img {
    width: 100%;
9
    max-height: 457px;
niko's avatar
niko committed
10
  }
11 12
}

afc163's avatar
afc163 committed
13 14 15 16
.pieCard :global(.pie-stat) {
  font-size: 24px!important;
}

17 18 19 20 21
@media screen and (max-width: @screen-lg) {
  .mapChart {
    height: auto;
  }
}