MontrealNewTech/website

View on GitHub
app/assets/stylesheets/administrate/components/_main-content.scss

Summary

Maintainability
Test Coverage
.main-content {
  background-color: $white;
  box-shadow: 0 2px 4px rgba($grey-7, 0.24), 0 2px 6px rgba($grey-7, 0.12);
  flex: 1;
  overflow-y: auto;
}