add access thumbnails
This commit is contained in:
@@ -1,3 +1,39 @@
|
||||
.dl_ressource{
|
||||
margin-top: 1.5rem;
|
||||
font-size: 0.6rem;
|
||||
line-height: 1.2;
|
||||
font-family: 'truenoregular';
|
||||
text-align: left;
|
||||
@media screen and (min-width : 768px){
|
||||
text-align: center;
|
||||
}
|
||||
a{
|
||||
&::before{
|
||||
content: "";
|
||||
display: inline-block;
|
||||
background-image: url($picto_dl);
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
vertical-align: middle;
|
||||
margin-right: 0.5rem;
|
||||
@media screen and (min-width : 768px){
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
&> span{
|
||||
display: inline-block;
|
||||
@media screen and (min-width : 992px){
|
||||
display: inline-block!important;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
@media screen and (min-width : 768px){
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.__rs{
|
||||
& > div{
|
||||
width: 25px;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
article{
|
||||
width: calc(100% - 30px);
|
||||
height: 325px;
|
||||
background: none;
|
||||
// background: none;
|
||||
display: flex;
|
||||
margin: 3rem $gutter 1.5rem $gutter;
|
||||
@media screen and (min-width: 768px) {
|
||||
|
||||
@@ -2,7 +2,13 @@
|
||||
section{
|
||||
& > div:not(.__slide){
|
||||
article.thumbnails.programme{
|
||||
@include shadow;
|
||||
a{
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: white;
|
||||
@include shadow;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -98,6 +104,18 @@ section{
|
||||
@media screen and (min-width: 992px) {
|
||||
width: calc(100% / 3 - #{$gutter} * 2);
|
||||
}
|
||||
.inter{
|
||||
margin-top: 0.5rem;
|
||||
span{
|
||||
color: $color2;
|
||||
font-size: 0.8rem;
|
||||
font-family: 'truenoregular_italic';
|
||||
text-transform: none!important;
|
||||
strong{
|
||||
font-family: 'truenobold_italic';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,5 +9,6 @@ $gutter: 0.5rem;
|
||||
$gutter1 : 0.5rem;
|
||||
|
||||
$croix_or: '../images/croix_filetsable.svg';
|
||||
$picto_dl: '../images/douwnload.svg';
|
||||
|
||||
$letter_spacingH: 0.1rem;
|
||||
|
||||
@@ -6,6 +6,11 @@ header{
|
||||
a{
|
||||
color: black;
|
||||
font-family: 'truenoregular';
|
||||
&.is-active{
|
||||
font-family: 'truenobold';
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
&:hover{
|
||||
font-family: 'truenobold';
|
||||
color: black;
|
||||
@@ -62,7 +67,7 @@ header{
|
||||
font-size: 0.7rem
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
#block-views-block-dernieres-publications-block-1{
|
||||
|
||||
Reference in New Issue
Block a user