40 lines
596 B
SCSS
40 lines
596 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%);
|
|
}
|