aboutsummaryrefslogtreecommitdiff
path: root/src/server/Design/Dialog.hs
blob: f0b8009d4effef25b3839b9eccee086797dea7c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{-# LANGUAGE OverloadedStrings #-}

module Design.Dialog
  ( design
  ) where

import Clay

design :: Css
design = do

  ".paymentDialog" ? do
    ".radioGroup" ? ".title" ? display none