Set multiply blending mode to campground map’s zones and trees
This commit is contained in:
parent
c555ecd432
commit
2379733673
|
@ -619,3 +619,12 @@ textarea {
|
||||||
#snackbar [role="alert"].open {
|
#snackbar [role="alert"].open {
|
||||||
translate: -50%;
|
translate: -50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#arbres {
|
||||||
|
mix-blend-mode: multiply;
|
||||||
|
}
|
||||||
|
|
||||||
|
#zones {
|
||||||
|
mix-blend-mode: multiply;
|
||||||
|
}
|
|
@ -1135,6 +1135,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;
|
||||||
}
|
}
|
||||||
|
@ -1218,6 +1225,10 @@ address {
|
||||||
mix-blend-mode: multiply;
|
mix-blend-mode: multiply;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#zones {
|
||||||
|
mix-blend-mode: multiply;
|
||||||
|
}
|
||||||
|
|
||||||
/* surrounding */
|
/* surrounding */
|
||||||
|
|
||||||
.ad-container {
|
.ad-container {
|
||||||
|
|
Loading…
Reference in New Issue