Sha256: 9cec9dabb7c546be69180ad79be8bd3b148312cf3a80d188a7ce14cf7268eaaa
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
// Table of Contents // ================================================== // Subheader // Media Queries // Subheader // ================================================== .subheader { background: color(white); border-bottom: 1px solid color(haze); box-sizing: border-box; height: 48px; line-height: 1; padding: 7px 0; &.absolute, &.fixed { z-index: 1030; } &.absolute { position: absolute; width: inherit; } &.fixed { left: 0; position: fixed; right: 0; top: 76px; } } .subheader-switch { margin-top: 1px; line-height: 30px; } .subheader-nav { list-style: none; margin-top: 9px; padding: 0; > li { float: left; margin-right: 15px; &:last-child { margin-right: 0; } &.btn-group + .btn-group { margin-left: 0; } .indicator { background: color(red); border-radius: border-radius(xl); height: 5px; margin-left: 17px; position: absolute; width: 5px; } } } // Media Queries // ================================================== @media only screen and (max-width: 812px) { .subheader { &.absolute, &.fixed { position: fixed; top: 54px; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_frontend-16.1.7 | vendor/assets/stylesheets/components/_subheader.scss |