Skip to content

Instantly share code, notes, and snippets.

@Ibochkarev
Created October 25, 2015 04:04
Show Gist options
  • Save Ibochkarev/a32950bb0fe0f250e49a to your computer and use it in GitHub Desktop.
Save Ibochkarev/a32950bb0fe0f250e49a to your computer and use it in GitHub Desktop.
ul li menu triagle sass
.panel-body
position: relative
ul.list_l_menu li:first-child:before
position: absolute
left: 10%
margin-left: 0
top: -1%
content: ''
border-left: 10px solid transparent
border-right: 10px solid transparent
border-top: 8px solid #61ace4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment