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
0d662c56eb
commit
6867defd0a
19 changed files with 156 additions and 51 deletions
|
@ -115,6 +115,7 @@ navbarContainer device content =
|
|||
, D.widthEach { top = 0, bottom = 0, left = 0, right = 3 }
|
||||
, D.color colourTheme.textDarkOrange
|
||||
, B.color colourTheme.backgroundDarkGrey
|
||||
, O.glow
|
||||
]
|
||||
(case ( device.class, device.orientation ) of
|
||||
( Phone, Portrait ) ->
|
||||
|
@ -353,7 +354,7 @@ desktopButtonMaker name icon =
|
|||
, column
|
||||
[ mouseOver [ F.color colourTheme.textLightOrange ]
|
||||
, F.color colourTheme.textLightGrey
|
||||
, htmlAttribute <| style "transition" "all 0.1s ease-in-out"
|
||||
, htmlAttribute <| style "transition" "all 0.2s ease-in-out"
|
||||
, alignBottom
|
||||
]
|
||||
[ text (String.toUpper name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue