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