PluginProbe
codoc / 0.9.61
codoc v0.9.61
0.9.61 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 All 115 releases
codoc / dist / blocks.style.build.css

blocks.style.build.css in codoc 0.9.61, at dist/blocks.style.build.css

19 lines 352 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * #.# Common SCSS
3 *
4 * Can include things like variables and mixins
5 * that are used across the project.
6 */
7 /**
8 * #.# Styles
9 *
10 * CSS for both Frontend+Backend.
11 */
12 .wp-block-cgb-block-wordpress {
13 background: orangered;
14 border: 0.2rem solid rgb(41, 41, 41);
15 color: rgb(41, 41, 41);
16 margin: 0 auto;
17 max-width: 740px;
18 padding: 2rem;
19 }