summaryrefslogtreecommitdiff
path: root/templates/project/widgets/text
diff options
context:
space:
mode:
authorAyrton De Craene <ayrton.decraene@vasco.com>2012-11-16 11:18:06 +0100
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-12-03 23:38:21 -0500
commit5934a2729d93d24e67016dc4dd101c689378ae33 (patch)
tree59669b7b7e15f534294d954c0bd92db77d8535fc /templates/project/widgets/text
parentc39be899b629378c0a4e1dd4beab528ebcbffa6e (diff)
Removes whitespace :scissors:
Diffstat (limited to 'templates/project/widgets/text')
-rw-r--r--templates/project/widgets/text/text.coffee2
-rw-r--r--templates/project/widgets/text/text.html2
-rw-r--r--templates/project/widgets/text/text.scss10
3 files changed, 7 insertions, 7 deletions
diff --git a/templates/project/widgets/text/text.coffee b/templates/project/widgets/text/text.coffee
index 05974b8..1741d8b 100644
--- a/templates/project/widgets/text/text.coffee
+++ b/templates/project/widgets/text/text.coffee
@@ -1 +1 @@
-class Dashing.Text extends Dashing.Widget \ No newline at end of file
+class Dashing.Text extends Dashing.Widget
diff --git a/templates/project/widgets/text/text.html b/templates/project/widgets/text/text.html
index 45322ca..7aeb66d 100644
--- a/templates/project/widgets/text/text.html
+++ b/templates/project/widgets/text/text.html
@@ -4,4 +4,4 @@
<p class="more-info" data-bind="moreinfo | raw"></p>
-<p class="updated-at" data-bind="updatedAtMessage"></p> \ No newline at end of file
+<p class="updated-at" data-bind="updatedAtMessage"></p>
diff --git a/templates/project/widgets/text/text.scss b/templates/project/widgets/text/text.scss
index 4e6c6e3..45d790e 100644
--- a/templates/project/widgets/text/text.scss
+++ b/templates/project/widgets/text/text.scss
@@ -9,11 +9,11 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
// ----------------------------------------------------------------------------
// Widget-text styles
// ----------------------------------------------------------------------------
-.widget-text {
+.widget-text {
background-color: $background-color;
-
- .title {
+
+ .title {
color: $title-color;
}
@@ -24,9 +24,9 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
.updated-at {
color: rgba(255, 255, 255, 0.7);
}
-
+
&.large h3 {
font-size: 65px;
}
-} \ No newline at end of file
+}