mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
12 lines
264 B
SCSS
12 lines
264 B
SCSS
|
// ===========================================================================
|
||
|
// CONTENTINFO
|
||
|
|
||
|
|
||
|
|
||
|
.contentinfo {
|
||
|
border-top: .5em solid $contentinfo-border-color;
|
||
|
background: $contentinfo-background-color;
|
||
|
padding: 2em 0;
|
||
|
|
||
|
ul { @extend %horizontal-list; }
|
||
|
}
|