diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-05 12:00:43 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-05 12:00:43 +0100 |
| commit | 0a954547b2bb8136c97f3a697274319751e046ed (patch) | |
| tree | c45e59bebc2b3fdebec8be4f5778ddf5cb6ce2f4 /src/components/Icons/Theme/Theme.module.scss | |
| parent | 71d133bb1c73031abbf4869bdd938e583b397773 (diff) | |
chore: replace theme button with settings
I plan to add more user settings so theme options should be inside
settings.
Diffstat (limited to 'src/components/Icons/Theme/Theme.module.scss')
| -rw-r--r-- | src/components/Icons/Theme/Theme.module.scss | 43 |
1 files changed, 0 insertions, 43 deletions
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; -} |
