PluginProbe ʕ •ᴥ•ʔ
FrontBlocks for Gutenberg/GeneratePress / 1.5.2
FrontBlocks for Gutenberg/GeneratePress v1.5.2
1.5.2 1.5.1 1.4.0 1.5.0 trunk 0.2.0 0.2.1 0.2.2 0.2.3 0.2.4 0.2.5 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 ci-artifacts
frontblocks / assets / container-edge-alignment / frontblocks-edge-alignment-panel.css
frontblocks / assets / container-edge-alignment Last commit date
frontblocks-edge-alignment-frontend.js 9 months ago frontblocks-edge-alignment-option.jsx 2 months ago frontblocks-edge-alignment-panel.css 1 week ago frontblocks-edge-alignment.css 1 week ago frontblocks-edge-alignment.js 2 months ago
frontblocks-edge-alignment-panel.css
27 lines
1 /**
2 * Container Edge Alignment — Inspector Panel Styles
3 *
4 * Styles for the block editor inspector panel (parent admin document).
5 * Kept separate from frontblocks-edge-alignment.css, which only carries
6 * canvas/frontend rules, so this file can stay on
7 * enqueue_block_editor_assets without triggering the "was added to the
8 * iframe incorrectly" warning for the canvas stylesheet.
9 */
10
11 .frbl-edge-alignment-panel .frbl-edge-alignment-description {
12 font-size: 12px;
13 color: #757575;
14 margin: 0 0 16px 0;
15 line-height: 1.4;
16 }
17
18 .frbl-edge-alignment-panel .components-base-control {
19 margin-bottom: 16px;
20 }
21
22 .frbl-edge-alignment-panel .components-base-control__help {
23 font-size: 11px;
24 color: #757575;
25 margin-top: 4px;
26 }
27