following notes
This commit is contained in:
parent
8255f08762
commit
db9468de74
10 changed files with 312 additions and 56 deletions
26
css/modules/_followingNotes.scss
Normal file
26
css/modules/_followingNotes.scss
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.container-following-note{
|
||||
font-size: var(--fs-small);
|
||||
line-height: calc(var(--baseline)*0.8);
|
||||
// padding-left: var(--indent);
|
||||
position: relative;
|
||||
|
||||
columns: 2;
|
||||
}
|
||||
|
||||
.body_note{
|
||||
padding-left: calc(var(--indent)*3);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.following-note_marker{
|
||||
position: absolute;
|
||||
left: calc(var(--indent)*2);
|
||||
}
|
||||
|
||||
.following-note_call{
|
||||
font-size: var(--fs-small);
|
||||
line-height: 1;
|
||||
position: relative;
|
||||
top: -4px;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue