|
|
@ -274,6 +274,18 @@ $couleur-nav-chapitres: $couleur-lien-hover; |
|
|
|
border-top-color: $couleur-nav-fleche-hover; |
|
|
|
} |
|
|
|
} |
|
|
|
html.rtl { |
|
|
|
.glossaire__sujet { |
|
|
|
&:before { |
|
|
|
transform: rotate(90deg); |
|
|
|
} |
|
|
|
&:hover:before, |
|
|
|
&.active:before { |
|
|
|
transform: rotate(0deg); |
|
|
|
border-bottom-color: $couleur-nav-fleche-hover; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.glossaire__liste { |
|
|
|
margin-bottom: 0.5em; |
|
|
|
} |
|
|
|