Sha256: 123b8436cae914ac60daeb3cbc80667ae94d6cbf7772b9fa1af602a1362e3403
Contents?: true
Size: 837 Bytes
Versions: 2
Compression:
Stored size: 837 Bytes
Contents
.container { @include outer-container; } ul, ol { font-size: 1em; font-weight: 500; li { margin: .5em 0; span { display: inline-block; &:before { content: '/'; margin: 0 .3em; } } } } .large-column { @include span-columns(8 of 12); } .small-column { @include span-columns(4 of 12); } .side-bar { @include span-columns(4); } .main-content { @include span-columns(8); @include omega(); } body#main { background: image-url('home-bg.jpg') no-repeat fixed center center / cover #383A3D; color: #FFF; position: relative; #login { position: fixed; bottom: 0px; width: 100%; background: url('../img/home-tile-bg.gif') repeat scroll left top #0057A7; z-index: 100; height: 35%; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46); } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
waterfall_bourbon_neat_rails-0.0.5.9 | app/assets/stylesheets/partials/_layout.scss |
waterfall_bourbon_neat_rails-0.0.5.8 | app/assets/stylesheets/partials/_layout.scss |