From 86b06a2abde9b772aec0d4c6d5420b516f12e8c8 Mon Sep 17 00:00:00 2001 From: jprberlin Date: Wed, 11 Oct 2017 20:00:39 +0200 Subject: [PATCH] Use secondary buttons by default (#452) --- static/styles/dashboard/dashboard.scss | 2 +- views/dashboard/components/card_template.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/dashboard/dashboard.scss b/static/styles/dashboard/dashboard.scss index 5a13f6b9fc..d65e09d80c 100644 --- a/static/styles/dashboard/dashboard.scss +++ b/static/styles/dashboard/dashboard.scss @@ -44,7 +44,7 @@ .section{ clear: both; } -.more.btn.btn-primary { +.more.btn.btn-primary, .more.btn.btn-secondary { width: 100%; margin-left: 0 !important; } diff --git a/views/dashboard/components/card_template.hbs b/views/dashboard/components/card_template.hbs index e81b3d022c..074536402c 100644 --- a/views/dashboard/components/card_template.hbs +++ b/views/dashboard/components/card_template.hbs @@ -30,7 +30,7 @@ {{/if}} {{/each}} - {{{link-text}}} + {{{link-text}}}