Skip to content

Instantly share code, notes, and snippets.

@raank
Last active August 29, 2015 14:20
Show Gist options
  • Save raank/d63b4c785fe91d6b13d2 to your computer and use it in GitHub Desktop.
Save raank/d63b4c785fe91d6b13d2 to your computer and use it in GitHub Desktop.
.navbar .menu-item a {
color: #fff;
display: inline-block;
padding: 18px 0 18px 0;
margin: 0 0 0 0;
font-size: 14px;
font-weight: 600;
line-height: 14px;
text-transform: uppercase;
text-decoration: none;
}
.navbar .menu-item a:before {
display: inline-block;
content: "Novo";
background: #fff;
color: #09f;
line-height: 1;
font-size: 9px;
text-transform: uppercase;
padding: 1px;
border-radius: 2px;
position: absolute;
right: 0;
top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment