pleroma-fe/src/components/user_avatar/avatar.style.js
2026-01-06 16:22:52 +02:00

24 lines
380 B
JavaScript

export default {
name: 'Avatar',
selector: '.Avatar',
variants: {
compact: '.-compact',
},
defaultRules: [
{
directives: {
roundness: 3,
shadow: [
{
x: 0,
y: 1,
blur: 4,
spread: 0,
color: '#000000',
alpha: 0.2,
},
],
},
},
],
}