From 8c328987901973cd0ffd2e03cae547717ebbbc67 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 5 Sep 2015 20:06:10 +0200 Subject: Design adjustments --- src/server/Design/Global.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/server/Design/Global.hs b/src/server/Design/Global.hs index 5d67e27..e0cc244 100644 --- a/src/server/Design/Global.hs +++ b/src/server/Design/Global.hs @@ -34,11 +34,10 @@ global = do let headerHeight = 150 h1 ? do - fontSize (px 40) + fontSize (px 45) textAlign (alignSide sideCenter) color C.red lineHeight (px headerHeight) - fontWeight bold button # ".signOut" ? do let iconHeight = 50 @@ -64,7 +63,6 @@ global = do color C.white fontWeight bold borderRadius (px 5) (px 5) (px 5) (px 5) - fontSize (pct 120) ".exceedingPayer" Clay.** ".userName" ? marginRight (px 10) @@ -112,6 +110,7 @@ global = do paddingRight (pct 5) ".frequency" ? do + fontSize (pct 90) float floatLeft width (pct 15) marginRight (pct 5) -- cgit v1.2.3