2026-07-20 22:09:32 +01:00
|
|
|
/* Special-school / PRU / AP context note: soft, informational (teal), not a
|
|
|
|
|
warning. Shared by both detail views so the styling can't drift. */
|
|
|
|
|
.note {
|
2026-08-06 12:13:04 +01:00
|
|
|
background: var(--bg-secondary);
|
|
|
|
|
border-left: 4px solid var(--brand);
|
2026-07-20 22:09:32 +01:00
|
|
|
border-radius: 0 6px 6px 0;
|
|
|
|
|
padding: 0.7rem 1rem;
|
|
|
|
|
margin: 0 0 1rem;
|
|
|
|
|
font-size: 0.9rem;
|
|
|
|
|
line-height: 1.5;
|
2026-08-06 12:13:04 +01:00
|
|
|
color: var(--text-secondary);
|
2026-07-20 22:09:32 +01:00
|
|
|
}
|
|
|
|
|
.note strong {
|
2026-08-06 12:13:04 +01:00
|
|
|
color: var(--text-primary);
|
2026-07-20 22:09:32 +01:00
|
|
|
}
|