Skip to content

Commit f1fab08

Browse files
Add icinga-chart.js as owr own custom css
1 parent 709a52f commit f1fab08

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

asset/css/icinga-chart.less

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.icinga-chart {
2+
.icinga-chart-title {
3+
text-align: center;
4+
font-size: 1.5em;
5+
margin: 2em 0 0.5em 0;
6+
}
7+
}
8+
9+
// default overwrite
10+
.icinga-chart {
11+
text.bb-title {
12+
font-size: 2em;
13+
}
14+
15+
.bb-grid .threshold-mark {
16+
line { // only for line chart
17+
stroke: rgba(0, 0, 0, 0.2);
18+
stroke-dasharray: 5;
19+
}
20+
}
21+
}
22+
23+

0 commit comments

Comments
 (0)