decor-6-expe/maquette-tests/assets/css/notes.css
2026-03-10 14:17:49 +01:00

68 lines
1 KiB
CSS

.float-note {
/* font-family: var(--font-notes); */
font-size: var(--fs-notes);
line-height: 12px;
font-weight: 500;
display: block;
margin-top: calc(var(--baseline)*0.5);
margin-bottom: calc(var(--baseline)*0.5);
float: left;
width: 60mm;
padding-right: 2ch;
position: relative;
left: -20mm;
margin-right: -20mm;
color: var(--vert);
text-align: right;
clear: both;
break-inside: avoid;
}
.container-float-note {
margin-left: 30%;
}
.wrapper__note-call {
break-inside: avoid;
}
.float-note_call,
.float-note_marker {
&::before {
content: "{"
}
&::after {
content: "}"
}
/* font-family: var(--font-notes);
font-weight: 500; */
font-size: var(--fs-notes);
}
.float-note_call {
padding-left: 0.25ch;
position: relative;
top: -3px;
}
.float-note_marker {
width: 100%;
display: flex;
justify-content: flex-end;
justify-content: space-between;
/* text-align: right; */
}