8 lines
382 B
CSS
8 lines
382 B
CSS
|
|
.icon-download:before { content: '\e800'; } /* '' */
|
|
.icon-clipboard:before { content: '\e801'; } /* '' */
|
|
.icon-trash:before { content: '\e802'; } /* '' */
|
|
.icon-mail:before { content: '\e803'; } /* '' */
|
|
.icon-help-circled:before { content: '\e804'; } /* '' */
|
|
.icon-cancel:before { content: '\e805'; } /* '' */
|
|
.icon-ok:before { content: '\e806'; } /* '' */ |