Browse Source

ajout page actualité css

ouidade 3 years ago
parent
commit
9d08ceee17

+ 3 - 13
web/themes/custom/eql/css-compiled/styles.css

@@ -164,7 +164,7 @@ a {
     .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre {
       display: flex;
       font-size: 1rem;
-      font-weight: 800;
+      font-weight: 1000;
       color: #09398b;
       border-bottom: 1px solid #009ee3;
       padding-bottom: 0.5rem;
@@ -174,7 +174,8 @@ a {
 
 .layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
   font-size: 1.5rem;
-  font-weight: 800;
+  font-weight: 1000;
+  font-family: 'Source Code Pro';
   color: #09398b;
   text-transform: uppercase; }
 
@@ -388,17 +389,6 @@ a {
         padding-bottom: 2rem;
         margin-block-start: 0; }
 
-.block-entity-fieldnodetitle {
-  width: 80%;
-  margin: auto; }
-  .block-entity-fieldnodetitle .field--name-title {
-    font-size: 2rem;
-    font-weight: 800;
-    color: white;
-    background-color: #009ee3;
-    text-transform: uppercase;
-    padding: 2rem 1rem 2rem 1rem; }
-
 .field--name-field-partenaires {
   padding-top: 3rem; }
   .field--name-field-partenaires .paragraph--type--partenaire {

+ 0 - 0
web/themes/custom/eql/scss/pages/_actualite.scss


+ 0 - 18
web/themes/custom/eql/scss/pages/_partenaires.scss

@@ -1,22 +1,4 @@
 
-// .block-entity-fieldnodetitle {
-//     // .field--type-string{
-//     //     color: $white;
-//     //     background-color: $blue-light;
-//     // }
-// }
-.block-entity-fieldnodetitle{
-    width: 80%;
-    margin: auto;
-    .field--name-title{
-        font-size: 2rem;
-        font-weight: 800;
-        color: $white;
-        background-color: $blue-light;
-        text-transform: uppercase;
-        padding: 2rem 1rem 2rem 1rem;
-    }
-}
 
 .field--name-field-partenaires{
     padding-top: 3rem;

+ 3 - 5
web/themes/custom/eql/scss/pages/_static.scss

@@ -2,12 +2,9 @@
 .layout--threecol-25-50-25{
     padding-top: 2rem;
     background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" version="1.1"><rect x="0" y="0" width="80" height="80" transform="rotate(35) translate(430, -800) scale(15)" fill="none" stroke="rgb(0,158,227)" stroke-width="0.4px"/></svg>');
-    // background-image: url("../images/pictos/carre-contour-bleu.svg");
     background-repeat: no-repeat;
-    // background-position: -20px;
 }
 .layout__region--top{               //bandeau titre page static
-    // height: 500px;
     padding-bottom: 3rem;
     .block-region-top{
         height: inherit;
@@ -46,7 +43,7 @@
             .field--name-field-titre{
                 display: flex;
                 font-size: 1rem;
-                font-weight: 800;
+                font-weight: 1000;
                 color: $blue-dark;
                 border-bottom: 1px solid $blue-light;
                 padding-bottom: 0.5rem;
@@ -65,7 +62,8 @@
     .block-entity-fieldnodefield-textes{
         .field--name-field-titre{
             font-size: 1.5rem;
-            font-weight: 800;
+            font-weight: 1000;
+            font-family: 'Source Code Pro';
             color: $blue-dark;
             text-transform: uppercase;
         }

+ 0 - 0
web/themes/custom/eql/scss/pages/_actualites.scss → web/themes/custom/eql/scss/pages/_toutesactualites.scss


+ 2 - 1
web/themes/custom/eql/scss/styles.scss

@@ -20,9 +20,10 @@
 @import "pages/_static";
 @import "pages/_home";
 @import "pages/_partenaires";
-@import "pages/_actualites";
+@import "pages/_actualite";
 @import "pages/_gouvernance";
 @import "pages/_ami";
+@import "pages/_toutesactualites";
 
 
 /*partials*/