Browse Source

bandeau bleu page /projets

ouidade 3 năm trước cách đây
mục cha
commit
a0f7777873

+ 1 - 1
web/profiles/d8-starterkit-profile

@@ -1 +1 @@
-Subproject commit 6fb80278a224c3fe38d240c4237dc5f845bf0529
+Subproject commit 6fe8986494069c7e9bf019cbe98d8f2c7d5166d0

+ 14 - 0
web/themes/custom/eql/css-compiled/styles.css

@@ -2886,6 +2886,20 @@ a {
     .path-webform .region-content #webform-submission-question-add-form #edit-actions #edit-actions-submit:after {
       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)"  fill="rgb(255,255,255)" stroke="rgb(255,255,255)" stroke-width="0.7"/></svg>'); }
 
+.path-projets span {
+  padding-top: 3rem;
+  padding-bottom: 3rem;
+  vertical-align: middle; }
+  .path-projets span h2 {
+    margin: 0;
+    padding-top: 2rem;
+    height: 4rem;
+    color: white;
+    font-family: "Source Code Pro";
+    text-transform: uppercase;
+    background: #009ee3;
+    padding-left: 13%; }
+
 .path-projets .layout--onecol .block-region-content .block-config-pages-block {
   width: 60%;
   margin: auto; }

+ 16 - 0
web/themes/custom/eql/scss/pages/_lesprojets.scss

@@ -1,4 +1,20 @@
 .path-projets{
+    span{
+        padding-top: 3rem;
+        padding-bottom: 3rem;
+        vertical-align: middle;
+        h2{
+            margin: 0;
+            padding-top: 2rem;
+            height: 4rem;
+            color: $white;
+            font-family: "Source Code Pro";
+            text-transform: uppercase;
+            background: $blue-light; 
+            padding-left: 13%;
+           
+        }
+    }
     .layout--onecol{
         .block-region-content{