From 9348f31c58f1dd99492143f957014e844c84e008 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Mon, 2 Sep 2024 08:51:04 +0200 Subject: [PATCH] Add `icinga-chart.js` as owr own custom css --- asset/css/icinga-chart.less | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 asset/css/icinga-chart.less 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; + } + } +} + +