correction du lien "lire" non cliquable dans les résumés d'article

This commit is contained in:
chankalan 2021-02-18 22:55:39 +01:00
parent e7e68ce985
commit 16038aee95
1 changed files with 31 additions and 1 deletions

View File

@ -55,7 +55,37 @@ a {
text-decoration:none;
}
}
span.tp {
color:$couleur-lien !important;
position:relative;
z-index:1;
border:0 !important;
font-weight:700;
text-decoration:none;
&:before {
content:'...';
display:inline-block !important;
position:absolute;
bottom:-0.8rem;
left:0;
min-width:18px;
font-size:130%;
/* padding-bottom: 10px; */
color:$couleurSecondaire;
/*background-image:radial-gradient(circle, $couleurSecondaire 2px, rgba(255,255,255,0) 2px);
background-position: bottom left;
background-size: 6px 4px;
background-repeat: repeat-x;*/
}
&.on {
color:$couleurSecondaire !important;
&:before {
content: '. . . . . .';
left:0;
width:80px;
}
}
}
//
// modele bouton