mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: added dodgers
This commit is contained in:
parent
10d98ab889
commit
77ba154534
14 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ import Config.Format as O exposing (..)
|
|||
import Config.Identity as I exposing (..)
|
||||
import Effect exposing (Effect)
|
||||
import Element exposing (..)
|
||||
import Element.Border as D
|
||||
import Element.Font as F
|
||||
import Html.Attributes as H exposing (style)
|
||||
import Layouts
|
||||
|
@ -116,7 +117,7 @@ makeRow makeRowInput =
|
|||
let
|
||||
cuckImageFormat : List (Attribute msg)
|
||||
cuckImageFormat =
|
||||
[ width <| px 80 ]
|
||||
[ centerX, centerY, D.rounded 100, clip, width <| px 100 ]
|
||||
|
||||
dodgeRows : List (Element msg)
|
||||
dodgeRows =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue