ouidade 9 месяцев назад
Родитель
Сommit
692cc647f5

+ 16 - 0
web/themes/custom/reha/dist/css/bundle.css

@@ -2928,6 +2928,22 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
   margin: auto;
   font-size: 1.3rem;
 }
+.page-node-site .region-content #block-reha-config-pages-3 {
+  width: 15vw;
+}
+.page-node-site .region-content #block-reha-config-pages-3 .field--name-field-fichier {
+  border: none;
+  margin-bottom: 1rem;
+  background-color: none;
+}
+.page-node-site .region-content #block-reha-config-pages-3 .field_item {
+  text-transform: uppercase;
+  padding: 0.3rem;
+  border: solid black 1px;
+  margin-bottom: 1rem;
+  background-color: rgb(255, 255, 255);
+  font-size: 0.9rem;
+}
 
 .page-ressources h1 {
   width: 80%;

+ 16 - 1
web/themes/custom/reha/scss/pages/node-site.scss

@@ -222,6 +222,21 @@
                 }
             }
         }
-        
+        #block-reha-config-pages-3{
+            width: 15vw;
+            .field--name-field-fichier{
+                border: none;
+                margin-bottom: 1rem;
+                background-color: none;
+            }
+            .field_item{
+                text-transform: uppercase;
+  padding: 0.3rem;
+  border: solid black 1px;
+  margin-bottom: 1rem;
+  background-color: rgb(255, 255, 255);
+  font-size: 0.9rem;
+            }
+        }
     }
 }