decor-6-expe/maquette-tests/assets/css/modules/_notes.scss

36 lines
392 B
SCSS
Raw Normal View History

2026-02-23 22:28:14 +01:00
.inline-note{
2026-02-23 23:30:33 +01:00
font-size: 10px;
line-height: 1.2;
2026-02-23 22:44:59 +01:00
2026-02-23 22:28:14 +01:00
.body_note{
}
}
.pagedjs_floatnote_marker,
.pagedjs_floatnote_call{
2026-02-23 23:30:33 +01:00
2026-02-23 22:28:14 +01:00
}
.pagedjs_floatnote_marker{
2026-02-23 23:30:33 +01:00
}
.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;
2026-02-23 22:28:14 +01:00
}