Sha256: c031b7b04c1dc27971be5a0fd725a5114aea6ccf81e89c80e5490de78b4290b6
Contents?: true
Size: 346 Bytes
Versions: 2
Compression:
Stored size: 346 Bytes
Contents
$sidenav_size: 180px; #sidenav { position: fixed; width: $sidenav_size; left: 0; top: 40px; bottom: 0; background-color: #f2f7fa; border-right: 1px solid #eee; padding: 10px 0; overflow-y: auto; } .with-sidenav { #main { padding-left: $sidenav_size + 20px; } .page-header { left: $sidenav_size + 1px; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
app_frame-0.5.8 | app/assets/stylesheets/app_frame/_sidenav.scss |
app_frame-0.5.7 | app/assets/stylesheets/app_frame/_sidenav.scss |