vendor: add plus icon to fontello

This commit is contained in:
Feross Aboukhadijeh
2016-03-02 16:39:41 -08:00
parent 527dde8ca6
commit 57dcc296dc
11 changed files with 30 additions and 17 deletions

View File

@@ -1,3 +1,4 @@
.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }