mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -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
|
, glow
|
||||||
, D.color colourTheme.backgroundDarkGrey
|
, D.color colourTheme.backgroundDarkGrey
|
||||||
, B.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"
|
, htmlAttribute <| style "transition" "all 0.3s ease-in-out"
|
||||||
]
|
]
|
||||||
[ newTabLink []
|
[ newTabLink []
|
||||||
|
@ -142,10 +146,15 @@ cardImageMakerMobile image url =
|
||||||
, D.width 5
|
, D.width 5
|
||||||
, centerX
|
, centerX
|
||||||
, alignBottom
|
, alignBottom
|
||||||
, D.color colourTheme.backgroundLightGrey
|
, glow
|
||||||
, B.color colourTheme.backgroundLightGrey
|
, D.color colourTheme.backgroundDeepDarkGrey
|
||||||
, mouseOver [ D.color colourTheme.textDarkOrange ]
|
, B.color colourTheme.backgroundDeepDarkGrey
|
||||||
, htmlAttribute <| style "transition" "all 0.1s ease-in-out"
|
, mouseOver
|
||||||
|
[ D.color colourTheme.textDarkOrange
|
||||||
|
, B.color colourTheme.textDarkOrange
|
||||||
|
, glowHighlight
|
||||||
|
]
|
||||||
|
, htmlAttribute <| style "transition" "all 0.3s ease-in-out"
|
||||||
]
|
]
|
||||||
[ newTabLink []
|
[ newTabLink []
|
||||||
{ url = url
|
{ url = url
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue