MediaWiki:Gadget-wix-interactive.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 998:
right: 0.25rem;
}
}
/* ================================================================
LIABILITY WATERFALL — data-wix-module="liability-waterfall"
Waterfall chart decomposing an insurance liability into IFRS 17
building blocks.
================================================================ */
/* ── 32. Chart Area ─────────────────────────────────────────────
Canvas wrapper with fixed height.
──────────────────────────────────────────────────────────────── */
.wix-wf-chart {
position: relative;
height: 290px;
margin-bottom: 0.5rem;
}
.wix-wf-chart canvas {
width: 100%;
height: 100%;
}
/* ── 33. Detail Card ────────────────────────────────────────────
Info panel below the chart for the selected block.
──────────────────────────────────────────────────────────────── */
.wix-wf-detail {
background: var(--wix-bg);
border: 1px solid var(--wix-border-subtle);
border-radius: var(--wix-radius);
padding: 0.85rem 1rem;
margin-top: 1rem;
min-height: 3.5rem;
}
.wix-wf-detail-title {
font-weight: 600;
margin-bottom: 0.2rem;
}
.wix-wf-detail-body {
font-size: 0.85em;
color: var(--wix-text-muted);
line-height: 1.6;
}
| |||