Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created October 31, 2015 01:34
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 chuck0523/0ff0aa2e30fbd17082ba to your computer and use it in GitHub Desktop.
Save chuck0523/0ff0aa2e30fbd17082ba to your computer and use it in GitHub Desktop.
.header_nav_account {
a:after {
content: "";
display: inline-block;
margin-left: 3px;
width: 6px;
height: 6px;
border-right: #ccc 2px solid;
border-bottom: #ccc 2px solid;
-webkit-transform: translate(0, -30%) rotateZ(45deg);
transform: translate(0, -30%) rotateZ(45deg);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment