ilios/frontend

View on GitHub
packages/frontend/app/styles/components/weekly-events.scss

Summary

Maintainability
Test Coverage
.weekly-events {
  .year {
    text-align: center;

    h2 {
      @include ilios-heading-h2;

      i {
        cursor: pointer;
        margin: 0 1rem;
      }
    }
  }

  .week-glance {
    border-bottom: 1px solid $orange;
    margin-bottom: 1rem;
  }
}