소스 검색

background bandeau actus home

ouidade 3 년 전
부모
커밋
8e983ede41
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      web/themes/custom/eql/css-compiled/styles.css
  2. 1 0
      web/themes/custom/eql/scss/pages/_home.scss

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

@@ -444,7 +444,8 @@ a {
     grid-area: actus;
     width: 100vw;
     border-bottom: 5px solid #009ee3;
-    border-top: 5px solid #009ee3; }
+    border-top: 5px solid #009ee3;
+    background: rgba(0, 158, 227, 0.2); }
     .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content {
       display: grid;
       grid-template-columns: 1fr repeat(4, 2fr) 1fr;

+ 1 - 0
web/themes/custom/eql/scss/pages/_home.scss

@@ -217,6 +217,7 @@
             width: 100vw;
             border-bottom: 5px solid $blue-light;
             border-top: 5px solid $blue-light;
+            background: $background-actus;
             .view-actus-blocks-pages{
                 .view-content{