add Baskemo
This commit is contained in:
parent
a8ab44f5a6
commit
ffa89ed031
18 changed files with 337 additions and 165 deletions
79
maquette-tests/assets/css/modules/_footnotes.scss
Normal file
79
maquette-tests/assets/css/modules/_footnotes.scss
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
.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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue