mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Sync plain text font-size with $input-font-size (#28464)
This commit is contained in:
parent
275cd7f91e
commit
2d0f2feb10
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ select.form-control {
|
|||
padding-top: $input-padding-y;
|
||||
padding-bottom: $input-padding-y;
|
||||
margin-bottom: 0; // match inputs if this class comes on inputs with default margins
|
||||
@include font-size($input-font-size);
|
||||
line-height: $input-line-height;
|
||||
color: $input-plaintext-color;
|
||||
background-color: transparent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue