35 lines
392 B
SCSS
35 lines
392 B
SCSS
.inline-note{
|
|
font-size: 10px;
|
|
line-height: 1.2;
|
|
|
|
|
|
|
|
.body_note{
|
|
}
|
|
|
|
|
|
|
|
}
|
|
.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;
|
|
|
|
|
|
}
|