| 1 |
.ep-search-reset-button { |
| 2 |
font: inherit !important; |
| 3 |
height: auto !important; |
| 4 |
letter-spacing: inherit !important; |
| 5 |
line-height: 1 !important; |
| 6 |
margin: 0 !important; |
| 7 |
padding: 0 !important; |
| 8 |
text-align: inherit !important; |
| 9 |
text-transform: inherit !important; |
| 10 |
width: auto !important; |
| 11 |
|
| 12 |
&, |
| 13 |
&:focus, |
| 14 |
&:hover { |
| 15 |
background: transparent !important; |
| 16 |
border: none !important; |
| 17 |
box-shadow: none !important; |
| 18 |
color: inherit !important; |
| 19 |
cursor: default !important; |
| 20 |
} |
| 21 |
|
| 22 |
&:focus { |
| 23 |
outline: medium auto Highlight !important; |
| 24 |
outline: medium auto -webkit-focus-ring-color !important; |
| 25 |
outline-offset: 0 !important; |
| 26 |
} |
| 27 |
} |
| 28 |
|
| 29 |
.ep-search-small-button { |
| 30 |
font-size: 0.875em !important; |
| 31 |
height: auto !important; |
| 32 |
line-height: 1 !important; |
| 33 |
padding: 0.5em !important; |
| 34 |
} |
| 35 |
|
| 36 |
.ep-search-icon-button { |
| 37 |
align-items: center; |
| 38 |
display: flex; |
| 39 |
justify-content: space-between; |
| 40 |
|
| 41 |
& svg { |
| 42 |
fill: currentcolor; |
| 43 |
flex-shrink: 0; |
| 44 |
height: 1em; |
| 45 |
width: 1em; |
| 46 |
} |
| 47 |
} |
| 48 |
|