Created
November 4, 2021 21:19
-
-
Save djom202/1e4f77e8ac795dc8882f20beba290a4d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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