Skip to content

Instantly share code, notes, and snippets.

@djom202
Created November 4, 2021 21:19
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 djom202/1e4f77e8ac795dc8882f20beba290a4d to your computer and use it in GitHub Desktop.
Save djom202/1e4f77e8ac795dc8882f20beba290a4d to your computer and use it in GitHub Desktop.
ul > li.active {
&::before {
content: '';
position: relative;
border-style: solid;
border-width: 25px 0px 28px 2px;
border-color: $ligth_blue;
display: block;
width: 1px;
z-index: 1;
float: right;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment