From 17b25ef0e0eb261fbfd09be740a1cd8c0e3ad88b Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 12 Feb 2024 19:58:42 +0200 Subject: avatar shadows --- src/components/avatar.style.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/components/avatar.style.js (limited to 'src/components/avatar.style.js') 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 + }] + } + } + ] +} -- cgit v1.2.3-70-g09d2