Merge remote-tracking branch 'origin/upcoming'
This commit is contained in:
commit
d21b34ab40
|
@ -641,3 +641,12 @@ textarea {
|
||||||
#snackbar [role="alert"].open {
|
#snackbar [role="alert"].open {
|
||||||
translate: -50%;
|
translate: -50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#arbres {
|
||||||
|
mix-blend-mode: multiply;
|
||||||
|
}
|
||||||
|
|
||||||
|
#zones {
|
||||||
|
mix-blend-mode: multiply;
|
||||||
|
}
|
|
@ -1156,6 +1156,13 @@ body > footer div, .campsite_type_features, .campsite_type_detail {
|
||||||
border-top: 3px solid black;
|
border-top: 3px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* highlight footer season */
|
||||||
|
body > footer section:nth-child(3) {
|
||||||
|
background: var(--accent-2);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.campsite_type_detail {
|
.campsite_type_detail {
|
||||||
padding-bottom: 2.5rem;
|
padding-bottom: 2.5rem;
|
||||||
}
|
}
|
||||||
|
@ -1239,6 +1246,10 @@ address {
|
||||||
mix-blend-mode: multiply;
|
mix-blend-mode: multiply;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#zones {
|
||||||
|
mix-blend-mode: multiply;
|
||||||
|
}
|
||||||
|
|
||||||
/* surrounding */
|
/* surrounding */
|
||||||
|
|
||||||
.ad-container {
|
.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 |
Loading…
Reference in New Issue