Add base CSS
This commit is contained in:
parent
8dcc285307
commit
4b10ae7df8
|
@ -0,0 +1,10 @@
|
|||
{-# LANGUAGE OverloadedStrings #-}
|
||||
|
||||
module Within.DBMemorial.CSS.Base where
|
||||
|
||||
import Clay hiding (render)
|
||||
import Clay ()
|
||||
|
||||
render :: Css
|
||||
render = do
|
||||
".card" ? padding nil nil nil nil
|
Loading…
Reference in New Issue