taipei-light2/assets/stylesheets/template/layout/footer.scss

58 lines
1004 B
SCSS

@charset "utf-8";
@import "../initial";
.layout-footer {
padding: 2em 0;
color: $theme-color-main;
font-size: 0.8125em;
background-color: $theme-color-second;
color: $theme-white;
.container {
@extend .response-container;
}
.footer-counter a { padding-right: 0.5em; }
a {
color: $theme-white;
&:hover,
&:focus {
text-shadow: 0 0 6px #fccc00;
color: #fccc00;
-webkit-transition: .4s;
-moz-transition: .4s;
transition: .4s;
}
}
}
.footer-counter{
display: none;
}
.footernav{
display: flex;
justify-content: space-around;
border-top: 0.5px solid #aaa;
border-bottom: 0.3px solid #aaa;
padding: 2px 0;
}
.footernavcontain{
display: flex;
justify-content: space-around;
div{
width: 20%;
text-align: center;
}
a{
color: #f3f3f3;
font-weight: 300;
display: block;
margin: 8px 0;
text-decoration: underline!important;
}
}
@media(max-width:768px){
.footerken{
display:none;
}
}