Commit 477790c6 authored by Kevin Kirsche's avatar Kevin Kirsche
Browse files

Use border-radius mixing in form-control-sm and form-control-lg

Fix #17160
parent d16144cf
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