aboutsummaryrefslogtreecommitdiff
path: root/src/Styles.elm
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-11-26 14:49:45 +0000
committerAkshay <[email protected]>2020-11-26 14:49:45 +0000
commit1e5cf2888be2485d9d56d059ea1c1c2070b44707 (patch)
tree3ee4a2d17074b3cee04bf314bcf9510d60bf55cc /src/Styles.elm
parent24f8767278c7aaefde0dc6f0a4da3cc691431222 (diff)
display active para length
Diffstat (limited to 'src/Styles.elm')
-rw-r--r--src/Styles.elm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Styles.elm b/src/Styles.elm
index 7b2eea7..20a886a 100644
--- a/src/Styles.elm
+++ b/src/Styles.elm
@@ -35,7 +35,6 @@ styledButton =
35 , paddingBottom (px 12) 35 , paddingBottom (px 12)
36 , paddingLeft (px 0) 36 , paddingLeft (px 0)
37 , paddingRight (px 0) 37 , paddingRight (px 0)
38 , fontFamily monospace
39 , border (px 0) 38 , border (px 0)
40 , backgroundColor (hex "#fff") 39 , backgroundColor (hex "#fff")
41 , borderRadius (px 4) 40 , borderRadius (px 4)