Use mini-icon helper for loading-message

This commit is contained in:
Kevin Sawicki 2013-06-13 11:40:32 -07:00
parent ff7c639b64
commit 1bc4b4ef32

View File

@ -2,14 +2,15 @@
.select-list {
.loading {
.loading-message:before {
font-family: 'Octicons Regular';
font-size: 1.1em;
width: 1.1em;
height: 1.1em;
margin-right: 5px;
-webkit-font-smoothing: antialiased;
content: '\f09e';
.loading-message {
.mini-icon(hourglass);
&:before {
font-size: 1.1em;
width: 1.1em;
height: 1.1em;
margin-right: 5px;
}
}
.badge {