index.less 688 Bytes
Newer Older
邓晓峰's avatar
邓晓峰 committed
1 2
@root-entry-name: 'default';
@import '~antd/es/style/themes/index.less';
涂茜's avatar
涂茜 committed
3 4 5
@panda-empty-prefix-cls: ~'@{ant-prefix}-panda-empty';

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

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

    img {
      height: 100%;
    }
  }

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

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

  &.small {
    margin: 8px 0;

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

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

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

  &.large {
    margin: 32px 0;

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