mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 13:40:13 +01:00
feat: front-end overhaul. added search, editing, event view, validation
This commit is contained in:
@@ -171,6 +171,7 @@ body {
|
||||
width: 99px;
|
||||
height: 50px;
|
||||
line-height: 1;
|
||||
margin: 0 5px 0 5px;
|
||||
}
|
||||
#eventList .event-card .remove-btn:hover {
|
||||
background-color: #CD4A31;
|
||||
@@ -181,6 +182,31 @@ body {
|
||||
width: 99px;
|
||||
height: 50px;
|
||||
line-height: 1;
|
||||
margin: 0 5px 0 5px;
|
||||
}
|
||||
|
||||
#eventList .event-card .edit-btn {
|
||||
background-color: #9B9B9B;
|
||||
border: none;
|
||||
border-radius: 30px;
|
||||
color: white;
|
||||
font-size: 1.2rem;
|
||||
width: 99px;
|
||||
height: 50px;
|
||||
line-height: 1;
|
||||
margin: 0 5px 0 5px;
|
||||
}
|
||||
|
||||
#eventList .event-card .edit-btn:hover {
|
||||
background-color: #777;
|
||||
border: none;
|
||||
border-radius: 30px;
|
||||
color: white;
|
||||
font-size: 1.2rem;
|
||||
width: 99px;
|
||||
height: 50px;
|
||||
line-height: 1;
|
||||
margin: 0 5px 0 5px;
|
||||
}
|
||||
|
||||
.center-text {
|
||||
|
||||
Reference in New Issue
Block a user