Applications.less 899 Bytes
Newer Older
1 2 3 4
@import "~antd/lib/style/themes/default.less";
@import "../../utils/utils.less";

.filterCardList {
nikogu's avatar
nikogu committed
5
  margin-bottom: -24px;
6 7 8 9
  :global {
    .ant-card-meta-content {
      margin-top: 0;
    }
niko's avatar
niko committed
10 11 12 13
    // disabled white space
    .ant-card-meta-avatar {
      font-size: 0;
    }
ddcat1115's avatar
ddcat1115 committed
14 15 16
    .ant-card-actions {
      background: #f7f9fa;
    }
17 18 19
  }
  .cardInfo {
    .clearfix();
niko's avatar
niko committed
20
    margin-top: 16px;
nikogu's avatar
nikogu committed
21
    margin-left: 40px;
22 23
    & > div {
      position: relative;
nikogu's avatar
nikogu committed
24
      text-align: left;
25 26 27 28 29
      float: left;
      width: 50%;
      p {
        line-height: 32px;
        font-size: 24px;
afc163's avatar
afc163 committed
30
        margin: 0;
31 32
      }
      p:first-child {
ddcat1115's avatar
ddcat1115 committed
33
        color: @text-color-secondary;
34 35
        font-size: 12px;
        line-height: 20px;
nikogu's avatar
nikogu committed
36
        margin-bottom: 4px;
37 38 39 40 41 42 43 44 45 46 47 48 49
      }
    }
  }
}

.wan {
  position: relative;
  top: -2px;
  font-size: @font-size-base;
  font-style: normal;
  line-height: 20px;
  margin-left: 2px;
}