diff options
Diffstat (limited to 'templates/project/widgets/text')
-rw-r--r-- | templates/project/widgets/text/text.coffee | 2 | ||||
-rw-r--r-- | templates/project/widgets/text/text.html | 2 | ||||
-rw-r--r-- | templates/project/widgets/text/text.scss | 10 |
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 +} |