department-of-veterans-affairs/vets-website

View on GitHub
src/platform/site-wide/sass/modules/_m-downtime-notification.scss

Summary

Maintainability
Test Coverage
.downtime-notification {
  &[data-status="down"] {
    margin-bottom: 4em;
    h3 {
      margin-top: 0;
      margin-bottom: 1em;
    }
  }

  // &[data-status="downtimeApproaching"] {
  // }
}