@import 'commons';

.m-table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: $m-space;

    &__spacer {
        flex: 1 1 auto;
        min-width: $m-space;
    }

    &__add-btn.m--has-margin {
        margin-left: $m-space;
    }
}
