This commit is contained in:
2022-11-25 12:05:17 +01:00
12 changed files with 514 additions and 47 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; }
@@ -3178,9 +3180,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; }
@@ -3811,7 +3814,7 @@ a {
background-color: white;
padding-bottom: 0.8rem;
max-width: inherit;
width: 200px;
width: 220px;
align-items: center;
height: 20px; }
#header-top .region-header-top-left ul li a {
@@ -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;
}
}
}
@@ -114,7 +114,7 @@
background-color: $white;
padding-bottom: 0.8rem;
max-width: inherit;
width: 200px;
width: 220px;
align-items: center;
// padding-left: 1rem;
height: 20px;