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