Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions asset/css/icinga-chart.less
Original file line number Diff line number Diff line change
@@ -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;
}
}
}


Loading
Loading