index.less 668 Bytes
Newer Older
涂茜's avatar
涂茜 committed
1 2 3 4
@import (reference) '~antd/es/style/themes/default';
@panda-empty-prefix-cls: ~'@{ant-prefix}-panda-empty';

.@{panda-empty-prefix-cls} {
涂茜's avatar
涂茜 committed
5 6 7
  font-size: 14px;
  text-align: center;

涂茜's avatar
涂茜 committed
8
  &-image {
涂茜's avatar
涂茜 committed
9 10 11 12 13 14 15
    margin-bottom: 10px;

    img {
      height: 100%;
    }
  }

涂茜's avatar
涂茜 committed
16
  &-des {
涂茜's avatar
涂茜 committed
17
    color: #90a0bb;
邓晓峰's avatar
邓晓峰 committed
18
    font-weight: 400;
涂茜's avatar
涂茜 committed
19 20
  }

涂茜's avatar
涂茜 committed
21
  &-footer {
涂茜's avatar
涂茜 committed
22 23 24 25 26 27
    margin-top: 16px;
  }

  &.small {
    margin: 8px 0;

涂茜's avatar
涂茜 committed
28
    .@{panda-empty-prefix-cls}-image {
涂茜's avatar
涂茜 committed
29 30 31 32
      height: 92px;
    }
  }

涂茜's avatar
涂茜 committed
33
  &.middle {
涂茜's avatar
涂茜 committed
34 35
    margin: 32px 0;

涂茜's avatar
涂茜 committed
36
    .@{panda-empty-prefix-cls}-image {
涂茜's avatar
涂茜 committed
37 38 39 40 41 42 43
      height: 124px;
    }
  }

  &.large {
    margin: 32px 0;

涂茜's avatar
涂茜 committed
44
    .@{panda-empty-prefix-cls}-image {
涂茜's avatar
涂茜 committed
45 46 47 48
      height: 156px;
    }
  }
}