nouvelles cartes projet + quelques corrections
This commit is contained in:
@@ -27,9 +27,8 @@
|
||||
}
|
||||
|
||||
.sous_titre {
|
||||
font-size: $l_font_size;
|
||||
padding: 0 $x_margin;
|
||||
@include main_text_content();
|
||||
@include sous_titre_alt();
|
||||
}
|
||||
|
||||
p {
|
||||
|
@@ -1,4 +1,12 @@
|
||||
.content_partenaires {
|
||||
header {
|
||||
@include main_text_content();
|
||||
margin-bottom: 4vh;
|
||||
margin-top: -5vh;
|
||||
p {
|
||||
margin: 1rem $x_margin;
|
||||
}
|
||||
}
|
||||
.views-row {
|
||||
margin-bottom: 2vh;
|
||||
article {
|
||||
|
@@ -307,6 +307,9 @@
|
||||
width: auto;
|
||||
margin: 0 $x_margin;
|
||||
margin-top: 4rem;
|
||||
> div > div:first-of-type {
|
||||
display: none;
|
||||
}
|
||||
.leaflet-pane {
|
||||
path {
|
||||
stroke: $fluo_green;
|
||||
@@ -315,19 +318,24 @@
|
||||
fill-opacity: 0.2;
|
||||
}
|
||||
}
|
||||
#leaflet-popup {
|
||||
position: fixed;
|
||||
padding: 0.3rem 0.8rem;
|
||||
background-color: white;
|
||||
font-size: $sm_font_size !important;
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s ease;
|
||||
@include main_text_content();
|
||||
.popup {
|
||||
.leaflet-popup-tip {
|
||||
background: rgba(0, 0, 0, 0) !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.leaflet-popup-content-wrapper {
|
||||
padding: 0.3rem 0.8rem;
|
||||
background-color: white;
|
||||
font-size: $sm_font_size !important;
|
||||
box-shadow: none;
|
||||
border-radius: unset;
|
||||
@include main_text_content();
|
||||
.leaflet-popup-content {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.libelles-carte {
|
||||
display: none;
|
||||
}
|
||||
.legende-carte {
|
||||
> div > div:first-of-type {
|
||||
display: none;
|
||||
|
@@ -47,6 +47,9 @@
|
||||
font-size: $m_font_size;
|
||||
padding: 5px $x_margin;
|
||||
padding-left: 0 !important;
|
||||
.sous_titre {
|
||||
line-height: 1.3 !important;
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
padding-left: unset;
|
||||
font-size: $l_font_size;
|
||||
|
Reference in New Issue
Block a user