Sha256: 9882fc78170d06d4d59452651fa1764a7409a18035b785533a862443f3731175
Contents?: true
Size: 524 Bytes
Versions: 3
Compression:
Stored size: 524 Bytes
Contents
@import "../config"; @import "~react-toolbox/lib/app_bar/config"; @import "~react-toolbox/lib/button/config"; .contents { position: fixed; top: $appbar-height; right: 0; bottom: 0; left: $sidebar-width; z-index: $z-index-normal; transition: padding $animation-duration $animation-curve-default; } .sidebar { position: fixed; top: $appbar-height; bottom: 0; left: 0; z-index: $z-index-high; box-shadow: $content-left-shadow; transition: transform $animation-duration $animation-curve-default; }
Version data entries
3 entries across 3 versions & 1 rubygems