// Table of Contents // ================================================== // Subheader // Subheader // ================================================== .subheader, .subheader-buffer { border-bottom: 1px solid color(transparent); box-sizing: border-box; height: 49px; line-height: 1; padding: 7px 0; } .subheader { background: color(white); border-bottom-color: color(dark-haze); &.absolute, &.fixed { z-index: 1030; } &.absolute { position: absolute; width: inherit; } &.fixed { left: 0; position: fixed; right: 0; top: 76px; } } .subheader-switch { margin-top: 2px; 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; } } }