index.less 1.04 KB
Newer Older
1 2 3 4
@import "~antd/lib/style/themes/default.less";
@import "../../../utils/utils.less";

.numberInfo {
niko's avatar
niko committed
5 6 7 8 9 10
  .suffix {
    color: @text-color;
    font-size: 16px;
    font-style: normal;
    margin-left: 4px;
  }
11
  h4 {
afc163's avatar
afc163 committed
12 13
    color: @text-color;
    font-size: @font-size-lg;
14
    margin-bottom: 16px;
afc163's avatar
afc163 committed
15
    transition: all .3s;
16 17 18 19
  }
  h6 {
    color: @text-color-secondary;
    font-size: @font-size-base;
afc163's avatar
afc163 committed
20
    font-weight: normal;
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
    height: 22px;
    line-height: 22px;
    .textOverflow();
  }
  & > div {
    margin-top: 8px;
    font-size: 0;
    .textOverflow();
    & > span {
      color: @heading-color;
      display: inline-block;
      line-height: 32px;
      height: 32px;
      font-size: 24px;
      margin-right: 32px;
    }
    .subTotal {
      color: @text-color-secondary;
afc163's avatar
afc163 committed
39
      font-size: @font-size-lg;
40
      vertical-align: top;
afc163's avatar
afc163 committed
41
      margin-right: 0;
42 43 44
      i {
        font-size: 12px;
        transform: scale(0.82);
afc163's avatar
afc163 committed
45
        margin-left: 4px;
46 47 48 49 50 51 52 53 54 55 56
      }
    }
  }
}
.numberInfolight {
  & > div {
    & > span {
      color: @text-color;
    }
  }
}