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
546149f0
Commit
546149f0
authored
8 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fixes
#19771
: Enable .form-control-sm/lg on select.form-control
parent
d8c898b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_forms.scss
+12
-0
scss/_forms.scss
with
12 additions
and
0 deletions
+12
-0
scss/_forms.scss
+
12
-
0
View file @
546149f0
...
...
@@ -153,12 +153,24 @@ select.form-control {
@include
border-radius
(
$input-border-radius-sm
);
}
select
.form-control-sm
{
&
:not
([
size
])
:not
([
multiple
])
{
height
:
$input-height-sm
;
}
}
.form-control-lg
{
padding
:
$input-padding-y-lg
$input-padding-x-lg
;
font-size
:
$font-size-lg
;
@include
border-radius
(
$input-border-radius-lg
);
}
select
.form-control-lg
{
&
:not
([
size
])
:not
([
multiple
])
{
height
:
$input-height-lg
;
}
}
// Form groups
//
...
...
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