@import '../../style/index.less';

.@{acud-pro-prefix}-empty-status.@{acud-prefix}-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    line-height: 22px;
    color: @text-color;

    .@{acud-prefix}-empty-image {
        max-width: 100px;
        margin-bottom: 16px;
        height: auto;

        & > img {
            max-width: 100%;
            height: auto;
        }
    }

    .@{acud-prefix}-empty-footer {
        margin-top: 8px;
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: @text-color-secondary;
        text-align: center;
        line-height: 20px;
        font-weight: 400;
    }
}
