Commit 8663b75c authored by Thomas Welton's avatar Thomas Welton

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.
parent 1bcf9f12
...@@ -29,6 +29,10 @@ ...@@ -29,6 +29,10 @@
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }
.glyphicon-block{
width: 1em;
}
// Individual icons // Individual icons
.glyphicon-asterisk { &:before { content: "\2a"; } } .glyphicon-asterisk { &:before { content: "\2a"; } }
.glyphicon-plus { &:before { content: "\2b"; } } .glyphicon-plus { &:before { content: "\2b"; } }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment