mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 13:40:13 +01:00
Lekkie zmiany
Trzeba dodać logowanie tak jak reszte(nie wiem gdzie było logowanie ale zaraz się znajdzie)
This commit is contained in:
28
WebApp/wwwroot/css/panel.css
Normal file
28
WebApp/wwwroot/css/panel.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user