Skip to content

Commit

Permalink
change3
Browse files Browse the repository at this point in the history
  • Loading branch information
gurramkarthiknetha committed Dec 9, 2024
1 parent 5db138d commit fceed25
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions src/components/EventCalendar/EventCalendar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -482,9 +482,14 @@
--color-holiday-indicator: rgba(0, 0, 0, 0.15);
--color-holiday-date: rgba(255, 152, 0, 1);
--mobile-breakpoint: 700px;
--small-mobile-breakpoint: 480px; /* Adjust value based on your needs */
/* Text colors */
--color-text-primary: rgba(51, 51, 51, 1);
--color-text-secondary: rgba(85, 85, 85, 1);
/* Card styles */
--card-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
--holiday-card-bg: #f6f2e5;
--holiday-date-color: #ea7b56;
}
.organizationIndicator {
composes: baseIndicator;
Expand Down Expand Up @@ -518,12 +523,6 @@
color: var(--text-color-primary);
margin-bottom: 15px;
}
.card_title {
font-size: 16px;
font-weight: 600;
color: var(--text-color-primary);
margin-bottom: 15px;
}

.card_list {
list-style: none;
Expand Down Expand Up @@ -555,6 +554,14 @@
background-color: var(--grey-bg-color);
}

.userEvents__color {
background-color: rgba(139, 195, 74, 1);
border-radius: 5px;
width: 20px;
height: 12px;
display: inline-block;
}

.holidays_card,
.events_card {
flex: 1;
Expand All @@ -578,9 +585,6 @@
}

.userEvents__color {
composes: baseIndicator;
background-color: rgba(139, 195, 74, 1);
border-radius: 5px;
width: 20px;
height: 12px;
display: inline-block;
}

0 comments on commit fceed25

Please sign in to comment.