Skip to content

Instantly share code, notes, and snippets.

@toctan
Created November 7, 2013 01:59
Show Gist options
  • Select an option

  • Save toctan/7347690 to your computer and use it in GitHub Desktop.

Select an option

Save toctan/7347690 to your computer and use it in GitHub Desktop.
.topic__node {
@extend .ui.red.label;
@extend .zeta;
position: relative;
left: 1.55rem;
float: right;
margin: 0.2rem 0;
padding: 0 1em 0.1em 0.8em;
border-color: rgba(0, 0, 0, 0.15);
border-radius: 4px 0px 0px 4px;
text-transform: none;
&:after {
content: "";
position: absolute;
top: 100%;
right: 0;
width: 0;
height: 0;
border-top: 0em solid transparent;
border-right: 0em solid transparent;
border-left: 1em solid;
border-left-color: inherit;
border-bottom: 1em solid transparent;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment