feat: refactored a shit ton of stuff

This commit is contained in:
Nick 2024-12-09 22:11:15 -06:00
parent aa6413e78d
commit 38dd9ebbbb
3 changed files with 17 additions and 4 deletions

View file

@ -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 (..)

View file

@ -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

View file

@ -27,7 +27,11 @@ import Config.Style.Svgs
, upRootMedium
, upRootSmall
)
import Config.Style.Transitions exposing (transitionStyleMedium)
import Config.Style.Transitions
exposing
( hoverFontLightOrange
, transitionStyleMedium
)
import Effect exposing (Effect)
import Element as E exposing (..)
import Element.Background as B
@ -36,7 +40,11 @@ import Element.Events as Events
import Element.Font as F
import Element.Region exposing (description)
import Html exposing (Html)
import Html.Attributes as H exposing (class, style)
import Html.Attributes as H
exposing
( class
, style
)
import Layout exposing (Layout)
import Route exposing (Route)
import Shared