mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Added alias for euro -> eur
This commit is contained in:
@@ -33,7 +33,8 @@
|
|||||||
// Individual icons
|
// Individual icons
|
||||||
.glyphicon-asterisk { &:before { content: "\2a"; } }
|
.glyphicon-asterisk { &:before { content: "\2a"; } }
|
||||||
.glyphicon-plus { &:before { content: "\2b"; } }
|
.glyphicon-plus { &:before { content: "\2b"; } }
|
||||||
.glyphicon-euro { &:before { content: "\20ac"; } }
|
.glyphicon-euro,
|
||||||
|
.glyphicon-eur { &:before { content: "\20ac"; } }
|
||||||
.glyphicon-minus { &:before { content: "\2212"; } }
|
.glyphicon-minus { &:before { content: "\2212"; } }
|
||||||
.glyphicon-cloud { &:before { content: "\2601"; } }
|
.glyphicon-cloud { &:before { content: "\2601"; } }
|
||||||
.glyphicon-envelope { &:before { content: "\2709"; } }
|
.glyphicon-envelope { &:before { content: "\2709"; } }
|
||||||
|
|||||||
Reference in New Issue
Block a user