aboutsummaryrefslogtreecommitdiff
path: root/src/server/Design/LoggedIn/Home/Monthly.hs
blob: 5e976efce4d6651c0a0b25c3038aacb44d7028b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{-# LANGUAGE OverloadedStrings #-}

module Design.LoggedIn.Home.Monthly
  ( design
  ) where

import Clay

import Design.Color as Color
import Design.Helper
import Design.Constants

design :: Css
design = do

  expandBlock Color.gothic Color.white (px inputHeight)

  ".expand" ? do
    position absolute
    right blockPadding
    bottom (px 0)

  ".detail" |> ".header" ? borderRadius radius radius 0 0