79 lines
1.2 KiB
SCSS
79 lines
1.2 KiB
SCSS
|
|
.pagedjs_footnote{
|
||
|
|
font-family: var(--note);
|
||
|
|
// font-size: 10px;
|
||
|
|
line-height: 1.2;
|
||
|
|
font-size: 11px;
|
||
|
|
font-weight: normal;
|
||
|
|
text-indent: -14mm;
|
||
|
|
padding-left: 14mm;
|
||
|
|
color: var(--green);
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
}
|
||
|
|
.pagedjs_floatnote_marker,
|
||
|
|
.pagedjs_floatnote_call{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.pagedjs_floatnote_marker{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
.note-container{
|
||
|
|
grid-column: center;
|
||
|
|
grid-row: footer;
|
||
|
|
width: 100%;
|
||
|
|
height: calc(100% - 12mm);
|
||
|
|
// outline: 1px solid red;
|
||
|
|
columns: 2;
|
||
|
|
column-fill: auto;
|
||
|
|
|
||
|
|
padding-top: 20px;
|
||
|
|
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.pagedjs_footnote_content{
|
||
|
|
// padding-top: var(--baseline);
|
||
|
|
// columns: 2;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
// .pagedjs_footnote_inner_content{
|
||
|
|
// columns: 2;
|
||
|
|
// }
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
.pagedjs_footnotes::marker{
|
||
|
|
color: red;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
.pagedjs_footnote[data-footnote-call]{
|
||
|
|
|
||
|
|
// font-family: sans-serif;
|
||
|
|
border: 1px solid currentColor;
|
||
|
|
min-width: 14px;
|
||
|
|
height: 14px;
|
||
|
|
display: inline-flex;
|
||
|
|
border-radius: 4px;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
line-height: 0;
|
||
|
|
white-space: 0px;
|
||
|
|
font-variant-position: super;
|
||
|
|
font-size: 10px;
|
||
|
|
text-indent: 0px;
|
||
|
|
position: relative;
|
||
|
|
top: -2px;
|
||
|
|
margin-left: 2px;
|
||
|
|
&::after{
|
||
|
|
font-variant-position: normal;
|
||
|
|
}
|
||
|
|
}
|