PluginProbe
ElasticPress / 5.0.0
ElasticPress v5.0.0
5.3.5 5.3.4 3.6.5 3.6.6 4.0.0 4.0.1 4.1.0 4.2.0 4.2.1 4.2.2 4.3.0 4.3.1 4.4.0 4.4.1 4.5.0 4.5.1 4.5.2 4.6.0 4.6.1 4.7.0 4.7.1 4.7.2 5.0.0 5.0.1 5.0.2 All 108 releases
elasticpress / assets / css / instant-results / panel.css

panel.css in ElasticPress 5.0.0, at assets/css/instant-results/panel.css

28 lines 400 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ep-search-panel {
2 border: 1px solid var(--ep-search-border-color);
3 margin: 0;
4 padding: 0;
5
6 @nest .ep-search-panel + & {
7 border-top-width: 0;
8 }
9 }
10
11 .ep-search-panel__heading {
12 font-size: inherit;
13 margin: 0;
14 }
15
16 .ep-search-panel__button {
17 padding: 1em !important;
18 width: 100% !important;
19 }
20
21 .ep-search-panel__content {
22 padding: 0 1em 1em 1em;
23
24 &[aria-hidden="true"] {
25 display: none;
26 }
27 }
28