summaryrefslogtreecommitdiff
path: root/assets/sass/_reset.sass
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-08-07 09:02:26 -0400
committerFrederic Guillot <fred@kanboard.net>2016-08-07 09:02:26 -0400
commit928d27d2ad735d9c6c7ec4954a5a462181f482dd (patch)
treebb123b9a4175def7e35cc96874d48e0b98299129 /assets/sass/_reset.sass
parent1dc947eac4c67770deb1ea04b2e7a63ceb6241a7 (diff)
Reduce number of font size
Diffstat (limited to 'assets/sass/_reset.sass')
-rw-r--r--assets/sass/_reset.sass17
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/sass/_reset.sass b/assets/sass/_reset.sass
index a1ccd402..ef424db8 100644
--- a/assets/sass/_reset.sass
+++ b/assets/sass/_reset.sass
@@ -11,3 +11,20 @@ body
margin: 0
padding: 0
font-size: 100%
+
+body
+ margin-left: 10px
+ margin-right: 10px
+ padding-bottom: 10px
+ color: $text-color
+ font-family: $text-font
+ text-rendering: optimizeLegibility
+
+small
+ font-size: $text-small
+
+hr
+ border: 0
+ height: 0
+ border-top: 1px solid rgba(0, 0, 0, 0.1)
+ border-bottom: 1px solid rgba(255, 255, 255, 0.3)