cssOMS/chart/chart_bar.scss
2017-01-08 11:35:49 +01:00

6 lines
86 B
SCSS

svg .positive rect {
fill: darkolivegreen;
}
svg .negative rect {
fill: crimson;
}