summaryrefslogtreecommitdiff
path: root/templates/project/widgets/graph/graph.scss
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project/widgets/graph/graph.scss')
-rw-r--r--templates/project/widgets/graph/graph.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/project/widgets/graph/graph.scss b/templates/project/widgets/graph/graph.scss
index 71cd4d4..1000b6f 100644
--- a/templates/project/widgets/graph/graph.scss
+++ b/templates/project/widgets/graph/graph.scss
@@ -11,7 +11,7 @@ $tick-color: rgba(0, 0, 0, 0.4);
// ----------------------------------------------------------------------------
// Widget-graph styles
// ----------------------------------------------------------------------------
-.widget-graph {
+.widget-graph {
background-color: $background-color;
position: relative;
@@ -30,7 +30,7 @@ $tick-color: rgba(0, 0, 0, 0.4);
z-index: 99;
}
- .title {
+ .title {
color: $title-color;
}
@@ -51,7 +51,7 @@ $tick-color: rgba(0, 0, 0, 0.4);
padding-bottom: 3px;
}
}
-
+
.y_ticks {
font-size: 20px;
fill: $tick-color;
@@ -62,4 +62,4 @@ $tick-color: rgba(0, 0, 0, 0.4);
display: none;
}
-} \ No newline at end of file
+}