summaryrefslogtreecommitdiffstats
path: root/src/components/Branding/Logo/Logo.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Branding/Logo/Logo.module.scss')
-rw-r--r--src/components/Branding/Logo/Logo.module.scss23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/components/Branding/Logo/Logo.module.scss b/src/components/Branding/Logo/Logo.module.scss
deleted file mode 100644
index 3d62bf9..0000000
--- a/src/components/Branding/Logo/Logo.module.scss
+++ /dev/null
@@ -1,23 +0,0 @@
-.wrapper {
- position: relative;
-}
-
-.bg-left {
- fill: var(--color-primary-light);
-}
-
-.bg-right {
- fill: var(--color-primary-dark);
-}
-
-.letter {
- fill: var(--color-fg-inverted);
- stroke: var(--color-primary-darker);
- stroke-width: 5;
-}
-
-.letter-shadow {
- fill: var(--color-shadow-darker);
- stroke: var(--color-shadow-darker);
- stroke-width: 5;
-}