Browse Source

fix thumb

Tessier 3 years ago
parent
commit
4e805776ed

File diff suppressed because it is too large
+ 4 - 4
web/themes/custom/popsu_colloque/css-compiled/index.css


File diff suppressed because it is too large
+ 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
 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){
     article.thumbnails.programme{
       a{
@@ -9,17 +22,6 @@ 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';
-          }
-      }
-      }
     }
   }
 }

Some files were not shown because too many files changed in this diff