PluginProbe
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor / 2.0.13
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor v2.0.13
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 / scatter-chart / style.css

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

33 lines 623 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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