Sha256: 5831b6d2b4d661f4e41bda43b49736ab928321b4d912f653fa8b2c3aaea58dcc
Contents?: true
Size: 876 Bytes
Versions: 7
Compression:
Stored size: 876 Bytes
Contents
.o-top-bar { @include top-bar-container; min-height: $ub-nav-height; width: 100%; z-index: $reveal-zindex; @include e(item) { flex: 0 0 100%; max-width: 100%; } // Stack on small screens by default @include top-bar-stacked; @include breakpoint($topbar-unstack-breakpoint) { @include top-bar-unstack; @include e(item) { flex: 0 0 auto; } } @include e(wrapper) { @include breakpoint($topbar-unstack-breakpoint) { align-items: center; display: flex !important; flex-wrap: nowrap; justify-content: space-between; width: 100%; } } } /* To prevent FOUC */ .no-js { @include breakpoint($topbar-unstack-breakpoint down) { .o-top-bar { display: none; } } @include breakpoint($topbar-unstack-breakpoint) { .c-header-title__h-menu { display: none; } } }
Version data entries
7 entries across 7 versions & 1 rubygems