From a0cc7922224038eb0d9f7a7b571a8f580bfb4621 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 23 May 2017 14:24:42 +0100 Subject: [PATCH] Make row numbers bold MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They’re headings, not part of the data. --- app/assets/stylesheets/components/table.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/components/table.scss b/app/assets/stylesheets/components/table.scss index 085b16e6f..ca079ea0b 100644 --- a/app/assets/stylesheets/components/table.scss +++ b/app/assets/stylesheets/components/table.scss @@ -123,6 +123,7 @@ } &-index { + @include bold-16; width: 15px; } @@ -132,6 +133,10 @@ } +.table-font-xsmall td.table-field-index { // overrides GOV.UK Elements + @include bold-16; +} + .table-field-headings, .table-field-headings-visible {