mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-15 20:15:12 -05:00
feat: added glow
This commit is contained in:
parent
2b0c07de0d
commit
b1074f1757
1 changed files with 14 additions and 5 deletions
|
@ -104,7 +104,11 @@ cardImageMaker image url =
|
|||
, glow
|
||||
, D.color colourTheme.backgroundDarkGrey
|
||||
, B.color colourTheme.backgroundDarkGrey
|
||||
, mouseOver [ D.color colourTheme.textDarkOrange, glowHighlight ]
|
||||
, mouseOver
|
||||
[ D.color colourTheme.textDarkOrange
|
||||
, B.color colourTheme.textDarkOrange
|
||||
, glowHighlight
|
||||
]
|
||||
, htmlAttribute <| style "transition" "all 0.3s ease-in-out"
|
||||
]
|
||||
[ newTabLink []
|
||||
|
@ -142,10 +146,15 @@ cardImageMakerMobile image url =
|
|||
, D.width 5
|
||||
, centerX
|
||||
, alignBottom
|
||||
, D.color colourTheme.backgroundLightGrey
|
||||
, B.color colourTheme.backgroundLightGrey
|
||||
, mouseOver [ D.color colourTheme.textDarkOrange ]
|
||||
, htmlAttribute <| style "transition" "all 0.1s ease-in-out"
|
||||
, glow
|
||||
, D.color colourTheme.backgroundDeepDarkGrey
|
||||
, B.color colourTheme.backgroundDeepDarkGrey
|
||||
, mouseOver
|
||||
[ D.color colourTheme.textDarkOrange
|
||||
, B.color colourTheme.textDarkOrange
|
||||
, glowHighlight
|
||||
]
|
||||
, htmlAttribute <| style "transition" "all 0.3s ease-in-out"
|
||||
]
|
||||
[ newTabLink []
|
||||
{ url = url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue