summaryrefslogtreecommitdiff
path: root/assets/sass/_form.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/_form.sass
parent1dc947eac4c67770deb1ea04b2e7a63ceb6241a7 (diff)
Reduce number of font size
Diffstat (limited to 'assets/sass/_form.sass')
-rw-r--r--assets/sass/_form.sass7
1 files changed, 2 insertions, 5 deletions
diff --git a/assets/sass/_form.sass b/assets/sass/_form.sass
index 05a332a1..f2be47cf 100644
--- a/assets/sass/_form.sass
+++ b/assets/sass/_form.sass
@@ -12,7 +12,7 @@ input
border: 1px solid #ccc
width: 300px
max-width: 95%
- font-size: 100%
+ font-size: $text-normal
height: 25px
padding-bottom: 0
font-family: sans-serif
@@ -39,7 +39,6 @@ textarea
width: 400px
max-width: 99%
height: 200px
- font-size: 100%
font-family: sans-serif
select
@@ -81,7 +80,7 @@ ul.form-errors li
margin-left: 0
.form-help
- font-size: 0.8em
+ font-size: $text-small
color: brown
margin-bottom: 15px
@@ -124,11 +123,9 @@ input
line-height: 25px
h2
margin-bottom: 30px
- font-size: 1.5em
font-weight: bold
.reset-password
margin-top: 20px
a
- font-size: 0.8em
color: #999