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

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