Sha256: 122fe93efa08c6b4d2939114775b1ff0831981a49639a72e0509e74572c69fda
Contents?: true
Size: 327 Bytes
Versions: 1
Compression:
Stored size: 327 Bytes
Contents
@import "settings.global"; @mixin panel-container { position: relative; } @mixin panel { top: 0; right: 0; bottom: 0; left: 0; overflow: auto; -webkit-overflow-scrolling: touch; position: absolute; } @mixin panel--nav-top { top: $panel-nav-top; } @mixin panel--nav-bottom { bottom: $panel-nav-bottom; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blaze-css-rails-0.0.1 | app/assets/stylesheets/mixins/_objects.panels.scss |