mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 17:20:29 +00:00
Fix background position (#28814)
This commit is contained in:
parent
c215dc83f0
commit
de1a6e3201
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@
|
|||
padding-right: $input-height-inner;
|
||||
background-image: $icon;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right $input-height-inner-quarter;
|
||||
background-position: right $input-height-inner-quarter center;
|
||||
background-size: $input-height-inner-half $input-height-inner-half;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue