mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: massive refactor
This commit is contained in:
parent
c619757eff
commit
fc7b85afc1
214 changed files with 4764 additions and 4716 deletions
|
@ -2,7 +2,6 @@ module Config.Helpers.Response exposing (..)
|
|||
|
||||
import Config.Style.Colour exposing (colourTheme)
|
||||
import Element as E exposing (..)
|
||||
import Element.Background as B
|
||||
|
||||
|
||||
topLevelContainer : Element msg -> Element msg
|
||||
|
@ -10,8 +9,7 @@ topLevelContainer =
|
|||
el
|
||||
[ width fill
|
||||
, height fill
|
||||
, B.color colourTheme.backgroundLightGrey
|
||||
, height fill
|
||||
, explain Debug.todo
|
||||
, scrollbarY
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue