started calendar api integration
This commit was merged in pull request #19.
This commit is contained in:
+16
-2
@@ -138,14 +138,28 @@ $event-padding: 10px;
|
||||
|
||||
.fc-today-button.fc-button,
|
||||
.fc-timeGridWeek-button.fc-button-active, .fc-timeGridDay-button.fc-button-active, .fc-dayGridMonth-button.fc-button-active{
|
||||
color: #fff!important;
|
||||
color: #fff !important;
|
||||
border: none;
|
||||
background-color: #8E54E9!important;
|
||||
background-color: #8E54E9 !important;
|
||||
text-transform: capitalize !important;
|
||||
}
|
||||
|
||||
.fc-h-event,
|
||||
.fc-event.fc-event-draggable.fc-event-start.fc-event-end.fc-daygrid-event,
|
||||
.fc-event.fc-event-draggable.fc-event-start.fc-event-end.fc-daygrid-event{
|
||||
padding: 10px 2px !important;
|
||||
background-color: #3788d8 !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.fc-theme-standard .fc-popover{
|
||||
overflow-y: auto !important;
|
||||
// height: calc(100% - 50px);
|
||||
}
|
||||
|
||||
.fc .fc-more-popover .fc-popover-body {
|
||||
overflow-y: auto;
|
||||
height: 100px !important;
|
||||
}
|
||||
|
||||
/* END OF CALENDER STYLE */
|
||||
Reference in New Issue
Block a user