Created
September 16, 2014 21:33
-
-
Save felipecabargas/0395cd5ec6547d823a6d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
.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