AsiaMoma/assets/stylesheets/template/layout/footer.scss

33 lines
532 B
SCSS

@charset "utf-8";
@import "../initial";
.layout-footer {
padding: 2em 0;
color: $theme-color-main;
font-size: 0.8125em;
background-color: #fff;
margin: -25px 0 0 0;
min-height: 130px;
border-top: 1px solid #00000012;
clear: both;
.container {
@extend .response-container;
}
.footer-counter a { padding-right: 0.5em; }
a {
color: $theme-color-main;
&:hover,
&:focus {
color: lighten($theme-color-main, 10%);
}
}
}
.togo{
position: relative;
margin: 0 auto;
top: -56px;
}