Sha256: ea665f441984a48211ea4c9090ffd0a784a5089f5ca8eca76f8a344f032ca3ce
Contents?: true
Size: 1.08 KB
Versions: 8
Compression:
Stored size: 1.08 KB
Contents
@import "ui_alchemy/alchemy/alchemy"; @import "alchemy/components/footer/footer_vars"; * {margin:0;padding:0;} body { background-color: $application_background_color; } body, html { height:100%; font-family: $screenfont; font-size: 12px; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1.5; } #wrapper { min-height: 100%; //padding-bottom: 10px; } #maincontent { overflow: auto; padding-bottom: $stickyfooter_height + 10 + px; section.maincontent{ background-color: $white_color; min-height:20em; margin: 0 auto 5px; width: $static_width; @include box-shadow(0 1px 5px rgba(0, 0, 0, 0.6)); h1 { color:transparent; padding-top: 3em; color: #ddd; text-align: center; font-weight: normal; text-transform:capitalize; } } } /* microclearfix on all areas */ section:before, section:after, article:before, article:after { content:""; display:table; } article:after, section:after { clear:both; }
Version data entries
8 entries across 8 versions & 1 rubygems