Files
web/packages/design-system/lib/components/ImageFallback/imageFallback.module.css
Erik Tiekstra 6a342aaa9e chore: generated design system css variables from updated json file
Approved-by: Matilda Landström
2025-10-30 12:27:16 +00:00

11 lines
217 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);
}