Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
371bf955
Commit
371bf955
authored
8 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch 'v4-dev' of
https://github.com/twbs/bootstrap
into v4-dev
parents
820d9128
3173a720
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/mixins/_forms.scss
+0
-26
scss/mixins/_forms.scss
with
0 additions
and
26 deletions
+0
-26
scss/mixins/_forms.scss
+
0
-
26
View file @
371bf955
...
@@ -53,29 +53,3 @@
...
@@ -53,29 +53,3 @@
@include
box-shadow
(
$input-box-shadow-focus
);
@include
box-shadow
(
$input-box-shadow-focus
);
}
}
}
}
// Form control sizing
//
// Relative text size, padding, and border-radii changes for form controls. For
// horizontal sizing, wrap controls in the predefined grid classes. `<select>`
// element gets special love because it's special, and that's a fact!
@mixin
input-size
(
$parent
,
$input-height
,
$padding-y
,
$padding-x
,
$font-size
,
$line-height
,
$border-radius
)
{
#{
$parent
}
{
height
:
$input-height
;
padding
:
$padding-y
$padding-x
;
font-size
:
$font-size
;
line-height
:
$line-height
;
@include
border-radius
(
$border-radius
);
}
select
#{
$parent
}
{
height
:
$input-height
;
line-height
:
$input-height
;
}
textarea
#{
$parent
}
,
select
[
multiple
]
#{
$parent
}
{
height
:
auto
;
}
}
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
Menu
Explore
Projects
Groups
Snippets