4 lines
167 B
CSS
4 lines
167 B
CSS
|
|
.icon-plus:before { content: '\e801'; } /* '' */
|
|
.icon-left-open:before { content: '\e802'; } /* '' */
|
|
.icon-right-open:before { content: '\e803'; } /* '' */ |