Update 0.0.3:
All checks were successful
Docker Image CI / build-and-push (push) Successful in 2m1s
Docker Image CI / deploy (push) Successful in 28s
Docker Image CI / notify-failure (push) Has been skipped

-delen van agenda toegevoegd
-popup aangepast
-accepteren van uitnodiging toegevoegd
This commit is contained in:
2025-04-18 22:38:21 +02:00
parent aaa712c37c
commit 781723fddf
26 changed files with 681 additions and 40 deletions

View File

@@ -0,0 +1,35 @@
.dropdown-content {
border-radius: 12px;
background-color: white;
min-width: 220px;
}
.dropdown-section-title {
font-size: 0.75rem;
font-weight: 600;
color: #6b7280;
text-transform: uppercase;
margin-bottom: 0.5rem;
margin-top: 1rem;
padding-left: 0.25rem;
}
.dropdown-item {
display: flex;
align-items: center;
padding: 0.5rem 0.75rem;
border-radius: 8px;
transition: background-color 0.2s ease;
font-size: 0.95rem;
gap: 0.5rem;
white-space: nowrap;
&:hover {
background-color: #f3f4f6;
}
&:focus {
outline: none;
background-color: #e5e7eb;
}
}