Monitor.less 246 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 6
  padding-top: 24px;
  height: 450px;
niko's avatar
niko committed
7 8 9
  img {
    width: 100%;
  }
10 11 12 13 14 15 16
}

@media screen and (max-width: @screen-lg) {
  .mapChart {
    height: auto;
  }
}