Sha256: 80f1848ad6a977f0f122542edf9ebd05033987937e81f380bba2f30ac20818d3
Contents?: true
Size: 1.43 KB
Versions: 1
Compression:
Stored size: 1.43 KB
Contents
body { padding-top: $harpiya-header-mobile-height; @include media-breakpoint-up(sm) { padding-top: $harpiya-header-tablet-height; } @include media-breakpoint-up(xl) { padding-top: $harpiya-header-desktop-height; } } .header-harpiya { background: $header-background; color: $header-font-color; border-color: $global-border-style !important; position: fixed; top: 0; width: 100%; z-index: 16; @include media-breakpoint-up(xl) { z-index: 4; &.above-overlay { z-index: 6; } } height: $harpiya-header-mobile-height; &-fluid { max-width: $harpiya-header-max-width; &-logo { flex-basis: auto; margin: 0; img { max-height: 32px; } } &-secondary-navigation { flex-basis: 0; } &-mobile-menu-toggler { flex-basis: 0; .navbar-toggler { color: $header-font-color; } } } @include media-breakpoint-up(sm) { height: $harpiya-header-tablet-height; &-fluid { &-logo { img { max-height: 50px; } } } } @include media-breakpoint-up(xl) { height: $harpiya-header-desktop-height; &-fluid { &-logo { flex-basis: 0; margin: 0 0 1rem; img { max-height: 50px; } } &-primary-navigation { flex-basis: auto; } } } } #logo { margin: 0; padding: 0; a { display: inline-block; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
harpiya_frontend-4.3.0.alpha | app/assets/stylesheets/harpiya/frontend/views/harpiya/shared/header.scss |