Spaces:
Configuration error
Configuration error
| /* LIGHT MODE + GENERAL */ | |
| .react-calendar { | |
| border: none ; | |
| background-color: transparent ; | |
| font-family: 'Plus Jakarta Sans', sans-serif; | |
| } | |
| .react-calendar__navigation__prev2-button { | |
| display: none; | |
| } | |
| .react-calendar__navigation__next2-button { | |
| display: none; | |
| } | |
| .react-calendar__navigation { | |
| align-items: center; | |
| } | |
| abbr[title] { | |
| border-bottom: none; | |
| -webkit-text-decoration: unset; | |
| text-decoration: unset; | |
| -webkit-text-decoration: unset; | |
| -webkit-text-decoration: unset; | |
| text-decoration: unset ; | |
| } | |
| .react-calendar__navigation__prev-button { | |
| background-color: #4318ff ; | |
| border-radius: 10px; | |
| min-width: 34px ; | |
| height: 34px ; | |
| color: white; | |
| } | |
| .react-calendar__navigation__next-button { | |
| background-color: #4318ff ; | |
| border-radius: 10px; | |
| min-width: 34px ; | |
| width: 34px ; | |
| height: 34px ; | |
| color: white; | |
| } | |
| .react-calendar__navigation__label { | |
| font-weight: 700 ; | |
| font-size: 18px; | |
| } | |
| .react-calendar__navigation__label:hover, | |
| .react-calendar__navigation__label:focus { | |
| background-color: unset ; | |
| border-radius: 10px; | |
| } | |
| .react-calendar__tile { | |
| font-size: 12px; | |
| display: flex; | |
| align-items: center; | |
| justify-content: center; | |
| padding: 0px ; | |
| height: 34px ; | |
| color: #1b2559; | |
| } | |
| .react-calendar__month-view__weekdays { | |
| background-color: #f4f7fe; | |
| border-radius: 10px; | |
| margin-bottom: 6px; | |
| } | |
| .react-calendar__tile--now, | |
| .react-calendar__tile--now:enabled:hover, | |
| .react-calendar__tile--now:enabled:focus { | |
| background-color: #f4f7fe; | |
| border-radius: 10px; | |
| } | |
| .react-calendar__month-view__days__day--neighboringMonth { | |
| color: #b0bbd5; | |
| } | |
| .react-calendar__tile--active, | |
| .react-calendar__tile--active:enabled:hover, | |
| .react-calendar__tile--active:enabled:focus { | |
| background: #4318ff; | |
| border-radius: 10px; | |
| color: white; | |
| } | |
| .react-calendar__tile--range, | |
| .react-calendar__tile--range:enabled:hover, | |
| .react-calendar__tile--range:enabled:focus { | |
| background: #f4f7fe; | |
| color: #4318ff; | |
| border-radius: 0px; | |
| } | |
| .react-calendar__tile--rangeStart, | |
| .react-calendar__tile--rangeStart:enabled:hover, | |
| .react-calendar__tile--rangeStart:enabled:focus { | |
| background: #4318ff; | |
| border-top-left-radius: 10px; | |
| border-bottom-left-radius: 10px; | |
| color: white; | |
| } | |
| .react-calendar__tile--rangeEnd, | |
| .react-calendar__tile--rangeEnd:enabled:hover, | |
| .react-calendar__tile--rangeEnd:enabled:focus { | |
| background: #4318ff; | |
| border-top-right-radius: 10px; | |
| border-bottom-right-radius: 10px; | |
| color: white; | |
| } | |
| /* DARK MODE */ | |
| body.chakra-ui-dark .react-calendar { | |
| border-radius: 30px; | |
| } | |
| body.chakra-ui-dark .react-calendar__navigation__prev-button { | |
| background-color: #7551ff ; | |
| } | |
| body.chakra-ui-dark .react-calendar__navigation__next-button { | |
| background-color: #7551ff ; | |
| color: white; | |
| } | |
| body.chakra-ui-dark .react-calendar__tile { | |
| color: white; | |
| } | |
| body.chakra-ui-dark .react-calendar__tile:enabled:hover, | |
| body.chakra-ui-dark .react-calendar__tile:enabled:focus { | |
| background-color: rgba(255, 255, 255, 0.1); | |
| } | |
| body.chakra-ui-dark .react-calendar__month-view__weekdays { | |
| background-color: rgba(255, 255, 255, 0.1); | |
| } | |
| body.chakra-ui-dark .react-calendar__tile--now, | |
| body.chakra-ui-dark .react-calendar__tile--now:enabled:hover, | |
| body.chakra-ui-dark .react-calendar__tile--now:enabled:focus { | |
| background-color: rgba(255, 255, 255, 0.1); | |
| } | |
| body.chakra-ui-dark .react-calendar__month-view__days__day--neighboringMonth { | |
| color: #b0bbd5; | |
| } | |
| body.chakra-ui-dark .react-calendar__tile--active, | |
| body.chakra-ui-dark .react-calendar__tile--active:enabled:hover, | |
| body.chakra-ui-dark .react-calendar__tile--active:enabled:focus { | |
| background: #7551ff; | |
| color: white; | |
| } | |
| body.chakra-ui-dark .react-calendar__tile--range, | |
| body.chakra-ui-dark .react-calendar__tile--range:enabled:hover, | |
| body.chakra-ui-dark .react-calendar__tile--range:enabled:focus { | |
| background: rgba(255, 255, 255, 0.1); | |
| color: #7551ff; | |
| } | |
| body.chakra-ui-dark .react-calendar__tile--rangeStart, | |
| body.chakra-ui-dark .react-calendar__tile--rangeStart:enabled:hover, | |
| body.chakra-ui-dark .react-calendar__tile--rangeStart:enabled:focus { | |
| background: #7551ff; | |
| color: white; | |
| } | |
| body.chakra-ui-dark .react-calendar__tile--rangeEnd, | |
| body.chakra-ui-dark .react-calendar__tile--rangeEnd:enabled:hover, | |
| body.chakra-ui-dark .react-calendar__tile--rangeEnd:enabled:focus { | |
| background: #7551ff; | |
| color: white; | |
| } | |