Sha256: d7519b8c433b041708a02f2bb9c6b7631c63760cf78343c8c29aadf79315ddea
Contents?: true
Size: 1.81 KB
Versions: 17
Compression:
Stored size: 1.81 KB
Contents
//** SCREEN STYLES **// // Imports -------------------------------------------------------------- @import defaults /* Layout -------------------------------------------------------------- +susy // change '.container' to match your HTML container element // or @extend it to apply multiple containers on your site. .container +container // +show-grid("grid.png") // show-grid loads a 64+16x24 grid image by default // For other grid settings, run `compass grid-img 48+32x24` // Where 30 is the column width, 10 is the gutter width, // and 20 is the (optional) line-height. /* Global Styles -------------------------------------------------------------- header +columns(15) +alpha +leader(3) +trailer(2) article @include columns(15) @include alpha @include omega footer background-color: $base .hidden display: none .error_explanation, .flash_error background-color: $error_background background: -moz-linear-gradient(0 100% 90deg, $error_background, $background ) background: -webkit-gradient(linear, 0 0, 0 100%, from($background), to($error_background)) @include trailer(1) +border-radius(!radius) padding: 1em 2em color: $error_text -webkit-box-shadow: 0 0 0.3em $error_shadow -moz-box-shadow: 0 0 0.3em $error_shadow box-shadow: 0 0 0.3em $error_shadow h3 +trailer(0) +adjust-font-size-to(25px) .flash_notice background-color: $notice_background background: -moz-linear-gradient(0 100% 90deg, $notice_background, $background ) background: -webkit-gradient(linear, 0 0, 0 100%, from($background), to($notice_background)) @include trailer(1) +border-radius($radius) padding: 1em 2em color: $notice_text -webkit-box-shadow: 0 0 0.3em $notice_shadow -moz-box-shadow: 0 0 0.3em $notice_shadow box-shadow: 0 0 0.3em $notice_shadow .clear clear: both
Version data entries
17 entries across 17 versions & 1 rubygems