Updated
This commit is contained in:
parent
51161808ae
commit
ed7f12cac4
22 changed files with 162 additions and 113 deletions
|
|
@ -1,7 +1,8 @@
|
|||
@use '/src/styles/variables.sass' as vars
|
||||
@use '/src/styles/fonts.sass' as fonts
|
||||
@use 'sass:color'
|
||||
|
||||
$primaryColor: #0075BB
|
||||
|
||||
$bulmaPrimary: rgb(0, 235, 199)
|
||||
$bulmaPrimaryText: rgb(0, 31, 26)
|
||||
$bulmaLink: rgb(92, 111, 255)
|
||||
|
|
@ -36,7 +37,7 @@ $bootstrapLight: rgb(211, 212, 213)
|
|||
$bootstrapDark: rgb(33, 37, 41)
|
||||
|
||||
.button
|
||||
background-color: vars.$primaryColor
|
||||
background-color: $primaryColor
|
||||
border: none
|
||||
color: white
|
||||
padding: 0.5rem 1.25rem
|
||||
|
|
@ -49,7 +50,7 @@ $bootstrapDark: rgb(33, 37, 41)
|
|||
transition: all 0.2s ease-out
|
||||
|
||||
&:hover
|
||||
background-color: color.adjust(vars.$primaryColor, $blackness: 20%)
|
||||
background-color: color.adjust($primaryColor, $blackness: 20%)
|
||||
|
||||
&:active
|
||||
transform: scale(0.95)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue