2024-10-30 22:05:15 +01:00
|
|
|
#sites-map-container {
|
|
|
|
position: relative;
|
2024-11-02 04:12:25 +01:00
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 40vw;
|
2024-10-30 22:05:15 +01:00
|
|
|
}
|
|
|
|
|
2024-11-02 04:12:25 +01:00
|
|
|
#map_base {
|
|
|
|
width: 100%;
|
2024-10-30 22:05:15 +01:00
|
|
|
}
|
|
|
|
|
2024-11-02 04:12:25 +01:00
|
|
|
#projects_icons {
|
2024-10-30 22:05:15 +01:00
|
|
|
position: absolute;
|
2024-11-02 04:12:25 +01:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2024-11-02 04:12:25 +01:00
|
|
|
#popup {
|
|
|
|
background-color: white;
|
2024-10-30 22:05:15 +01:00
|
|
|
display: none;
|
2024-11-02 04:12:25 +01:00
|
|
|
position: absolute;
|
|
|
|
padding: 0.5rem 1rem;
|
|
|
|
transition: opacity 0.3s ease;
|
|
|
|
opacity: 0;
|
2024-10-30 22:05:15 +01:00
|
|
|
}
|
|
|
|
|
2024-11-02 04:12:25 +01:00
|
|
|
#popup h3,
|
|
|
|
#popup p {
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
2024-10-30 22:05:15 +01:00
|
|
|
}
|