Sha256: baa2aeb4c58b708374f245af07d5b1d9e3734c324b4cd929f43ea39c3ec3c993
Contents?: true
Size: 378 Bytes
Versions: 9
Compression:
Stored size: 378 Bytes
Contents
// // Navbar // Styling for navigation bars. Generally used as top toolbars // ---------------------------------------------------------------------------------------- @import 'facades/mobile/mixins'; @mixin navbar{ height: $row-height; padding: 0 .5em; overflow: hidden; position: relative; z-index:100; &.docked{ @include docked; } @include toolbar-title; }
Version data entries
9 entries across 9 versions & 1 rubygems