mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: refactored a shit ton of stuff
This commit is contained in:
parent
08f5d8e198
commit
aa6413e78d
20 changed files with 88 additions and 156 deletions
|
@ -1,11 +1,11 @@
|
|||
module Layouts.Navbar exposing (Model, Msg, Props, layout)
|
||||
|
||||
import Config.Data.Identity exposing (..)
|
||||
import Config.Format.Format
|
||||
exposing
|
||||
( paragraphFontSize
|
||||
, paragraphSpacing
|
||||
)
|
||||
import Config.Data.Identity exposing (..)
|
||||
import Config.Style.Colour exposing (colourTheme)
|
||||
import Config.Style.Fonts exposing (spartanFont)
|
||||
import Config.Style.Glow exposing (glowDeepDarkGrey)
|
||||
|
@ -373,7 +373,7 @@ desktopButtonMaker name icon =
|
|||
[ html icon
|
||||
]
|
||||
, column
|
||||
[ mouseOver [ F.color colourTheme.textLightOrange ]
|
||||
[ hoverFontLightOrange
|
||||
, F.color colourTheme.textLightGrey
|
||||
, transitionStyleMedium
|
||||
, alignBottom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue