diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-12-13 12:03:16 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-12-13 12:03:16 +0100 |
| commit | 45335042c91c6bf5aa736658c461d54f96a6e0f2 (patch) | |
| tree | 016c6237ff41314fe1690b2d97384ddfc14fbece /src/components/Copyright/Copyright.module.scss | |
| parent | 04c19d46f76d7359d14622b8d44fbfef6bc07732 (diff) | |
chore: add Copyright component
Diffstat (limited to 'src/components/Copyright/Copyright.module.scss')
| -rw-r--r-- | src/components/Copyright/Copyright.module.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/components/Copyright/Copyright.module.scss b/src/components/Copyright/Copyright.module.scss new file mode 100644 index 0000000..244d507 --- /dev/null +++ b/src/components/Copyright/Copyright.module.scss @@ -0,0 +1,15 @@ +@use "@styles/abstracts/functions" as fun; + +.wrapper { + display: flex; + flex-flow: row nowrap; + align-items: center; + gap: var(--spacing-2xs); + margin: 0; + font-family: var(--font-family-secondary); + font-size: var(--font-size-sm); +} + +.icon { + height: fun.convert-px(20); +} |
