added multiply effetc to pictures. clean up styles
This commit is contained in:
parent
85b44d7f72
commit
7d2c29b858
|
@ -13,18 +13,30 @@ img {
|
||||||
figure {
|
figure {
|
||||||
margin: 1em 0; // Extra wide images within figure tags don't overflow the content area.
|
margin: 1em 0; // Extra wide images within figure tags don't overflow the content area.
|
||||||
}
|
}
|
||||||
//mapas leaflet
|
//figure .xarxaprod-associat-logo {
|
||||||
|
// max-height: 11rem;
|
||||||
|
// img {
|
||||||
|
// object-fit: contain;
|
||||||
|
// }
|
||||||
|
//}
|
||||||
|
|
||||||
|
#junta-directiva img,img.fotocopia {
|
||||||
|
filter: grayscale(1) contrast(1) brightness(1);
|
||||||
|
mix-blend-mode: multiply;
|
||||||
|
}
|
||||||
|
|
||||||
|
//mapas leaflet
|
||||||
|
.xarxaprod-associats-map,.xarxaprod-espais-map {
|
||||||
|
aspect-ratio: 4 / 3;
|
||||||
|
background-color: rgba(200,200,200,0.4); //place holder background color
|
||||||
|
}
|
||||||
|
.page-template-associats-search{
|
||||||
.xarxaprod-associats-map,.xarxaprod-espais-map {
|
.xarxaprod-associats-map,.xarxaprod-espais-map {
|
||||||
aspect-ratio: 4 / 3;
|
aspect-ratio: 4 / 3;
|
||||||
background-color: rgba(200,200,200,0.4); //place holder background color
|
}
|
||||||
}
|
}
|
||||||
.page-template-associats-search{
|
.single-xarxaprod-associat {
|
||||||
.xarxaprod-associats-map,.xarxaprod-espais-map {
|
.xarxaprod-associats-map,.xarxaprod-espais-map {
|
||||||
aspect-ratio: 4 / 3;
|
aspect-ratio: 16 / 9;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.single-xarxaprod-associat {
|
|
||||||
.xarxaprod-associats-map,.xarxaprod-espais-map {
|
|
||||||
aspect-ratio: 16 / 9;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue