Skip to content

Instantly share code, notes, and snippets.

@leogono
Created February 15, 2015 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leogono/675a172d93eea703ca03 to your computer and use it in GitHub Desktop.
Save leogono/675a172d93eea703ca03 to your computer and use it in GitHub Desktop.
pvaKNO
<div class="rating">
<i class="glyphicon glyphicon-star"></i>
<i class="glyphicon glyphicon-star"></i>
<i class="glyphicon glyphicon-star"></i>
<i class="glyphicon glyphicon-star"></i>
<i class="glyphicon glyphicon-star half"></i>
</div>
.glyphicon-star {
font-size: 40px;
color: #e67e22;
&.half {
position: relative;
&:before {
position: relative;
z-index: 9;
width: 47%;
display: block;
overflow: hidden;
}
&:after {
content: '\e006';
position: absolute;
z-index: 8;
color: #bdc3c7;
top: 0;
left: 0;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment