From baa2ff9332179e76f47ab68f421b754ce1c7700b Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 20 Apr 2017 15:01:42 +0100 Subject: [PATCH] Fix button padding on the product product-page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s uneven ever since we upgraded the toolkit. Guess it’s probably allowing space for an arrow image. But I don’t like the arrow image because it looks like it’s pointing at the ‘or sign in’ link. So this commit overrides the button’s default spacing. --- app/assets/stylesheets/views/product-page.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/views/product-page.scss b/app/assets/stylesheets/views/product-page.scss index f3b4288c5..5c3007300 100644 --- a/app/assets/stylesheets/views/product-page.scss +++ b/app/assets/stylesheets/views/product-page.scss @@ -45,6 +45,7 @@ @include box-shadow(0 2px 0 darken($govuk-blue, 15%)); background: $white; margin-right: 15px; + padding-right: 1.25em; &:link, &:visited,