aboutsummaryrefslogtreecommitdiff
path: root/server/src/Design/View/Stat.hs
blob: 4d7021ed1bca0781bd32cfa253590b9a1d7b6133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)