Skip to content

Instantly share code, notes, and snippets.

@KaiserEMP
Last active January 29, 2018 12:27
Show Gist options
  • Select an option

  • Save KaiserEMP/c1b507e6570ea2dcd0a72627c7dee30d to your computer and use it in GitHub Desktop.

Select an option

Save KaiserEMP/c1b507e6570ea2dcd0a72627c7dee30d to your computer and use it in GitHub Desktop.
&:before, &:after {
content: "";
position: absolute;
display: block;
margin: auto;
left: 0;
right: 0;
top: 1px;
bottom: 0;
width: 15px;
height: 0;
border-top: 1px solid $green;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: center;
transform-origin: center;
}
&:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: center;
transform-origin: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment