faq
This commit is contained in:
@@ -111,6 +111,9 @@
|
|||||||
.path-node {
|
.path-node {
|
||||||
margin: 0; }
|
margin: 0; }
|
||||||
|
|
||||||
|
.path-faq {
|
||||||
|
margin: 0; }
|
||||||
|
|
||||||
.main-content {
|
.main-content {
|
||||||
margin-top: 7rem; }
|
margin-top: 7rem; }
|
||||||
|
|
||||||
@@ -677,7 +680,6 @@ a {
|
|||||||
.node-id-5 .region-content {
|
.node-id-5 .region-content {
|
||||||
background: url("../images/pictos/carre-contour-bleu_contact.svg");
|
background: url("../images/pictos/carre-contour-bleu_contact.svg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position-y: 7rem;
|
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
background-size: contain; }
|
background-size: contain; }
|
||||||
|
|
||||||
@@ -691,6 +693,26 @@ a {
|
|||||||
background-color: #009ee3;
|
background-color: #009ee3;
|
||||||
text-transform: uppercase; }
|
text-transform: uppercase; }
|
||||||
|
|
||||||
|
.block-region-content {
|
||||||
|
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; }
|
||||||
|
|
||||||
/*partials*/
|
/*partials*/
|
||||||
.layout-container {
|
.layout-container {
|
||||||
position: relative; }
|
position: relative; }
|
||||||
|
|||||||
@@ -1,15 +1,12 @@
|
|||||||
|
|
||||||
|
|
||||||
.layout-container {
|
.layout-container {
|
||||||
|
|
||||||
font-family: $font-family-default;
|
font-family: $font-family-default;
|
||||||
margin: none;
|
margin: none;
|
||||||
top: 0%;
|
top: 0%;
|
||||||
left: 0%;
|
left: 0%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
}
|
}
|
||||||
.layout-content{
|
.layout-content{
|
||||||
padding-top: 7rem;
|
padding-top: 7rem;
|
||||||
@@ -21,6 +18,9 @@
|
|||||||
.path-node {
|
.path-node {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
.path-faq{
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
.main-content{
|
.main-content{
|
||||||
margin-top: 7rem;
|
margin-top: 7rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
.region-content{
|
.region-content{
|
||||||
background: url('../images/pictos/carre-contour-bleu_contact.svg');
|
background: url('../images/pictos/carre-contour-bleu_contact.svg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position-y: 7rem;
|
// background-position-y: 7rem;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,36 @@
|
|||||||
|
|
||||||
|
.block-region-content{
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 1fr repeat(4, 2fr) 1fr;
|
||||||
|
}
|
||||||
|
.block-views-blockfaq-block-1{
|
||||||
|
grid-column: 2 / span 3;
|
||||||
|
// width: 70%;
|
||||||
|
// margin: auto;
|
||||||
|
.node-type-question_reponse{
|
||||||
|
border-bottom: 1px solid $blue-light;
|
||||||
|
}
|
||||||
|
.field--name-title{
|
||||||
|
display: none;
|
||||||
|
// font-family: 'Source Code Pro' !important;
|
||||||
|
// font-weight: 500 !important;
|
||||||
|
// color: $blue-dark !important;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
.field--name-field-question{
|
||||||
|
p{
|
||||||
|
font-family: 'Source Code Pro' ;
|
||||||
|
font-weight: 500 ;
|
||||||
|
color: $blue-dark ;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
&: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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
@import "global/variables/_typography";
|
@import "global/variables/_typography";
|
||||||
@import "global/variables/_colors";
|
@import "global/variables/_colors";
|
||||||
@import "global/_layout";
|
@import "global/_layout";
|
||||||
|
// @import "global/_reset";
|
||||||
@import "global/_typography";
|
@import "global/_typography";
|
||||||
@import "global/_mediaqueries";
|
@import "global/_mediaqueries";
|
||||||
|
|
||||||
@@ -27,6 +27,7 @@
|
|||||||
@import "pages/_toutesactualites";
|
@import "pages/_toutesactualites";
|
||||||
@import "pages/_programme";
|
@import "pages/_programme";
|
||||||
@import "pages/_contact";
|
@import "pages/_contact";
|
||||||
|
@import "pages/_faq";
|
||||||
|
|
||||||
|
|
||||||
/*partials*/
|
/*partials*/
|
||||||
|
|||||||
Reference in New Issue
Block a user