Skip to content

Instantly share code, notes, and snippets.

@felipecabargas
Created September 16, 2014 21:33
Show Gist options
  • Save felipecabargas/0395cd5ec6547d823a6d to your computer and use it in GitHub Desktop.
Save felipecabargas/0395cd5ec6547d823a6d to your computer and use it in GitHub Desktop.
.tabs{
li{
border: 2px solid $main-green;
border-right: none;
}
:first-child{
border-top-left-radius: 10px;
}
:last-child{
border-top-right-radius: 10px;
border-right: 2px solid $main-green;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment