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 / dumbbell-chart / style.css

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

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