mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: added donation page
This commit is contained in:
parent
20c53ffeda
commit
1501624920
41 changed files with 870 additions and 50 deletions
|
@ -37,3 +37,17 @@ barMaker getTooltip num =
|
|||
++ [ tooltip (getTooltip num) ]
|
||||
)
|
||||
none
|
||||
|
||||
|
||||
barPadding : List (Element msg) -> Element msg
|
||||
barPadding =
|
||||
column
|
||||
[ E.width fill
|
||||
, E.alignLeft
|
||||
, paddingEach
|
||||
{ top = 0
|
||||
, right = 0
|
||||
, bottom = 0
|
||||
, left = 10
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue