editor.scss in Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News 4.0.8, at src/components/proInfo/editor.scss
| 1 | .sp-smart-pro-info { |
| 2 | border: 1px solid #93DCAC; |
| 3 | border-radius: 8px; |
| 4 | background-color: #EDFAEF; |
| 5 | padding: 15px; |
| 6 | font-size: 13px; |
| 7 | font-weight: 400; |
| 8 | line-height: 20px; |
| 9 | |
| 10 | h3 { |
| 11 | color: #0E7B22; |
| 12 | font-weight: 700; |
| 13 | font-size: 16px; |
| 14 | line-height: 20px; |
| 15 | margin-bottom: 10px; |
| 16 | text-transform: capitalize; |
| 17 | } |
| 18 | |
| 19 | h4 { |
| 20 | color: #2F2F2F; |
| 21 | font-size: 13px; |
| 22 | font-weight: 600; |
| 23 | line-height: 20px; |
| 24 | margin: 0; |
| 25 | } |
| 26 | |
| 27 | ul { |
| 28 | margin: 16px 0; |
| 29 | } |
| 30 | |
| 31 | ul li { |
| 32 | color: #2F2F2F; |
| 33 | font-size: 12px; |
| 34 | font-weight: 400; |
| 35 | line-height: 18px; |
| 36 | margin-bottom: 6px; |
| 37 | } |
| 38 | |
| 39 | a { |
| 40 | color: #159E2E; |
| 41 | text-decoration: none; |
| 42 | font-weight: 600; |
| 43 | } |
| 44 | } |
| 45 | |
| 46 | .sp-smart-upgrade-btn { |
| 47 | background: linear-gradient(90deg, #11AB56 0%, #159E2E 65.02%); |
| 48 | border-radius: 6px; |
| 49 | padding: 8px 10px; |
| 50 | color: #fff !important; |
| 51 | display: block; |
| 52 | text-align: center; |
| 53 | } |