mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-15 15:43:10 +00:00
Merge pull request #16718 from deniss-muhla/patch-1
Expand ISO in CSS codes for asterisk and plus
This commit is contained in:
commit
f300f03f80
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Individual icons
|
// Individual icons
|
||||||
.glyphicon-asterisk { &:before { content: "\2a"; } }
|
.glyphicon-asterisk { &:before { content: "\002a"; } }
|
||||||
.glyphicon-plus { &:before { content: "\2b"; } }
|
.glyphicon-plus { &:before { content: "\002b"; } }
|
||||||
.glyphicon-euro,
|
.glyphicon-euro,
|
||||||
.glyphicon-eur { &:before { content: "\20ac"; } }
|
.glyphicon-eur { &:before { content: "\20ac"; } }
|
||||||
.glyphicon-minus { &:before { content: "\2212"; } }
|
.glyphicon-minus { &:before { content: "\2212"; } }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue