@import "../src/css/common";
.calender-day {
  .day-items {
    .item {
      .day {
        color: #b8b8b8;
        &.enabled {
          color: #333 !important;
        }
      }
    }
  }
}