Sha256: 9e96e93912e1551c050562c03fe9a85a916cb311f407b359206d2b44723451f5
Contents?: true
Size: 885 Bytes
Versions: 1
Compression:
Stored size: 885 Bytes
Contents
.footer { $footer-color: lighten($base-border-color, 10); $footer-text-color: darken($footer-color, 25); background-color: $footer-color; padding: 1em 0; .footer-inner { max-width: 1200px; padding: 3em; margin: auto; .footer-links { margin-bottom: 1em; @include clearfix; @include media($medium-screen) { @include shift(3); } } ul { margin-bottom: 2em; @include media($medium-screen) { @include span-columns(3); @include omega(3n); @include clearfix; } li { text-align: center; @include media($medium-screen) { text-align: left; } a { display: inline-block; } } } hr { border-bottom: 1px solid $footer-text-color; width: 12em; margin: auto; margin-bottom: 1em; } p { margin: auto; text-align: center; color: $footer-text-color; max-width: 35em; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refills-0.0.1 | source/stylesheets/refills/_footer.scss |