mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 18:22:37 -04:00
Fix button shadow colour on product page
The button was inheriting a green box shadow from the default GOV.UK button style, which is typically used on a white background. On the blue background, a darker blue shadow looks better I think. The 15% darkening is the same as used by the default green button: https://github.com/alphagov/govuk_frontend_toolkit/blob/a3fe44e00ef3e364376a138fbffa8495af9906df/stylesheets/design-patterns/_buttons.scss#L36
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
|
|
||||||
.button {
|
.button {
|
||||||
|
|
||||||
|
@include box-shadow(0 2px 0 darken($govuk-blue, 15%));
|
||||||
background: $white;
|
background: $white;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user