diff options
Diffstat (limited to 'src/server/Design/Constants.hs')
-rw-r--r-- | src/server/Design/Constants.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/server/Design/Constants.hs b/src/server/Design/Constants.hs index 3395852..7d196cb 100644 --- a/src/server/Design/Constants.hs +++ b/src/server/Design/Constants.hs @@ -17,12 +17,6 @@ blockPercentWidth = 90 blockPercentMargin :: Double blockPercentMargin = (100 - blockPercentWidth) / 2 -blockMarginBottom :: Size Abs -blockMarginBottom = px 50 - -rowHeightPx :: Integer -rowHeightPx = 60 - inputHeight :: Integer inputHeight = 40 |