Sha256: 42b8d8caba8af8a02e2968a19c648acd470885710ae2a9768112b31773b1ab48

Contents?: true

Size: 565 Bytes

Versions: 2

Compression:

Stored size: 565 Bytes

Contents

@media screen and (max-width: 991px) {
  .calendar .calendar-weekday {
    display: none;
  }
}

@media screen and (min-width: 991px) {
  .calendar .calendar-day-container {
    height: 7vw;
  }
}

.calendar-item {
  border: 1px solid transparent;
  border-radius: 4px;  
  display: block;
  padding: 4px;
}

.calendar-item {
  text-decoration: none
}

.calendar-item a, .calendar-item a:hover {
  color: white;
  
}

.calendar-item a:hover {
  text-decoration: none;
}

.calendar-item-default {
  border-color: darkgrey;
  background-color: grey;
  color: white;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ecm_calendar_helper-1.0.1 app/assets/stylesheets/ecm/calendar_helper/application/basic.css
ecm_calendar_helper-1.0.0 app/assets/stylesheets/ecm/calendar_helper/application/basic.css