From 775762953a15d11643ea3fa02914118be1d7ade4 Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 29 May 2024 16:44:00 -0400 Subject: [PATCH] Feedback form: retrait du margin-bottom (#113) Signed-off-by: Alexis Boulerice --- CHANGELOG.md | 1 + .../10-arrondissements/01-vitrine-arrondissement.mustache | 2 +- .../10-arrondissements/10-profil-arrondissement.mustache | 2 +- source/css/scss/_forms.scss | 5 +---- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50f634a0..2c341bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/source/_patterns/04-templates-citoyens/10-arrondissements/01-vitrine-arrondissement.mustache b/source/_patterns/04-templates-citoyens/10-arrondissements/01-vitrine-arrondissement.mustache index 06c92630..c4c748e0 100755 --- a/source/_patterns/04-templates-citoyens/10-arrondissements/01-vitrine-arrondissement.mustache +++ b/source/_patterns/04-templates-citoyens/10-arrondissements/01-vitrine-arrondissement.mustache @@ -221,7 +221,7 @@ {{/ mairieSection}} -
+
{{> components-feedback-form}} diff --git a/source/_patterns/04-templates-citoyens/10-arrondissements/10-profil-arrondissement.mustache b/source/_patterns/04-templates-citoyens/10-arrondissements/10-profil-arrondissement.mustache index 1107be5c..658aa723 100644 --- a/source/_patterns/04-templates-citoyens/10-arrondissements/10-profil-arrondissement.mustache +++ b/source/_patterns/04-templates-citoyens/10-arrondissements/10-profil-arrondissement.mustache @@ -141,7 +141,7 @@
{{/ stats}} -
+
{{> components-feedback-form}} diff --git a/source/css/scss/_forms.scss b/source/css/scss/_forms.scss index 7d43fdaf..ed0c97c4 100644 --- a/source/css/scss/_forms.scss +++ b/source/css/scss/_forms.scss @@ -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; @@ -866,9 +866,6 @@ legend, } } - @include media-breakpoint-up(lg) { - margin-bottom: 4rem; - } } }