/**
 * @license chowa v1.1.3
 *
 * Copyright (c) Chowa Techonlogies Co.,Ltd.(http://www.chowa.cn).
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
@import "../../styles/variables.scss";
@import "../../styles/mixin.scss";

.#{$prefix}no-data {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: $text-color-light;
}

.#{$prefix}no-data-img {
    font-size: $font-size-base + 22px;
    margin: 0;
    padding: ($base-padding * 2.2) 0 ($base-padding * 1.2);
    box-sizing: border-box;

    img {
        max-width: 100%;
        max-height: 100%;
    }
}

.#{$prefix}no-data-description {
    font-size: $font-size-base;
    line-height: 1;
    margin: 0;
    box-sizing: border-box;
    padding: 0 0 ($base-padding * 1.2) 0;
}
