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

103 lines
1.7 KiB
SCSS

@charset "utf-8";
@import "../initial";
.layout-footer {
border-top: 1px solid #33333333;
position: relative;
padding: 2em 0;
color: $theme-color-main;
font-size: 1em;
background: #fff;
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
font-family: 'IndustryW00-Medium';
}
.container {
@extend .response-container;
}
.footer-counter a { padding-right: 0.5em; }
a {
&:hover,
&:focus {
color:$theme-color-third;
}
}
ul{
padding: 0;
font-weight: normal;
li{
list-style: none;
}
}
.fa-brands{
padding: 10px;
background-color: #E6E6E6;
border-radius: 2em;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
margin-right: 0.5em;
}
}
.footer-counter{
display: none;
}
.layout-footer-content{
.fab{
font-size: 20px;
padding-right: 10px;
}
}
@media(max-width:$screen-xs){
.footer-content{
flex-wrap: wrap;
}
.part{
width: 100%!important;
}
}
.openfooterul1,.openfooterul2,.openfooterul3{
@media(max-width: 768px){
display: none;
}
}
.openfooter{
.openfooter1,.openfooter2,.openfooter3{
font-size:1.3em;
}
@media(max-width:768px){
padding-bottom: 0.5em;
padding-top: 0.5em;
border-bottom: 1px solid #33333333;
}
span{
line-height: 2;
}
.fa-plus,.fa-minus{
float: right;
padding-top: 0.6em;
font-size: 0.8em;
}
}
.imgfooter{
@media(max-width: 769px){
text-align: center;
}
}
.lastfooter{
@media(max-width: 769px){
text-align: center;
.col-sm-12{
justify-content: center;
}
}
}
.footeri{
padding-left: 1em;
padding-right: 1em;
@media(max-width: 769px){
width: 100%;
padding-bottom: 1em;
}
}