PluginProbe
ElasticPress / 4.7.2
ElasticPress v4.7.2
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 / sync / panel.css

panel.css in ElasticPress 4.7.2, at assets/css/sync/panel.css

35 lines 519 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ep-sync-panel {
2 margin-bottom: 2rem;
3 max-width: 1200px;
4 }
5
6 .ep-sync-panel__body {
7 display: grid;
8 grid-column-gap: 2rem;
9 grid-row-gap: 1rem;
10 grid-template-columns: auto 16rem;
11
12 &.is-opened {
13 padding: 2rem 2rem 1rem 2rem;
14 }
15
16 & p,
17 & .components-toggle-control,
18 & .components-tab-panel__tab-content {
19 margin-bottom: 1rem;
20 margin-top: 0;
21 }
22
23 @media (max-width: 960px) {
24 grid-template-columns: 100%;
25 }
26 }
27
28 .ep-sync-panel__row {
29 grid-column: 1 / -1;
30 }
31
32 .ep-sync-panel__introduction {
33 font-size: 18px;
34 }
35