@import "src/styles/colors.scss";

.Layout {
    background: $white;
    border: 1px solid $grey_border;
    border-radius: 3px;

    &-header {
        border-bottom: 1px solid $grey_border;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        padding: 15px;
    }

    &-table .LoadingIndicator {
        min-height: 100px;
    }

    &-footer {
        border-top: 1px solid $grey_border;
        padding: 15px;
    }
}
