Commit d14e318b authored by Alexandre Delanoë's avatar Alexandre Delanoë

[ICON] entry in Garg (to test).

parent f325d561
......@@ -35,9 +35,11 @@ forestCpt = R.hooksComponent "G.C.Forest.forest" cpt where
plus :: R2.Setter Boolean -> R.Element
plus showLogin =
H.button {on: {click}, className: "btn btn-primary"}
[ H.div { "type": ""
, className: "fa fa-plus-circle fa-lg"
} [H.text "Login"] ]
[ H.div { "type": "", className: "fa fa-universal-access fa-lg"} []
, H.div {} [H.text " "]
, H.div { "type": "", className: "fa fa-plus-circle fa-lg"} []
, H.div { "type": "", className: "fa fa-minus-circle fa-lg"} []
]
-- TODO same as the one in the Login Modal (same CSS)
-- [ H.i { className: "material-icons md-36"} [] ]
where
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment