diff options
author | Joris | 2015-09-05 20:06:10 +0200 |
---|---|---|
committer | Joris | 2015-09-05 20:06:10 +0200 |
commit | 8c328987901973cd0ffd2e03cae547717ebbbc67 (patch) | |
tree | 83ddc97a7b69713419f65fd01363754e1029a0ed /src/server | |
parent | acfa650547b6c158e85550c8e8f1bfce7e63e9ad (diff) |
Design adjustments
Diffstat (limited to 'src/server')
-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) |