PR Checks / Frontend Typecheck + Tests (pull_request) Successful in 1m1s
PR Checks / Backend Smoke (pull_request) Successful in 7s
PR Checks / Build Backend (no push) (pull_request) Successful in 11s
PR Checks / Build Frontend (no push) (pull_request) Successful in 45s
PR Checks / Build Pipeline (no push) (pull_request) Successful in 10s
PR Checks / AI Code Review (Claude) (pull_request) Successful in 13s
Drop the note's `max-width: 72ch`, which left it stopping well short of the section's right edge. It now fills the results-section container like the subtitle paragraph above it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0146VHeLAWjDVE2B5uU67jCB
16 lines
468 B
CSS
16 lines
468 B
CSS
/* Special-school / PRU / AP context note: soft, informational (teal), not a
|
|
warning. Shared by both detail views so the styling can't drift. */
|
|
.note {
|
|
background: var(--bg-secondary, #f3ede4);
|
|
border-left: 4px solid var(--accent-teal, #2d7d7d);
|
|
border-radius: 0 6px 6px 0;
|
|
padding: 0.7rem 1rem;
|
|
margin: 0 0 1rem;
|
|
font-size: 0.9rem;
|
|
line-height: 1.5;
|
|
color: var(--text-secondary, #5c564d);
|
|
}
|
|
.note strong {
|
|
color: var(--text-primary, #1a1612);
|
|
}
|