Sha256: 8eecd241efd9da68715b085318a26b618d87b09a8006f698c77ca24636881a70
Contents?: true
Size: 559 Bytes
Versions: 23
Compression:
Stored size: 559 Bytes
Contents
// // Tabs // .nav-tabs { border-width: $border-width; .nav-item { margin-bottom: -$border-width; font-weight: $font-weight-bold; font-size: $font-size-base; } .nav-link { color: $text-muted !important; border: none; border-bottom: $nav-tabs-border-width solid transparent; @include hover-focus { color: $nav-tabs-link-active-color !important; border-color: $nav-tabs-link-hover-border-color; } } .nav-link.active, .nav-item.show .nav-link { color: $nav-tabs-link-active-color !important; } }
Version data entries
23 entries across 23 versions & 1 rubygems