ouidade 3 роки тому
батько
коміт
010972deb1

+ 28 - 2
web/themes/custom/eql/css-compiled/styles.css

@@ -2238,7 +2238,7 @@ a {
   .path-webform .region-content #webform-submission-deposer-une-contribution-add-form #edit-titre {
   .path-webform .region-content #webform-submission-deposer-une-contribution-add-form #edit-titre {
     width: 100%;
     width: 100%;
     font-family: 'Source Code Pro';
     font-family: 'Source Code Pro';
-    font-size: 2rem;
+    font-size: 1.5rem;
     font-weight: 800;
     font-weight: 800;
     color: white;
     color: white;
     background-color: #009ee3;
     background-color: #009ee3;
@@ -2392,6 +2392,16 @@ a {
     .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-_-ou-4-mots-ou-expression-cles-pour-identifier-le-sujet input {
     .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-_-ou-4-mots-ou-expression-cles-pour-identifier-le-sujet input {
       width: 90%;
       width: 90%;
       height: 3rem; }
       height: 3rem; }
+  .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-piece-s-jointe-s- {
+    margin-left: 25%;
+    margin-right: 20%;
+    width: 60%;
+    display: flex;
+    flex-direction: row;
+    flex-wrap: wrap;
+    margin-top: 2rem; }
+    .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-piece-s-jointe-s- label {
+      width: 100%; }
   .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-url-vers-une-video-ou-un-site-internet {
   .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-url-vers-une-video-ou-un-site-internet {
     margin-left: 13%;
     margin-left: 13%;
     margin-right: 20%;
     margin-right: 20%;
@@ -2463,7 +2473,7 @@ a {
   .path-webform .region-content #webform-submission-offre-de-service-add-form #edit-title {
   .path-webform .region-content #webform-submission-offre-de-service-add-form #edit-title {
     width: 100%;
     width: 100%;
     font-family: 'Source Code Pro';
     font-family: 'Source Code Pro';
-    font-size: 2rem;
+    font-size: 1.5rem;
     font-weight: 800;
     font-weight: 800;
     color: white;
     color: white;
     background-color: #009ee3;
     background-color: #009ee3;
@@ -2566,6 +2576,22 @@ a {
       width: 100%; }
       width: 100%; }
     .path-webform .region-content #webform-submission-offre-de-service-add-form .form-item-description textarea {
     .path-webform .region-content #webform-submission-offre-de-service-add-form .form-item-description textarea {
       width: 90%; }
       width: 90%; }
+  .path-webform .region-content #webform-submission-offre-de-service-add-form .form-item-image {
+    margin-left: 13%;
+    margin-right: 20%;
+    width: 60%;
+    display: flex;
+    flex-direction: row;
+    flex-wrap: wrap;
+    margin-top: 2rem; }
+  .path-webform .region-content #webform-submission-offre-de-service-add-form .form-item-des-documents-complementaires-en-pdf {
+    margin-left: 13%;
+    margin-right: 20%;
+    width: 60%;
+    display: flex;
+    flex-direction: row;
+    flex-wrap: wrap;
+    margin-top: 2rem; }
   .path-webform .region-content #webform-submission-offre-de-service-add-form #edit-lien--wrapper {
   .path-webform .region-content #webform-submission-offre-de-service-add-form #edit-lien--wrapper {
     width: 100%; }
     width: 100%; }
     .path-webform .region-content #webform-submission-offre-de-service-add-form #edit-lien--wrapper .form-item-lien-url {
     .path-webform .region-content #webform-submission-offre-de-service-add-form #edit-lien--wrapper .form-item-lien-url {

+ 34 - 2
web/themes/custom/eql/scss/pages/_webform.scss

@@ -24,7 +24,7 @@
             #edit-titre{
             #edit-titre{
                 width: 100%;
                 width: 100%;
                 font-family: 'Source Code Pro';
                 font-family: 'Source Code Pro';
-                font-size: 2rem;
+                font-size: 1.5rem;
                 font-weight: 800;
                 font-weight: 800;
                 color: $white;
                 color: $white;
                 background-color: $blue-light;
                 background-color: $blue-light;
@@ -201,6 +201,18 @@
                     height: 3rem;
                     height: 3rem;
                 }
                 }
             }
             }
+
+            .form-item-piece-s-jointe-s-{
+                margin-left: 25%;
+                margin-right: 20%;
+                width: 60%;
+                display: flex;
+                flex-direction: row;
+                flex-wrap: wrap;
+                margin-top: 2rem;
+                label{width: 100%;}
+ 
+            }
             .form-item-url-vers-une-video-ou-un-site-internet{
             .form-item-url-vers-une-video-ou-un-site-internet{
                 margin-left: 13%;
                 margin-left: 13%;
                 margin-right: 20%;
                 margin-right: 20%;
@@ -282,7 +294,7 @@
             #edit-title{
             #edit-title{
                 width: 100%;
                 width: 100%;
                 font-family: 'Source Code Pro';
                 font-family: 'Source Code Pro';
-                font-size: 2rem;
+                font-size: 1.5rem;
                 font-weight: 800;
                 font-weight: 800;
                 color: $white;
                 color: $white;
                 background-color: $blue-light;
                 background-color: $blue-light;
@@ -404,6 +416,26 @@
                     width: 90%;
                     width: 90%;
                 }
                 }
             }
             }
+            .form-item-image{
+                margin-left: 13%;
+                margin-right: 20%;
+                width: 60%;
+                display: flex;
+                flex-direction: row;
+                flex-wrap: wrap;
+                margin-top: 2rem;
+            }
+
+            .form-item-des-documents-complementaires-en-pdf{
+                margin-left: 13%;
+                margin-right: 20%;
+                width: 60%;
+                display: flex;
+                flex-direction: row;
+                flex-wrap: wrap;
+                margin-top: 2rem;
+            }
+
             #edit-lien--wrapper{
             #edit-lien--wrapper{
                 width: 100%;
                 width: 100%;
                 .form-item-lien-url{
                 .form-item-lien-url{