39 lines
481 B
SCSS
39 lines
481 B
SCSS
/*
|
|
* Footer
|
|
* Site Footer!
|
|
*
|
|
* Dependencies:
|
|
* styles/tools/flex.scss
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/05/16
|
|
*/
|
|
.c-footer {
|
|
padding-top: 2em;
|
|
padding-bottom: 3em;
|
|
position: relative;
|
|
overflow: hidden;
|
|
background: white;
|
|
|
|
&__inner {
|
|
text-align: center;
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
|
|
&__copyright {
|
|
|
|
}
|
|
|
|
&__links {
|
|
padding-bottom: 1em;
|
|
}
|
|
|
|
&__link {
|
|
+ #{&} {
|
|
display: inline-block;
|
|
padding-left: 1em;
|
|
}
|
|
}
|
|
}
|