styles puces triangle
This commit is contained in:
parent
2c61f8f13b
commit
fdd4bf20e3
@ -359,6 +359,12 @@ h2 {
|
|||||||
|
|
||||||
.detail_emission ul, ul.spip, li ul.spip, .sujets > ul {
|
.detail_emission ul, ul.spip, li ul.spip, .sujets > ul {
|
||||||
@include liste-triangle;
|
@include liste-triangle;
|
||||||
|
margin-left:0;
|
||||||
|
}
|
||||||
|
ul.spip {
|
||||||
|
ul.spip {
|
||||||
|
margin-left:$spacer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -605,6 +611,9 @@ h2 {
|
|||||||
}
|
}
|
||||||
&:nth-child(even) {
|
&:nth-child(even) {
|
||||||
padding-left:$spacer*2;
|
padding-left:$spacer*2;
|
||||||
|
&:before {
|
||||||
|
left:$spacer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
margin:0;
|
margin:0;
|
||||||
|
Loading…
Reference in New Issue
Block a user