// ============================================================================
// Classes | Soul Object | Size Height
// ============================================================================

@use "../../mixins/soul_object/size_height" as *;

// ============================================================================
// Utility Classes
// ============================================================================

.object--height--full_screen {
    @include object--height--full_screen;

    &--min {
        @include object--height--full_screen--min;
    }

    &--max {
        @include object--height--full_screen--max;
    }
}

.object--height--full_height {
    @include object--height--full_height;

    &--min {
        @include object--height--full_height--min;
    }

    &--max {
        @include object--height--full_height--max;
    }
}
