4 lines
85 B
CSS
4 lines
85 B
CSS
.skeleton {
|
|
background-color: var(--lighter-gray);
|
|
border-radius: var(--radius);
|
|
}
|