Remove unused font-family variables
This commit is contained in:
parent
ca3b6c7aca
commit
53c97086e6
1 changed files with 0 additions and 3 deletions
|
|
@ -5,7 +5,6 @@ $backgroundColor: #1b7278
|
||||||
$backgroundColorHover: color.adjust($backgroundColor, $blackness: 11%)
|
$backgroundColorHover: color.adjust($backgroundColor, $blackness: 11%)
|
||||||
$coffeeColor: #1a726e
|
$coffeeColor: #1a726e
|
||||||
$coffeeColorHover: color.adjust($coffeeColor, $lightness: 11%)
|
$coffeeColorHover: color.adjust($coffeeColor, $lightness: 11%)
|
||||||
$fontFamily: 'Inter', sans-serif
|
|
||||||
|
|
||||||
.button
|
.button
|
||||||
border: none
|
border: none
|
||||||
|
|
@ -16,7 +15,6 @@ $fontFamily: 'Inter', sans-serif
|
||||||
color: #ffffff
|
color: #ffffff
|
||||||
background-color: $backgroundColor
|
background-color: $backgroundColor
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
font-family: $fontFamily
|
|
||||||
transition: background-color 0.2s ease-out
|
transition: background-color 0.2s ease-out
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
|
|
@ -35,7 +33,6 @@ $fontFamily: 'Inter', sans-serif
|
||||||
color: #ffffff
|
color: #ffffff
|
||||||
background-color: $coffeeColor
|
background-color: $coffeeColor
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
font-family: $fontFamily
|
|
||||||
transition: all 0.2s ease-out
|
transition: all 0.2s ease-out
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue