PluginProbe
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor / 2.0.7
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor v2.0.7
2.0.13 2.0.12 2.0.11 2.0.10 2.0.9 trunk 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8
blockenberg / blocks / clipboard-copy / style.css

style.css in Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor 2.0.7, at blocks/clipboard-copy/style.css

96 lines 4.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bkbg-cpc-wrap {
2 display: flex;
3 align-items: center;
4 flex-wrap: wrap;
5 gap: 12px;
6 }
7 .bkbg-cpc-style--card {
8 border: 1px solid var(--bkbg-cpc-border, #e5e7eb);
9 border-radius: var(--bkbg-cpc-radius, 8px);
10 padding: 14px 16px;
11 background: var(--bkbg-cpc-bg, #f9fafb);
12 }
13 .bkbg-cpc-style--minimal,
14 .bkbg-cpc-style--inline {
15 background: transparent;
16 border: none;
17 padding: 0;
18 }
19 .bkbg-cpc-align--left { justify-content: flex-start; }
20 .bkbg-cpc-align--center { justify-content: center; }
21 .bkbg-cpc-align--right { justify-content: flex-end; }
22
23 .bkbg-cpc-desc {
24 width: 100%;
25 font-family: var(--bkbg-cpc-ds-font-family, inherit);
26 font-size: var(--bkbg-cpc-ds-font-size-d, 13px);
27 font-weight: var(--bkbg-cpc-ds-font-weight, 400);
28 line-height: var(--bkbg-cpc-ds-line-height-d, 1.4);
29 text-transform: var(--bkbg-cpc-ds-text-transform, none);
30 font-style: var(--bkbg-cpc-ds-font-style, normal);
31 text-decoration: var(--bkbg-cpc-ds-text-decoration, none);
32 letter-spacing: var(--bkbg-cpc-ds-letter-spacing-d, normal);
33 word-spacing: var(--bkbg-cpc-ds-word-spacing-d, normal);
34 color: #6b7280;
35 margin: 0 0 8px;
36 }
37 .bkbg-cpc-code {
38 flex: 1;
39 min-width: 80px;
40 font-family: var(--bkbg-cpc-cd-font-family, monospace);
41 font-size: var(--bkbg-cpc-cd-font-size-d, 16px);
42 font-weight: var(--bkbg-cpc-cd-font-weight, 700);
43 line-height: var(--bkbg-cpc-cd-line-height-d, 1.4);
44 text-transform: var(--bkbg-cpc-cd-text-transform, none);
45 font-style: var(--bkbg-cpc-cd-font-style, normal);
46 text-decoration: var(--bkbg-cpc-cd-text-decoration, none);
47 letter-spacing: var(--bkbg-cpc-cd-letter-spacing-d, 0.08em);
48 word-spacing: var(--bkbg-cpc-cd-word-spacing-d, normal);
49 border-radius: 4px;
50 padding: 8px 14px;
51 user-select: all;
52 }
53 .bkbg-cpc-btn {
54 display: inline-flex;
55 align-items: center;
56 gap: 6px;
57 border: none;
58 cursor: pointer;
59 white-space: nowrap;
60 transition: background 0.2s, transform 0.15s;
61 line-height: 1;
62 }
63 .bkbg-cpc-btn:hover { opacity: 0.88; transform: translateY(-1px); }
64
65 .bkbg-cpc-btn svg { width: 14px; height: 14px; flex-shrink: 0; }
66
67 /* ── Typography responsive ── */
68 @media (max-width: 1024px) {
69 .bkbg-cpc-code {
70 font-size: var(--bkbg-cpc-cd-font-size-t, var(--bkbg-cpc-cd-font-size-d, 16px));
71 line-height: var(--bkbg-cpc-cd-line-height-t, var(--bkbg-cpc-cd-line-height-d, 1.4));
72 letter-spacing: var(--bkbg-cpc-cd-letter-spacing-t, var(--bkbg-cpc-cd-letter-spacing-d, 0.08em));
73 word-spacing: var(--bkbg-cpc-cd-word-spacing-t, var(--bkbg-cpc-cd-word-spacing-d, normal));
74 }
75 .bkbg-cpc-desc {
76 font-size: var(--bkbg-cpc-ds-font-size-t, var(--bkbg-cpc-ds-font-size-d, 13px));
77 line-height: var(--bkbg-cpc-ds-line-height-t, var(--bkbg-cpc-ds-line-height-d, 1.4));
78 letter-spacing: var(--bkbg-cpc-ds-letter-spacing-t, var(--bkbg-cpc-ds-letter-spacing-d, normal));
79 word-spacing: var(--bkbg-cpc-ds-word-spacing-t, var(--bkbg-cpc-ds-word-spacing-d, normal));
80 }
81 }
82 @media (max-width: 767px) {
83 .bkbg-cpc-code {
84 font-size: var(--bkbg-cpc-cd-font-size-m, var(--bkbg-cpc-cd-font-size-t, var(--bkbg-cpc-cd-font-size-d, 16px)));
85 line-height: var(--bkbg-cpc-cd-line-height-m, var(--bkbg-cpc-cd-line-height-t, var(--bkbg-cpc-cd-line-height-d, 1.4)));
86 letter-spacing: var(--bkbg-cpc-cd-letter-spacing-m, var(--bkbg-cpc-cd-letter-spacing-t, var(--bkbg-cpc-cd-letter-spacing-d, 0.08em)));
87 word-spacing: var(--bkbg-cpc-cd-word-spacing-m, var(--bkbg-cpc-cd-word-spacing-t, var(--bkbg-cpc-cd-word-spacing-d, normal)));
88 }
89 .bkbg-cpc-desc {
90 font-size: var(--bkbg-cpc-ds-font-size-m, var(--bkbg-cpc-ds-font-size-t, var(--bkbg-cpc-ds-font-size-d, 13px)));
91 line-height: var(--bkbg-cpc-ds-line-height-m, var(--bkbg-cpc-ds-line-height-t, var(--bkbg-cpc-ds-line-height-d, 1.4)));
92 letter-spacing: var(--bkbg-cpc-ds-letter-spacing-m, var(--bkbg-cpc-ds-letter-spacing-t, var(--bkbg-cpc-ds-letter-spacing-d, normal)));
93 word-spacing: var(--bkbg-cpc-ds-word-spacing-m, var(--bkbg-cpc-ds-word-spacing-t, var(--bkbg-cpc-ds-word-spacing-d, normal)));
94 }
95 }
96