actu & projet clickable header #1877

This commit is contained in:
2022-09-08 11:10:50 +02:00
parent 3683a9b746
commit 095e87de47
5 changed files with 39 additions and 31 deletions
@@ -728,7 +728,7 @@ a {
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top {
display: flex;
flex-direction: column; } }
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-block-contentacfaf4e3-d7d0-42a6-a2a6-3c6ccd0e9344 {
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-block-contente6f826c7-4a3e-479b-8e83-2245dee7f931 {
grid-column: 1 / span 10;
width: 100%;
font-family: 'Source Code Pro';
@@ -741,6 +741,8 @@ a {
padding-top: 1rem;
padding-bottom: 0.5rem;
vertical-align: middle; }
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-block-contente6f826c7-4a3e-479b-8e83-2245dee7f931 a {
color: white; }
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-actu-type {
padding-top: 2rem;
grid-column: 2; }
@@ -3160,9 +3162,10 @@ a {
font-family: 'Source Code Pro';
font-size: 2rem;
font-weight: 800;
color: white;
text-transform: uppercase;
margin-left: 10%; }
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-block-contentbfb4368c-4f85-4329-88f1-8769161aa66f .field--name-body a {
color: white; }
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-adresse {
margin-top: 3rem;
grid-column: 2 / span 10; }
@@ -27,7 +27,7 @@
display: flex;
flex-direction: column;
}
.block-block-contentacfaf4e3-d7d0-42a6-a2a6-3c6ccd0e9344{
.block-block-contente6f826c7-4a3e-479b-8e83-2245dee7f931{
grid-column: 1 / span 10;
width: 100%;
font-family: 'Source Code Pro';
@@ -40,6 +40,9 @@
padding-top: 1rem;
padding-bottom: 0.5rem;
vertical-align: middle;
a{
color:white;
}
}
.block-entity-fieldnodefield-actu-type{
@@ -30,9 +30,11 @@
font-family: 'Source Code Pro';
font-size: 2rem;
font-weight: 800;
color: $white;
text-transform: uppercase;
margin-left: 10%;
a{
color:$white;
}
}
}