mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Move arrow on OC selector a little to the right so it's centered between end of text (if max length reached) and border
This commit is contained in:
@@ -76,13 +76,14 @@ ordercycle {
|
||||
color: $white;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
border-radius: 0 $radius-small $radius-small 0;
|
||||
margin-bottom: 0;
|
||||
font-size: 1em;
|
||||
line-height: 1.3em;
|
||||
padding: 0.5em 1.25em 0.5em 0.75em;
|
||||
height: 2.35em;
|
||||
background-size: 30px auto;
|
||||
border-radius: 0 $radius-small $radius-small 0;
|
||||
background-position-x: 102%;
|
||||
background-size: 30px auto;
|
||||
min-width: 13em;
|
||||
|
||||
@include breakpoint(mobile) {
|
||||
|
||||
Reference in New Issue
Block a user