toggle-corp/react-store

View on GitHub
components/View/FloatingContainer/styles.scss

Summary

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

.floating-container {
    @include shadow-small;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    border: var(--width-separator-thin) solid var(--color-separator);
    background-color: var(--color-foreground);
}