mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue