puces en triangle

This commit is contained in:
chankalan 2021-09-23 16:33:03 +02:00
parent 12719a9c86
commit aaebb6459d
1 changed files with 3 additions and 13 deletions

View File

@ -361,21 +361,11 @@ h2 {
background:$couleurBackgroundTexteBleu;
}
.detail_emission {
ul { list-style:none;
> li {
padding-left:1em;
position:relative;
&:before {
position:absolute;
left:0;
top:0.6em;
@include triangle(right,$couleurSecondaire,0.35em,1.8);
}
}
}
.detail_emission ul, ul.spip, li ul.spip, .sujets > ul {
@include liste-triangle;
}
.btn.blanc {
color:$couleurPrincipale !important;
background:white;