Created
May 8, 2014 15:39
-
-
Save coderberry/07c34efc1b0b0da2045c to your computer and use it in GitHub Desktop.
See image: http://cl.ly/image/3k2S0b1V130X
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
$tab-border-color: $tabs-navigation-bg-color; | |
dl.tabs { | |
border-bottom: 1px solid $tab-border-color; | |
dd { | |
position: relative; | |
bottom: -1px; | |
border-top: 1px solid $tab-border-color; | |
border-left: 1px solid $tab-border-color; | |
border-right: 1px solid $tab-border-color; | |
border-bottom: 1px solid $tab-border-color; | |
&.active { | |
border-bottom: 1px solid #fff; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment