Sha256: baee6b8482b2a36ee8048f6b19b49174da41809a4d82bde4e516461dc076bf84
Contents?: true
Size: 927 Bytes
Versions: 5
Compression:
Stored size: 927 Bytes
Contents
.tabs { display: -webkit-box; -webkit-box-orient: horizontal; .tab { display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; -webkit-box-flex: 1; border-bottom: 0 !important; padding: 8px; border-radius: 0; &:first-child { border-left: 0 !important; } &:last-child { border-right: 0 !important; } // don't show the tap state for the active tab &.activeTab { @extend .gradient-secondary-alt; &.hl { @extend .gradient-secondary-alt; } } } .spacer { width: 3px; background-color: transparent; display: -webkit-box; -webkit-box-flex: 0; border-bottom: 1px solid #A09E9E; } } .tab_content { overflow-x: hidden; padding: 5px; background-color: darken($gradient-secondary-alt, 10%); }
Version data entries
5 entries across 5 versions & 1 rubygems