Monitor.less 385 Bytes
Newer Older
jim's avatar
jim committed
1 2
@import '~antd/lib/style/themes/default.less';
@import '../../utils/utils.less';
3 4

.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
.pieCard :global(.pie-stat) {
jim's avatar
jim committed
16
  font-size: 24px !important;
afc163's avatar
afc163 committed
17 18
}

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