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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user