/* stylelint-disable selector-max-type */

main {
    height: 100%;
    margin: 0 auto;
}

/* stylelint-disable selector-class-pattern */
.main-content {
    margin: 0 auto;
    min-height: 608px;

    .LoadingIndicatorContainer {
        background-color: $white;
        display: block;
        min-height: 608px;
        width: 100%;

        .LoadingIndicator {
            min-height: 608px;
        }
    }
}

.project-manager .main-content {
    background-color: $mouse;
    padding: 0;
    width: $outer_grid_width;
}
/* stylelint-enable selector-class-pattern */

/* stylelint-enable selector-max-type */
