Skip to content

Commit

Permalink
Ajustement des espacements du pre-footer (#114)
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 7757629 commit 3b56841
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,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.
- Components - Pre-footer: Ajustement des espacements.

### Fixed
- Components - Entrée de données: Modification display du label pour corriger problème d'alignement avec ou sans popover.
Expand Down
12 changes: 3 additions & 9 deletions source/css/scss/_pre-footer.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
footer {
// Pre footer
// Use-case: Vitrine d'arrondissement
&.pre-footer {
background-color: $white;
color: $body-color;
padding-top: 2rem;
padding-bottom: 0;
padding-top: 4rem;
padding-bottom: 2rem;

.font-size-sm {
p {
margin-bottom: 1rem;
Expand Down Expand Up @@ -51,10 +50,5 @@ footer {
}
}
}

@include media-breakpoint-up(md) {
padding-top: 4rem;
padding-bottom: 2rem;
}
}
}

0 comments on commit 3b56841

Please sign in to comment.