summaryrefslogtreecommitdiff
path: root/templates/project/widgets/table/table.scss
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-08-08 18:02:56 -0400
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-08-08 18:06:58 -0400
commit780fe49f715c2fced88e958b02541bf8e7dca934 (patch)
tree7cd147e96913c9f95cda54f4bd341d0630e34c66 /templates/project/widgets/table/table.scss
parentcdd8ff258582f5eba7e3941a5a18007e7aabbbfa (diff)
Rename project to 'Dashing', and do some other cleanups
Diffstat (limited to 'templates/project/widgets/table/table.scss')
-rw-r--r--templates/project/widgets/table/table.scss42
1 files changed, 0 insertions, 42 deletions
diff --git a/templates/project/widgets/table/table.scss b/templates/project/widgets/table/table.scss
deleted file mode 100644
index 0d38164..0000000
--- a/templates/project/widgets/table/table.scss
+++ /dev/null
@@ -1,42 +0,0 @@
-// ----------------------------------------------------------------------------
-// Sass declarations
-// ----------------------------------------------------------------------------
-$widget-table_background-color: #82b53d;
-$widget-table_value-color: #fff;
-
-$widget-table_title-color: lighten($widget-table_background-color, 45%);
-$widget-table_label-color: lighten($widget-table_background-color, 45%);
-
-// ----------------------------------------------------------------------------
-// Widget-table styles
-// ----------------------------------------------------------------------------
-.widget-table {
-
- background-color: $widget-table_background-color;
-
- th {
- font-weight: 400;
- font-size: 16px;
- }
-
- td.label {
- vertical-align: middle;
- text-align: left;
- font-size: 23px;
- }
-
- .title {
- color: $widget-table_title-color;
- }
-
- .label {
- color: $widget-table_label-color;
- }
-
- .value {
- font-weight: 700;
- font-size: 54px;
- color: $widget-table_value-color;
- }
-
-} \ No newline at end of file