diff --git a/client/public/global.css b/client/public/global.css index 51f2128b6..dd6ecee4c 100644 --- a/client/public/global.css +++ b/client/public/global.css @@ -339,3 +339,40 @@ h1, h2, h3, h4, h5, h6 { .stop-scroll{ overflow: hidden!important; } + +.event__public_holiday{ + text-align: center; + color: white; + margin-top: 15px; +} +.event__meeting{ + text-align: center; + color: white; + margin-top: 67px; +} +.event__vacation{ + text-align: center; + color: white; + margin-top: 39px !important; +} +.event__event{ + text-align: center; + color: white; + margin-top: 20px !important; +} +.event__birthday{ + text-align: center; + color: white; + margin-top: -95px !important; + width: 30px; + border-radius: 50%; + height: 30px; + display: flex; + align-items: center; + justify-content: center; + margin-left: 125px; + /* padding: 20px; */ +} +.p-relative{ + position: relative; +} \ No newline at end of file diff --git a/client/src/componants/calendar/CalendarDatePicker.svelte b/client/src/componants/calendar/CalendarDatePicker.svelte index b52c4b338..d0d875dba 100644 --- a/client/src/componants/calendar/CalendarDatePicker.svelte +++ b/client/src/componants/calendar/CalendarDatePicker.svelte @@ -63,7 +63,7 @@ style={` opacity: ${isLoading ? '0.1' : '1'}`} > {#if errorMessage} -