Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
c5903ddf
Commit
c5903ddf
authored
7 years ago
by
Patrick Yeo
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
`$input-height-inner-lg` should use `$font-size-lg` instead of `$font-size-sm` (#23150)
parent
b76357d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_variables.scss
+1
-1
scss/_variables.scss
with
1 addition
and
1 deletion
+1
-1
scss/_variables.scss
+
1
-
1
View file @
c5903ddf
...
...
@@ -383,7 +383,7 @@ $input-height: calc(#{$input-height-inner} + #{$input-height-bo
$input-height-inner-sm
:
(
$font-size-sm
*
$input-btn-line-height-sm
)
+
(
$input-btn-padding-y-sm
*
2
)
!
default
;
$input-height-sm
:
calc
(
#{
$input-height-inner-sm
}
+
#{
$input-height-border
}
)
!
default
;
$input-height-inner-lg
:
(
$font-size-
sm
*
$input-btn-line-height-lg
)
+
(
$input-btn-padding-y-lg
*
2
)
!
default
;
$input-height-inner-lg
:
(
$font-size-
lg
*
$input-btn-line-height-lg
)
+
(
$input-btn-padding-y-lg
*
2
)
!
default
;
$input-height-lg
:
calc
(
#{
$input-height-inner-lg
}
+
#{
$input-height-border
}
)
!
default
;
$input-transition
:
border-color
ease-in-out
.15s
,
box-shadow
ease-in-out
.15s
!
default
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment