index.less 692 Bytes
@import (reference) '../../../../node_modules/antd/es/style/themes/default';
@panda-empty-prefix-cls: ~'@{ant-prefix}-panda-empty';

.@{panda-empty-prefix-cls} {
  font-size: 14px;
  text-align: center;

  &-image {
    margin-bottom: 10px;

    img {
      height: 100%;
    }
  }

  &-des {
    color: #90a0bb;
    font-weight: 400;
  }

  &-footer {
    margin-top: 16px;
  }

  &.small {
    margin: 8px 0;

    .@{panda-empty-prefix-cls}-image {
      height: 92px;
    }
  }

  &.middle {
    margin: 32px 0;

    .@{panda-empty-prefix-cls}-image {
      height: 124px;
    }
  }

  &.large {
    margin: 32px 0;

    .@{panda-empty-prefix-cls}-image {
      height: 156px;
    }
  }
}