Files
bodyshop/client/src/components/schedule-calendar-wrapper/schedule-calendar.styles.scss
Dave Richer e83badb454 - the great reformat
Signed-off-by: Dave Richer <dave@imexsystems.ca>
2024-02-06 18:20:58 -05:00

43 lines
600 B
SCSS

.rbc-time-header-cell-single-day {
display: unset;
}
.rbc-time-view .rbc-allday-cell {
height: unset;
}
.rbc-month-row {
overflow: unset !important;
}
// .rbc-row-content {
// display: none;
// }
// .rbc-event-label {
// display: none;
// }
.imex-event-arrived {
background-color: rgba(4, 141, 4, 0.4);
}
.imex-event-block {
background-color: rgba(212, 2, 2, 0.6);
}
.rbc-month-view {
// height: 125rem;
}
.rbc-event.rbc-selected {
background-color: slategrey;
}
.imex-calendar-load {
max-width: 12rem;
position: relative;
left: 50%;
transform: translateX(-50%);
}