codenautas/backend-plus

View on GitHub
for-client/css/offline-mode.styl

Summary

Maintainability
Test Coverage
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    body{
        -webkit-user-select: none;
        user-select: none;
    }
}