aboutsummaryrefslogtreecommitdiff
path: root/src/server/Design/LoggedIn/Home/Expandables.hs
diff options
context:
space:
mode:
authorJoris2016-06-19 01:00:53 +0200
committerJoris2016-06-19 01:00:53 +0200
commitfb5629d7f705b7e80dcf1852da58d2864c2b0d25 (patch)
treee9e0d0db119b6f7c2b240226f03ff2d6218070ed /src/server/Design/LoggedIn/Home/Expandables.hs
parent9716f77d14ef43f96a1534d97bb9d336df1882be (diff)
downloadbudget-fb5629d7f705b7e80dcf1852da58d2864c2b0d25.tar.gz
budget-fb5629d7f705b7e80dcf1852da58d2864c2b0d25.tar.bz2
budget-fb5629d7f705b7e80dcf1852da58d2864c2b0d25.zip
Show payment count and sum right after search
Diffstat (limited to 'src/server/Design/LoggedIn/Home/Expandables.hs')
-rw-r--r--src/server/Design/LoggedIn/Home/Expandables.hs27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/server/Design/LoggedIn/Home/Expandables.hs b/src/server/Design/LoggedIn/Home/Expandables.hs
deleted file mode 100644
index 36ba67d..0000000
--- a/src/server/Design/LoggedIn/Home/Expandables.hs
+++ /dev/null
@@ -1,27 +0,0 @@
-{-# LANGUAGE OverloadedStrings #-}
-
-module Design.LoggedIn.Home.Expandables
- ( design
- ) where
-
-import Clay
-
-import Design.Color as Color
-import Design.Helper
-import Design.Constants
-
-design :: Css
-design = do
-
- ".expand" ? do
- position absolute
- right blockPadding
- bottom (px 0)
-
- ".monthlyPayments" ? expandBlock Color.gothic Color.white (px inputHeight)
-
- ".account" ? do
- expandBlock Color.mossGreen Color.white (px inputHeight)
- ".userName" ? marginRight (px 10)
-
- ".detail" |> ".header" ? borderRadius radius radius 0 0