51 lines
No EOL
782 B
CSS
51 lines
No EOL
782 B
CSS
.following-note {
|
|
/* font-family: var(--font-notes); */
|
|
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-family: var(--font-notes);
|
|
font-weight: 500; */
|
|
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;
|
|
} |