mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
13 lines
248 B
CSS
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);
|
|
}
|
|
}
|