diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/Design/Global.hs | 5 |
1 files changed, 2 insertions, 3 deletions
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) |