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 / radial-bar / style.css

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

32 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bkbg-radialbar-wrap { padding: 16px; box-sizing: border-box; }
2 .bkbg-radialbar-title { margin: 0 0 12px; }
3 .bkbg-radialbar-wrap h3.bkbg-radialbar-title {
4 font-family: var(--bkrb-tt-font-family, inherit);
5 font-size: var(--bkrb-tt-font-size-d, 1.1em);
6 font-weight: var(--bkrb-tt-font-weight, 700);
7 font-style: var(--bkrb-tt-font-style, normal);
8 text-decoration: var(--bkrb-tt-text-decoration, none);
9 text-transform: var(--bkrb-tt-text-transform, none);
10 line-height: var(--bkrb-tt-line-height-d, 1.3);
11 letter-spacing: var(--bkrb-tt-letter-spacing-d, normal);
12 word-spacing: var(--bkrb-tt-word-spacing-d, normal);
13 }
14 .bkbg-radialbar-svg svg { display: block; max-width: 100%; height: auto; }
15
16 @media (max-width: 1024px) {
17 .bkbg-radialbar-wrap h3.bkbg-radialbar-title {
18 font-size: var(--bkrb-tt-font-size-t, var(--bkrb-tt-font-size-d, 1.1em));
19 line-height: var(--bkrb-tt-line-height-t, var(--bkrb-tt-line-height-d, 1.3));
20 letter-spacing: var(--bkrb-tt-letter-spacing-t, var(--bkrb-tt-letter-spacing-d, normal));
21 word-spacing: var(--bkrb-tt-word-spacing-t, var(--bkrb-tt-word-spacing-d, normal));
22 }
23 }
24 @media (max-width: 767px) {
25 .bkbg-radialbar-wrap h3.bkbg-radialbar-title {
26 font-size: var(--bkrb-tt-font-size-m, var(--bkrb-tt-font-size-t, var(--bkrb-tt-font-size-d, 1.1em)));
27 line-height: var(--bkrb-tt-line-height-m, var(--bkrb-tt-line-height-t, var(--bkrb-tt-line-height-d, 1.3)));
28 letter-spacing: var(--bkrb-tt-letter-spacing-m, var(--bkrb-tt-letter-spacing-t, var(--bkrb-tt-letter-spacing-d, normal)));
29 word-spacing: var(--bkrb-tt-word-spacing-m, var(--bkrb-tt-word-spacing-t, var(--bkrb-tt-word-spacing-d, normal)));
30 }
31 }
32