Files
feishin/src/renderer/features/shared/components/item-image-placeholder.module.css
T

13 lines
248 B
CSS

.image-placeholder {
width: 100%;
height: 100%;
background-color: var(--placeholder-bg);
border-radius: var(--card-default-radius);
svg {
width: 35px;
height: 35px;
color: var(--placeholder-fg);
}
}