Skip to content

Commit

Permalink
changed some css
Browse files Browse the repository at this point in the history
  • Loading branch information
gurramkarthiknetha committed Dec 9, 2024
1 parent cc4582c commit 8d33871
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/components/EventCalendar/EventCalendar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -477,19 +477,14 @@
font-size: 14px;
color: #555555;
}
.eventsLegend {
display: flex;
align-items: center;
gap: 8px;
}
:root {
/* Holiday colors */
--color-holiday-indicator: rgba(0, 0, 0, 0.15);
--color-holiday-date: rgba(255, 152, 0, 1);
--mobile-breakpoint: 700px;
--small-mobile-breakpoint: 480px;
--color-text-primary: rgba(51, 51, 51, 1);
--color-text-secondary: rgba(85, 85, 85, 1);
--text-color-primary: rgba(51, 51, 51, 1);
--text-color-secondary: rgba(85, 85, 85, 1);
/* Card styles */
--card-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
--holiday-card-bg: #f6f2e5;
Expand Down

0 comments on commit 8d33871

Please sign in to comment.