Files
web/apps/scandic-web/components/ImageFallback/imageFallback.module.css
Erik Tiekstra 899439ead8 Merged in fix/SW-3007-meeting-image-max-seatings (pull request #2528)
fix(SW-3007): Added fallback image and check if maxSeatings exists

* fix(SW-3007): Added fallback image and check if maxSeatings exists

* fix(SW-3007): use image fallback component

* fix(SW-3007):  change to new tokens

* fix(SW-3007): change to table structure


Approved-by: Hrishikesh Vaipurkar
Approved-by: Matilda Landström
2025-07-08 12:53:06 +00:00

9 lines
171 B
CSS

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