Skip to content
calendar.scss 778 B
Newer Older
.user-calendar-activities {
  .calendar_onclick_hr {
    padding: 0;
    margin: 10px 0;
  }
  .text-expander {
    background: #eee;
    color: #555;
    padding: 0 5px;
    cursor: pointer;
    margin-left: 4px;
    &:hover {
      background-color: #ddd;
    }
  }
/**
* This overwrites the default values of the cal-heatmap gem
*/
.calendar {
  .qi {
    fill: #fff;
  }

  .q1 {
    fill: #ededed !important;
    fill: #ACD5F2 !important;
    fill: #7FA8D1 !important;
    fill: #49729B !important;
    fill: #254E77 !important;
  }

  .domain-background {
    fill: none;
    shape-rendering: crispedges;
  }

  .ch-tooltip {
    padding: 3px;
    font-weight: 550;
  }
}