Monitor.less 308 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 9
  img {
    width: 100%;
  }
10 11
}

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

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