Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0146VHeLAWjDVE2B5uU67jCB
19 lines
320 B
CSS
19 lines
320 B
CSS
.moreMeasures {
|
|
margin-top: 0.5rem;
|
|
border-top: 1px solid var(--border-light);
|
|
padding-top: 0.75rem;
|
|
}
|
|
|
|
.moreMeasures summary {
|
|
cursor: pointer;
|
|
font-weight: 600;
|
|
font-size: 0.88rem;
|
|
color: var(--accent-coral-dark);
|
|
}
|
|
|
|
.stripNote {
|
|
font-size: 0.78rem;
|
|
color: var(--text-muted);
|
|
margin: 0.5rem 0 0;
|
|
}
|