mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: v1 done?
This commit is contained in:
parent
803f08b9f7
commit
d2056e032e
30 changed files with 526 additions and 133 deletions
|
@ -16,6 +16,7 @@ import Config.Helpers.CardFormat
|
|||
, mobileImageSize
|
||||
, topLevelBox
|
||||
)
|
||||
import Config.Helpers.Converters exposing (toTitleCase)
|
||||
import Config.Helpers.Format
|
||||
exposing
|
||||
( paragraphFontSize
|
||||
|
@ -40,7 +41,6 @@ import Config.Pages.Debate.Arguments.List
|
|||
( argumentList
|
||||
)
|
||||
import Config.Pages.Debate.Arguments.Types exposing (..)
|
||||
import Config.Helpers.Converters exposing (toTitleCase)
|
||||
import Config.Style.Colour exposing (colourTheme)
|
||||
import Config.Style.Glow
|
||||
exposing
|
||||
|
@ -188,9 +188,10 @@ argumentMaker argument =
|
|||
[ cardContentSpacing
|
||||
[ column
|
||||
fieldSpacer
|
||||
[ propositionMakerDesktop argument
|
||||
, reductioMakerDesktop argument
|
||||
, summaryMakerDesktop argument
|
||||
[ -- propositionMakerDesktop argument
|
||||
-- , reductioMakerDesktop argument
|
||||
-- ,
|
||||
summaryMakerDesktop argument
|
||||
, strengthBar argument
|
||||
, tableMaker argument
|
||||
, desktopFormalizationMaker argument
|
||||
|
@ -214,11 +215,13 @@ argumentMakerMobile argument =
|
|||
fieldSpacer
|
||||
[ row [ spacing 10, E.width fill ]
|
||||
[ mobileCardMaker mobileImageBoxSize mobileImageSize (argumentImage argument) (argumentLink argument)
|
||||
, column [ E.width fill ]
|
||||
[ propositionMakerMobile argument
|
||||
]
|
||||
|
||||
-- , column [ E.width fill ]
|
||||
-- [ propositionMakerMobile argument
|
||||
-- ]
|
||||
]
|
||||
, reductioMakerMobile argument
|
||||
|
||||
-- , reductioMakerMobile argument
|
||||
, summaryMakerMobile argument
|
||||
, strengthBar argument
|
||||
, tableMaker argument
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue