PluginProbe
Shortcode Redirect / trunk
Shortcode Redirect vtrunk
1.1.3 1.1.2 trunk 1.0.00 1.0.01 1.0.02 1.0.03 1.0.4 1.1.0 1.1.1
shortcode-redirect / block / editor.css

editor.css in Shortcode Redirect trunk, at block/editor.css

51 lines 737 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .scr-block {
2 border: 1px solid #d0d5dd;
3 border-radius: 6px;
4 background: #f8fafc;
5 padding: 14px 16px;
6 }
7
8 .scr-block__body {
9 display: flex;
10 align-items: center;
11 gap: 14px;
12 }
13
14 .scr-block__body--empty {
15 color: #667085;
16 }
17
18 .scr-block__arrow {
19 display: inline-flex;
20 align-items: center;
21 justify-content: center;
22 width: 32px;
23 height: 32px;
24 border-radius: 6px;
25 background: #312e81;
26 color: #fbbf24;
27 font-weight: 700;
28 font-size: 20px;
29 line-height: 1;
30 flex-shrink: 0;
31 }
32
33 .scr-block__text {
34 font-size: 14px;
35 line-height: 1.4;
36 }
37
38 .scr-block__line code {
39 background: #eef2ff;
40 color: #312e81;
41 padding: 1px 6px;
42 border-radius: 3px;
43 font-size: 13px;
44 }
45
46 .scr-block__meta {
47 color: #667085;
48 font-size: 12px;
49 margin-top: 2px;
50 }
51