/* Table of Contents ================================================== # Subheader # Styles # Colors # Media Queries */ /* # Subheader ================================================== */ .subheader { background: $color-white; border-bottom: 1px solid; border-color: $color-haze; box-sizing: border-box; color: inherit; height: 42px; min-width: 100%; width: 100%; } .subheader-nav { border-color: $color-haze !important; list-style: none; margin: 0; padding: 0; } .subheader-nav-toolbar-adjustment { margin-left: 34px; } .subheader-nav-toolbar-adjustment-alt { margin-right: 34px; } .subheader-nav > li { border-color: inherit; float: left; font-size: 13px; font-weight: bold; line-height: 1; margin: 0 20px 0 0 !important; } .subheader-nav > li:last-child { margin-right: 0 !important; } .subheader-nav > li.btn-group, .subheader-nav > li.btn-group a { border-radius: 0 !important; } .subheader-nav > li.btn-group + li.btn-group { margin: 0 !important; } .subheader-nav > li.spacer { color: $color-primary; font-size: 40px; } .subheader-nav > li > a { border-bottom: 4px solid $color-transparent; box-sizing: border-box; display: block; height: 41px; padding: 15px 0px 11px 0px; text-align: center; } .subheader-nav > li > a:hover, .subheader-nav > li > a:focus { border-color: inherit; } .subheader-nav > li > a.active, .subheader-nav > li > a:active { border-color: $color-primary; } .subheader-nav .label { border-radius: 2px; font-size: 10px; font-style: normal; letter-spacing: 0; line-height: 1; margin: -5px 0 -4px 0; min-width: 19px; padding: 5px 5px 4px 5px; vertical-align: middle; } .subheader-btn-group { margin-top: 8px; } /* # Styles ================================================== */ .subheader-fixed { position: fixed; top: 60px; min-width: inherit; width: inherit; z-index: 1030; } .subheader-shadow { box-shadow: 0 0 3px lighten($color-light-gray, 20%); } .subheader-shadowless { box-shadow: 0; } /* # Colors ================================================== */ .subheader-dark, .subheader-dark .subheader-nav { background: $color-black; border-color: $color-dark-black !important; color: $color-white; } .subheader-dark.subheader-shadow { box-shadow: 0 0 3px $color-dark-black; } .subheader-light, .subheader-light .subheader-nav { background: lighten($color-light-haze, 2%); border-color: $color-dark-haze !important; } .subheader-light.subheader-shadow { box-shadow: 0 0 3px lighten($color-light-gray, 15%); } /* # Media Queries ================================================== */ @media only screen and (max-width: 767px) { .subheader { display: none; } } @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { .subheader { border-width: 0.5px; } .subheader-nav > li > a { height: 41.5px; } .subheader-nav-toolbar-adjustment { margin-left: 34.5px; } }