Commit 02ca8e2e authored by Kim, Subin's avatar Kim, Subin
Browse files

Monthly style

parent 8e4e78cc
......@@ -98,7 +98,7 @@ const Monthly = () => {
dateClick={({ dateStr }) => history.push(`/schedule/${dateStr}`)}
timeZone="local"
themeSystem='bootstrap'
eventLimit="true"
// eventLimit="true"
height='75vh'
/>
<DatePickerModal initialDate={initialDate} changeDate={changeDate} setChangeDate={setChangeDate} show={show} setShow={setShow} />
......
......@@ -73,9 +73,19 @@ button {
text-decoration: none;
}
& table > * {
& thead, tbody, tfoot, tr, td, th {
border-style: none;
border-width: 0;
}
& table {
& thead {
background-color: crimson;
color: #fff;
}
}
& .fc-header-toolbar {
margin-bottom: 1em !important;
}
& .fc-prev-button, & .fc-next-button {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment