You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Adapted from https://github.com/alphagov/govuk-frontend/blob/5786234c2fc2e89e2b6a925211ca1cfd38fda146/packages/govuk-frontend/src/govuk/objects/_button-group.scss#L3
2
+
3
+
// Button groups can be used to group buttons and links together as a group.
4
+
//
5
+
// Within a button group:
6
+
//
7
+
// - links are styled to line up visually with the buttons, including being
8
+
// centre-aligned on mobile
9
+
// - spacing between the buttons and links is handled automatically, including
10
+
// when they wrap across multiple lines
11
+
.app-button-group {
12
+
$horizontal-gap: nhsuk-spacing(4);
13
+
$vertical-gap: nhsuk-spacing(3);
14
+
15
+
// These need to be kept in sync with the button component's styles
0 commit comments