utopia-ui/src/assets/css/marker-icons.css
Anton Tranelis 67e8dfe7c1
refactor(source): dynamic marker icons (#219)
* 3.0.82

* version number

* 3.0.84

* 3.0.85

* 3.0.86

* loading svgs from backend

* bugfixing and icon ajustments

* correct type import

* updated examples

* bugfix

* bugfix

---------

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2025-05-21 09:37:16 +02:00

13 lines
304 B
CSS

.svg-container {
position: relative;
width: 33px; /* gleiche Breite wie das untere SVG */
height: 44px; /* gleiche Höhe wie das untere SVG */
}
.overlay-svg {
position: absolute;
width: 12.5px;
top: calc(50% - 5px);
left: 50%;
transform: translate(-50%, -50%);
}