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.scss14
1 files changed, 11 insertions, 3 deletions
diff --git a/templates/project/widgets/list/list.scss b/templates/project/widgets/list/list.scss
index 098200d..90b6c84 100644
--- a/templates/project/widgets/list/list.scss
+++ b/templates/project/widgets/list/list.scss
@@ -1,12 +1,12 @@
// ----------------------------------------------------------------------------
// Sass declarations
// ----------------------------------------------------------------------------
-
$background-color: #12b0c5;
$value-color: #fff;
-$title-color: lighten($background-color, 45%);
-$label-color: lighten($background-color, 45%);
+$title-color: rgba(255, 255, 255, 0.7);
+$label-color: rgba(255, 255, 255, 0.7);
+$moreinfo-color: rgba(255, 255, 255, 0.7);
// ----------------------------------------------------------------------------
// Widget-list styles
@@ -49,4 +49,12 @@ $label-color: lighten($background-color, 45%);
color: $value-color;
}
+ .updated-at {
+ color: rgba(0, 0, 0, 0.3);
+ }
+
+ .more-info {
+ color: $moreinfo-color;
+ }
+
} \ No newline at end of file