templates/project/widgets/comments/comments.scss in dashing-1.0 vs templates/project/widgets/comments/comments.scss in dashing-1.0.1
- old
+ new
@@ -7,15 +7,15 @@
$moreinfo-color: rgba(255, 255, 255, 0.7);
// ----------------------------------------------------------------------------
// Widget-comment styles
// ----------------------------------------------------------------------------
-.widget-comments {
+.widget-comments {
background-color: $background-color;
-
- .title {
+
+ .title {
color: $title-color;
margin-bottom: 15px;
}
.name {
@@ -27,7 +27,7 @@
}
.more-info {
color: $moreinfo-color;
}
-
-}
\ No newline at end of file
+
+}