Skip to content

Instantly share code, notes, and snippets.

@coderberry
Created May 8, 2014 15:39
Show Gist options
  • Save coderberry/07c34efc1b0b0da2045c to your computer and use it in GitHub Desktop.
Save coderberry/07c34efc1b0b0da2045c to your computer and use it in GitHub Desktop.
$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