소스 검색

expo, cartel display entrees as text

Bachir Soussi Chiadmi 4 년 전
부모
커밋
1005117b72
2개의 변경된 파일14개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 0
      web/themes/custom/edlptheme/assets/dist/styles/app.min.css
  2. 14 6
      web/themes/custom/edlptheme/assets/styles/app.scss

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/themes/custom/edlptheme/assets/dist/styles/app.min.css


+ 14 - 6
web/themes/custom/edlptheme/assets/styles/app.scss

@@ -1001,9 +1001,9 @@ main[role="main"]{
         opacity:1;
         transition: opacity 0.2s ease-in-out;
         .entrees{
-          // body:not(.domain-expo-encyclopediedelaparole-org) &{
+          body:not(.domain-expo-encyclopediedelaparole-org) &{
             @include entree-micro-square;
-          // }
+          }
         }
         h2.node-title{
           margin:0.2em 0 0;
@@ -1119,10 +1119,10 @@ main[role="main"]{
       display: none;
     }
     .time-line-container{
-      margin:0.80em 0 0;
+      margin:1.5em 0 0;
     }
     .time{
-      margin:1.055em 0 0;
+      margin:1.23em 0 0;
       >*{
         width:50px;
       }
@@ -1136,9 +1136,17 @@ main[role="main"]{
     .cartel{
       margin-top: 0;
       width:calc(100% - 190px);
-      .entrees{
-        span.entree{
+      article.node--type-enregistrement{
+        margin:0;
+      }
 
+      .cartels .first-cartel h2.node-title{
+        margin:0;
+      }
+      .entrees{
+        span.entree:after{
+          content: attr(title);
+          font-size: 0.75em;
         }
       }
     }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.