Files
2026-04-13 15:50:16 +02:00

19 lines
273 B
SCSS

.hotspots-drawing-wrapper {
max-width: 100%;
position: relative;
& > img {
display: block;
height: auto;
max-width: 100%;
opacity: 0;
}
}
.hotspots-drawing-container {
background: #f7fafb;
border: 1px solid #ecf1f6;
left: 0;
position: absolute;
top: 0;
}