Add more bicycle options to cycle rental; add deletion and images to cycle rental, fix #703

This commit is contained in:
Pieter Vander Vennet 2022-03-14 20:45:17 +01:00
parent 2d356476df
commit b406d17b10
12 changed files with 182 additions and 114 deletions

View file

@ -1985,6 +1985,14 @@ a {
width: 4rem !important;
}
.w-32-imp {
width: 8rem !important;
}
.w-48-imp {
width: 12rem !important;
}
.link-underline a {
-webkit-text-decoration: underline 1px var(--foreground-color);
text-decoration: underline 1px var(--foreground-color);