diff --git a/src/components/Button/Button.sass b/src/components/Button/Button.sass index b41c3aa..e7900a6 100644 --- a/src/components/Button/Button.sass +++ b/src/components/Button/Button.sass @@ -5,7 +5,6 @@ $backgroundColor: #1b7278 $backgroundColorHover: color.adjust($backgroundColor, $blackness: 11%) $coffeeColor: #1a726e $coffeeColorHover: color.adjust($coffeeColor, $lightness: 11%) -$fontFamily: 'Inter', sans-serif .button border: none @@ -16,7 +15,6 @@ $fontFamily: 'Inter', sans-serif color: #ffffff background-color: $backgroundColor cursor: pointer - font-family: $fontFamily transition: background-color 0.2s ease-out &:hover @@ -35,7 +33,6 @@ $fontFamily: 'Inter', sans-serif color: #ffffff background-color: $coffeeColor cursor: pointer - font-family: $fontFamily transition: all 0.2s ease-out &:hover