소스 검색

fix thumbnails programme

Tessier 3 년 전
부모
커밋
65e37927b7

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


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


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

@@ -9,6 +9,17 @@ section{
         background: white;
         @include shadow;
       }
+      .__content{
+        span{
+          color: $color2;
+          font-size: 0.8rem;
+          font-family: 'truenoregular_italic';
+          text-transform: none!important;
+          strong{
+          font-family: 'truenobold_italic';
+          }
+      }
+      }
     }
   }
 }

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