code postaux en code de départements (5 chiffres à 2) + changement du get le nid dans la liste étape à droite

This commit is contained in:
Valentin
2024-10-11 16:33:41 +02:00
parent 5106413b4d
commit 8b922fe40a
6 changed files with 38 additions and 20 deletions

View File

@@ -312,7 +312,7 @@ body{
}
}
.leaflet-tooltip-pane {
width: 20vw;
width: 25vw;
pointer-events: none;
> div {
padding: 0;
@@ -326,7 +326,7 @@ body{
max-height: 15vh;
overflow: hidden;
display: grid;
grid-template-columns: minmax(10px, 10vw) 10vw;
grid-template-columns: minmax(10px, 12.5vw) 12.5vw;
grid-template-rows: 1.5fr 0.5fr;
transform: translateY(-60%);
background-color: white;
@@ -337,10 +337,11 @@ body{
grid-row: 1 / span 1;
font-family: 'Joost', sans-serif;
font-size: $m-font-size;
display: flex;
/* display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
*/
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
@@ -349,7 +350,10 @@ body{
font-weight: bold;
text-decoration: none;
color: $main-color;
padding-right: 10px;
padding-right: 5px;
> span {
font-weight: lighter;
}
}
}
> div:nth-of-type(2) {
@@ -500,6 +504,9 @@ body{
p {
margin: 0;
}
> .views-field-nid {
display: none;
}
> .views-field-title {
grid-column: 1 / span 1;
grid-row: 1 / span 1;