fixed legend filtering option and adjusted saalplanbuchung button styles

This commit is contained in:
zino
2021-05-27 15:50:47 +02:00
parent 2518d80631
commit 6097da1f1d
9 changed files with 237 additions and 151 deletions

View File

@@ -1,6 +1,7 @@
#containerBookingBtn {
display: none;
margin: 0;
text-align: center;
}
#get_flash {
@@ -28,15 +29,16 @@
}
#openSeatmap {
padding: 1rem;
font-weight: bold;
color: #ffb201;
font-size: 1rem;
padding: 1rem !important;
/* font-weight: bold; */
/* color: #ffb201; */
/* font-size: 1rem; */
cursor: pointer;
border-radius: 5px;
}
#openSeatmap span {
font-size: .8rem;
font-size: 1.2rem;
/* color: #5c5c5c; */
}