nouvelles cartes projet + quelques corrections
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user