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

.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;
    }
ddcat1115's avatar
ddcat1115 committed
17 18 19
    .ant-list .ant-list-item-content-single {
      max-width: 100%;
    }
20 21 22
  }
  .cardInfo {
    .clearfix();
niko's avatar
niko committed
23
    margin-top: 16px;
nikogu's avatar
nikogu committed
24
    margin-left: 40px;
25 26
    & > div {
      position: relative;
nikogu's avatar
nikogu committed
27
      text-align: left;
28 29 30 31 32
      float: left;
      width: 50%;
      p {
        line-height: 32px;
        font-size: 24px;
afc163's avatar
afc163 committed
33
        margin: 0;
34 35
      }
      p:first-child {
ddcat1115's avatar
ddcat1115 committed
36
        color: @text-color-secondary;
37 38
        font-size: 12px;
        line-height: 20px;
nikogu's avatar
nikogu committed
39
        margin-bottom: 4px;
40 41 42 43
      }
    }
  }
}