diff options
Diffstat (limited to 'src/components/molecules/buttons/help-button.module.scss')
| -rw-r--r-- | src/components/molecules/buttons/help-button.module.scss | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/components/molecules/buttons/help-button.module.scss b/src/components/molecules/buttons/help-button.module.scss deleted file mode 100644 index fb28b57..0000000 --- a/src/components/molecules/buttons/help-button.module.scss +++ /dev/null @@ -1,20 +0,0 @@ -@use "../../../styles/abstracts/mixins" as mix; - -.btn { - padding: var(--spacing-xs); - - &:not(:disabled) { - &:focus { - text-decoration: none; - } - } - - @include mix.pointer("fine") { - padding: var(--spacing-2xs); - } -} - -.icon { - color: var(--color-primary-dark); - font-weight: 600; -} |
