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

48 lines
781 B
SCSS
Raw Normal View History

2026-02-23 22:28:14 +01:00
.inline-note{
2026-02-23 22:44:59 +01:00
display: none!important;
2026-02-23 22:28:14 +01:00
color: var(--green);
// break-inside: avoid;
float: left;
clear: both;
width: 46mm;
text-align: left;
hyphens: none;
margin-right: 1ch;
margin-right: -20mm;
position: relative;
left: -25mm;
text-align: right;
font-family: var(--note);
font-size: 9.5px;
line-height: 1.2;
.body_note{
padding-top: 5px;
}
}
.pagedjs_floatnote_marker,
.pagedjs_floatnote_call{
color: var(--green);
// font-weight: bold;
padding-left: 0.25ch;
line-height: 0;
font-size: 9px;
// font-family: var(--font);
}
.pagedjs_floatnote_marker{
// float: left;
// position: absolute;
// left: 0px;
// display: block;
text-align: left;
}