From 51889773b12c576dc199fc84d0188f822ac7baae Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 6 Apr 2022 19:17:15 +0200 Subject: chore: add a HelpButton component I also added a new shape to the button base. --- src/components/atoms/buttons/buttons.module.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/components/atoms/buttons/buttons.module.scss') diff --git a/src/components/atoms/buttons/buttons.module.scss b/src/components/atoms/buttons/buttons.module.scss index 6784de9..a1c3dba 100644 --- a/src/components/atoms/buttons/buttons.module.scss +++ b/src/components/atoms/buttons/buttons.module.scss @@ -14,11 +14,16 @@ padding: var(--spacing-2xs) var(--spacing-md); } - &--square { + &--square, + &--circle { padding: var(--spacing-xs); aspect-ratio: 1 / 1; } + &--circle { + border-radius: 50%; + } + &:disabled { cursor: wait; } -- cgit v1.2.3