Files
web/packages/design-system/lib/components/ImageFallback/imageFallback.module.css
2026-01-20 13:44:59 +00:00

15 lines
257 B
CSS

.imageFallback {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
min-width: 200px;
min-height: 200px;
background-color: var(--Surface-Feedback-Neutral-light);
&.fill {
position: absolute;
}
}