PluginProbe
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts / 2.3.1
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts v2.3.1
2.7.7 2.7.6 2.7.5 2.7.4 trunk 1.3 2.0.4 2.0.6 2.1.91 2.2.4 2.2.7 2.2.9 2.3.1 2.3.10 2.4.10 2.4.2 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.6.0 2.6.1 2.7.0 All 28 releases
insert-php / admin / assets / css / snippet-block.css

snippet-block.css in Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts 2.3.1, at admin/assets/css/snippet-block.css

51 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #winp-snippet-gb-content-tags {
2 margin-top: 20px;
3 padding: 20px;
4 }
5 div[data-type="wp-plugin-insert-php/winp-snippet"] {
6 position: relative;
7 background: #fbfbfb;
8 border: 2px dashed #d6d6d6;
9 }
10 div[data-type="wp-plugin-insert-php/winp-snippet"]:before {
11 display: block;
12 position: absolute;
13 top: -15px;
14 left: 90%;
15 width: 30px;
16 height: 30px;
17 content: '';
18 background: url(../img/snippet-cut.png) center no-repeat;
19 }
20 .winp-snippet-gb-container {
21 font-size: 13px;
22 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
23 }
24 .winp-snippet-gb-container .editor-inserter {
25 display: block;
26 padding: 15px;
27 }
28 .winp-snippet-gb-container .block-list-appender__toggle {
29 outline: 1px dashed #d2d2d2;
30 background: #fbfbfb;
31 }
32 .winp-snippet-gb-container label {
33 display: block;
34 font-weight: 600;
35 font-size: 14px;
36 flex-shrink: 0;
37 margin-bottom: 5px;
38 }
39 .winp-snippet-gb-container select {
40 display: block;
41 margin-bottom: 15px;
42 width: 100%;
43 color: inherit;
44 line-height: inherit;
45 font-size: 15px;
46 border-radius: 0;
47 }
48 .winp-snippet-gb-container .editor-block-list__insertion-point-inserter {
49 height: 32px;
50 }
51 /*# sourceMappingURL=snippet-block.css.map */