mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 18:22:37 -04:00
Add override to govuk-frontend button
The button style we were using had no bottom margin, but the govuk-frontend button has a bottom margin of 10px. This override removes the added margin to keep the look of our buttons consistent.
This commit is contained in:
@@ -42,3 +42,7 @@
|
|||||||
.govuk-footer__heading {
|
.govuk-footer__heading {
|
||||||
@include govuk-font($size: 19, $weight: bold);
|
@include govuk-font($size: 19, $weight: bold);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.govuk-button {
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user