MediaWiki:Common.less/charts.less: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Created page with ".rsw-chartjs { &.rsw-chartjs-config { display: none; } &.rsw-chart-error { font-family: monospace; } } .rsw-chartjs-canvas { background-color: var(--body-light); }") |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
.rsw-chartjs { &.rsw-chartjs-config { display: none; } &.rsw-chart-error { font-family: monospace; }}.rsw-chartjs-canvas { background-color: var(--body-light);} |
|||
.rsw-chartjs { |
|||
&.rsw-chartjs-config { |
|||
display: none; |
|||
} |
|||
&.rsw-chart-error { |
|||
font-family: monospace; |
|||
} |
|||
} |
|||
.rsw-chartjs-canvas { |
|||
background-color: var(--body-light); |
|||
} |
Revision as of 17:12, 17 October 2024
.rsw-chartjs { &.rsw-chartjs-config { display: none; } &.rsw-chart-error { font-family: monospace; }}.rsw-chartjs-canvas { background-color: var(--body-light);}