shin1ohno/event_cal

View on GitHub
sample/app_3.2.13/app/assets/stylesheets/custom_calendar_style.scss

Summary

Maintainability
Test Coverage
.calendar {
  .event.birthday_event {
    background-color: red;
  }
}

.event_details {
  li {
    padding: 1em 1em 1em 1em;
  }
  li.birthday_event {
    &:before {
      background-color: red;
    }
  }
}

body {
  margin: 0;
  padding: 0;
}

article {
  min-height: 420px;
}