Sha256: ed7632017f5b27a1748cc2dcccff2a607b8df3ba181844f3859d420401f0d5bc
Contents?: true
Size: 982 Bytes
Versions: 1
Compression:
Stored size: 982 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; text-align: center; div.logo { background: image-url('waterfall-software-logo.png') no-repeat; max-width: 30%; width: 30%; height: auto; } div#login { position: fixed; bottom: 0px; width: 100%; background: image-url('home-tile-bg.gif') repeat scroll left top #0057A7; height: 35%; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46); } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
waterfall_bourbon_neat_rails-0.0.6.1 | app/assets/stylesheets/partials/_layout.scss |