From 0ec6b06acee62b57a50ed9718b8da31fced18c4d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 26 Jan 2021 18:04:14 -0500 Subject: Add user subscription field Also improved the test situation, did some refactors, and now listing the user's past analyses on their account page. --- Biz/Look.hs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Biz/Look.hs') 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 -- cgit v1.2.3