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 / salary-guide / style.css

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

108 lines 5.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bkbg-sg-wrap { box-sizing: border-box; }
2 .bkbg-sg-wrap * { box-sizing: border-box; }
3
4 .bkbg-sg-header { }
5 .bkbg-sg-title {
6 margin: 0 0 8px;
7 font-family: var(--bksg-tt-font-family, inherit);
8 font-size: var(--bksg-tt-font-size-d, 24px);
9 font-weight: var(--bksg-tt-font-weight, 700);
10 font-style: var(--bksg-tt-font-style, normal);
11 text-decoration: var(--bksg-tt-text-decoration, none);
12 text-transform: var(--bksg-tt-text-transform, none);
13 line-height: var(--bksg-tt-line-height-d, 1.2);
14 letter-spacing: var(--bksg-tt-letter-spacing-d, normal);
15 word-spacing: var(--bksg-tt-word-spacing-d, normal);
16 }
17 .bkbg-sg-header h2.bkbg-sg-title {
18 font-family: var(--bksg-tt-font-family, inherit);
19 font-size: var(--bksg-tt-font-size-d, 24px);
20 font-weight: var(--bksg-tt-font-weight, 700);
21 font-style: var(--bksg-tt-font-style, normal);
22 text-decoration: var(--bksg-tt-text-decoration, none);
23 text-transform: var(--bksg-tt-text-transform, none);
24 line-height: var(--bksg-tt-line-height-d, 1.2);
25 letter-spacing: var(--bksg-tt-letter-spacing-d, normal);
26 word-spacing: var(--bksg-tt-word-spacing-d, normal);
27 }
28 .bkbg-sg-meta {
29 display: flex;
30 flex-direction: column;
31 gap: 4px;
32 font-family: var(--bksg-dt-font-family, inherit);
33 font-size: var(--bksg-dt-font-size-d, inherit);
34 font-weight: var(--bksg-dt-font-weight, normal);
35 font-style: var(--bksg-dt-font-style, normal);
36 text-decoration: var(--bksg-dt-text-decoration, none);
37 text-transform: var(--bksg-dt-text-transform, none);
38 line-height: var(--bksg-dt-line-height-d, normal);
39 letter-spacing: var(--bksg-dt-letter-spacing-d, normal);
40 word-spacing: var(--bksg-dt-word-spacing-d, normal);
41 }
42 .bkbg-sg-location { font-size: 0.88em; margin-top: 4px; }
43
44 .bkbg-sg-body { }
45
46 .bkbg-sg-category-head { padding: 8px 28px; font-weight: 700; font-size: 0.82em; letter-spacing: 0.06em; text-transform: uppercase; border-bottom-width: 1px; border-bottom-style: solid; }
47
48 .bkbg-sg-row { padding: 16px 28px; display: flex; flex-direction: column; gap: 10px; }
49 .bkbg-sg-row + .bkbg-sg-row { border-top-width: 1px; border-top-style: solid; }
50
51 .bkbg-sg-row-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
52 .bkbg-sg-role-info { display: flex; align-items: center; gap: 8px; }
53 .bkbg-sg-role-title { font-weight: 600; }
54 .bkbg-sg-level-badge { font-size: 0.78em; font-weight: 600; padding: 2px 8px; border-radius: 100px; }
55
56 .bkbg-sg-range-labels { display: flex; align-items: center; gap: 12px; font-size: 0.85em; }
57 .bkbg-sg-median-label { }
58
59 .bkbg-sg-bar-wrap { }
60 .bkbg-sg-bar-track { position: relative; overflow: visible; }
61 .bkbg-sg-bar-fill { position: absolute; top: 0; }
62 .bkbg-sg-bar-median { position: absolute; }
63
64 @media (max-width: 1024px) {
65 .bkbg-sg-title {
66 font-size: var(--bksg-tt-font-size-t, var(--bksg-tt-font-size-d, 24px));
67 line-height: var(--bksg-tt-line-height-t, var(--bksg-tt-line-height-d, 1.2));
68 letter-spacing: var(--bksg-tt-letter-spacing-t, var(--bksg-tt-letter-spacing-d, normal));
69 word-spacing: var(--bksg-tt-word-spacing-t, var(--bksg-tt-word-spacing-d, normal));
70 }
71 .bkbg-sg-header .bkbg-sg-title {
72 font-size: var(--bksg-tt-font-size-t, var(--bksg-tt-font-size-d, 24px));
73 line-height: var(--bksg-tt-line-height-t, var(--bksg-tt-line-height-d, 1.2));
74 letter-spacing: var(--bksg-tt-letter-spacing-t, var(--bksg-tt-letter-spacing-d, normal));
75 word-spacing: var(--bksg-tt-word-spacing-t, var(--bksg-tt-word-spacing-d, normal));
76 }
77 .bkbg-sg-meta {
78 font-size: var(--bksg-dt-font-size-t, var(--bksg-dt-font-size-d, inherit));
79 line-height: var(--bksg-dt-line-height-t, var(--bksg-dt-line-height-d, normal));
80 letter-spacing: var(--bksg-dt-letter-spacing-t, var(--bksg-dt-letter-spacing-d, normal));
81 word-spacing: var(--bksg-dt-word-spacing-t, var(--bksg-dt-word-spacing-d, normal));
82 }
83 }
84 @media (max-width: 767px) {
85 .bkbg-sg-title {
86 font-size: var(--bksg-tt-font-size-m, var(--bksg-tt-font-size-t, var(--bksg-tt-font-size-d, 24px)));
87 line-height: var(--bksg-tt-line-height-m, var(--bksg-tt-line-height-t, var(--bksg-tt-line-height-d, 1.2)));
88 letter-spacing: var(--bksg-tt-letter-spacing-m, var(--bksg-tt-letter-spacing-t, var(--bksg-tt-letter-spacing-d, normal)));
89 word-spacing: var(--bksg-tt-word-spacing-m, var(--bksg-tt-word-spacing-t, var(--bksg-tt-word-spacing-d, normal)));
90 }
91 .bkbg-sg-header .bkbg-sg-title {
92 font-size: var(--bksg-tt-font-size-m, var(--bksg-tt-font-size-t, var(--bksg-tt-font-size-d, 24px)));
93 line-height: var(--bksg-tt-line-height-m, var(--bksg-tt-line-height-t, var(--bksg-tt-line-height-d, 1.2)));
94 letter-spacing: var(--bksg-tt-letter-spacing-m, var(--bksg-tt-letter-spacing-t, var(--bksg-tt-letter-spacing-d, normal)));
95 word-spacing: var(--bksg-tt-word-spacing-m, var(--bksg-tt-word-spacing-t, var(--bksg-tt-word-spacing-d, normal)));
96 }
97 .bkbg-sg-meta {
98 font-size: var(--bksg-dt-font-size-m, var(--bksg-dt-font-size-t, var(--bksg-dt-font-size-d, inherit)));
99 line-height: var(--bksg-dt-line-height-m, var(--bksg-dt-line-height-t, var(--bksg-dt-line-height-d, normal)));
100 letter-spacing: var(--bksg-dt-letter-spacing-m, var(--bksg-dt-letter-spacing-t, var(--bksg-dt-letter-spacing-d, normal)));
101 word-spacing: var(--bksg-dt-word-spacing-m, var(--bksg-dt-word-spacing-t, var(--bksg-dt-word-spacing-d, normal)));
102 }
103 }
104 @media (max-width: 560px) {
105 .bkbg-sg-row-header { flex-direction: column; align-items: flex-start; }
106 .bkbg-sg-range-labels { gap: 8px; flex-wrap: wrap; }
107 }
108