Pārlūkot izejas kodu

background svg position

ouidade 3 gadi atpakaļ
vecāks
revīzija
cad1c65c05

+ 9 - 5
web/themes/custom/eql/css-compiled/styles.css

@@ -383,7 +383,7 @@ a {
 .node-id-20 {
   background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
   background-repeat: no-repeat;
-  top: 7rem; }
+  background-position-y: 7rem; }
   .node-id-20 .layout__region--top {
     padding-bottom: 3rem; }
     .node-id-20 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
@@ -423,7 +423,8 @@ a {
 
 .node-id-35 .region-content {
   background: url("../images/pictos/carre-contour-bleu_gouvernance.svg");
-  background-repeat: no-repeat; }
+  background-repeat: no-repeat;
+  background-position-y: 7rem; }
 
 .node-id-35 .layout__region--top {
   padding-bottom: 3rem; }
@@ -437,7 +438,8 @@ a {
 
 .node-id-3 {
   background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
-  background-repeat: no-repeat; }
+  background-repeat: no-repeat;
+  background-position-y: 7rem; }
   .node-id-3 .layout__region--top {
     padding-bottom: 3rem; }
     .node-id-3 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
@@ -487,7 +489,8 @@ a {
 
 .node-id-4 {
   background: url("../images/pictos/carre-contour-bleu_programme.svg");
-  background-repeat: no-repeat; }
+  background-repeat: no-repeat;
+  background-position-y: 7rem; }
   .node-id-4 .layout__region--top {
     padding-bottom: 3rem; }
     .node-id-4 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
@@ -500,7 +503,8 @@ a {
 
 .node-id-5 .region-content {
   background: url("../images/pictos/carre-contour-bleu_contact.svg");
-  background-repeat: no-repeat; }
+  background-repeat: no-repeat;
+  background-position-y: 7rem; }
 
 .node-id-5 .layout__region--top {
   padding-bottom: 3rem; }

+ 1 - 1
web/themes/custom/eql/scss/pages/_ami.scss

@@ -2,7 +2,7 @@
 
     background: url('../images/pictos/carre-contour-bleu_partenaire.svg');
     background-repeat: no-repeat;
-
+    background-position-y: 7rem;
 
     .layout__region--top{               //bandeau titre page static
         padding-bottom: 3rem;

+ 1 - 1
web/themes/custom/eql/scss/pages/_contact.scss

@@ -2,7 +2,7 @@
     .region-content{
         background: url('../images/pictos/carre-contour-bleu_contact.svg');
         background-repeat: no-repeat;
-    
+        background-position-y: 7rem;
     }
 
 

+ 1 - 1
web/themes/custom/eql/scss/pages/_gouvernance.scss

@@ -2,7 +2,7 @@
     .region-content{
         background: url('../images/pictos/carre-contour-bleu_gouvernance.svg');
         background-repeat: no-repeat;
-    
+        background-position-y: 7rem;
     }
 
 

+ 2 - 1
web/themes/custom/eql/scss/pages/_partenaires.scss

@@ -2,7 +2,8 @@
 
     background: url('../images/pictos/carre-contour-bleu_partenaire.svg');
     background-repeat: no-repeat;
-    top: 7rem;
+    background-position-y: 7rem;
+
 
     .layout__region--top{               //bandeau titre page static
         padding-bottom: 3rem;

+ 1 - 1
web/themes/custom/eql/scss/pages/_programme.scss

@@ -2,7 +2,7 @@
 
     background: url('../images/pictos/carre-contour-bleu_programme.svg');
     background-repeat: no-repeat;
-
+    background-position-y: 7rem;
 
     .layout__region--top{               //bandeau titre page static
         padding-bottom: 3rem;