From 6917e112070c386bdd0a08d10d97930fa659ef81 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 4 May 2016 21:24:02 +0100 Subject: [PATCH] =?UTF-8?q?Make=20=E2=80=98send=20emails/text=20messages?= =?UTF-8?q?=E2=80=99=20link=20bold?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It: - makes this whole block of links slightly more prominent - reinforces that ‘send’ is the primary action --- app/assets/stylesheets/components/sms-message.scss | 4 ++++ app/templates/views/templates/_template.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/components/sms-message.scss b/app/assets/stylesheets/components/sms-message.scss index 21dc3227c..12d98225c 100644 --- a/app/assets/stylesheets/components/sms-message.scss +++ b/app/assets/stylesheets/components/sms-message.scss @@ -65,6 +65,10 @@ } + .primary { + @include bold-19; + } + } .sms-message-use-links-with-title { diff --git a/app/templates/views/templates/_template.html b/app/templates/views/templates/_template.html index 77d67cc07..daa160a4b 100644 --- a/app/templates/views/templates/_template.html +++ b/app/templates/views/templates/_template.html @@ -18,8 +18,8 @@
{% if current_user.has_permissions(permissions=['send_texts', 'send_emails', 'send_letters']) %} - - Send {{ 'text messages' if 'sms' == template.template_type else 'emails' }} + + Send {{ 'text messages' if 'sms' == template.template_type else 'emails' }} {% endif %} {% if current_user.has_permissions(permissions=['manage_templates'], admin_override=True) %}