mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 20:35:13 -05:00
feat: refactored a shit ton of stuff
This commit is contained in:
parent
aa6413e78d
commit
38dd9ebbbb
3 changed files with 17 additions and 4 deletions
|
@ -20,7 +20,8 @@ import Config.Style.Glow
|
|||
import Config.Style.Svgs exposing (construction)
|
||||
import Config.Style.Transitions
|
||||
exposing
|
||||
( transitionStyleMedium
|
||||
( hoverCircleButtonDarkOrange
|
||||
, transitionStyleMedium
|
||||
, transitionStyleSlow
|
||||
)
|
||||
import Element as E exposing (..)
|
||||
|
|
|
@ -15,7 +15,11 @@ import Config.Helpers.ToolTip exposing (tooltip)
|
|||
import Config.Pages.Products.Types exposing (..)
|
||||
import Config.Style.Colour exposing (colourTheme)
|
||||
import Config.Style.Svgs exposing (nutriDexLogo)
|
||||
import Config.Style.Transitions exposing (transitionStyleFast)
|
||||
import Config.Style.Transitions
|
||||
exposing
|
||||
( hoverFontDarkOrange
|
||||
, transitionStyleFast
|
||||
)
|
||||
import Effect exposing (Effect)
|
||||
import Element as E exposing (..)
|
||||
import Element.Background as B
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue