mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: added glow
This commit is contained in:
parent
6867defd0a
commit
2b0c07de0d
7 changed files with 30 additions and 15 deletions
|
@ -108,8 +108,12 @@ argumentMakerMobile argument =
|
|||
[ cardContentSpacing
|
||||
[ column
|
||||
fieldSpacer
|
||||
[ row [ spacing 10, E.width fill ]
|
||||
[ cardImageMakerMobile (argumentImage argument) ""
|
||||
, propositionMakerMobile argument
|
||||
, column [ E.width fill ]
|
||||
[ propositionMakerMobile argument
|
||||
]
|
||||
]
|
||||
, reductioMakerMobile argument
|
||||
, summaryMakerMobile argument
|
||||
, strengthMakerMobile argument
|
||||
|
|
|
@ -121,8 +121,10 @@ cuckMakerMobile cuck =
|
|||
, alignLeft
|
||||
, spacing 3
|
||||
]
|
||||
[ row [ spacing 10 ]
|
||||
[ cardImageMakerMobile (cuckImage cuck) (cuckSocial cuck)
|
||||
, socialMaker cuck
|
||||
]
|
||||
, dodgeTitle cuck
|
||||
, dodgeMaker cuck
|
||||
]
|
||||
|
|
|
@ -118,7 +118,7 @@ desktopMakeDebateEntry config =
|
|||
, left = 0
|
||||
, right = 0
|
||||
}
|
||||
, D.rounded 10
|
||||
, D.rounded 50
|
||||
, height fill
|
||||
, E.alignLeft
|
||||
, transitionStyle
|
||||
|
@ -127,6 +127,7 @@ desktopMakeDebateEntry config =
|
|||
[ B.color colourTheme.textDeepDarkOrange
|
||||
, F.color colourTheme.textDarkGrey
|
||||
]
|
||||
, glow
|
||||
]
|
||||
)
|
||||
{ url = config.url
|
||||
|
@ -221,7 +222,7 @@ mobileMakeDebateEntry config =
|
|||
, F.color colourTheme.textLightGrey
|
||||
, B.color colourTheme.textDarkOrange
|
||||
, paddingEach
|
||||
{ top = 5
|
||||
{ top = 8
|
||||
, bottom = 5
|
||||
, left = 0
|
||||
, right = 0
|
||||
|
@ -235,6 +236,7 @@ mobileMakeDebateEntry config =
|
|||
[ B.color colourTheme.textDeepDarkOrange
|
||||
, F.color colourTheme.textDarkGrey
|
||||
]
|
||||
, glow
|
||||
]
|
||||
)
|
||||
{ url = config.url
|
||||
|
|
|
@ -62,10 +62,15 @@ donateMakerMobile donate =
|
|||
[ cardContentSpacing
|
||||
[ column
|
||||
fieldSpacer
|
||||
[ row [ width fill, spacing 10 ]
|
||||
[ cardImageMakerMobile (donateImage donate)
|
||||
(donateLink donate)
|
||||
, feeMaker donate
|
||||
, column
|
||||
[ width fill ]
|
||||
[ feeMaker donate
|
||||
, preferenceMaker donate
|
||||
]
|
||||
]
|
||||
, tableMakerMobile donate
|
||||
, proTitleMaker donate
|
||||
, proMaker donate
|
||||
|
|
|
@ -51,8 +51,10 @@ interviewMakerMobile interview =
|
|||
[ cardContentSpacing
|
||||
[ column
|
||||
fieldSpacer
|
||||
[ row [ spacing 10 ]
|
||||
[ cardImageMakerMobile (interviewImage interview) (interviewSocial interview)
|
||||
, socialMaker interview
|
||||
]
|
||||
, appearanceTitle interview
|
||||
, appearanceMaker interview
|
||||
]
|
||||
|
|
|
@ -116,6 +116,7 @@ navbarContainer device content =
|
|||
, D.color colourTheme.textDarkOrange
|
||||
, B.color colourTheme.backgroundDarkGrey
|
||||
, O.glow
|
||||
, spacing 3
|
||||
]
|
||||
(case ( device.class, device.orientation ) of
|
||||
( Phone, Portrait ) ->
|
||||
|
@ -284,7 +285,7 @@ mobileNavbar =
|
|||
]
|
||||
[ column
|
||||
[ padding 5
|
||||
, centerY
|
||||
, alignTop
|
||||
, centerX
|
||||
]
|
||||
[ column
|
||||
|
|
|
@ -51,8 +51,7 @@ serviceMakerMobile service =
|
|||
[ cardContentSpacing
|
||||
[ column
|
||||
fieldSpacer
|
||||
[ cardImageMakerMobile (serviceImage service) ""
|
||||
, rateMaker service
|
||||
[ row [spacing 10] [ cardImageMakerMobile (serviceImage service) "", rateMaker service ]
|
||||
, descriptionMaker service
|
||||
, offeringMaker service
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue