aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-01-03 20:16:46 -0800
committerMark Otto <[email protected]>2015-01-03 20:16:46 -0800
commit615eb99067a4a218f77fe912370fefcdeecad1cf (patch)
tree6f9f71bb3ad2389cdfec5502068bbd3819193bef /scss
parent0e5d17d5f651a7bd3ff7f245d75a2d9fd591c8ce (diff)
downloadbootstrap-615eb99067a4a218f77fe912370fefcdeecad1cf.tar.xz
bootstrap-615eb99067a4a218f77fe912370fefcdeecad1cf.zip
fix broke shit, recompile
Diffstat (limited to 'scss')
-rw-r--r--scss/_forms.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index 0c3eb90cd..dd2ff33df 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -181,16 +181,16 @@ input[type="search"] {
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
- line-height: @input-height-base;
+ line-height: $input-height-base;
&.input-sm,
.input-group-sm & {
- line-height: @input-height-small;
+ line-height: $input-height-sm;
}
&.input-lg,
.input-group-lg & {
- line-height: @input-height-large;
+ line-height: $input-height-lg;
}
}
}