mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
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:
@@ -45,6 +45,7 @@
|
|||||||
@include box-shadow(0 2px 0 darken($govuk-blue, 15%));
|
@include box-shadow(0 2px 0 darken($govuk-blue, 15%));
|
||||||
background: $white;
|
background: $white;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
|
padding-right: 1.25em;
|
||||||
|
|
||||||
&:link,
|
&:link,
|
||||||
&:visited,
|
&:visited,
|
||||||
|
|||||||
Reference in New Issue
Block a user