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

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

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