From 89758bcf68a02a2ffd421a4a7a9a92b209d9747c Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 4 Jul 2024 15:27:40 +0200 Subject: [PATCH] css page consultation --- .../custom/quartiers_de_demain/dist/assets/css/bundle.css | 5 +++-- .../src/assets/scss/pages/consultation.scss | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css b/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css index 6105f96..058d064 100644 --- a/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css +++ b/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css @@ -942,7 +942,7 @@ footer span.totop #toTop .arrow-up::before { display: flex; flex-direction: row; flex-wrap: wrap; - padding: 1rem; + padding-bottom: 3rem; } #consultation .layout-content .content_container .node-type-static #paragraph-id--10 .colone-picto p:not(:last-of-type) { flex: 1 15%; @@ -959,7 +959,7 @@ footer span.totop #toTop .arrow-up::before { #consultation .layout-content .content_container .node-type-static #paragraph-id--10 .colone-picto p:last-of-type { color: black; width: 55%; - padding-top: 3rem; + padding-top: 2rem; margin: auto; } #consultation .layout-content .content_container .node-type-static #paragraph-id--11 { @@ -970,6 +970,7 @@ footer span.totop #toTop .arrow-up::before { flex-direction: column; align-items: center; padding: 1rem; + margin-bottom: 1rem; } #consultation .layout-content .content_container .node-type-static #paragraph-id--11 .field_field_title { color: rgb(7, 50, 194); diff --git a/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/consultation.scss b/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/consultation.scss index c433c03..285b705 100644 --- a/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/consultation.scss +++ b/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/consultation.scss @@ -50,7 +50,8 @@ display: flex; flex-direction: row; flex-wrap: wrap; - padding: 1rem; + // padding: 1rem; + padding-bottom: 3rem; p:not(:last-of-type){ flex: 1 15%; color: $blue_QDD; @@ -68,7 +69,7 @@ color: black; // flex: 1 80%; width: 55%; - padding-top: 3rem; + padding-top: 2rem; margin: auto; } @@ -82,6 +83,7 @@ flex-direction: column; align-items: center; padding: 1rem; + margin-bottom: 1rem; .field_field_title{ color: $blue_QDD; font-size: 1.2rem;