diff --git a/asset/css/icinga-chart.less b/asset/css/icinga-chart.less new file mode 100644 index 00000000..308d9019 --- /dev/null +++ b/asset/css/icinga-chart.less @@ -0,0 +1,23 @@ +.icinga-chart { + .icinga-chart-title { + text-align: center; + font-size: 1.5em; + margin: 2em 0 0.5em 0; + } +} + +// default overwrite +.icinga-chart { + text.bb-title { + font-size: 2em; + } + + .bb-grid .threshold-mark { + line { // only for line chart + stroke: rgba(0, 0, 0, 0.2); + stroke-dasharray: 5; + } + } +} + +