templates/project/widgets/graph/graph.scss in dashing-1.0 vs templates/project/widgets/graph/graph.scss in dashing-1.0.1
- old
+ new
@@ -9,11 +9,11 @@
// ----------------------------------------------------------------------------
// Widget-graph styles
// ----------------------------------------------------------------------------
-.widget-graph {
+.widget-graph {
background-color: $background-color;
position: relative;
@@ -28,11 +28,11 @@
.title, .value {
position: relative;
z-index: 99;
}
- .title {
+ .title {
color: $title-color;
}
.more-info {
color: $moreinfo-color;
@@ -49,17 +49,17 @@
color: $tick-color;
opacity: 0.5;
padding-bottom: 3px;
}
}
-
+
.y_ticks {
font-size: 20px;
fill: $tick-color;
fill-opacity: 1;
}
.domain {
display: none;
}
-}
\ No newline at end of file
+}