Sha256: 0a784af2204118ea6f1e7c923f1b7848b0fa8870add3491befe67eb6ca296b56
Contents?: true
Size: 1.46 KB
Versions: 2
Compression:
Stored size: 1.46 KB
Contents
.flash { position: fixed; bottom: 20px; left: 20px; z-index: 10; .flash-notice, .flash-success { padding: 10px 40px; background: #9FBB58; color: white; } .flash-error, .flash-alert { padding: 10px 40px; background: #E25440; color: white; } } .right { text-align: right; } .center { text-align: center; } .pane { position: absolute; top: 50px; bottom: 0; margin: 0; .heading { padding: 0 20px; margin-bottom: 20px; height: 66px; .btn { margin-top: -3px; } } } #list { background: #F0F4F5; left: 0; width: 350px; color: #333; border-right: 1px solid #f1f1f1; ul { margin: 0; padding: 0; list-style: none; li { padding: 20px; border-bottom: 1px solid #ccc; border-left: 4px solid transparent; background: #fff; &:first-child { border-top: 1px solid #ccc; } a { text-decoration: none; } &:hover { border-left: 4px solid #ccc; } &.active { border-left: 4px solid #5BC0DE; background: #E3F4F9; } } } } #main { left: 350px; right: 0; background: #fff; .no-content { h3 { color: #888; margin-top: 15%; } .btn { margin-top: 30px; } } } .scroll-y { position: absolute; top: 66px; bottom: 0; right: 0; left: 0; overflow-y: scroll; .padding { padding: 20px; } } .form-group.check_boxes { margin-left: 20px; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
storytime-0.0.2 | app/assets/stylesheets/storytime/admin.css.scss |
storytime-0.0.1 | app/assets/stylesheets/storytime/admin.css.scss |