Fix button padding on the product product-page

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.
This commit is contained in:
Chris Hill-Scott
2017-04-20 15:01:42 +01:00
parent 2c3f588e42
commit baa2ff9332

View File

@@ -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,