toggle-corp/react-store

View on GitHub
stylesheets/_modal.scss

Summary

Maintainability
Test Coverage
@import 'base';

body {
    :global #modal-container {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        z-index: 1000;
        background-color: var(--color-background-modal);
        width: 100%;
        height: 100vh;
    }
}