Procházet zdrojové kódy

background sumary actu

ouidade před 3 roky
rodič
revize
38122800fe

+ 6 - 4
web/themes/custom/eql/css-compiled/styles.css

@@ -900,6 +900,8 @@ a {
     width: 90%; }
     .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodebody p {
       margin-top: 0; }
+    .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodebody .field--type-text-with-summary {
+      background-color: white; }
     .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes {
       background-color: white; }
       .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .field--name-field-titre {
@@ -2361,7 +2363,7 @@ a {
     margin-left: 13%;
     margin-right: 20%;
     width: 60%; }
-  .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item--titre-du-document {
+  .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-titre-du-document {
     margin-left: 13%;
     margin-right: 20%;
     width: 60%;
@@ -2369,14 +2371,14 @@ a {
     flex-direction: row;
     flex-wrap: wrap;
     margin-top: 2rem; }
-    .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item--titre-du-document:after {
+    .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-titre-du-document:after {
       content: "*";
       color: red;
       font-size: 2rem;
       padding-left: 0.5rem; }
-    .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item--titre-du-document label {
+    .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-titre-du-document label {
       width: 100%; }
-    .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item--titre-du-document input {
+    .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-titre-du-document input {
       width: 90%;
       height: 5rem; }
   .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-auteur-s- {

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

@@ -133,6 +133,9 @@
                     p{
                         margin-top: 0;
                     }
+                    .field--type-text-with-summary{
+                        background-color: white;
+                    }
                 }
                 .block-entity-fieldnodefield-textes{
                 

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

@@ -56,7 +56,7 @@
                 width: 60%;
             }
 
-            .form-item--titre-du-document{
+            .form-item-titre-du-document{
                 margin-left: 13%;
                 margin-right: 20%;
                 width: 60%;