diff options
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; -} |
