aboutsummaryrefslogtreecommitdiff
path: root/server/src/Design/View/Stat.hs
blob: 2e4ecad72ef48ddd643dbea6994d5f4eea18ca86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module Design.View.Stat
  ( design
  ) where

import           Clay

design :: Css
design = do
  h1 ? paddingBottom (px 0)

  ".exceedingPayers" ? ".userName" ? marginRight (px 5)

  ".mean" ? marginBottom (em 1.5)

  ".g-Chart" ? do
    width (pct 75)
    sym2 margin (px 0) auto