titre offre de service
This commit is contained in:
@@ -1490,25 +1490,27 @@ a {
|
|||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
vertical-align: middle; }
|
vertical-align: middle; }
|
||||||
|
|
||||||
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale span {
|
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale {
|
||||||
padding-top: 3rem;
|
|
||||||
padding-bottom: 3rem;
|
|
||||||
vertical-align: middle;
|
|
||||||
color: white; }
|
|
||||||
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale span h2 {
|
|
||||||
margin: 0;
|
|
||||||
padding-top: 2rem;
|
|
||||||
height: 4rem;
|
|
||||||
background: #009ee3;
|
|
||||||
font-family: "Source Code Pro";
|
|
||||||
text-transform: uppercase;
|
|
||||||
padding-left: 13%; }
|
|
||||||
|
|
||||||
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content {
|
|
||||||
background: url("../images/pictos/carre-contour-bleu_programme.svg");
|
background: url("../images/pictos/carre-contour-bleu_programme.svg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
background-position-y: 20vh;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
background-size: cover; }
|
background-size: cover; }
|
||||||
|
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale span {
|
||||||
|
padding-top: 3rem;
|
||||||
|
padding-bottom: 3rem;
|
||||||
|
vertical-align: middle;
|
||||||
|
color: white; }
|
||||||
|
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale span h2 {
|
||||||
|
font-family: 'Source Code Pro';
|
||||||
|
font-size: 2rem;
|
||||||
|
font-weight: 800;
|
||||||
|
color: white;
|
||||||
|
background-color: #009ee3;
|
||||||
|
text-transform: uppercase;
|
||||||
|
width: fit-content;
|
||||||
|
margin-left: 10%;
|
||||||
|
margin-top: 8rem; }
|
||||||
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-config-pages-block {
|
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-config-pages-block {
|
||||||
margin: 2rem;
|
margin: 2rem;
|
||||||
margin-top: 4rem; }
|
margin-top: 4rem; }
|
||||||
@@ -1519,6 +1521,8 @@ a {
|
|||||||
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockoffres-de--block-1 .view-display-id-block_1 {
|
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockoffres-de--block-1 .view-display-id-block_1 {
|
||||||
width: 65%;
|
width: 65%;
|
||||||
margin: auto; }
|
margin: auto; }
|
||||||
|
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockoffres-de--block-1 .view-filters {
|
||||||
|
background: white; }
|
||||||
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockoffres-de--block-1 .view-content {
|
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockoffres-de--block-1 .view-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|||||||
@@ -5,6 +5,11 @@
|
|||||||
.region-content{
|
.region-content{
|
||||||
|
|
||||||
#block-contenudelapageprincipale{
|
#block-contenudelapageprincipale{
|
||||||
|
background: url('../images/pictos/carre-contour-bleu_programme.svg');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position-y: 20vh;
|
||||||
|
max-width: 100vw;
|
||||||
|
background-size: cover;
|
||||||
span{
|
span{
|
||||||
padding-top: 3rem;
|
padding-top: 3rem;
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
@@ -12,24 +17,21 @@
|
|||||||
|
|
||||||
color: $white;
|
color: $white;
|
||||||
h2{
|
h2{
|
||||||
margin: 0;
|
font-family: 'Source Code Pro';
|
||||||
padding-top: 2rem;
|
font-size: 2rem;
|
||||||
height: 4rem;
|
font-weight: 800;
|
||||||
background: $blue-light;
|
color: $white;
|
||||||
font-family: "Source Code Pro";
|
background-color: $blue-light;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
width: fit-content;
|
||||||
padding-left: 13%;
|
margin-left: 10%;
|
||||||
|
margin-top: 8rem;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.layout--onecol{
|
.layout--onecol{
|
||||||
.block-region-content{
|
.block-region-content{
|
||||||
background: url('../images/pictos/carre-contour-bleu_programme.svg');
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
// background-position-y: 20vh;
|
|
||||||
max-width: 100vw;
|
|
||||||
background-size: cover;
|
|
||||||
|
|
||||||
|
|
||||||
// texte présentation
|
// texte présentation
|
||||||
@@ -50,7 +52,7 @@
|
|||||||
|
|
||||||
// bandeau filtes
|
// bandeau filtes
|
||||||
.view-filters{
|
.view-filters{
|
||||||
|
background: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
// grille offres
|
// grille offres
|
||||||
|
|||||||
Reference in New Issue
Block a user