فهرست منبع

small design detail

ouidade 3 سال پیش
والد
کامیت
cd2e9a4a50
2فایلهای تغییر یافته به همراه24 افزوده شده و 21 حذف شده
  1. 21 20
      web/themes/custom/eql/css-compiled/styles.css
  2. 3 1
      web/themes/custom/eql/scss/partials/_footer.scss

+ 21 - 20
web/themes/custom/eql/css-compiled/styles.css

@@ -468,27 +468,26 @@ a {
           font-weight: 800;
           color: white;
           background-color: #009ee3;
-          text-transform: uppercase;
-          padding: 2rem 1rem 2rem 1rem; }
+          text-transform: uppercase; }
 
-.node-id-4 {
+.node-id-5 .region-content {
   background: url("../images/pictos/carre-contour-bleu_contact.svg");
   background-repeat: no-repeat; }
-  .node-id-4 .layout__region--top {
-    padding-bottom: 3rem; }
-    .node-id-4 .layout__region--top .block-region-top {
-      height: 200px; }
-      .node-id-4 .layout__region--top .block-region-top .block-entity-fieldnodetitle {
-        width: 80%;
-        margin-left: 13%; }
-        .node-id-4 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
-          font-family: 'Source Code Pro';
-          font-size: 2rem;
-          font-weight: 800;
-          color: white;
-          background-color: #009ee3;
-          text-transform: uppercase;
-          padding: 2rem 1rem 2rem 1rem; }
+
+.node-id-5 .layout__region--top {
+  padding-bottom: 3rem; }
+  .node-id-5 .layout__region--top .block-region-top {
+    height: 200px; }
+    .node-id-5 .layout__region--top .block-region-top .block-entity-fieldnodetitle {
+      width: 80%;
+      margin-left: 13%; }
+      .node-id-5 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
+        font-family: 'Source Code Pro';
+        font-size: 2rem;
+        font-weight: 800;
+        color: white;
+        background-color: #009ee3;
+        text-transform: uppercase; }
 
 /*partials*/
 .layout-container {
@@ -601,7 +600,8 @@ header {
     border-left: #009ee3 solid 1px; }
     #fotter-bottom .region h2 {
       margin-top: 0;
-      color: #09398b; }
+      color: #09398b;
+      font-size: 1.2rem; }
     #fotter-bottom .region img {
       max-width: 5rem;
       max-height: 5rem; }
@@ -615,7 +615,8 @@ header {
       list-style: none; }
       #fotter-bottom .region-footer-bottom-left #block-pieddepage ul a {
         color: #09398b;
-        font-size: 1.5rem;
+        font-size: 1.2rem;
+        text-decoration: underline;
         margin-top: 0; }
   #fotter-bottom .view-id-partenaires .view-content {
     display: flex;

+ 3 - 1
web/themes/custom/eql/scss/partials/_footer.scss

@@ -16,6 +16,7 @@
         h2{
             margin-top: 0;
             color: $blue-dark;
+            font-size: 1.2rem;
         }
         img{
             
@@ -36,7 +37,8 @@
 
             a{
                 color: $blue-dark;
-                font-size: 1.5rem;
+                font-size: 1.2rem;
+                text-decoration: underline;
                 margin-top: 0;
             }
         }