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