Files
web/apps/scandic-web/components/ImageFallback/imageFallback.module.css
Hrishikesh Vaipurkar 36e8ac11d1 Merged in fix/SW-2500-sync-hotel-images-and- (pull request #2569)
fix(SW-2500): Fixed no image gives error on confirmation and booking page

* fix(SW-2500): Fixed no image gives error on confirmation and booking page


Approved-by: Anton Gunnarsson
Approved-by: Matilda Landström
2025-07-28 08:51:43 +00:00

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