summaryrefslogtreecommitdiff
path: root/templates/project/widgets/graph
diff options
context:
space:
mode:
authorAyrton De Craene <ayrton.decraene@vasco.com>2012-11-16 11:18:06 +0100
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-12-03 23:38:21 -0500
commit5934a2729d93d24e67016dc4dd101c689378ae33 (patch)
tree59669b7b7e15f534294d954c0bd92db77d8535fc /templates/project/widgets/graph
parentc39be899b629378c0a4e1dd4beab528ebcbffa6e (diff)
Removes whitespace :scissors:
Diffstat (limited to 'templates/project/widgets/graph')
-rw-r--r--templates/project/widgets/graph/graph.html2
-rw-r--r--templates/project/widgets/graph/graph.scss8
2 files changed, 5 insertions, 5 deletions
diff --git a/templates/project/widgets/graph/graph.html b/templates/project/widgets/graph/graph.html
index d1794db..456dd0f 100644
--- a/templates/project/widgets/graph/graph.html
+++ b/templates/project/widgets/graph/graph.html
@@ -2,4 +2,4 @@
<h2 class="value" data-bind="current | prettyNumber | prepend prefix"></h2>
-<p class="more-info" data-bind="moreinfo"></p> \ No newline at end of file
+<p class="more-info" data-bind="moreinfo"></p>
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
+}