toggle-corp/react-store

View on GitHub
components/View/List/ListView/styles.scss

Summary

Maintainability
Test Coverage
@import '../../../../stylesheets/utils';

.list-view {
    position: relative;

    &.list-view-empty {
        display: flex;
        flex-direction: column;

        .empty {
            @extend %empty-text;
            flex-grow: 1;
        }
    }

    &.pending {
        pointer-events: none;
    }
}