close 버튼 공통화

This commit is contained in:
focp212@naver.com
2025-11-03 13:36:22 +09:00
parent b543719295
commit 6ff2209508
24 changed files with 145 additions and 208 deletions

View File

@@ -19,10 +19,6 @@
padding: 0;
}
.calendar-style .react-calendar .react-calendar__navigation {
/* background-color: white;*/
}
.calendar-style .react-calendar .react-calendar__navigation button {
color: #2D3436;
padding: 0;
@@ -101,6 +97,11 @@ abbr[title] {
.tile-sunday{
color: #FF0000 !important;
}
.filter-calendar-close{
position: absolute;
right: 0.4rem;
top: 0.6rem;
}
@media (max-width: 768px) {