diff options
Diffstat (limited to 'src/components/avatar.style.js')
| -rw-r--r-- | src/components/avatar.style.js | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/components/avatar.style.js b/src/components/avatar.style.js new file mode 100644 index 00000000..2262fd03 --- /dev/null +++ b/src/components/avatar.style.js @@ -0,0 +1,20 @@ +export default { + name: 'Avatar', + selector: '.Avatar', + defaultRules: [ + { + directives: { + background: '--bg', + opacity: 0, + shadow: [{ + x: 0, + y: 1, + blur: 8, + spread: 0, + color: '#000000', + alpha: 0.7 + }] + } + } + ] +} |
