correction du lien "lire" non cliquable dans les résumés d'article
This commit is contained in:
parent
e7e68ce985
commit
16038aee95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user