walter-boente_book-collection/css/modules/_followingNotes.scss

35 lines
687 B
SCSS
Raw Normal View History

2026-03-09 23:11:46 +01:00
.container-following-note{
2026-04-09 21:52:21 +02:00
font-family: var(--font-sans);
2026-03-09 23:11:46 +01:00
font-size: var(--fs-small);
2026-04-09 21:52:21 +02:00
line-height: calc(var(--baseline)*0.75);
2026-03-09 23:11:46 +01:00
position: relative;
2026-04-09 21:52:21 +02:00
margin-top: calc(var(--baseline)*0.25);
hyphens: auto;
hyphenate-limit-chars: 7 3 4;
hyphenate-limit-lines: 2;
hyphenate-limit-zone: 8%;
word-spacing: -0.004em;
text-align: justify;
// color: #999;
2026-03-09 23:11:46 +01:00
}
.body_note{
2026-04-09 21:52:21 +02:00
// padding-left: calc(var(--indent)*1);
// position: relative;
2026-03-09 23:11:46 +01:00
}
2026-04-09 21:52:21 +02:00
.following-note_marker::after{
content: ". "
2026-03-09 23:11:46 +01:00
}
.following-note_call{
2026-04-09 21:52:21 +02:00
font-family: var(--font-sans);
2026-03-09 23:11:46 +01:00
font-size: var(--fs-small);
line-height: 1;
position: relative;
top: -4px;
}