Add Fietsambassade logo to cyclofix; various svg- and css fixes

This commit is contained in:
Pieter Vander Vennet 2020-11-20 14:00:37 +01:00
parent 5e6f54f660
commit cd548ab04b
21 changed files with 332 additions and 59 deletions

View file

@ -1,12 +1,23 @@
.featureinfobox {
display: flex;
flex-direction: column;
}
.featureinfobox-title {
font-size: xx-large;
}
.featureinfobox-icons img{
max-height: 1.5em;
width:1.5em;
}
.featureinfobox-icons {
}
.featureinfobox-icons span {
display: inline-block;
}
.featureinfobox-titlebar{
font-size: large;
font-weight: bold;
@ -14,6 +25,20 @@
justify-content: space-between;
}
.featureinfobox-content {
display:block;
max-height: 75vh;
overflow-y: auto;
}
@media only screen and (max-width: 600px), only screen and (max-height: 600px) {
.featureinfobox-content {
display:block;
max-height: unset !important;
overflow-y: auto;
}
}
.answer {
display: flex;
width: 100%;
@ -43,6 +68,12 @@
height: 100%;
}
.question a {
pointer-events: none;
text-decoration: none;
color: var(--subtle-detail-color-contrast)
}
.question-text {
font-size: larger;
font-weight: bold;