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:
Luis Ramos
2020-05-11 17:56:27 +01:00
parent b2bfe28173
commit 12f512e98b

View File

@@ -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) {