소스 검색

border vignettes

ouidade 1 주 전
부모
커밋
82932ae4ca
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      web/themes/custom/eql/dist/assets/css/bundle.css
  2. 1 0
      web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss

+ 1 - 0
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -6605,6 +6605,7 @@ article.node-type-ressource .wrapper-ressource .field--name-field-images .field_
 article.node-type-ressource .wrapper-ressource .field--name-field-images img {
   height: 100%;
   width: auto;
+  border: solid 1px gray;
 }
 article.node-type-ressource .wrapper-ressource .field--name-field-date-de-parution {
   grid-column: 2;

+ 1 - 0
web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss

@@ -145,6 +145,7 @@ article.node-type-ressource{
             img{
                 height: 100%;
                 width: auto;
+                border: solid 1px gray;
             }
         }
         .field--name-field-date-de-parution{