22/ 캘린더 전체 레이아웃 & 공통 스타일 /
33/ ---------------------------------------------------- */
44.calendar-container {
5- background-color : # FAFFF2 ;
5+ background-color : # FDFDF8 !important ;
66 border-radius : 12px ;
77 padding : 24px ;
88 display : flex;
@@ -44,7 +44,7 @@ button, .custom-header span, .fc-col-header-cell-cushion {
4444
4545.view-toggle-buttons {
4646 display : flex;
47- background : # EAEEE0 ;
47+ background : # E9E9E3 ;
4848 border-radius : 20px ;
4949 padding : 5px ;
5050}
@@ -61,7 +61,7 @@ button, .custom-header span, .fc-col-header-cell-cushion {
6161}
6262
6363.view-toggle-buttons button .active {
64- background : # FAFFF2 ;
64+ background : # FDFDF8 ;
6565 box-shadow : 0px 3px 3px rgba (118 , 113 , 113 , 0.07 );
6666}
6767
@@ -75,7 +75,7 @@ button, .custom-header span, .fc-col-header-cell-cushion {
7575 width : 50px ;
7676 height : 50px ;
7777 padding : 12px ;
78- background : # EAEEE0 ;
78+ background : # E9E9E3 ;
7979 border-radius : 15px ;
8080 color : # 85837B ;
8181 font-size : 20px ;
@@ -92,7 +92,7 @@ button, .custom-header span, .fc-col-header-cell-cushion {
9292 padding : 10px 18px ;
9393 background : # 1F1F1F ;
9494 border-radius : 15px ;
95- color : # FAFFF2 ;
95+ color : # E9E9E3 ;
9696 font-size : 15px ;
9797 border : none;
9898 cursor : pointer;
@@ -132,7 +132,7 @@ button, .custom-header span, .fc-col-header-cell-cushion {
132132 justify-content : flex-start;
133133 overflow : hidden;
134134 align-items : flex-start;
135- background-color : # FAFFF2 ;
135+ background-color : # FDFDF8 ;
136136}
137137
138138/* 날짜 번호 */
@@ -235,7 +235,7 @@ button, .custom-header span, .fc-col-header-cell-cushion {
235235
236236/* 과거/오늘/미래 이벤트 색상 */
237237.past-event {
238- background : # EAEEE0 ;
238+ background : # E9E9E3 ;
239239 color : # C4C5B7 !important ;
240240}
241241
@@ -249,7 +249,7 @@ button, .custom-header span, .fc-col-header-cell-cushion {
249249 color : # FFFFFF !important ;
250250}
251251
252- .past-event .event-title , .past-event .event-time-start { color : # C4C5B7 !important ; }
252+ .past-event .event-title , .past-event .event-time-start { color : # E9E9E3 !important ; }
253253.today-event .event-title , .today-event .event-time-start { color : # FFFFFF !important ; }
254254.future-event .event-title , .future-event .event-time-start { color : # FFFFFF !important ; }
255255
@@ -355,13 +355,13 @@ button, .custom-header span, .fc-col-header-cell-cushion {
355355/* 헤더 고정 */
356356.fc-timegrid-header {
357357 top : 0 ;
358- background-color : # FAFFF2 ;
358+ background-color : # FDFDF8 ;
359359 z-index : 10 ;
360360}
361361
362362.fc-col-header ,
363363.fc-col-header table {
364- background-color : # FAFFF2 ;
364+ background-color : # FDFDF8 ;
365365}
366366
367367
@@ -509,6 +509,24 @@ button, .custom-header span, .fc-col-header-cell-cushion {
509509 color : inherit !important ;
510510}
511511
512+ .calendar-surface {
513+ position : relative;
514+ }
515+
516+ .fade-swap {
517+ opacity : 0 ;
518+ animation : calendarSoftFade 0.55s ease forwards;
519+ }
520+
521+ @keyframes calendarSoftFade {
522+ from {
523+ opacity : 0 ;
524+ }
525+
526+ to {
527+ opacity : 1 ;
528+ }
529+ }
512530
513531
514532
0 commit comments