|
@@ -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';
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|