... | ... |
@@ -27,6 +27,8 @@ $button-padding: 3px 15px 3px 14px; |
27 | 27 |
$button-height: 35px; |
28 | 28 |
$button-border-width: 2px; |
29 | 29 |
|
30 |
+$font-size-field: 16px; |
|
31 |
+ |
|
30 | 32 |
/** |
31 | 33 |
* Since fieldset borders are removed in the reset style sheet, adjust the |
32 | 34 |
* legends accordingly |
... | ... |
@@ -44,6 +46,7 @@ button, |
44 | 46 |
select { |
45 | 47 |
line-height: 150%; |
46 | 48 |
outline: none; |
49 |
+ font-size: $font-size-field; |
|
47 | 50 |
} |
48 | 51 |
|
49 | 52 |
/** |