Add calendar downloads for events
This commit is contained in:
@@ -949,6 +949,39 @@ section {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.date-card.cancelled {
|
||||
opacity: 0.65;
|
||||
background: #f0efec;
|
||||
}
|
||||
|
||||
.date-card.cancelled .date-number {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.date-status {
|
||||
color: #a33a2b;
|
||||
font-size: 0.75rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.08em;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.calendar-link {
|
||||
align-items: center;
|
||||
color: var(--secondary-color);
|
||||
display: inline-flex;
|
||||
font-size: 0.8rem;
|
||||
gap: 6px;
|
||||
margin-top: 9px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.calendar-link:hover,
|
||||
.calendar-link:focus-visible {
|
||||
color: var(--primary-color);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.events-cta {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user