diff options
Diffstat (limited to 'src/components/atoms/icons/cc-by-sa.module.scss')
| -rw-r--r-- | src/components/atoms/icons/cc-by-sa.module.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/atoms/icons/cc-by-sa.module.scss b/src/components/atoms/icons/cc-by-sa.module.scss new file mode 100644 index 0000000..e1b2100 --- /dev/null +++ b/src/components/atoms/icons/cc-by-sa.module.scss @@ -0,0 +1,7 @@ +@use "@styles/abstracts/functions" as fun; + +.icon { + display: block; + width: var(--icon-size, #{fun.convert-px(60)}); + fill: var(--color-fg); +} |
