style.css in Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor 2.0.13, at blocks/scatter-chart/style.css
| 1 | .bkbg-sc-wrapper { |
| 2 | box-sizing: border-box; |
| 3 | width: 100%; |
| 4 | } |
| 5 | .bkbg-sc-card { |
| 6 | background: var(--bkbg-sc-bg, #fff); |
| 7 | border-radius: var(--bkbg-sc-r, 14px); |
| 8 | padding: 28px; |
| 9 | box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07); |
| 10 | width: 100%; |
| 11 | box-sizing: border-box; |
| 12 | } |
| 13 | .bkbg-sc-title { |
| 14 | font-size: 22px; |
| 15 | font-weight: 800; |
| 16 | margin: 0 0 4px; |
| 17 | line-height: 1.25; |
| 18 | color: inherit; |
| 19 | } |
| 20 | .bkbg-sc-subtitle { |
| 21 | font-size: 14px; |
| 22 | margin: 0 0 20px; |
| 23 | opacity: 0.7; |
| 24 | } |
| 25 | .bkbg-sc-canvas-wrap { |
| 26 | position: relative; |
| 27 | width: 100%; |
| 28 | } |
| 29 | .bkbg-sc-canvas { |
| 30 | width: 100% !important; |
| 31 | display: block; |
| 32 | } |
| 33 |