mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: almost finished mvp
This commit is contained in:
parent
41ce051aa4
commit
08dc0e1a71
2 changed files with 15 additions and 14 deletions
|
@ -159,7 +159,9 @@ instructionBody =
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
[ el
|
[ el
|
||||||
(orangeFormat ++ [ F.size 18 ])
|
[ F.color colourTheme.textLightOrange
|
||||||
|
, F.size 18
|
||||||
|
]
|
||||||
<|
|
<|
|
||||||
text "Terms and Conditions"
|
text "Terms and Conditions"
|
||||||
]
|
]
|
||||||
|
@ -202,7 +204,13 @@ instructionBody =
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
[ el (orangeFormat ++ [ F.size 18 ]) <| text "Additional Clarifications" ]
|
[ el
|
||||||
|
[ F.color colourTheme.textLightOrange
|
||||||
|
, F.size 18
|
||||||
|
]
|
||||||
|
<|
|
||||||
|
text "Additional Clarifications"
|
||||||
|
]
|
||||||
, paragraph
|
, paragraph
|
||||||
(paragraphFormat
|
(paragraphFormat
|
||||||
++ [ F.alignLeft
|
++ [ F.alignLeft
|
||||||
|
|
|
@ -4,6 +4,7 @@ import Config.CardFormat exposing (..)
|
||||||
import Config.Colour exposing (..)
|
import Config.Colour exposing (..)
|
||||||
import Config.Format exposing (..)
|
import Config.Format exposing (..)
|
||||||
import Config.StrengthBar exposing (..)
|
import Config.StrengthBar exposing (..)
|
||||||
|
import Config.Style.Svgs exposing (nutriDexLogo)
|
||||||
import Config.ToolTip exposing (..)
|
import Config.ToolTip exposing (..)
|
||||||
import Effect exposing (Effect)
|
import Effect exposing (Effect)
|
||||||
import Element as E exposing (..)
|
import Element as E exposing (..)
|
||||||
|
@ -148,13 +149,9 @@ featureList nutridex =
|
||||||
]
|
]
|
||||||
[ row
|
[ row
|
||||||
[ centerX
|
[ centerX
|
||||||
|
, E.width <| px 250
|
||||||
]
|
]
|
||||||
[ E.image
|
[ html nutriDexLogo
|
||||||
[ D.rounded 20
|
|
||||||
, clip
|
|
||||||
, E.width <| px 250
|
|
||||||
]
|
|
||||||
{ src = "assets/nutridex.png", description = "" }
|
|
||||||
]
|
]
|
||||||
, row
|
, row
|
||||||
[ D.width 5
|
[ D.width 5
|
||||||
|
@ -224,13 +221,9 @@ featureListMobile nutridex =
|
||||||
]
|
]
|
||||||
[ row
|
[ row
|
||||||
[ centerX
|
[ centerX
|
||||||
|
, E.width <| px 150
|
||||||
]
|
]
|
||||||
[ E.image
|
[ html nutriDexLogo
|
||||||
[ D.rounded 20
|
|
||||||
, clip
|
|
||||||
, E.width <| px 150
|
|
||||||
]
|
|
||||||
{ src = "assets/nutridex.png", description = "" }
|
|
||||||
]
|
]
|
||||||
, row
|
, row
|
||||||
[ D.width 5
|
[ D.width 5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue