Skip to content
Snippets Groups Projects
Commit 080e8cc1 authored by chris's avatar chris
Browse files

counter i footer notes

parent 965dc7d2
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,13 @@ $gray: #ddd; ...@@ -2,6 +2,13 @@ $gray: #ddd;
.sc-notes-footer { .sc-notes-footer {
border-top: 1px solid $gray; border-top: 1px solid $gray;
counter-reset: note-footer;
font-size: 14px; font-size: 14px;
padding-top: 25px; padding-top: 25px;
} }
.sc-notes-footer-item::before {
content: ''counter(note-footer)'. ';
counter-increment: note-footer;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment