retirer background sur plusierus pages
This commit is contained in:
@@ -783,7 +783,7 @@ a {
|
||||
|
||||
.node-id-20 {
|
||||
background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
|
||||
background-repeat: repeat;
|
||||
background-repeat: no-repeat;
|
||||
background-position-y: 7rem;
|
||||
max-width: 100vw;
|
||||
background-size: contain; }
|
||||
@@ -1487,12 +1487,6 @@ a {
|
||||
background: #009ee3;
|
||||
padding-left: 13%; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content {
|
||||
position: relative;
|
||||
background: url("../images/pictos/carre-contour-bleu_bdd.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position-y: 40vh;
|
||||
max-width: 100vw;
|
||||
background-size: cover;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr repeat(8, 2fr) 1fr; }
|
||||
.path-ressources.basededonnees .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockcollections-block-1 {
|
||||
@@ -1899,13 +1893,7 @@ a {
|
||||
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource ul.links.inline {
|
||||
display: none; }
|
||||
|
||||
.offresdeservices .layout-content .region-content #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; }
|
||||
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale span {
|
||||
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale span {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
vertical-align: middle;
|
||||
@@ -1920,7 +1908,8 @@ a {
|
||||
width: fit-content;
|
||||
margin-left: 10%;
|
||||
margin-top: 8rem; }
|
||||
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content {
|
||||
|
||||
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr repeat(4, 2fr) 1fr; }
|
||||
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-config-pages-block {
|
||||
|
||||
@@ -23,12 +23,12 @@
|
||||
}
|
||||
.layout--onecol{
|
||||
.block-region-content{
|
||||
position: relative;
|
||||
background: url('../images/pictos/carre-contour-bleu_bdd.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-position-y: 40vh;
|
||||
max-width: 100vw;
|
||||
background-size: cover;
|
||||
// position: relative;
|
||||
// background: url('../images/pictos/carre-contour-bleu_bdd.svg');
|
||||
// background-repeat: no-repeat;
|
||||
// background-position-y: 40vh;
|
||||
// max-width: 100vw;
|
||||
// background-size: cover;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr repeat(8, 2fr) 1fr;
|
||||
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
.region-content{
|
||||
|
||||
#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;
|
||||
// background: url('../images/pictos/carre-contour-bleu_programme.svg');
|
||||
// background-repeat: no-repeat;
|
||||
// background-position-y: 20vh;
|
||||
// max-width: 100vw;
|
||||
// background-size: cover;
|
||||
span{
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.node-id-20{
|
||||
|
||||
background: url('../images/pictos/carre-contour-bleu_partenaire.svg');
|
||||
background-repeat: repeat;
|
||||
background-repeat: no-repeat;
|
||||
background-position-y: 7rem;
|
||||
max-width: 100vw;
|
||||
background-size: contain;
|
||||
|
||||
Reference in New Issue
Block a user