deploy prep

This commit is contained in:
Kiritan Flux 2017-01-22 20:54:42 +01:00
parent 4dfa1baed3
commit 06becf58e7
135 changed files with 4126 additions and 914 deletions

View file

@ -32,8 +32,8 @@
}
// Individual icons
.glyphicon-asterisk { &:before { content: "\2a"; } }
.glyphicon-plus { &:before { content: "\2b"; } }
.glyphicon-asterisk { &:before { content: "\002a"; } }
.glyphicon-plus { &:before { content: "\002b"; } }
.glyphicon-euro,
.glyphicon-eur { &:before { content: "\20ac"; } }
.glyphicon-minus { &:before { content: "\2212"; } }