11 lines
543 B
CSS
11 lines
543 B
CSS
|
|
.icon-crown:before { content: '\e800'; } /* '' */
|
|
.icon-crown-plus:before { content: '\e801'; } /* '' */
|
|
.icon-crown-minus:before { content: '\e802'; } /* '' */
|
|
.icon-spin6:before { content: '\e804'; } /* '' */
|
|
.icon-spin5:before { content: '\e805'; } /* '' */
|
|
.icon-spin4:before { content: '\e806'; } /* '' */
|
|
.icon-spin3:before { content: '\e807'; } /* '' */
|
|
.icon-spin2:before { content: '\e808'; } /* '' */
|
|
.icon-spin1:before { content: '\e809'; } /* '' */
|
|
.icon-marquee:before { content: '\e80a'; } /* '' */ |