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 |