diff options
author | Joris | 2015-11-01 12:24:51 +0100 |
---|---|---|
committer | Joris | 2015-11-01 12:24:51 +0100 |
commit | f76aaedd794f15d9f049f53a081710b9565fb8b1 (patch) | |
tree | 722cf091007b3e9892cd157feca9ccd6e945db7f /src/server/Design/SignIn.hs | |
parent | c015db01e2acee9d1fc83cd6a762d0a3e629b353 (diff) |
Add an opacity animation at signIn and loggedIn overture
Diffstat (limited to 'src/server/Design/SignIn.hs')
-rw-r--r-- | src/server/Design/SignIn.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/Design/SignIn.hs b/src/server/Design/SignIn.hs index 2350c54..6bacc3a 100644 --- a/src/server/Design/SignIn.hs +++ b/src/server/Design/SignIn.hs @@ -8,12 +8,15 @@ import Clay import Design.Color as C import Design.Helper +import Design.Animation.Opacity signInDesign :: Css signInDesign = ".signIn" ? do + opacityAnimation + form ? do let inputHeight = 50 width (px 500) |