Lekkie zmiany

Trzeba dodać logowanie tak jak reszte(nie wiem gdzie było logowanie ale zaraz się znajdzie)
This commit is contained in:
Witkopawel
2025-04-30 16:21:51 +02:00
parent 071626366e
commit 0e14821cec
9 changed files with 131 additions and 161 deletions

View File

@@ -0,0 +1,28 @@
body {
font-family: 'Segoe UI', sans-serif;
}
#eventList .event-card {
background-color: white;
border: 2px dashed #17a2b8;
border-radius: 10px;
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
#eventList .event-card.filled {
border-style: solid;
}
#eventList .event-card .remove-btn {
background-color: #ff4d4d;
border: none;
border-radius: 50%;
color: white;
font-size: 1.2rem;
width: 36px;
height: 36px;
line-height: 1;
}