summaryrefslogtreecommitdiff
path: root/flatly/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'flatly/_variables.scss')
-rw-r--r--flatly/_variables.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/flatly/_variables.scss b/flatly/_variables.scss
index 99372f84..892f9136 100644
--- a/flatly/_variables.scss
+++ b/flatly/_variables.scss
@@ -201,11 +201,11 @@ $input-border-focus: $brand-primary;
$input-color-placeholder: #acb6c0;
//** Default `.form-control` height
-$input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 2);
+$input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 4);
//** Large `.form-control` height
-$input-height-large: (ceil($font-size-large * $line-height-large) + ($padding-large-vertical * 2) + 2);
+$input-height-large: (ceil($font-size-large * $line-height-large) + ($padding-large-vertical * 2) + 4);
//** Small `.form-control` height
-$input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2);
+$input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 4);
//** `.form-group` margin
$form-group-margin-bottom: 15px;