avatar.style.js (339B)
- export default {
- name: 'Avatar',
- selector: '.Avatar',
- variants: {
- compact: '.-compact'
- },
- defaultRules: [
- {
- directives: {
- roundness: 3,
- shadow: [{
- x: 0,
- y: 1,
- blur: 8,
- spread: 0,
- color: '#000000',
- alpha: 0.7
- }]
- }
- }
- ]
- }
git clone https://hacktivis.me/git/pleroma-fe.git
avatar.style.js (339B)
- export default {
- name: 'Avatar',
- selector: '.Avatar',
- variants: {
- compact: '.-compact'
- },
- defaultRules: [
- {
- directives: {
- roundness: 3,
- shadow: [{
- x: 0,
- y: 1,
- blur: 8,
- spread: 0,
- color: '#000000',
- alpha: 0.7
- }]
- }
- }
- ]
- }