diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-14 19:06:01 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-14 19:11:42 +0100 |
| commit | 905b819d9a7b5a336989c6e7621e18b1d9daa531 (patch) | |
| tree | 87200f6e792d5339b37edc6ca90dfce705b33d6f /src/components/Buttons/Buttons.module.scss | |
| parent | 69ad6d611a64d6232fdb9871acea483670aef3cd (diff) | |
chore(homepage): add icons to some buttons
Diffstat (limited to 'src/components/Buttons/Buttons.module.scss')
| -rw-r--r-- | src/components/Buttons/Buttons.module.scss | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/Buttons/Buttons.module.scss b/src/components/Buttons/Buttons.module.scss index da4be30..5fe423e 100644 --- a/src/components/Buttons/Buttons.module.scss +++ b/src/components/Buttons/Buttons.module.scss @@ -152,13 +152,6 @@ margin-right: auto; } - &--icon { - display: flex; - flex-flow: row wrap; - align-items: center; - gap: var(--spacing-2xs); - } - &:hover, &:focus { border-color: var(--color-primary-light); |
