소스 검색

fix thumb

Tessier 3 년 전
부모
커밋
4e805776ed

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 4 - 4
web/themes/custom/popsu_colloque/css-compiled/index.css


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


+ 13 - 11
web/themes/custom/popsu_colloque/css/components/thumbnails/thumbnails.scss

@@ -1,5 +1,18 @@
 // thumbnails global
 // thumbnails global
 section{
 section{
+  article.thumbnails.programme{
+    .__content{
+      span{
+        color: $color2;
+        font-size: 0.8rem;
+        font-family: 'truenoregular_italic';
+        text-transform: none!important;
+        strong{
+        font-family: 'truenobold_italic';
+        }
+      }
+    }
+  }
   & > div:not(.__slide){
   & > div:not(.__slide){
     article.thumbnails.programme{
     article.thumbnails.programme{
       a{
       a{
@@ -9,17 +22,6 @@ section{
         background: white;
         background: white;
         @include shadow;
         @include shadow;
       }
       }
-      .__content{
-        span{
-          color: $color2;
-          font-size: 0.8rem;
-          font-family: 'truenoregular_italic';
-          text-transform: none!important;
-          strong{
-          font-family: 'truenobold_italic';
-          }
-      }
-      }
     }
     }
   }
   }
 }
 }

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