From 494b6958b5e6aafce6594b1308e8f8e1f1f40432 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 6 Mar 2017 14:35:31 +0000 Subject: [PATCH] =?UTF-8?q?Make=20=E2=80=98by=20month=E2=80=99=20heading?= =?UTF-8?q?=20bold=20on=20usage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So that it has the same visual weight as the other headings of the same level (ie ‘Emails’ and ‘Text messages’). --- app/assets/stylesheets/app.scss | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index 4372c5b5f..5d6ccea31 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -208,9 +208,19 @@ details summary { .body-copy-table { - table th, - table td { - @include core-19; + table { + + th, + td { + @include core-19; + } + + thead { + th { + @include bold-19; + } + } + } }