summaryrefslogtreecommitdiff
path: root/templates/project/widgets/list/list.scss
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project/widgets/list/list.scss')
-rw-r--r--templates/project/widgets/list/list.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/project/widgets/list/list.scss b/templates/project/widgets/list/list.scss
index 90b6c84..bce7010 100644
--- a/templates/project/widgets/list/list.scss
+++ b/templates/project/widgets/list/list.scss
@@ -11,12 +11,12 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
// ----------------------------------------------------------------------------
// Widget-list styles
// ----------------------------------------------------------------------------
-.widget-list {
+.widget-list {
background-color: $background-color;
vertical-align: top;
- .title {
+ .title {
color: $title-color;
}
@@ -39,7 +39,7 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
}
.label {
- color: $label-color;
+ color: $label-color;
}
.value {
@@ -57,4 +57,4 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
color: $moreinfo-color;
}
-} \ No newline at end of file
+}