Commit f0929435 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #17161 from kkirsche/patch-22

v4 - Use border-radius mixin in form-control-sm and form-control-lg
parents 90a14fdf 477790c6
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment