still buggy on rejecting people and loading old bookings

This commit is contained in:
Jottyfan
2024-10-23 22:42:15 +02:00
parent ae9e2018a8
commit b5403ae20c
26 changed files with 198 additions and 155 deletions

View File

@ -356,6 +356,12 @@ div {
border: 1px solid black;
}
.framed-pink {
background: linear-gradient(to bottom right, #9141ac, #613583);
color: #9141ac;
border: 1px solid #613583;
}
.nomaxwidth {
max-width: none !important;
}