mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-02 20:40:24 +00:00
Added glyphicon-block class
Prevents elements moving around the page after the font file has loaded by setting a defined width on elements using the icon font.
This commit is contained in:
parent
1bcf9f126d
commit
8663b75c4d
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@
|
|||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.glyphicon-block{
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
// Individual icons
|
||||
.glyphicon-asterisk { &:before { content: "\2a"; } }
|
||||
.glyphicon-plus { &:before { content: "\2b"; } }
|
||||
|
|
|
|||
Loading…
Reference in a new issue