summaryrefslogtreecommitdiff
path: root/templates/project/widgets/text/text.scss
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project/widgets/text/text.scss')
-rw-r--r--templates/project/widgets/text/text.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/project/widgets/text/text.scss b/templates/project/widgets/text/text.scss
index 591c32e..4293602 100644
--- a/templates/project/widgets/text/text.scss
+++ b/templates/project/widgets/text/text.scss
@@ -1,25 +1,25 @@
// ----------------------------------------------------------------------------
// Sass declarations
// ----------------------------------------------------------------------------
-$widget-text_background-color: #ec663c;
-$widget-text_value-color: #fff;
+$background-color: #ec663c;;
+$value-color: #fff;
-$widget-text_title-color: lighten($widget-text_background-color, 30%);
-$widget-text_moreinfo-color: lighten($widget-text_background-color, 30%);
+$title-color: lighten($background-color, 40%);
+$moreinfo-color: lighten($background-color, 30%);
// ----------------------------------------------------------------------------
// Widget-text styles
// ----------------------------------------------------------------------------
.widget-text {
- background-color: $widget-text_background-color;
+ background-color: $background-color;
.title {
- color: $widget-text_title-color;
+ color: $title-color;
}
.text-moreinfo {
- color: $widget-text_moreinfo-color;
+ color: $moreinfo-color;
}
} \ No newline at end of file