avatar shadows
This commit is contained in:
parent
709ce1611a
commit
17b25ef0e0
6 changed files with 34 additions and 20 deletions
20
src/components/avatar.style.js
Normal file
20
src/components/avatar.style.js
Normal file
|
|
@ -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
|
||||
}]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue