Adjusted to use variables
This commit is contained in:
parent
61be8e2cab
commit
face6b7534
4 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
border: vars.$componentBorder
|
border: vars.$componentBorder
|
||||||
border-radius: vars.$borderRadius
|
border-radius: vars.$borderRadius
|
||||||
background-color: vars.$componentBackground
|
background-color: vars.$componentBackground
|
||||||
color: #ffffff
|
color: vars.$textColor
|
||||||
gap: 2rem
|
gap: 2rem
|
||||||
|
|
||||||
&__input
|
&__input
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
border: vars.$componentBorder
|
border: vars.$componentBorder
|
||||||
border-radius: vars.$borderRadius
|
border-radius: vars.$borderRadius
|
||||||
background-color: vars.$componentBackground
|
background-color: vars.$componentBackground
|
||||||
color: #ffffff
|
color: vars.$textColor
|
||||||
font-family: 'Inter', sans-serif
|
font-family: 'Inter', sans-serif
|
||||||
gap: 2rem
|
gap: 2rem
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ $toggleOnColor: rgba(53, 155, 80, 0.993)
|
||||||
border: vars.$componentBorder
|
border: vars.$componentBorder
|
||||||
border-radius: vars.$borderRadius
|
border-radius: vars.$borderRadius
|
||||||
background-color: vars.$componentBackground
|
background-color: vars.$componentBackground
|
||||||
color: #ffffff
|
color: vars.$textColor
|
||||||
font-family: 'Inter', sans-serif
|
font-family: 'Inter', sans-serif
|
||||||
gap: 2rem
|
gap: 2rem
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,6 @@
|
||||||
padding: 2rem
|
padding: 2rem
|
||||||
border: vars.$componentBorder
|
border: vars.$componentBorder
|
||||||
border-radius: vars.$componentBorderRadius
|
border-radius: vars.$componentBorderRadius
|
||||||
color: #ffffff
|
color: vars.$textColor#ffffff
|
||||||
font-family: 'Inter', sans-serif
|
font-family: 'Inter', sans-serif
|
||||||
gap: 2rem
|
gap: 2rem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue