15 lines
257 B
CSS
15 lines
257 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);
|
|
|
|
&.fill {
|
|
position: absolute;
|
|
}
|
|
}
|