decor-6-expe/maquette-tests/assets/css/notes.css

69 lines
1 KiB
CSS
Raw Normal View History

2026-03-10 14:17:49 +01:00
.float-note {
2026-03-10 11:49:12 +01:00
/* font-family: var(--font-notes); */
2026-03-04 13:53:24 +01:00
font-size: var(--fs-notes);
2026-03-10 14:17:49 +01:00
line-height: 12px;
2026-03-04 08:33:34 +01:00
font-weight: 500;
display: block;
2026-03-04 10:52:07 +01:00
margin-top: calc(var(--baseline)*0.5);
2026-03-04 08:33:34 +01:00
margin-bottom: calc(var(--baseline)*0.5);
2026-03-04 10:52:07 +01:00
2026-03-10 14:17:49 +01:00
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;
2026-02-23 22:44:59 +01:00
2026-03-04 08:33:34 +01:00
}
2026-02-24 12:40:59 +01:00
2026-03-10 14:17:49 +01:00
.container-float-note {
2026-03-04 08:33:34 +01:00
margin-left: 30%;
}
2026-02-23 22:28:14 +01:00
2026-02-24 12:40:59 +01:00
2026-03-04 10:52:07 +01:00
.wrapper__note-call {
2026-03-04 08:33:34 +01:00
break-inside: avoid;
}
2026-02-23 22:28:14 +01:00
2026-03-10 14:17:49 +01:00
.float-note_call,
.float-note_marker {
2026-02-23 22:28:14 +01:00
2026-03-04 10:52:07 +01:00
&::before {
2026-03-04 08:33:34 +01:00
content: "{"
}
2026-03-04 10:52:07 +01:00
&::after {
2026-03-04 08:33:34 +01:00
content: "}"
}
2026-03-10 11:49:12 +01:00
/* font-family: var(--font-notes);
font-weight: 500; */
font-size: var(--fs-notes);
2026-02-23 22:28:14 +01:00
}
2026-02-24 12:40:59 +01:00
2026-03-10 14:17:49 +01:00
.float-note_call {
2026-02-24 12:40:59 +01:00
padding-left: 0.25ch;
position: relative;
2026-03-10 11:49:12 +01:00
top: -3px;
2026-02-23 22:28:14 +01:00
}
2026-03-10 14:17:49 +01:00
.float-note_marker {
width: 100%;
display: flex;
justify-content: flex-end;
justify-content: space-between;
/* text-align: right; */
}