Merge remote-tracking branch 'origin/upcoming'

This commit is contained in:
jordi fita mas 2023-12-21 16:22:33 +01:00
commit d21b34ab40
3 changed files with 1260 additions and 1841 deletions

View File

@ -641,3 +641,12 @@ textarea {
#snackbar [role="alert"].open {
translate: -50%;
}
#arbres {
mix-blend-mode: multiply;
}
#zones {
mix-blend-mode: multiply;
}

View File

@ -1156,6 +1156,13 @@ body > footer div, .campsite_type_features, .campsite_type_detail {
border-top: 3px solid black;
}
/* highlight footer season */
body > footer section:nth-child(3) {
background: var(--accent-2);
}
.campsite_type_detail {
padding-bottom: 2.5rem;
}
@ -1239,6 +1246,10 @@ address {
mix-blend-mode: multiply;
}
#zones {
mix-blend-mode: multiply;
}
/* surrounding */
.ad-container {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 398 KiB

After

Width:  |  Height:  |  Size: 356 KiB