demarches-normaliennes/app/assets/stylesheets/sections.scss
2023-02-27 17:29:22 +01:00

11 lines
228 B
SCSS

.counter-start-header-section {
counter-reset: headerSectionCounter;
}
.header-section {
counter-increment: headerSectionCounter;
&.header-section-counter::before {
content: counter(headerSectionCounter) ". ";
}
}