Forráskód Böngészése

paroles de lauréat background mozaique

ouidade 1 hónapja
szülő
commit
1b42879a1a

+ 11 - 0
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -2579,6 +2579,14 @@ a {
 .page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource div ul.links.inline {
   display: none;
 }
+.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-projets-liee {
+  margin-top: 3rem;
+}
+@media (max-width: 479px) {
+  .page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-projets-liee {
+    margin-top: 2rem;
+  }
+}
 .page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-projets-liee h2 {
   font-size: 0.8rem;
   color: rgb(0, 0, 0);
@@ -5521,6 +5529,9 @@ a {
 .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-content .views-row .node-type-ressource.type-de-ressource-Publication-issue-du-programme-EQLD {
   background-color: rgba(0, 158, 227, 0.2);
 }
+.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-content .views-row .node-type-ressource.type-de-ressource-Paroles-de-lauréats {
+  background-color: rgba(0, 158, 227, 0.2);
+}
 @media (max-width: 479px) {
   .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-content .views-row .node-type-ressource {
     margin-left: 0;

+ 4 - 4
web/themes/custom/eql/scss/pages/_ressource.scss

@@ -445,10 +445,10 @@
                 }    
                 
                 .block-entity-fieldnodefield-projets-liee{
-                    // margin-top: 3rem;        
-                    // @media(max-width:479px){
-                    //     margin-top: 2rem;
-                    // }
+                    margin-top: 3rem;        
+                    @media(max-width:479px){
+                        margin-top: 2rem;
+                    }
                     h2{
                         font-size: 0.8rem;
                         color: $black;

+ 3 - 0
web/themes/custom/eql/scss/pages/ressources.scss

@@ -215,6 +215,9 @@
                                             &.type-de-ressource-Publication-issue-du-programme-EQLD{
                                                 background-color: $background-actus;
                                             }
+                                            &.type-de-ressource-Paroles-de-lauréats{
+                                                background-color: $background-actus;
+                                            }
                                             @media (max-width: 479px) {
                                                 margin-left: 0;                                                
                                             }