mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-19 11:41:32 +03:00
Set the width of the element
This commit is contained in:
parent
20cc19c649
commit
4c07849e02
@ -138,6 +138,8 @@ loading_ withCss =
|
||||
[ UiIcon.edit
|
||||
|> Svg.withLabel "Loading..."
|
||||
|> Svg.withColor Colors.white
|
||||
|> Svg.withWidth (Css.px 100)
|
||||
|> Svg.withHeight (Css.px 100)
|
||||
|> Svg.withCss
|
||||
[ Css.property "animation-duration" "1s"
|
||||
, Css.property "animation-iteration-count" "infinite"
|
||||
|
Loading…
Reference in New Issue
Block a user