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 / population-pyramid / style.css

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

48 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bkbg-pyramid-wrap { padding: 16px; box-sizing: border-box; }
2
3 .bkbg-pyramid-title {
4 margin: 0 0 12px;
5 font-family: var(--bkbg-pyr-tt-font-family, inherit);
6 font-size: var(--bkbg-pyr-tt-font-size-d, 1.1em);
7 font-weight: var(--bkbg-pyr-tt-font-weight, 700);
8 font-style: var(--bkbg-pyr-tt-font-style, normal);
9 text-decoration: var(--bkbg-pyr-tt-text-decoration, none);
10 text-transform: var(--bkbg-pyr-tt-text-transform, none);
11 line-height: var(--bkbg-pyr-tt-line-height-d, 1.3);
12 letter-spacing: var(--bkbg-pyr-tt-letter-spacing-d, normal);
13 word-spacing: var(--bkbg-pyr-tt-word-spacing-d, normal);
14 }
15
16 /* heading specificity for editor */
17 .bkbg-pyramid-wrap h3.bkbg-pyramid-title {
18 font-family: var(--bkbg-pyr-tt-font-family, inherit);
19 font-size: var(--bkbg-pyr-tt-font-size-d, 1.1em);
20 font-weight: var(--bkbg-pyr-tt-font-weight, 700);
21 font-style: var(--bkbg-pyr-tt-font-style, normal);
22 text-decoration: var(--bkbg-pyr-tt-text-decoration, none);
23 text-transform: var(--bkbg-pyr-tt-text-transform, none);
24 line-height: var(--bkbg-pyr-tt-line-height-d, 1.3);
25 letter-spacing: var(--bkbg-pyr-tt-letter-spacing-d, normal);
26 word-spacing: var(--bkbg-pyr-tt-word-spacing-d, normal);
27 }
28
29 .bkbg-pyramid-svg svg { display: block; max-width: 100%; height: auto; }
30
31 @media (max-width: 1024px) {
32 .bkbg-pyramid-wrap .bkbg-pyramid-title {
33 font-size: var(--bkbg-pyr-tt-font-size-t, 1.1em);
34 line-height: var(--bkbg-pyr-tt-line-height-t, 1.3);
35 letter-spacing: var(--bkbg-pyr-tt-letter-spacing-t, normal);
36 word-spacing: var(--bkbg-pyr-tt-word-spacing-t, normal);
37 }
38 }
39
40 @media (max-width: 767px) {
41 .bkbg-pyramid-wrap .bkbg-pyramid-title {
42 font-size: var(--bkbg-pyr-tt-font-size-m, 1.1em);
43 line-height: var(--bkbg-pyr-tt-line-height-m, 1.3);
44 letter-spacing: var(--bkbg-pyr-tt-letter-spacing-m, normal);
45 word-spacing: var(--bkbg-pyr-tt-word-spacing-m, normal);
46 }
47 }
48