Init(Core): Change repo

This commit is contained in:
2026-04-24 15:29:37 +03:30
commit ededb41a3a
1499 changed files with 199187 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
/* Flot chart */
.flot-charts-height {
height: 320px;
}
.flotTip {
padding: 8px 12px;
background-color: rgba($dark, 0.9);
z-index: 100;
color: $gray-100;
box-shadow: $box-shadow;
border-radius: 4px;
}
.legendLabel{
color: $gray-500;
}