mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
* 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>
13 lines
304 B
CSS
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%);
|
|
} |