summaryrefslogtreecommitdiff
path: root/Biz/Look.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Look.hs')
-rw-r--r--Biz/Look.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Biz/Look.hs b/Biz/Look.hs
index 27bc8c5..a6bb626 100644
--- a/Biz/Look.hs
+++ b/Biz/Look.hs
@@ -20,6 +20,8 @@ module Biz.Look
textDecorationWidth,
-- | Elements
hoverButton,
+ -- | Geometry
+ marginAll,
)
where
@@ -120,3 +122,6 @@ textDecorationThickness = Clay.key "text-decoration-thickness"
textDecorationWidth :: Size LengthUnit -> Css
textDecorationWidth = Clay.key "text-decoration-width"
+
+marginAll :: Size a -> Css
+marginAll x = Clay.margin x x x x