Skip to content

Commit

Permalink
Feedback form: retrait du margin-bottom (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Boulerice <[email protected]>
  • Loading branch information
alexisletrotteur authored May 29, 2024
1 parent a36d964 commit 7757629
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed
- Components - Entree de données: Ajustement espacement input + message d'erreur.
- Components - Feedback form: retrait du margin-bottom.

### Fixed
- Components - Entrée de données: Modification display du label pour corriger problème d'alignement avec ou sans popover.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
</div>
{{/ mairieSection}}

<section class="container mb-4">
<section class="container mb-8">
<div class="row">
<div class="col-12">
{{> components-feedback-form}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
</div>
{{/ stats}}

<section class="container mt-8 mb-4">
<section class="container my-8">
<div class="row">
<div class="col-12">
{{> components-feedback-form}}
Expand Down
5 changes: 1 addition & 4 deletions source/css/scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ legend,
padding: 2rem;
display: block;
box-shadow: none;
margin-bottom: 2rem;
margin-bottom: 0;
border-color: $neutral-tertiary;
background-color: $neutral-underground-1;
color: $neutral-secondary;
Expand Down Expand Up @@ -866,9 +866,6 @@ legend,
}
}

@include media-breakpoint-up(lg) {
margin-bottom: 4rem;
}
}
}

Expand Down

0 comments on commit 7757629

Please sign in to comment.