decor-6-site/assets/css/notes.css
sarahgarcin1 952c6d041d clean css
2026-04-01 15:22:18 +02:00

45 lines
No EOL
660 B
CSS

/* ------- NOTES -------------- */
.following-note {
font-size: var(--fs-notes);
line-height: 14px;
font-weight: 500;
display: block;
margin-top: calc(var(--baseline)*0.5);
margin-bottom: calc(var(--baseline)*0.5);
}
.container-following-note {
margin-left: calc(var(--unit)*2);
}
.wrapper__note-call {
break-inside: avoid;
}
.following-note_call,
.following-note_marker {
&::before {
content: "{"
}
&::after {
content: "}"
}
font-size: var(--fs-notes);
}
.following-note_call {
padding-left: 0.25ch;
position: relative;
top: -3px;
line-height: 0;
}
.following-note_marker {
position: absolute;
left: 0;
}