From 0a954547b2bb8136c97f3a697274319751e046ed Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 5 Jan 2022 12:00:43 +0100 Subject: chore: replace theme button with settings I plan to add more user settings so theme options should be inside settings. --- src/components/Icons/Theme/Theme.module.scss | 43 ---------------------------- 1 file changed, 43 deletions(-) delete mode 100644 src/components/Icons/Theme/Theme.module.scss (limited to 'src/components/Icons/Theme/Theme.module.scss') diff --git a/src/components/Icons/Theme/Theme.module.scss b/src/components/Icons/Theme/Theme.module.scss deleted file mode 100644 index e0ea24c..0000000 --- a/src/components/Icons/Theme/Theme.module.scss +++ /dev/null @@ -1,43 +0,0 @@ -@use "@styles/abstracts/functions" as fun; - -.icon { - display: block; - margin: auto; - width: var(--icon-size, #{fun.convert-px(40)}); -} - -.roller { - fill: var(--color-primary-lighter); - stroke: var(--color-border); - stroke-width: 3; -} - -.guard { - fill: var(--color-primary); - stroke: var(--color-border); - stroke-width: 2; -} - -.handle { - fill: var(--color-primary-lighter); - stroke: var(--color-border); - stroke-width: 3; -} - -.bar { - fill: var(--color-bg); - stroke: var(--color-border); - stroke-width: 3; -} - -.colors { - fill: var(--color-primary-lighter); - stroke: var(--color-border); - stroke-width: 2; -} - -.palette { - fill: var(--color-bg); - stroke: var(--color-border); - stroke-width: 3; -} -- cgit v1.2.3