diff options
author | Joris Guyonvarch | 2015-07-20 21:55:52 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-07-20 21:55:52 +0200 |
commit | a271d6034bc4cc631a64476d25d21c83a701fa39 (patch) | |
tree | 89ffa3df69999c5c9ed3cda9f4e4ec04f7a6ae1d /src/server/Design | |
parent | a40c4825996c90d107901b0d71162f9356f1395a (diff) |
Add a payment from the UI, it needs polishing however
Diffstat (limited to 'src/server/Design')
-rw-r--r-- | src/server/Design/Global.hs | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/src/server/Design/Global.hs b/src/server/Design/Global.hs index 6985174..9d096e4 100644 --- a/src/server/Design/Global.hs +++ b/src/server/Design/Global.hs @@ -51,21 +51,26 @@ global = do fontSize (px iconFontSize) hover & transform (scale 1.2 1.2) - table ? do - width (pct 100) - textAlign (alignSide (sideCenter)) - "border-spacing" -: "10 px" - - th ? do - backgroundColor C.brown - color C.white - fontSize (px iconFontSize) - lineHeight (px 70) + ".payments" ? do + ".add" ? do + marginBottom (px 20) + marginLeft (px 20) + + table ? do + width (pct 100) + textAlign (alignSide (sideCenter)) + "border-spacing" -: "10 px" + + th ? do + backgroundColor C.brown + color C.white + fontSize (px iconFontSize) + lineHeight (px 70) - tr ? do - fontSize (px 20) - lineHeight (px 60) - nthChild "odd" & backgroundColor C.lightGrey + tr ? do + fontSize (px 20) + lineHeight (px 60) + nthChild "odd" & backgroundColor C.lightGrey ".signIn" ? do |