mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: fixed receipts
This commit is contained in:
parent
97b9223223
commit
10e73d403d
83 changed files with 137 additions and 130 deletions
|
@ -55,17 +55,18 @@ tooltipImage content =
|
|||
, mouseOver [ transparent False ]
|
||||
, htmlAttribute <| H.style "z-index" "4"
|
||||
, transitionStyleSlow
|
||||
, onRight <|
|
||||
, below <|
|
||||
el
|
||||
[ htmlAttribute (H.style "pointerEvents" "none")
|
||||
, moveLeft 410
|
||||
, moveLeft 200
|
||||
]
|
||||
<|
|
||||
el
|
||||
[ width <| px 600
|
||||
[ width <| px 400
|
||||
, htmlAttribute <| H.style "z-index" "4"
|
||||
, B.color colourTheme.backgroundLightGrey
|
||||
, padding 15
|
||||
|
||||
-- , padding 15
|
||||
, D.color colourTheme.textLightOrange
|
||||
, D.rounded 5
|
||||
, D.width 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue