From 93df30d2dfbb05471a4d467663acfe37087c409b Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 1 Feb 2019 12:22:36 +0000 Subject: [PATCH] Normalise spacing of template breadcrumb heading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removes the magic numbers, makes it visually look like it’s in the same position as the 36px type size headings. --- app/assets/stylesheets/components/message.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/components/message.scss b/app/assets/stylesheets/components/message.scss index f008cfbcf..6c592fabc 100644 --- a/app/assets/stylesheets/components/message.scss +++ b/app/assets/stylesheets/components/message.scss @@ -147,7 +147,7 @@ .folder-heading { .column-main>.grid-row:first-child &.heading-medium { - margin-top: 18px; + margin-top: $gutter-half; } a, @@ -235,7 +235,7 @@ &-manage-link { display: block; text-align: right; - padding: ($gutter - 7px) 0 0 0; + padding: $gutter-two-thirds 0 0 0; } }