summaryrefslogtreecommitdiffstats
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.scss6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/Copyright/Copyright.module.scss b/src/components/Copyright/Copyright.module.scss
index 244d507..5ebbca4 100644
--- a/src/components/Copyright/Copyright.module.scss
+++ b/src/components/Copyright/Copyright.module.scss
@@ -1,6 +1,8 @@
@use "@styles/abstracts/functions" as fun;
.wrapper {
+ --icon-size: #{fun.convert-px(70)};
+
display: flex;
flex-flow: row nowrap;
align-items: center;
@@ -9,7 +11,3 @@
font-family: var(--font-family-secondary);
font-size: var(--font-size-sm);
}
-
-.icon {
- height: fun.convert-px(20);
-}