Ver Fonte

padding ressources

ouidade há 2 semanas atrás
pai
commit
786330070e

+ 1 - 4
web/themes/custom/reha/dist/css/bundle.css

@@ -3071,6 +3071,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
   margin-bottom: 0;
   border: none;
   margin-left: 0 !important;
+  width: auto;
 }
 .page-ressources .view-ressources .views-row .node-type-ressource .infos-content h1 {
   display: none;
@@ -3139,10 +3140,6 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
   grid-column: 2;
   margin-right: 2rem;
 }
-.node-type-ressource .image-ressource img {
-  height: 400px;
-  width: auto;
-}
 .node-type-ressource .infos-content {
   grid-row: 1;
   grid-column: 3/span 4;

+ 2 - 2
web/themes/custom/reha/scss/pages/_node-ressource.scss

@@ -16,8 +16,8 @@
             margin-right: 2rem;
 
             img{
-                height: 400px;
-                width: auto;
+                // height: 400px;
+                // width: auto;
             }
         }
         .infos-content{

+ 1 - 0
web/themes/custom/reha/scss/pages/_ressources.scss

@@ -121,6 +121,7 @@
                     margin-bottom: 0;
                     border: none;
                     margin-left: 0 !important;
+                    width: auto;
                     h1{display: none;}
                     h2{
                         order: 2;