add access thumbnails

This commit is contained in:
2020-07-30 18:20:48 +02:00
parent fc54e18ab9
commit 682e1a1fd0
22 changed files with 428 additions and 31 deletions
@@ -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;