Sha256: 0771525be45cfbff2b25e50cdfdf7c8514ddde780e2ea6ea298f7bdf4c2c716c

Contents?: true

Size: 305 Bytes

Versions: 1

Compression:

Stored size: 305 Bytes

Contents

.calendar {
  table-layout: fixed;

  th,td {
    width: 14.2857%;
    h3 {
      margin: 0 10px 10px 0;
    }
  }

  .prev-month, .next-month {
    background-color: #f5f5f5;
    color: #cccccc;
  }

  .today {
    background-color: $state-info-bg;
    color: $state-info-text;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
appt-0.0.1.beta.3 app/assets/stylesheets/appt/calendar.scss