Booking calendar (beta intern) for calendar bike reservation

This commit is contained in:
ragu 2024-05-07 08:15:54 +02:00
parent 030091de20
commit d5a98d0c54
26 changed files with 1127 additions and 144 deletions

View file

@ -15,6 +15,43 @@ html,body {
text-align: center;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
text-align:left;
padding:0;
background-color: white;
border: none;
cursor: pointer;
text-decoration: none;
outline: none;
transition: 0.4s;
}
.active, .accordion:hover {
color: #b2acac;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
font-weight:normal;
padding:14px 0px 0 4px;
max-height: 0;
transition: max-height 0.5s ease-out;
overflow: hidden;
}
#scroll-top-wrapper a:hover {
color: gray;
}
#scroll-top-wrapper {
visibility:visible;
cursor:pointer;
opacity: 1.0;
text-decoration:underline;
padding: 10px;
}
.tdint {
padding:0.3em 0.5em;
vertical-align: top;