mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Use border-radius mixing in form-control-sm and form-control-lg
Fix #17160
This commit is contained in:
parent
d16144cf2f
commit
477790c672
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue