Sha256: 876fd7d06f8a3b4b8fc7aa505cd48f122e2a3aa4cf81b34d707396640b049716
Contents?: true
Size: 804 Bytes
Versions: 22
Compression:
Stored size: 804 Bytes
Contents
/* Content Tabs */ .green-header { padding: 1rem; h1 { line-height: 26px; margin: 0; } } ul.tab-header { padding: 0 1rem; border-bottom: 2px solid $neutral-2; li { display: inline-block; a { // non-hover tab styling background-color: transparent; // Override bootstrap default font-weight: 600; padding: 0.5rem; margin-right: 2rem; margin-bottom: -3px; // pulls bottom border under the navbar bottom border &:hover, &:focus { background-color: transparent; } } &.active a { border-bottom: 4px solid $primary; color: $neutral-1; } &:not(.active) a:hover { border-bottom: 2px solid $primary; padding-bottom: 9px; // pushes bottom border onto tabbar border } } }
Version data entries
22 entries across 22 versions & 1 rubygems