Skip to content

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
  • Loading branch information
gurramkarthiknetha committed Dec 9, 2024
1 parent 8e9734e commit 455fdf9
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions src/components/EventCalendar/EventCalendar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -464,11 +464,8 @@
}

.holidayIndicator {
composes: baseIndicator;
background-color: rgba(0, 0, 0, 0.15);
border-radius: 5px;
width: 20px;
height: 12px;
display: inline-block;
}

.holidayText {
Expand All @@ -490,11 +487,8 @@
--color-text-secondary: rgba(85, 85, 85, 1);
}
.organizationIndicator {
composes: baseIndicator;
background-color: rgba(82, 172, 255, 0.5);
border-radius: 5px;
width: 20px;
height: 12px;
display: inline-block;
}

.legendText {
Expand Down Expand Up @@ -554,23 +548,6 @@
padding: 20px;
background-color: var(--grey-bg-color);
}

.holidays_card,
.events_card {
flex: 1;
padding: 20px;
border-radius: 10px;
box-shadow: var(--card-shadow);
}

.holidays_card {
background-color: var(--holiday-card-bg);
}

.events_card {
background-color: white;
}

.legend {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 455fdf9

Please sign in to comment.