| @@ -12,21 +12,8 @@ | ||
| 12 | 12 | right: 0; |
| 13 | 13 | top: 0; |
| 14 | 14 | z-index: 9999; |
| 15 | 15 | |
| 16 | - @nest .rtl & { | |
| 17 | - direction: rtl; | |
| 18 | - text-align: right; | |
| 19 | - } | |
| 20 | - | |
| 21 | - @nest .admin-bar & { | |
| 22 | - top: 32px; | |
| 23 | - | |
| 24 | - @media ( max-width: 782px ) { | |
| 25 | - top: 46px; | |
| 26 | - } | |
| 27 | - } | |
| 28 | - | |
| 29 | 16 | &[aria-hidden="true"] { |
| 30 | 17 | display: none; |
| 31 | 18 | } |
| 32 | 19 | |
| @@ -34,10 +21,27 @@ | ||
| 34 | 21 | --ep-search-modal-focus-within: 1; |
| 35 | 22 | } |
| 36 | 23 | } |
| 37 | 24 | |
| 25 | +.rtl .ep-search-modal { | |
| 26 | + direction: rtl; | |
| 27 | + text-align: right; | |
| 28 | +} | |
| 29 | + | |
| 30 | +.admin-bar .ep-search-modal { | |
| 31 | + top: 32px; | |
| 32 | +} | |
| 33 | + | |
| 34 | +@media ( max-width: 782px ) { | |
| 35 | + | |
| 36 | + .admin-bar .ep-search-modal { | |
| 37 | + top: 46px; | |
| 38 | + } | |
| 39 | +} | |
| 40 | + | |
| 41 | + | |
| 38 | 42 | .ep-search-modal__content { |
| 39 | - background-color: var(--ep-search-background-color); | |
| 43 | + background-color: var(--ep-c-white); | |
| 40 | 44 | bottom: 0; |
| 41 | 45 | display: flex; |
| 42 | 46 | flex-direction: column; |
| 43 | 47 | left: 0; |
| @@ -55,6 +59,7 @@ | ||
| 55 | 59 | } |
| 56 | 60 | |
| 57 | 61 | .ep-search-modal__close { |
| 58 | 62 | align-self: flex-end; |
| 63 | + /* stylelint-disable-next-line declaration-no-important */ | |
| 59 | 64 | padding: 1em !important; |
| 60 | 65 | } |