Merge branch 'develop' into feature/flexible-mapping-search

This commit is contained in:
Pieter Vander Vennet 2022-07-10 18:25:28 +02:00
commit 7fdfeb865c
57 changed files with 6543 additions and 303 deletions

View file

@ -1921,6 +1921,14 @@ svg, img {
height: 100%;
}
.titleicon img {
width: unset;
}
.titleicon svg {
width: unset;
}
.svg-catch svg path {
fill: var(--catch-detail-color) !important;
stroke: var(--catch-detail-color) !important;