PluginProbe
Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts / trunk
Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts vtrunk
2.8.14 2.8.13 2.8.12 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.10 2.8.11 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 trunk 1.0.1 1.0.2 1.1.0 1.1.1 All 147 releases
content-blocks-builder / src / sass / editor.scss

editor.scss in Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts trunk, at src/sass/editor.scss

46 lines 1000 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * The following styles get applied inside the editor only.
3 */
4 @import './_wordpress.scss';
5
6 // Custom modal
7 @import '../components/block-edit-modal/editor.scss';
8
9 // Block's placeholder
10 @import '../custom-blocks/components/placeholder/editor.scss';
11
12 // Edit block
13 @import '../custom-blocks/editor.scss';
14
15 // Edit variation
16 @import '../variations/editor.scss';
17
18 // Share features
19 @import '../features/editor.scss';
20
21 // Carousel inspector controls
22 @import '../features/carousel/editor.scss';
23
24 // Accordion
25 @import '../features/accordion/editor.scss';
26
27 // Query loop
28 @import '../features/core-query/editor.scss';
29
30 // Spacing
31 @import '../features/spacing/editor.scss';
32
33 // Custom attributes
34 @import '../features/attributes/editor.scss';
35
36 // HTML block
37 @import '../features/html/editor.scss';
38
39 // Make sure the inserter button is enabled on site editor
40 .block-editor-iframe__body .cbb-block.is-selected {
41 .block-list-appender,
42 .block-editor-inserter {
43 pointer-events: auto !important;
44 }
45 }
46