Merged in feat/sw-3228-move-image-to-design-system (pull request #2616)
feat(SW-3228): Move Image to design-system * Move Image to design-system * Merge branch 'master' into feat/sw-3228-move-image-to-design-system Approved-by: Linus Flood
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.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);
|
||||
}
|
||||
Reference in New Issue
Block a user