| @@ -1,12 +1,12 @@ | ||
| 1 | 1 | .ep-search-panel { |
| 2 | 2 | border: 1px solid var(--ep-search-border-color); |
| 3 | 3 | margin: 0; |
| 4 | 4 | padding: 0; |
| 5 | +} | |
| 5 | 6 | |
| 6 | - @nest .ep-search-panel + & { | |
| 7 | - border-top-width: 0; | |
| 8 | - } | |
| 7 | +.ep-search-panel + .ep-search-panel { | |
| 8 | + border-top-width: 0; | |
| 9 | 9 | } |
| 10 | 10 | |
| 11 | 11 | .ep-search-panel__heading { |
| 12 | 12 | font-size: inherit; |
| @@ -13,14 +13,16 @@ | ||
| 13 | 13 | margin: 0; |
| 14 | 14 | } |
| 15 | 15 | |
| 16 | 16 | .ep-search-panel__button { |
| 17 | + /* stylelint-disable-next-line declaration-no-important */ | |
| 17 | 18 | padding: 1em !important; |
| 19 | + /* stylelint-disable-next-line declaration-no-important */ | |
| 18 | 20 | width: 100% !important; |
| 19 | 21 | } |
| 20 | 22 | |
| 21 | 23 | .ep-search-panel__content { |
| 22 | - padding: 0 1em 1em 1em; | |
| 24 | + padding: 0 1em 1em; | |
| 23 | 25 | |
| 24 | 26 | &[aria-hidden="true"] { |
| 25 | 27 | display: none; |
| 26 | 28 | } |