浏览代码

css node-operation-edit-form

ouidade 1 年之前
父节点
当前提交
ee7436131a

文件差异内容过多而无法显示
+ 0 - 1
web/themes/custom/reha/css/reha.css


+ 108 - 0
web/themes/custom/reha/scss/pages/_modifier-une-operation.scss

@@ -0,0 +1,108 @@
+
+#block-reha-contenudelapageprincipale{
+    #node-operation-edit-form{
+        width: 70%;
+        #edit-field-fiche-candidature-wrapper{
+            background-color: rgba(153, 147, 174, 0) !important;
+            border: none;
+            padding: 0;
+            label{
+                order: 1;
+                font-weight: 800;
+            }
+            .description{
+                text-transform: lowercase;
+                order: 2;
+                font-style: italic;
+
+                // font-weight: 800;
+            }
+            .form-managed-file{
+                // background-color: white;
+                @extend %buttonwithborder;
+                order: 3;
+                margin-top: 1rem;
+            }
+        }
+        #edit-field-dossier-de-candidature-wrapper{
+            background-color: rgba(153, 147, 174, 0) !important;
+            border: none;
+            padding: 0;
+            margin-top: 1rem;
+            // width: 40%;
+            
+            label{
+                order: 1;
+                font-weight: 800;
+                display: flex;
+                // align-items: center;
+            }
+            #edit-field-dossier-de-candidature-0--label::after{
+                content: url(../images/noun-information-55404.svg);
+                padding-left: 1rem;
+            }
+    
+            .description{
+                text-transform: lowercase;
+                order: 2;
+                font-style: italic;
+                // font-weight: 800;
+            }
+            #edit-field-dossier-de-candidature-0--description{
+                display: none;
+            }
+
+
+            .form-managed-file{
+                // background-color: white;
+                @extend %buttonwithborder;
+                order: 3;
+                margin-top: 1rem;
+                text-transform: lowercase;                
+            }
+            
+        }
+        label{
+            font-weight: 800;
+        }
+        .form-wrapper{
+            margin-bottom: 1rem;
+            margin-top: 1rem;
+        }
+        #edit-field-commentaire-0-value{
+            width: 80%;
+        }
+        #edit-field-adresse-0-address-container2{
+            display: flex;
+            flex-direction: row;
+            width: 100%;
+            .form-item{
+                display: flex;
+                flex-direction: row;
+            }
+        }
+        .form-item{
+            display: flex;
+            flex-direction: column;
+        }
+        #edit-field-commentaire-wrapper{
+            margin-bottom: 2rem;
+
+        }
+        .counter{
+            font-style: italic;
+        }
+    }
+    .form-managed-file{
+    text-transform: lowercase;                
+    }
+    .file--application-pdf{
+        text-transform: lowercase;
+    }
+    .messages--error{
+     text-transform: lowercase;           
+    }
+}
+html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div.layout-container main div.layout-content div.region.region-content div#block-reha-contenudelapageprincipale.block.block-system.block-system-main-block form#node-operation-edit-form.node-operation-edit-form.node-form div.js-form-item.form-item.js-form-type-vertical-tabs.form-item-.js-form-item-.form-no-label{
+    display: none;
+}

+ 1 - 1
web/themes/custom/reha/scss/pages/_proposer-une-operation.scss

@@ -1,6 +1,6 @@
 
 #block-reha-contenudelapageprincipale{
-    #node-operation-form{
+    .node-operation-form{
         width: 70%;
         #edit-field-fiche-candidature-wrapper{
             background-color: rgba(153, 147, 174, 0) !important;

+ 2 - 1
web/themes/custom/reha/scss/reha.scss

@@ -27,4 +27,5 @@
 @import "pages/creer-un-compte";
 @import "pages/mes-operations";
 @import "pages/proposer-une-operation";
-@import "pages/user--edit";
+@import "pages/user--edit";
+@import "pages/modifier-une-operation";

部分文件因为文件数量过多而无法显示