summaryrefslogtreecommitdiff
path: root/templates/project/widgets/text
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-08-14 05:23:57 -0400
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-08-14 05:23:57 -0400
commit54c6a04b722663b518bf99b4d98a1c2e86ee5103 (patch)
tree91cc311d76bcdd0c6fb053798b383fbeb44c4063 /templates/project/widgets/text
parent8e3ca1d64444408677c93721c198908de43fa417 (diff)
Updated the sample project.
Diffstat (limited to 'templates/project/widgets/text')
-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