|
@@ -4891,7 +4891,7 @@ svg.ext {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
- font-size: 0.7rem;
|
|
|
|
|
|
|
+ font-size: 0.9rem;
|
|
|
}
|
|
}
|
|
|
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets .node-type-projet div:first-child .ville-region .field--name-field-adresse {
|
|
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets .node-type-projet div:first-child .ville-region .field--name-field-adresse {
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -7819,6 +7819,13 @@ article.node-type-ressource a {
|
|
|
article.node-type-ressource .wrapper-ressource {
|
|
article.node-type-ressource .wrapper-ressource {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+}
|
|
|
|
|
+article.node-type-ressource .wrapper-ressource .card-link {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ inset: 0;
|
|
|
|
|
+ z-index: 10;
|
|
|
|
|
+ display: block;
|
|
|
}
|
|
}
|
|
|
article.node-type-ressource .wrapper-ressource .field--name-field-type-de-ressource {
|
|
article.node-type-ressource .wrapper-ressource .field--name-field-type-de-ressource {
|
|
|
order: 2;
|
|
order: 2;
|