index.less 777 Bytes
@root-entry-name: 'default';
@import '~antd/es/style/themes/index.less';
@panda-empty-prefix-cls: ~'@{ant-prefix}-panda-empty';

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

  &-image {
    margin-bottom: 10px;
    
    &-nodebox {
      height: 100%;

      img {
        width: auto;
      }
    }

    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;
    }
  }
}