sparkletown/sparkle

View on GitHub
src/components/molecules/ScheduleEventList/ScheduleEventList.scss

Summary

Maintainability
Test Coverage
@import "scss/constants.scss";

.ScheduleEventList {
  margin-bottom: $spacing--lg;
}

.ScheduleEventSubList {
  &__title {
    margin-bottom: $spacing--lg;

    font-size: $font-size--xl;
    font-weight: $font-weight--700;
    line-height: $spacing--xl;
  }

  &__button {
    width: max-content;
    margin: $spacing--sm auto;

    font-size: $font-size--md;
    line-height: $spacing--lg;
    text-decoration: underline;
  }
}