MediaWiki:Gadget-wix-interactive.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,268:
.wix-dr-tbl td:first-child {
text-align: left;
}
 
 
/* ================================================================
BALANCE SHEET — data-wix-module="balance-sheet"
Two-column stacked bar: assets vs liabilities with brackets.
================================================================ */
 
 
/* ── 42. Chart Area ─────────────────────────────────────────────
Canvas wrapper with fixed height.
──────────────────────────────────────────────────────────────── */
 
.wix-bs-chart {
position: relative;
height: 400px;
margin-bottom: 0.5rem;
}
 
.wix-bs-chart canvas {
width: 100%;
height: 100%;
}
 
@media (max-width: 480px) {
.wix-bs-chart {
height: 340px;
}
}