PluginProbe
Uji Countdown / trunk
Uji Countdown vtrunk
3.0 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.6.1 1.0.7 1.0.8 1.0.9 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 36 releases
uji-countdown / src / block / editor.scss

editor.scss in Uji Countdown trunk, at src/block/editor.scss

16 lines 309 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import "../common.scss";
2 /**
3 * #.# Editor Styles
4 *
5 * CSS for just Backend enqueued after style.scss
6 * which makes it higher in priority.
7 */
8
9 .wp-block-cgb-block-uji-countdown {
10 background: $green;
11 border: 0.2rem solid $black;
12 color: $black;
13 margin: 0 auto;
14 max-width: 740px;
15 padding: 2rem;
16 }