aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoris2015-09-05 20:06:10 +0200
committerJoris2015-09-05 20:06:10 +0200
commit8c328987901973cd0ffd2e03cae547717ebbbc67 (patch)
tree83ddc97a7b69713419f65fd01363754e1029a0ed /src
parentacfa650547b6c158e85550c8e8f1bfce7e63e9ad (diff)
downloadbudget-8c328987901973cd0ffd2e03cae547717ebbbc67.tar.gz
budget-8c328987901973cd0ffd2e03cae547717ebbbc67.tar.bz2
budget-8c328987901973cd0ffd2e03cae547717ebbbc67.zip
Design adjustments
Diffstat (limited to 'src')
-rw-r--r--src/server/Design/Global.hs5
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)