diff options
author | Joris | 2018-10-31 19:03:19 +0100 |
---|---|---|
committer | Joris | 2018-10-31 19:03:19 +0100 |
commit | 86957359ecf54c205aee1c09e151172c327e987a (patch) | |
tree | 57232850550209d491e74498fddd500b59bfd1e3 /server/src/Design/View | |
parent | b5244184920b4d7a8d64eada2eca21e9a6ea2df9 (diff) |
Various fixes
Diffstat (limited to 'server/src/Design/View')
-rw-r--r-- | server/src/Design/View/SignIn.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/server/src/Design/View/SignIn.hs b/server/src/Design/View/SignIn.hs index 7f5f503..2138676 100644 --- a/server/src/Design/View/SignIn.hs +++ b/server/src/Design/View/SignIn.hs @@ -17,12 +17,6 @@ design = do marginLeft auto marginRight auto - input ? do - Helper.input inputHeight - display block - width (pct 100) - marginBottom (px 10) - button # ".validate" ? do Helper.button Color.gothic Color.white (px inputHeight) Constants.focusLighten display flex |