corection des style css du panel pour ne pas avoir le before et le margin bottom sur la liste des pages liés

This commit is contained in:
antonin gallon 2026-02-09 21:10:27 +01:00
parent dee8f94182
commit d91455a0b4

View file

@ -9,10 +9,10 @@
color: #000;
}
.k-panel[data-template="year"] .k-list-items .k-item:first-child {
.k-panel[data-template="year"] .k-section-name-texts .k-list-items .k-item:first-child {
margin-bottom: 2rem;
}
.k-panel[data-template="year"] .k-list-items::before {
.k-panel[data-template="year"] .k-section-name-texts .k-list-items::before {
content: "Texte princeps";
display: block;
padding: 0.5rem;