From d916c25b55adea03aa9a55533a2f0dc8fd6ff60f Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Fri, 18 Jan 2019 12:44:35 +0000 Subject: [PATCH] add table spacing --- .../static_src/src/sass/apply/components/_table.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/opentech/static_src/src/sass/apply/components/_table.scss b/opentech/static_src/src/sass/apply/components/_table.scss index 2ff8ebb0e..122903dc6 100644 --- a/opentech/static_src/src/sass/apply/components/_table.scss +++ b/opentech/static_src/src/sass/apply/components/_table.scss @@ -78,6 +78,12 @@ table { } } } + + &.title { + a { + font-weight: $weight--bold; + } + } } } @@ -88,5 +94,9 @@ table { @include media-query($table-breakpoint) { padding: 15px 10px; } + + &.title { + padding-left: 20px; + } } } -- GitLab