templates/project/widgets/number/number.scss in dashing-1.0 vs templates/project/widgets/number/number.scss in dashing-1.0.1
- old
+ new
@@ -8,15 +8,15 @@
$moreinfo-color: rgba(255, 255, 255, 0.7);;
// ----------------------------------------------------------------------------
// Widget-number styles
// ----------------------------------------------------------------------------
-.widget-number {
+.widget-number {
background-color: $background-color;
-
- .title {
+
+ .title {
color: $title-color;
}
.value {
color: $value-color;
@@ -33,7 +33,7 @@
}
.updated-at {
color: rgba(0, 0, 0, 0.3);
}
-
-}
\ No newline at end of file
+
+}