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
fbdfde8680
commit
7704839038
20 changed files with 54 additions and 45 deletions
|
@ -10,19 +10,30 @@ topLevelContainer =
|
|||
el
|
||||
[ width fill
|
||||
, height fill
|
||||
, centerX
|
||||
, B.color colourTheme.backgroundLightGrey
|
||||
, height fill
|
||||
, scrollbarY
|
||||
]
|
||||
|
||||
|
||||
pageListDesktop : List (Attribute msg)
|
||||
pageListDesktop =
|
||||
pageList : List (Attribute msg)
|
||||
pageList =
|
||||
[ alignTop
|
||||
]
|
||||
++ pageListFormat
|
||||
|
||||
|
||||
pageListCenter : List (Attribute msg)
|
||||
pageListCenter =
|
||||
[ centerY
|
||||
]
|
||||
++ pageListFormat
|
||||
|
||||
|
||||
pageListFormat : List (Attribute msg)
|
||||
pageListFormat =
|
||||
[ spacing 30
|
||||
, centerX
|
||||
, alignTop
|
||||
, height fill
|
||||
, paddingEach { top = 30, bottom = 30, left = 30, right = 30 }
|
||||
, width (fill |> minimum 100)
|
||||
, width (fill |> maximum 875)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue