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 / stacked-area / style.css

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

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