tableau info site fix bug

This commit is contained in:
ouidade 2024-11-06 11:41:17 +01:00
parent b55564deef
commit 8210db2c5c
2 changed files with 9 additions and 18 deletions

View File

@ -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;

View File

@ -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;