4 lines
169 B
CSS
4 lines
169 B
CSS
|
|
.icon-check:before { content: '\e800'; } /* '' */
|
|
.icon-plus:before { content: '\e801'; } /* '' */
|
|
.icon-plus-squared-alt:before { content: '\f196'; } /* '' */ |