Sha256: 7a2e8869f1318dc0917e78698ed728f850b9ade4544dd6a872b1fbf0d8ebf873
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
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: #333; position: relative; text-align: center; img.logo { margin-top: 15px; } div#login { position: fixed; bottom: 0px; width: 20%; 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); margin-left: 0.5em 0 0; } span.not-bold { display: block; font-size: 22px; line-height: 24px; font-weight: 300; text-transform: uppercase; color: #FFF; } span.not-bold { display: block; font-weight: 800; font-size: 47px; line-height: 52px; margin: 0.25em 0px; color: #FFF; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
waterfall_bourbon_neat_rails-0.0.6.7 | app/assets/stylesheets/partials/_layout.scss |