PluginProbe
codoc / 0.5
codoc v0.5
0.9.8.8 0.9.8.9 0.9.9 0.9.9.1 trunk 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.8.1 0.8.2 0.8.3 0.8.4 0.8.6 0.8.7 0.8.8 0.8.9 0.9 0.9.1 0.9.10 0.9.11 All 114 releases
codoc / src / block / editor.scss

editor.scss in codoc 0.5, at src/block/editor.scss

30 lines 540 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * #.# Editor Styles
3 *
4 * CSS for just Backend enqueued after style.scss
5 * which makes it higher in priority.
6 */
7
8 .wp-block-cgb-block-wordpress {
9 background: $green;
10 border: 0.2rem solid $black;
11 color: $black;
12 margin: 0 auto;
13 max-width: 740px;
14 padding: 2rem;
15 }
16 .wp-block-codoc-border {
17 background: $green;
18 border: 0.2rem solid $black;
19 color: $black;
20 text-align: center;
21 padding: 2rem;
22 //margin: 0 auto;
23 //max-width: 740px;
24 //padding: 2rem;
25
26 }
27 .components-range-control__number {
28 width: 70px;
29 }
30