mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-18 19:21:29 +03:00
one size icon fits all
This commit is contained in:
parent
6d42171c4e
commit
7f879bf48c
@ -638,27 +638,6 @@ colorStyle colorPalette =
|
||||
]
|
||||
]
|
||||
]
|
||||
-- TODO: Weird case with borderless
|
||||
-- , [ Css.Foreign.descendants
|
||||
-- [ Css.Foreign.img
|
||||
-- [ Css.height (px (config.imageHeight * 1.6))
|
||||
-- , marginRight (px (config.imageHeight * 1.6 / 6))
|
||||
-- ]
|
||||
-- , Css.Foreign.svg
|
||||
-- [ Css.height (px (config.imageHeight * 1.6)) |> important
|
||||
-- , Css.width (px (config.imageHeight * 1.6)) |> important
|
||||
-- , marginRight (px (config.imageHeight * 1.6 / 6))
|
||||
-- ]
|
||||
-- , Css.Foreign.svg
|
||||
-- [ Css.important <| Css.height (px (config.imageHeight * 1.6))
|
||||
-- , Css.important <| Css.width auto
|
||||
-- , maxWidth (px (config.imageHeight * 1.25))
|
||||
-- , paddingRight (px (config.imageHeight * 1.6 / 6))
|
||||
-- , position relative
|
||||
-- , bottom (px 2)
|
||||
-- ]
|
||||
-- ]
|
||||
-- ]
|
||||
)
|
||||
|
||||
DangerColors ->
|
||||
|
Loading…
Reference in New Issue
Block a user