diff options
| author | Armand Philippot <git@armandphilippot.com> | 2023-11-13 19:03:44 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2023-11-13 19:03:44 +0100 |
| commit | fb29b0f017fae162ffa7ad6bdfc80099346802de (patch) | |
| tree | 3f8aebb73457ee27b86b8b1a3106a5f9bc35e8da /src/components/organisms/widgets/social-media.module.scss | |
| parent | e331106e56d59a8b987230860b66214139c12ef6 (diff) | |
refactor(components): replace SocialMedia with SocialMediaWidget
* the goal is to make the name of the widgets coherent
* remove useless CSS
* replace Media type with SocialMediaData
Diffstat (limited to 'src/components/organisms/widgets/social-media.module.scss')
| -rw-r--r-- | src/components/organisms/widgets/social-media.module.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/organisms/widgets/social-media.module.scss b/src/components/organisms/widgets/social-media.module.scss deleted file mode 100644 index 1cd3f57..0000000 --- a/src/components/organisms/widgets/social-media.module.scss +++ /dev/null @@ -1,5 +0,0 @@ -@use "../../../styles/abstracts/placeholders"; - -.list { - padding: 0 var(--spacing-2xs); -} |
