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 e0a6f64..80bbc4c 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 @@ -3076,7 +3076,6 @@ body { .node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos { margin-top: 1rem; font-size: 0.5rem; - border-bottom: solid 1px rgb(247, 0, 43); display: flex; flex-direction: row; flex-wrap: wrap; @@ -3098,14 +3097,6 @@ body { .node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos div { flex: 0 0 50%; } -.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos div .field_field_porteur_s_de_site { - border-bottom: none; - padding-bottom: 0; -} -.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos div .field_field_nom_de_la_commune_nb_d_hab { - border-bottom: none; - padding-bottom: 0; -} .node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos div:has(.field_field_region) { border-bottom: none; padding-bottom: 0; diff --git a/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-site.scss b/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-site.scss index f97fa2e..8fdb895 100644 --- a/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-site.scss +++ b/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-site.scss @@ -188,7 +188,7 @@ .infos{ margin-top: 1rem; font-size: 0.5rem; - border-bottom: solid 1px $red_QDD; + // border-bottom: solid 1px $red_QDD; display: flex; flex-direction: row; flex-wrap: wrap; @@ -215,14 +215,14 @@ div{ flex: 0 0 50%; } - div .field_field_porteur_s_de_site{ - border-bottom: none; - padding-bottom: 0; - } - div .field_field_nom_de_la_commune_nb_d_hab{ - border-bottom: none; - padding-bottom: 0; - } + // div .field_field_porteur_s_de_site{ + // border-bottom: none; + // padding-bottom: 0; + // } + // div .field_field_nom_de_la_commune_nb_d_hab{ + // border-bottom: none; + // padding-bottom: 0; + // } div:has(.field_field_region){ border-bottom: none; padding-bottom: 0;