| 1 |
.eicon-convertkit-form { |
| 2 |
width: 24px; |
| 3 |
height: 24px; |
| 4 |
background: url(../images/block-icon-form.svg) center no-repeat; |
| 5 |
background-size: 24px 24px; |
| 6 |
} |
| 7 |
.eicon-convertkit-broadcasts { |
| 8 |
width: 24px; |
| 9 |
height: 24px; |
| 10 |
background: url(../images/block-icon-broadcasts.svg) center no-repeat; |
| 11 |
background-size: 24px 24px; |
| 12 |
} |
| 13 |
.eicon-convertkit-product { |
| 14 |
width: 24px; |
| 15 |
height: 24px; |
| 16 |
background: url(../images/block-icon-product.svg) center no-repeat; |
| 17 |
background-size: 24px 24px; |
| 18 |
} |
| 19 |
|