Skip to content

Commit

Permalink
Merge pull request #765 from alphagov/consistent-bottom-margin-for-al…
Browse files Browse the repository at this point in the history
…erts

Update alert components to use consistent bottom margin
  • Loading branch information
alex-ju authored Feb 25, 2019
2 parents 74c3ea0 + f1e05d3 commit fd2cbd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Remove autocomplete hide facets option (PR #761)
* Remove classes option from components (PR #727)
* Add margin option to textarea component (PR #757)
* Update alert components to use consistent bottom margin (PR #765)

## 15.3.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
color: $gem-text-colour;
padding: $gem-spacing-scale-3;
border: $gem-border-width-mobile solid $gem-error-colour;
margin-bottom: $gem-spacing-scale-4;
@include govuk-responsive-margin(8, "bottom");

@include media(tablet) {
padding: $gem-spacing-scale-4;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
color: $gem-text-colour;
padding: $gem-spacing-scale-3;
border: $gem-border-width-mobile solid $gem-success-colour;
margin-bottom: $gem-spacing-scale-4;
@include govuk-responsive-margin(8, "bottom");

@include media(tablet) {
padding: $gem-spacing-scale-4;
Expand Down

0 comments on commit fd2cbd7

Please sign in to comment.