Monitor.less 384 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;
7
  text-align: center;
niko's avatar
niko committed
8
  img {
9 10 11
    display: inline-block;
    max-width: 100%;
    max-height: 437px;
niko's avatar
niko committed
12
  }
13 14
}

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

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