PluginProbe
Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More / 1.0.6
Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More v1.0.6
trunk 1.0.0 1.0.1 1.0.10 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9
search-replace-wpcode / src / admin / content.css

content.css in Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More 1.0.6, at src/admin/content.css

50 lines 640 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wsrw-content {
2 padding: 28px var(--wsrw-space-h);
3
4 * {
5 box-sizing: border-box;
6 }
7
8 h2 {
9 color: var(--wsrw-text-color-heading);
10 font-size: var(--wsrw-font-size-l);
11 }
12
13 p {
14 color: var(--wsrw-text-color-paragraph);
15 font-size: var(--wsrw-font-size-s);
16 }
17
18 .wsrw-add-snippet & {
19 padding-top: 20px;
20 }
21
22 & > hr {
23 margin-bottom: 36px;
24 margin-top: 36px;
25 }
26 }
27
28 .wsrw-code-textarea {
29 margin-bottom: var(--wsrw-space-h);
30
31 h2 {
32 margin: 12px 0 20px;
33 }
34 }
35
36 .wrap {
37 margin: 0;
38 padding: 0 var(--wsrw-space-h);
39
40 div.error,
41 div.updated {
42 margin-bottom: 0;
43 position: relative;
44 }
45
46 div:first-child {
47 margin-top: 28px;
48 }
49 }
50