Sha256: 1331260a61692a8245535b231260b4a1c6c70e498ab14a2a0842166957ebe987
Contents?: true
Size: 1.06 KB
Versions: 16
Compression:
Stored size: 1.06 KB
Contents
// name specific #profile-tabs{ // Override foundation &.tabs{ background: transparent; border: 0; display: flex; justify-content: space-around; border-bottom: $border; margin-bottom: $global-margin; .tabs-title{ a{ color: $anchor-color; padding: $global-padding * 3/4; position: relative; &:focus, &[aria-selected='true']{ background: transparent; color: $primary; font-weight: 600; border-bottom: 3px solid $primary; } &:hover{ background: transparent; border-bottom: $border; border-bottom-width: 3px; } &::after{ display: block; content: attr(title); font-weight: bold; height: 0; overflow: hidden; visibility: hidden; } } } } } // Make the connection between the title and the content [data-tabs-content="profile-tabs"]{ border-top: 0; background: transparent; color: inherit; transition: all .5s ease; }
Version data entries
16 entries across 16 versions & 1 rubygems