mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 18:40:03 +00:00
Fix background position (#28814)
This commit is contained in:
parent
c215dc83f0
commit
de1a6e3201
@ -71,7 +71,7 @@
|
|||||||
padding-right: $input-height-inner;
|
padding-right: $input-height-inner;
|
||||||
background-image: $icon;
|
background-image: $icon;
|
||||||
background-repeat: no-repeat;
|
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;
|
background-size: $input-height-inner-half $input-height-inner-half;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user