fix bug sur home

This commit is contained in:
2021-11-29 21:20:59 +01:00
parent 895993c54d
commit e812fda99d
24 changed files with 554 additions and 51 deletions
+20 -20
View File
@@ -404,7 +404,8 @@ a {
display: grid;
grid-template-columns: 1fr repeat(4, 2fr) 1fr;
margin: auto;
padding-top: 2rem; }
padding-top: 2rem;
padding-bottom: 4rem; }
.block-views-blockactus-blocks-pages-block-1 .view-content .views-row:nth-of-type(1) {
grid-column: 2; }
.block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite {
@@ -449,7 +450,7 @@ a {
.block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .inline.links a {
display: none; }
.block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .field--name-field-actu-type {
padding-top: 2rem; }
padding-top: 1rem; }
.block-block-content.block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 {
display: grid;
@@ -659,7 +660,7 @@ a {
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child .inline.links a {
display: none; }
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-actu-type {
padding-top: 2rem; }
padding-top: 1rem; }
.node-id-4 {
background: url("../images/pictos/carre-contour-bleu_programme.svg");
@@ -693,25 +694,24 @@ a {
background-color: #009ee3;
text-transform: uppercase; }
.block-region-content {
.block-views-blockfaq-block-1 {
display: grid;
grid-template-columns: 1fr repeat(4, 2fr) 1fr; }
.block-views-blockfaq-block-1 {
grid-column: 2 / span 3; }
.block-views-blockfaq-block-1 .node-type-question_reponse {
border-bottom: 1px solid #009ee3; }
.block-views-blockfaq-block-1 .field--name-title {
display: none; }
.block-views-blockfaq-block-1 .field--name-field-question p {
font-family: 'Source Code Pro';
font-weight: 500;
color: #09398b;
font-size: 1.5rem; }
.block-views-blockfaq-block-1 .field--name-field-question p:after {
display: inline-flex;
content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" rotate="-45" fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>');
justify-self: flex-end; }
.block-views-blockfaq-block-1 div:first-child {
grid-column: 2 / span 3; }
.block-views-blockfaq-block-1 div:first-child .node-type-question_reponse {
border-bottom: 1px solid #009ee3; }
.block-views-blockfaq-block-1 div:first-child .field--name-title {
display: none; }
.block-views-blockfaq-block-1 div:first-child .field--name-field-question p {
font-family: 'Source Code Pro';
font-weight: 500;
color: #09398b;
font-size: 1.5rem; }
.block-views-blockfaq-block-1 div:first-child .field--name-field-question p:after {
display: inline-flex;
content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" rotate="-45" fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>');
justify-self: flex-end; }
/*partials*/
.layout-container {