Commit 54044c94 authored by Kim, Subin's avatar Kim, Subin
Browse files

Monthly css 변경

parent 13ecba13
......@@ -99,7 +99,7 @@ const Monthly = () => {
timeZone="local"
themeSystem='bootstrap'
// eventLimit="true"
height='78vh'
height='80vh'
/>
<DatePickerModal initialDate={initialDate} changeDate={changeDate} setChangeDate={setChangeDate} show={show} setShow={setShow} />
</>
......
......@@ -114,13 +114,18 @@ button {
}
}
& .fc-daygrid-day-top {
flex-direction: row !important;
}
& .fc-day-today {
background-color: #fff !important;
& .fc-daygrid-day-number {
border-radius: 13px;
border-radius: 40px;
background-color: crimson;
color: #fff;
margin-top: 3px;
}
}
......
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