Spaces:
Configuration error
Configuration error
File size: 3,445 Bytes
7bbd534 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 |
/* 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 !important;
height: 44px;
display: flex !important;
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 !important;
}
.fc .fc-scrollgrid-section-header > *,
.fc .fc-scrollgrid-section-footer > * {
border-right: 0px !important;
}
.fc-theme-standard .fc-scrollgrid {
border: 1px solid #e0e5f2 !important;
border-radius: 10px;
}
body.chakra-ui-dark .fc-theme-standard .fc-scrollgrid {
border-color: #ffffff1a !important;
}
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;
}
|