fix thumb

This commit is contained in:
Tessier
2020-11-11 19:53:05 +01:00
parent 65e37927b7
commit 4e805776ed
3 changed files with 19 additions and 17 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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';
}
}
}
}
}
}