Final touches to draft

This commit is contained in:
2021-01-19 14:05:08 +01:00
parent 5ec11698b8
commit 7179e32493
16 changed files with 705 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
.icon-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-plus-squared-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }