kabisa/kudos-frontend

View on GitHub
src/ui/Dropzone/index.module.css

Summary

Maintainability
Test Coverage
.dropzone {
    background-color: white;
    padding: 1rem;
    border-color: #eeeeee;
    border-style: dashed;
    text-align: center;
    color: rgba(191,191,191,.87);
    cursor: pointer;
}

.dropzone:focus {
    outline: none;
}