toggle-corp/react-store

View on GitHub
components/Input/DropZone/styles.scss

Summary

Maintainability
Test Coverage
.drop-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    border: var(--width-separator-medium) solid var(--color-separator);
    color: var(--color-text-label);
}