18F/e-manifest

View on GitHub
app/assets/stylesheets/_swagger.scss

Summary

Maintainability
Test Coverage
.swagger-section form {
  max-width: 100%;
}

.swagger-section ul,
.swagger-section ol {
  list-style-type: none;
}

.swagger-section ul:not(.options) {
  width: 100%;
}

.swagger-section ul li:before {
  content: '';
  display: none;
}

.swagger-section .endpoints {
  margin-bottom: 0;
}

.swagger-section .operations {
  margin: 0;
}

.swagger-section .toggleOperation {
  margin: .3em;
}