Spaces:
Configuration error
Configuration error
| /* React Kanban */ | |
| body.chakra-ui-light .react-kanban-column { | |
| background-color: #fff; /* Gray/Gray-100 */ | |
| box-shadow: 14px 17px 40px 4px rgba(112, 144, 176, 0.08); | |
| border-radius: 30px; | |
| } | |
| body.chakra-ui-dark .react-kanban-column { | |
| background-color: #111c44; /* Gray/Gray-100 */ | |
| border-radius: 30px; | |
| } | |
| .react-kanban-column { | |
| width: 500px; | |
| } | |
| .react-kanban-card-adder-form { | |
| width: 100%; | |
| border-radius: 15px; | |
| } | |
| .react-kanban-card-adder-button { | |
| display: none; | |
| border-radius: 15px; | |
| } | |
| /* Full Calendar */ | |
| a.fc-daygrid-day-number { | |
| width: 100%; | |
| text-align: center; | |
| } | |
| a.fc-daygrid-day-number { | |
| width: 100%; | |
| text-align: center; | |
| } | |
| a.fc-daygrid-day-number { | |
| width: 100%; | |
| text-align: center; | |
| } | |
| div.fc-daygrid-event-harness { | |
| top: unset; | |
| } | |
| .fc-daygrid-event-harness .fc-daygrid-event-harness-abs { | |
| top: 0px; | |
| bottom: unset; | |
| } | |
| .fc-daygrid-block-event .fc-event-title { | |
| font-weight: 500; | |
| } | |
| .fc-daygrid-event { | |
| border-radius: 10px ; | |
| height: 44px; | |
| display: flex ; | |
| overflow: hidden; | |
| justify-content: center; | |
| align-items: center; | |
| } | |
| .fc-daygrid-event .fc-event-main { | |
| margin-top: auto; | |
| margin-bottom: auto; | |
| } | |
| body.chakra-ui-dark .fc-theme-standard td { | |
| border-color: #ffffff1a ; | |
| } | |
| .fc .fc-scrollgrid-section-header > *, | |
| .fc .fc-scrollgrid-section-footer > * { | |
| border-right: 0px ; | |
| } | |
| .fc-theme-standard .fc-scrollgrid { | |
| border: 1px solid #e0e5f2 ; | |
| border-radius: 10px; | |
| } | |
| body.chakra-ui-dark .fc-theme-standard .fc-scrollgrid { | |
| border-color: #ffffff1a ; | |
| } | |
| body.chakra-ui-light .fc-col-header-cell.fc-day.fc-day-mon { | |
| border-right: 0px; | |
| border-left: 0px; | |
| } | |
| body.chakra-ui-dark .fc-col-header-cell.fc-day.fc-day-mon { | |
| border-right: 0px; | |
| border-left: 0px; | |
| border-color: #ffffff1a; | |
| } | |
| body.chakra-ui-light .fc-col-header-cell.fc-day.fc-day-tue { | |
| border-left: 0px; | |
| border-right: 0px; | |
| } | |
| body.chakra-ui-dark .fc-col-header-cell.fc-day.fc-day-tue { | |
| border-left: 0px; | |
| border-right: 0px; | |
| border-color: #ffffff1a; | |
| } | |
| body.chakra-ui-light .fc-col-header-cell.fc-day.fc-day-wed { | |
| border-right: 0px; | |
| border-left: 0px; | |
| } | |
| body.chakra-ui-dark .fc-col-header-cell.fc-day.fc-day-wed { | |
| border-right: 0px; | |
| border-left: 0px; | |
| border-color: #ffffff1a; | |
| } | |
| body.chakra-ui-light .fc-col-header-cell.fc-day.fc-day-thu { | |
| border-left: 0px; | |
| border-right: 0px; | |
| } | |
| body.chakra-ui-dark .fc-col-header-cell.fc-day.fc-day-thu { | |
| border-left: 0px; | |
| border-right: 0px; | |
| border-color: #ffffff1a; | |
| } | |
| body.chakra-ui-light .fc-col-header-cell.fc-day.fc-day-fri { | |
| border-right: 0px; | |
| border-left: 0px; | |
| } | |
| body.chakra-ui-dark .fc-col-header-cell.fc-day.fc-day-fri { | |
| border-right: 0px; | |
| border-left: 0px; | |
| border-color: #ffffff1a; | |
| } | |
| body.chakra-ui-light .fc-col-header-cell.fc-day.fc-day-sat { | |
| border-left: 0px; | |
| border-right: 0px; | |
| } | |
| body.chakra-ui-dark .fc-col-header-cell.fc-day.fc-day-sat { | |
| border-left: 0px; | |
| border-right: 0px; | |
| border-color: #ffffff1a; | |
| } | |
| body.chakra-ui-light .fc-col-header-cell.fc-day.fc-day-sun { | |
| border-left: 0px; | |
| border-right: 0px; | |
| } | |
| body.chakra-ui-dark .fc-col-header-cell.fc-day.fc-day-sun { | |
| border-left: 0px; | |
| border-right: 0px; | |
| border-color: #ffffff1a; | |
| } | |
| body.chakra-ui-light .fc-scrollgrid.fc-scrollgrid-liquid > td { | |
| border: 0px; | |
| } | |
| body.chakra-ui-dark .fc-scrollgrid.fc-scrollgrid-liquid > td { | |
| border: 0px; | |
| border-color: #ffffff1a; | |
| } | |
| .fc .fc-scrollgrid-section > td { | |
| border: 0; | |
| } | |