mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 21:40:24 +00:00
Remove specific line-heights from large/small inputs as well
This commit is contained in:
parent
1db8dc10b5
commit
8fcdbd38f8
1 changed files with 0 additions and 2 deletions
|
|
@ -144,7 +144,6 @@ input[type="month"] {
|
|||
// height: $input-height-sm;
|
||||
padding: $input-padding-y-sm $input-padding-x-sm;
|
||||
font-size: $font-size-sm;
|
||||
line-height: $line-height-sm;
|
||||
@include border-radius($input-border-radius-sm);
|
||||
}
|
||||
|
||||
|
|
@ -152,7 +151,6 @@ input[type="month"] {
|
|||
// height: $input-height-lg;
|
||||
padding: $input-padding-y-lg $input-padding-x-lg;
|
||||
font-size: $font-size-lg;
|
||||
line-height: $line-height-lg;
|
||||
@include border-radius($input-border-radius-lg);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue