demarches-normaliennes/app/assets/stylesheets/sections.scss

12 lines
228 B
SCSS
Raw Normal View History

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