Sha256: d5978466cfd5cf0a88ae83fa9bbbe272d5ae3a38e9bae5c091067c53335ba239
Contents?: true
Size: 381 Bytes
Versions: 9
Compression:
Stored size: 381 Bytes
Contents
// // Toolbar // Styling for top-docked toolbars // ---------------------------------------------------------------------------------------- @import 'facades/mobile/mixins'; @mixin toolbar{ height: $row-height; padding: 0 .5em; overflow: hidden; position: relative; z-index:100; & > * { z-index: 110; } &.docked{ @include docked; } @include toolbar-title; }
Version data entries
9 entries across 9 versions & 1 rubygems