proj-iott/assets/stylesheets/template/layout/footer.scss

46 lines
698 B
SCSS
Executable File

@charset "utf-8";
@import "../initial";
.fatfooter{
color: #fff!important;
a{
opacity: 1;
}
}
.layout-footer {
margin-top: 5em;
padding:4em 0 2em;
color: #fff;
font-size: 1em;
background-color: #14324f;
line-height: 1.65em;
ul{
padding: 0;
}
.container {
@extend .response-container;
}
.footer-counter a { padding-right: 0.5em; }
a {
opacity: .7;
color: #a7adb5;
&:hover,
&:focus {
color: #a7adb5;
}
}
}
@media(max-width: 768px){
.footer_icon{
display: flex;
width: 100%;
clear: both;
img{
width: auto!important;
max-height: 90px!important;
clear: both;
}
}
}