Sha256: 58b692e6bb8591a50869ef23ea20c4945c1565ff680839afdeab4f46d47ca47c
Contents?: true
Size: 906 Bytes
Versions: 3
Compression:
Stored size: 906 Bytes
Contents
$in-front-of-primary-nav-and-ambassador-banner: $zindex-navbar-fixed + 3; $impersonation-banner-height: 20px; .impersonation_banner { position: fixed; top: 0; width: 100%; height: $impersonation-banner-height; min-width: $minimum-application-width; padding-top: 1px; // shimming visual alignment font-size: $font-size-100; z-index: $in-front-of-primary-nav-and-ambassador-banner; } .has-impersonation_banner { .ambassador_banner, #header-is_fixed.affix { margin-top: $impersonation-banner-height; } } .btn.btn-cancel_impersonation { height: auto; float: right; margin-top: -3px; //account for fa-close icon throwing off vertical alignment color: $color-white; font-size: $font-size-100; text-decoration: none; .fa { font-size: $font-size-100; } &:link, &:hover, &:focus, &:active, &:active:focus { color: $color-white; padding: 0; } }
Version data entries
3 entries across 3 versions & 1 rubygems