drupal-erable/web/modules/custom/erable_mod/assets/css/carte-interactive.css

35 lines
434 B
CSS
Raw Normal View History

2024-10-30 22:05:15 +01:00
#sites-map-container {
position: relative;
margin: 0 auto;
max-width: 40vw;
2024-10-30 22:05:15 +01:00
}
#map_base {
width: 100%;
2024-10-30 22:05:15 +01:00
}
#projects_icons {
2024-10-30 22:05:15 +01:00
position: absolute;
left: 0;
top: 0;
2024-10-30 22:05:15 +01:00
}
2024-11-04 01:11:34 +01:00
#projects_icons svg {
position: absolute;
}
#popup {
background-color: white;
2024-10-30 22:05:15 +01:00
display: none;
position: absolute;
padding: 0.5rem 1rem;
transition: opacity 0.3s ease;
opacity: 0;
2024-10-30 22:05:15 +01:00
}
#popup h3,
#popup p {
text-align: center;
margin: 0;
2024-10-30 22:05:15 +01:00
}