Sha256: f506fc5475a58937ecbcfece4ea95d8f9ea4c584fc4d10dba8a4bc950a221222
Contents?: true
Size: 817 Bytes
Versions: 4
Compression:
Stored size: 817 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: .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 $zuora-accent; color: $neutral-1; } &:not(.active) a:hover { border-bottom: 2px solid $primary; padding-bottom: 9px; // pushes bottom border onto tabbar border } } }
Version data entries
4 entries across 4 versions & 1 rubygems