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
477790c6
Commit
477790c6
authored
9 years ago
by
Kevin Kirsche
Browse files
Options
Download
Email Patches
Plain Diff
Use border-radius mixing in form-control-sm and form-control-lg
Fix
#17160
parent
d16144cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_forms.scss
+2
-2
scss/_forms.scss
with
2 additions
and
2 deletions
+2
-2
scss/_forms.scss
+
2
-
2
View file @
477790c6
...
...
@@ -148,7 +148,7 @@
padding
:
$input-padding-y-sm
$input-padding-x-sm
;
font-size
:
$font-size-sm
;
line-height
:
$line-height-sm
;
border-radius
:
$input-border-radius-sm
;
@include
border-radius
(
$input-border-radius-sm
)
;
}
.form-control-lg
{
...
...
@@ -156,7 +156,7 @@
padding
:
$input-padding-y-lg
$input-padding-x-lg
;
font-size
:
$font-size-lg
;
line-height
:
$line-height-lg
;
border-radius
:
$input-border-radius-lg
;
@include
border-radius
(
$input-border-radius-lg
)
;
}
...
...
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