aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Copyright/Copyright.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Copyright/Copyright.module.scss')
-rw-r--r--src/components/Copyright/Copyright.module.scss15
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);
+}