Icon.tsx
1 year ago
app.tsx
1 year ago
block.json
1 year ago
edit.tsx
1 year ago
index.tsx
1 year ago
render.php
1 year ago
styles.scss
1 year ago
styles.scss
23 lines
| 1 | .givewp-campaign-stats-block { |
| 2 | |
| 3 | span { |
| 4 | display: block; |
| 5 | margin-bottom: 2px; |
| 6 | font-size: 12px; |
| 7 | font-weight: 600; |
| 8 | line-height: 1.5; |
| 9 | letter-spacing: 0.48px; |
| 10 | text-align: left; |
| 11 | color: var(--givewp-neutral-500); |
| 12 | text-transform: uppercase; |
| 13 | } |
| 14 | |
| 15 | strong { |
| 16 | font-size: 20px; |
| 17 | font-weight: 600; |
| 18 | line-height: 1.6; |
| 19 | letter-spacing: normal; |
| 20 | color: var(--givewp-neutral-900); |
| 21 | } |
| 22 | } |
| 23 |