# blockenberg/2.0.7/blocks/slope-chart/style.css

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.7. 34 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/slope-chart/style.css
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/slope-chart/style.css
- Modified: 2026-03-06T12:32:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/slope-chart/style.css#L10-L20`.

```css
.bkbg-slope-wrap { padding: 16px; box-sizing: border-box; }
.bkbg-slope-title {
    margin: 0 0 12px;
    font-size: var(--bksc-tt-font-size-d, 1.1em);
    font-style: var(--bksc-tt-font-style);
    text-decoration: var(--bksc-tt-text-decoration);
    text-transform: var(--bksc-tt-text-transform);
    line-height: var(--bksc-tt-line-height-d);
    letter-spacing: var(--bksc-tt-letter-spacing-d);
    word-spacing: var(--bksc-tt-word-spacing-d);
}
.bkbg-slope-wrap .bkbg-slope-title {
    font-family: var(--bksc-tt-font-family);
    font-weight: var(--bksc-tt-font-weight, 700);
}
.bkbg-slope-svg svg { display: block; max-width: 100%; height: auto; }

@media(max-width:1024px){
    .bkbg-slope-title {
        font-size: var(--bksc-tt-font-size-t, var(--bksc-tt-font-size-d, 1.1em));
        line-height: var(--bksc-tt-line-height-t, var(--bksc-tt-line-height-d));
        letter-spacing: var(--bksc-tt-letter-spacing-t, var(--bksc-tt-letter-spacing-d));
        word-spacing: var(--bksc-tt-word-spacing-t, var(--bksc-tt-word-spacing-d));
    }
}
@media(max-width:767px){
    .bkbg-slope-title {
        font-size: var(--bksc-tt-font-size-m, var(--bksc-tt-font-size-t, var(--bksc-tt-font-size-d, 1.1em)));
        line-height: var(--bksc-tt-line-height-m, var(--bksc-tt-line-height-t, var(--bksc-tt-line-height-d)));
        letter-spacing: var(--bksc-tt-letter-spacing-m, var(--bksc-tt-letter-spacing-t, var(--bksc-tt-letter-spacing-d)));
        word-spacing: var(--bksc-tt-word-spacing-m, var(--bksc-tt-word-spacing-t, var(--bksc-tt-word-spacing-d)));
    }
}

```
