@import "./variables.less";

.@{grc-prefix}-table{
    &-empty &-placeholder{
        border: none;
    }
    .@{grc-prefix}-empty{
        margin: @gbc-table-empty-margin-verticle @gbc-table-empty-margin-horizontal;
        &-image{
            height: @gbc-table-empty-image-height;
            svg{
                width: @gbc-table-empty-image-width;
                height: @gbc-table-empty-image-height;
            }
        }
        &-description{
            color: @gbc-table-empty-color;
        }
    }
}